Uses of Class
com.authlete.common.types.ClientRegistrationType
-
Packages that use ClientRegistrationType 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 ClientRegistrationType in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientRegistrationType Modifier and Type Method Description ClientRegistrationType[]
Client. getClientRegistrationTypes()
Get the client registration types that the client has declared it may use.ClientRegistrationType[]
Service. getSupportedClientRegistrationTypes()
Get the client registration types supported by this service.Methods in com.authlete.common.dto with parameters of type ClientRegistrationType Modifier and Type Method Description Client
Client. setClientRegistrationTypes(ClientRegistrationType[] types)
Set the client registration types that the client has declared it may use.Service
Service. setSupportedClientRegistrationTypes(ClientRegistrationType[] types)
Set the client registration types supported by this service. -
Uses of ClientRegistrationType in com.authlete.common.types
Methods in com.authlete.common.types that return ClientRegistrationType Modifier and Type Method Description static ClientRegistrationType
ClientRegistrationType. getByValue(short value)
Find an instance of this enum by a value.static ClientRegistrationType
ClientRegistrationType. parse(String clientRegistrationType)
ConvertString
toClientRegistrationType
.static ClientRegistrationType[]
ClientRegistrationType. toArray(int bits)
static ClientRegistrationType
ClientRegistrationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientRegistrationType[]
ClientRegistrationType. 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 ClientRegistrationType Modifier and Type Method Description static EnumSet<ClientRegistrationType>
ClientRegistrationType. toSet(int bits)
static EnumSet<ClientRegistrationType>
ClientRegistrationType. toSet(ClientRegistrationType[] array)
Methods in com.authlete.common.types with parameters of type ClientRegistrationType Modifier and Type Method Description static EnumSet<ClientRegistrationType>
ClientRegistrationType. toSet(ClientRegistrationType[] array)
Method parameters in com.authlete.common.types with type arguments of type ClientRegistrationType Modifier and Type Method Description static int
ClientRegistrationType. toBits(EnumSet<ClientRegistrationType> set)
-