Uses of Class
com.authlete.common.types.TokenType
-
Packages that use TokenType Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of TokenType in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenType Modifier and Type Method Description TokenTypeTokenResponse. getActorTokenType()Get the value of theactor_token_typerequest parameter.TokenTypeTokenResponse. getRequestedTokenType()Get the value of therequested_token_typerequest parameter.TokenTypeTokenResponse. getSubjectTokenType()Get the value of thesubject_token_typerequest parameter.Methods in com.authlete.common.dto with parameters of type TokenType Modifier and Type Method Description voidTokenResponse. setActorTokenType(TokenType tokenType)Set the value of theactor_token_typerequest parameter.voidTokenResponse. setRequestedTokenType(TokenType tokenType)Set the value of therequested_token_typerequest parameter.voidTokenResponse. setSubjectTokenType(TokenType tokenType)Set the value of thesubject_token_typerequest parameter. -
Uses of TokenType in com.authlete.common.types
Methods in com.authlete.common.types that return TokenType Modifier and Type Method Description static TokenTypeTokenType. getByValue(short value)Find an instance of this enum by a value.static TokenTypeTokenType. parse(String tokenType)ConvertStringtoTokenType.static TokenType[]TokenType. toArray(int bits)static TokenTypeTokenType. 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 com.authlete.common.types that return types with arguments of type TokenType Modifier and Type Method Description static EnumSet<TokenType>TokenType. toSet(int bits)static EnumSet<TokenType>TokenType. toSet(TokenType[] array)Methods in com.authlete.common.types with parameters of type TokenType Modifier and Type Method Description static EnumSet<TokenType>TokenType. toSet(TokenType[] array)Method parameters in com.authlete.common.types with type arguments of type TokenType Modifier and Type Method Description static intTokenType. toBits(EnumSet<TokenType> set)
-