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 SnsAuthenticationCallbackRequest. getSns()Get the SNS that the end-user used for social login.SnsDeveloperAuthenticationCallbackRequest. getSns()Get the SNS that the developer used for social login.SnsSnsCredentials. 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 AuthenticationCallbackRequestAuthenticationCallbackRequest. setSns(Sns sns)Set the SNS that the end-user used for social login.DeveloperAuthenticationCallbackRequestDeveloperAuthenticationCallbackRequest. setSns(Sns sns)Set the SNS that the developer used for social login.SnsCredentialsSnsCredentials. setSns(Sns sns)Set the SNS.ServiceService. setSupportedDeveloperSnses(Sns[] supportedSnses)Set the list of supported SNSes for social login at the developer console.ServiceService. 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 SnsSns. getByValue(short value)Find an instance of this enum by a value.static SnsSns. parse(String sns)ConvertStringtoSns.static Sns[]Sns. toArray(int bits)static SnsSns. 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 intSns. toBits(EnumSet<Sns> set)
-