Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.wsee.security.saml
Class SAMLTrustCredential

java.lang.Object
  extended by weblogic.wsee.security.saml.SAMLTrustCredential
All Implemented Interfaces:
weblogic.wsee.security.wst.framework.TrustCredential

public class SAMLTrustCredential
extends Object
implements weblogic.wsee.security.wst.framework.TrustCredential


Constructor Summary
SAMLTrustCredential(SAMLCredential cred)
           
 
Method Summary
 String getAppliesTo()
          Indicate the endpoint this trust credential applies to
 Element getAppliesToElement()
          Indicate the conext this trust credential applies to
 Calendar getCreated()
          When the trust credential is created
 SAMLCredential getCredential()
           
 Calendar getExpires()
          When the trust credential is going to expire
 String getIdentifier()
          Identifier for this trust credential
 boolean hasAttachedSecurityTokenReference()
          The Attached Reference is the form of the SecurityTokenReference that is to be used when the associated token is contained within the SOAPMessage that contains a reference to it.
 boolean hasUnattachedSecurityTokenReference()
          The Unattached Reference is the form of the SecurityTokenReference that is to be used when the associated token is NOT contained within the SOAPMessage that contains a reference to it.
 void setAppliesTo(String appliesTo)
           
 void setAppliesToElement(Element appliesToElement)
           
 void setCreated(Calendar created)
           
 void setExpires(Calendar expires)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLTrustCredential

public SAMLTrustCredential(SAMLCredential cred)
Method Detail

getIdentifier

public String getIdentifier()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
Identifier for this trust credential

Specified by:
getIdentifier in interface weblogic.wsee.security.wst.framework.TrustCredential
Returns:
id

getAppliesTo

public String getAppliesTo()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
Indicate the endpoint this trust credential applies to

Specified by:
getAppliesTo in interface weblogic.wsee.security.wst.framework.TrustCredential
Returns:
endpoint info

getAppliesToElement

public Element getAppliesToElement()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
Indicate the conext this trust credential applies to

Specified by:
getAppliesToElement in interface weblogic.wsee.security.wst.framework.TrustCredential
Returns:

setAppliesToElement

public void setAppliesToElement(Element appliesToElement)

getCreated

public Calendar getCreated()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
When the trust credential is created

Specified by:
getCreated in interface weblogic.wsee.security.wst.framework.TrustCredential
Returns:
creation time

getExpires

public Calendar getExpires()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
When the trust credential is going to expire

Specified by:
getExpires in interface weblogic.wsee.security.wst.framework.TrustCredential
Returns:
expiration time

setAppliesTo

public void setAppliesTo(String appliesTo)

setCreated

public void setCreated(Calendar created)

setExpires

public void setExpires(Calendar expires)

getCredential

public SAMLCredential getCredential()

hasAttachedSecurityTokenReference

public boolean hasAttachedSecurityTokenReference()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
The Attached Reference is the form of the SecurityTokenReference that is to be used when the associated token is contained within the SOAPMessage that contains a reference to it.

Specified by:
hasAttachedSecurityTokenReference in interface weblogic.wsee.security.wst.framework.TrustCredential

hasUnattachedSecurityTokenReference

public boolean hasUnattachedSecurityTokenReference()
Description copied from interface: weblogic.wsee.security.wst.framework.TrustCredential
The Unattached Reference is the form of the SecurityTokenReference that is to be used when the associated token is NOT contained within the SOAPMessage that contains a reference to it.

Specified by:
hasUnattachedSecurityTokenReference in interface weblogic.wsee.security.wst.framework.TrustCredential

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04