Uses of Class
org.forgerock.am.cts.api.tokens.TokenModifications.TokenModificationType
-
Packages that use TokenModifications.TokenModificationType Package Description org.forgerock.am.cts.api.tokens -
-
Uses of TokenModifications.TokenModificationType in org.forgerock.am.cts.api.tokens
Methods in org.forgerock.am.cts.api.tokens that return TokenModifications.TokenModificationType Modifier and Type Method Description static TokenModifications.TokenModificationType
TokenModifications.TokenModificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenModifications.TokenModificationType[]
TokenModifications.TokenModificationType. 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 that return types with arguments of type TokenModifications.TokenModificationType Modifier and Type Method Description Map<TokenModifications.TokenModificationType,Map<CoreTokenField,Object>>
TokenModifications. getModifications()
Returns a map of all the modifications in this object.Methods in org.forgerock.am.cts.api.tokens with parameters of type TokenModifications.TokenModificationType Modifier and Type Method Description void
TokenModifications. addModifications(TokenModifications.TokenModificationType type, Map<CoreTokenField,Object> entry)
Add a modification to this token modification set.Map<CoreTokenField,Object>
TokenModifications. getModificationOfType(TokenModifications.TokenModificationType type)
Returns a map of the set of modifications listed under this modification type.
-