|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenHandler | |
---|---|
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. |
Uses of TokenHandler in com.pingidentity.sts.clientapi.tokens |
---|
Methods in com.pingidentity.sts.clientapi.tokens with parameters of type TokenHandler | |
---|---|
void |
TokenFactory.registerTokenHandler(TokenHandler info)
Registers token handler. |
void |
TokenFactory.unregisterTokenHandler(TokenHandler info)
Unregisters token handler. |
Uses of TokenHandler in com.pingidentity.sts.clientapi.tokens.saml |
---|
Classes in com.pingidentity.sts.clientapi.tokens.saml that implement TokenHandler | |
---|---|
class |
Saml11TokenHandler
Class which manages of process parcing SAML 1.1 security token |
class |
Saml20TokenHandler
Class which manages of process parcing SAML 2.0 security token |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |