Uses of Enum Class
org.tailormap.api.persistence.TemporaryToken.TokenType
Packages that use TemporaryToken.TokenType
-
Uses of TemporaryToken.TokenType in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return TemporaryToken.TokenTypeModifier and TypeMethodDescriptionTemporaryToken.getTokenType()static TemporaryToken.TokenTypeReturns the enum constant of this class with the specified name.static TemporaryToken.TokenType[]TemporaryToken.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence with parameters of type TemporaryToken.TokenTypeModifier and TypeMethodDescriptionTemporaryToken.setTokenType(TemporaryToken.TokenType tokenType) Constructors in org.tailormap.api.persistence with parameters of type TemporaryToken.TokenTypeModifierConstructorDescriptionTemporaryToken(@NotNull TemporaryToken.TokenType tokenType, @NotNull String username, int expirationMinutes)