TrustCredentialpublic class SAMLTrustCredential extends java.lang.Object implements TrustCredential
| Constructor | Description |
|---|---|
SAMLTrustCredential(SAMLCredential cred) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAppliesTo() |
Deprecated.
Indicate the endpoint this trust credential applies to
|
org.w3c.dom.Element |
getAppliesToElement() |
Deprecated.
Indicate the conext this trust credential applies to
|
java.util.Calendar |
getCreated() |
Deprecated.
When the trust credential is created
|
SAMLCredential |
getCredential() |
Deprecated.
|
java.util.Calendar |
getExpires() |
Deprecated.
When the trust credential is going to expire
|
java.lang.String |
getIdentifier() |
Deprecated.
Identifier for this trust credential
|
boolean |
hasAttachedSecurityTokenReference() |
Deprecated.
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() |
Deprecated.
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(java.lang.String appliesTo) |
Deprecated.
|
void |
setAppliesToElement(org.w3c.dom.Element appliesToElement) |
Deprecated.
|
void |
setCreated(java.util.Calendar created) |
Deprecated.
|
void |
setExpires(java.util.Calendar expires) |
Deprecated.
|
public SAMLTrustCredential(SAMLCredential cred)
public java.lang.String getIdentifier()
TrustCredentialgetIdentifier in interface TrustCredentialpublic java.lang.String getAppliesTo()
TrustCredentialgetAppliesTo in interface TrustCredentialpublic org.w3c.dom.Element getAppliesToElement()
TrustCredentialgetAppliesToElement in interface TrustCredentialpublic void setAppliesToElement(org.w3c.dom.Element appliesToElement)
public java.util.Calendar getCreated()
TrustCredentialgetCreated in interface TrustCredentialpublic java.util.Calendar getExpires()
TrustCredentialgetExpires in interface TrustCredentialpublic void setAppliesTo(java.lang.String appliesTo)
public void setCreated(java.util.Calendar created)
public void setExpires(java.util.Calendar expires)
public SAMLCredential getCredential()
public boolean hasAttachedSecurityTokenReference()
TrustCredentialhasAttachedSecurityTokenReference in interface TrustCredentialpublic boolean hasUnattachedSecurityTokenReference()
TrustCredentialhasUnattachedSecurityTokenReference in interface TrustCredential