Uses of Class
org.forgerock.am.cts.api.tokens.TokenType
-
Packages that use TokenType Package Description org.forgerock.am.cts org.forgerock.am.cts.api.tokens org.forgerock.am.cts.reaper -
-
Uses of TokenType in org.forgerock.am.cts
Methods in org.forgerock.am.cts that return types with arguments of type TokenType Modifier and Type Method Description Set<TokenType>
CoreTokenConfig. ttlSupportTokenTypeBlacklist()
When theCoreTokenConfig.isTtlSupportEnabled()
feature is enabled, the DS TTL feature will be used to perform automatic cleanup of persisted entries.Methods in org.forgerock.am.cts with parameters of type TokenType Modifier and Type Method Description void
CTSPersistentStore. patch(String tokenId, TokenType tokenType, TokenModifications modifications)
Patches a token which already exists in the persistent store with modifications.void
CTSPersistentStore. patch(String tokenId, TokenType tokenType, TokenModifications modifications, Options options)
Patches a token which already exists in the persistent store with modifications.void
CTSPersistentStore. patchAsync(String tokenId, TokenType tokenType, TokenModifications modifications)
Asynchronously patches a token which already exists in the persistent store with modifications.void
CTSPersistentStore. patchAsync(String tokenId, TokenType tokenType, TokenModifications modifications, Options options)
Asynchronously patches a token which already exists in the persistent store with modifications.boolean
CoreTokenConfig. shouldSupportTtl(TokenType tokenType)
Indicates whether the provided token type should include ttl support in the token. -
Uses of TokenType in org.forgerock.am.cts.api.tokens
Methods in org.forgerock.am.cts.api.tokens that return TokenType Modifier and Type Method Description TokenType
Token. getType()
static TokenType
TokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenType[]
TokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.am.cts.api.tokens with parameters of type TokenType Modifier and Type Method Description Token
TokenFactory. create(String tokenId, TokenType type)
Create aToken
object that can then be stored into the CTS. -
Uses of TokenType in org.forgerock.am.cts.reaper
Methods in org.forgerock.am.cts.reaper that return types with arguments of type TokenType Modifier and Type Method Description Set<TokenType>
TokenDeletionStrategy. getSupportedTokenTypes()
Returns the set of token types this deletion strategy can handle.Methods in org.forgerock.am.cts.reaper with parameters of type TokenType Modifier and Type Method Description Promise<PartialToken,CoreTokenException>
TokenDeletionStrategy. delete(String tokenId, TokenType tokenType, long expiryTime)
Delete the token from the CTS persistence store.
-