|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityTokenReference | |
---|---|
com.pingidentity.sts.clientapi | Main client SDK classes, exceptions, and constants. |
com.pingidentity.sts.clientapi.protocol | Interfaces and data classes used for parsing WS-Trst messages and interactions with the PingFederate STS endpoint. |
Uses of SecurityTokenReference in com.pingidentity.sts.clientapi |
---|
Methods in com.pingidentity.sts.clientapi with parameters of type SecurityTokenReference | |
---|---|
void |
STSClient.registerSecurityTokenReference(javax.xml.namespace.QName tokenElementName,
java.lang.String tokenType,
SecurityTokenReference securityTokenReference)
Registers the SecurityTokenReference object for a token of tokenElementName . |
Uses of SecurityTokenReference in com.pingidentity.sts.clientapi.protocol |
---|
Classes in com.pingidentity.sts.clientapi.protocol that implement SecurityTokenReference | |
---|---|
class |
KeyIdentifierTokenReference
References the token as defined in Web Services Security SAML Token Profile 1.1. |
class |
SimpleTokenReference
SimpleTokenReference references tokens as defined in the Web Services Security UsernameToken Profile 1.1 and Web Services Security X.509 Certificate Token Profile 1.1. |
Methods in com.pingidentity.sts.clientapi.protocol that return SecurityTokenReference | |
---|---|
SecurityTokenReference |
SecurityTokenReferenceFactory.referenceFor(org.w3c.dom.Element token,
java.lang.String tokenType)
|
SecurityTokenReference |
SecurityTokenReferenceFactory.referenceFor(javax.xml.namespace.QName name,
java.lang.String tokenType)
|
Methods in com.pingidentity.sts.clientapi.protocol with parameters of type SecurityTokenReference | |
---|---|
void |
SecurityTokenReferenceFactory.registerSecurityTokenReference(javax.xml.namespace.QName tokenElementName,
java.lang.String tokenType,
SecurityTokenReference str)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |