Uses of Class
org.forgerock.am.cts.api.tokens.TokenModifications
-
Packages that use TokenModifications Package Description org.forgerock.am.cts org.forgerock.am.cts.api org.forgerock.am.cts.queue -
-
Uses of TokenModifications in org.forgerock.am.cts
Methods in org.forgerock.am.cts with parameters of type TokenModifications 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. -
Uses of TokenModifications in org.forgerock.am.cts.api
Methods in org.forgerock.am.cts.api with parameters of type TokenModifications Modifier and Type Method Description PartialToken
TokenStorageAdapter. patch(String tokenId, TokenModifications modifications, Options options)
Performs a patch against the Token ID provided. -
Uses of TokenModifications in org.forgerock.am.cts.queue
Methods in org.forgerock.am.cts.queue with parameters of type TokenModifications Modifier and Type Method Description void
TaskDispatcher. patch(String tokenId, TokenModifications modifications, Options options, ResultHandler<PartialToken,?> handler)
Patches a token in the persistent store.
-