Package | Description |
---|---|
org.forgerock.openam.cts.adapters |
The Core Token Service depends on the ability to convert one token
type into another token type.
|
org.forgerock.openam.cts.impl |
Implementation classes that provide the LDAP code to communicate with LDAP
and process the data to and from.
|
Modifier and Type | Method and Description |
---|---|
SAMLToken |
SAMLAdapter.fromToken(Token token)
Convert from a Token using deserialsied JSON blob to rebuild the SAMLToken.
|
Modifier and Type | Method and Description |
---|---|
Token |
SAMLAdapter.toToken(SAMLToken samlToken)
Convert the SAMLToken to a Token.
|
Constructor and Description |
---|
SAML2CTSPersistentStore(CTSPersistentStore persistentStore,
TokenAdapter<SAMLToken> tokenAdapter,
TokenIdFactory tokenIdFactory,
Debug debug)
Constructs new SAML2CTSPersistentStore,
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.