TrustCredential
public 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()
TrustCredential
getIdentifier
in interface TrustCredential
public java.lang.String getAppliesTo()
TrustCredential
getAppliesTo
in interface TrustCredential
public org.w3c.dom.Element getAppliesToElement()
TrustCredential
getAppliesToElement
in interface TrustCredential
public void setAppliesToElement(org.w3c.dom.Element appliesToElement)
public java.util.Calendar getCreated()
TrustCredential
getCreated
in interface TrustCredential
public java.util.Calendar getExpires()
TrustCredential
getExpires
in interface TrustCredential
public 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()
TrustCredential
hasAttachedSecurityTokenReference
in interface TrustCredential
public boolean hasUnattachedSecurityTokenReference()
TrustCredential
hasUnattachedSecurityTokenReference
in interface TrustCredential