Uses of Class
com.authlete.common.types.UserIdentificationHintType
-
Packages that use UserIdentificationHintType 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 UserIdentificationHintType in com.authlete.common.dto
Methods in com.authlete.common.dto that return UserIdentificationHintType Modifier and Type Method Description UserIdentificationHintType
BackchannelAuthenticationResponse. getHintType()
Get the type of the hint for end-user identification which was included in the backchannel authentication request.Methods in com.authlete.common.dto with parameters of type UserIdentificationHintType Modifier and Type Method Description BackchannelAuthenticationResponse
BackchannelAuthenticationResponse. setHintType(UserIdentificationHintType hintType)
Set the type of the hint for end-user identification which was included in the backchannel authentication request. -
Uses of UserIdentificationHintType in com.authlete.common.types
Methods in com.authlete.common.types that return UserIdentificationHintType Modifier and Type Method Description static UserIdentificationHintType
UserIdentificationHintType. getByValue(short value)
Find an instance of this enum by a value.static UserIdentificationHintType
UserIdentificationHintType. parse(String hintType)
ConvertString
toHintType
.static UserIdentificationHintType[]
UserIdentificationHintType. toArray(int bits)
static UserIdentificationHintType
UserIdentificationHintType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserIdentificationHintType[]
UserIdentificationHintType. 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 UserIdentificationHintType Modifier and Type Method Description static EnumSet<UserIdentificationHintType>
UserIdentificationHintType. toSet(int bits)
static EnumSet<UserIdentificationHintType>
UserIdentificationHintType. toSet(UserIdentificationHintType[] array)
Methods in com.authlete.common.types with parameters of type UserIdentificationHintType Modifier and Type Method Description static EnumSet<UserIdentificationHintType>
UserIdentificationHintType. toSet(UserIdentificationHintType[] array)
Method parameters in com.authlete.common.types with type arguments of type UserIdentificationHintType Modifier and Type Method Description static int
UserIdentificationHintType. toBits(EnumSet<UserIdentificationHintType> set)
-