Uses of Class
com.authlete.common.types.Sns
-
Packages that use Sns 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 Sns in com.authlete.common.dto
Methods in com.authlete.common.dto that return Sns Modifier and Type Method Description Sns
AuthenticationCallbackRequest. getSns()
Get the SNS that the end-user used for social login.Sns
DeveloperAuthenticationCallbackRequest. getSns()
Get the SNS that the developer used for social login.Sns
SnsCredentials. getSns()
Get the SNS.Sns[]
Service. getSupportedDeveloperSnses()
Get the list of supported SNSes for social login at the developer console.Sns[]
Service. getSupportedSnses()
Get the list of supported SNSes for social login at the authorization endpoint.Methods in com.authlete.common.dto with parameters of type Sns Modifier and Type Method Description AuthenticationCallbackRequest
AuthenticationCallbackRequest. setSns(Sns sns)
Set the SNS that the end-user used for social login.DeveloperAuthenticationCallbackRequest
DeveloperAuthenticationCallbackRequest. setSns(Sns sns)
Set the SNS that the developer used for social login.SnsCredentials
SnsCredentials. setSns(Sns sns)
Set the SNS.Service
Service. setSupportedDeveloperSnses(Sns[] supportedSnses)
Set the list of supported SNSes for social login at the developer console.Service
Service. setSupportedSnses(Sns[] supportedSnses)
Set the list of supported SNSes for social login at the authorization endpoint. -
Uses of Sns in com.authlete.common.types
Methods in com.authlete.common.types that return Sns Modifier and Type Method Description static Sns
Sns. getByValue(short value)
Find an instance of this enum by a value.static Sns
Sns. parse(String sns)
ConvertString
toSns
.static Sns[]
Sns. toArray(int bits)
static Sns
Sns. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sns[]
Sns. 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 Sns Modifier and Type Method Description static EnumSet<Sns>
Sns. toSet(int bits)
static EnumSet<Sns>
Sns. toSet(Sns[] array)
Methods in com.authlete.common.types with parameters of type Sns Modifier and Type Method Description static EnumSet<Sns>
Sns. toSet(Sns[] array)
Method parameters in com.authlete.common.types with type arguments of type Sns Modifier and Type Method Description static int
Sns. toBits(EnumSet<Sns> set)
-