Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.security.wst.framework
Interface TrustCredential

All Known Implementing Classes:
SAMLTrustCredential

public interface TrustCredential

A trust credential must contain an identifier, the endpoint info, and timestamp

User: jlee Date: Oct 16, 2005 Time: 10:28:32 AM


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
 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.
 

Method Detail

getIdentifier

String getIdentifier()
Identifier for this trust credential

Returns:
id

getAppliesTo

String getAppliesTo()
Indicate the endpoint this trust credential applies to

Returns:
endpoint info

getAppliesToElement

Element getAppliesToElement()
Indicate the conext this trust credential applies to


getCreated

Calendar getCreated()
When the trust credential is created

Returns:
creation time

getExpires

Calendar getExpires()
When the trust credential is going to expire

Returns:
expiration time

hasAttachedSecurityTokenReference

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.


hasUnattachedSecurityTokenReference

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.


Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01