|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
com.pingidentity.sts.clientapi | Main client SDK classes, exceptions, and constants. |
com.pingidentity.sts.clientapi.tokens | Interfaces and classes which describe behaviors for security tokens. |
com.pingidentity.sts.clientapi.tokens.saml | Data classes for SAML tokens. |
com.pingidentity.sts.clientapi.tokens.wsse | Data classes for WS-Security tokens. |
Uses of Token in com.pingidentity.sts.clientapi |
---|
Methods in com.pingidentity.sts.clientapi with parameters of type Token | |
---|---|
org.w3c.dom.Element |
STSClient.issueToken(Token token)
Sends an RST request to the STS server. |
Uses of Token in com.pingidentity.sts.clientapi.tokens |
---|
Methods in com.pingidentity.sts.clientapi.tokens that return Token | |
---|---|
Token |
TokenHandler.getToken(org.w3c.dom.Element element)
Checks if the Element object instance can be parsed to a Token object instance. |
Token |
TokenFactory.getToken(org.w3c.dom.Element element)
Parses the security token. |
Uses of Token in com.pingidentity.sts.clientapi.tokens.saml |
---|
Classes in com.pingidentity.sts.clientapi.tokens.saml that implement Token | |
---|---|
class |
EncryptedSaml20Token
Represents a encrypted SAML 2.0 security token |
class |
Saml11Token
Represents a SAML 1.1 security token |
class |
Saml20Token
Represents a SAML 2.0 security token |
class |
SamlToken
Abstract class to represent a SAML security tokens |
Methods in com.pingidentity.sts.clientapi.tokens.saml that return Token | |
---|---|
Token |
Saml20TokenHandler.getToken(org.w3c.dom.Element element)
Check can this object parce concrete token. |
Token |
Saml11TokenHandler.getToken(org.w3c.dom.Element element)
|
Uses of Token in com.pingidentity.sts.clientapi.tokens.wsse |
---|
Classes in com.pingidentity.sts.clientapi.tokens.wsse that implement Token | |
---|---|
class |
BinaryToken
Implementation of a generic BinarySecurityToken to be used for custom token types. |
class |
UsernameToken
Implementation of WS-Security Username Token Profile 1.0 (see http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf). |
class |
X509CertificateToken
Implementation of WS-Security x509 Token Profile 1.0 (see http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0.pdf). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |