public enum AuthProviderType extends Enum<AuthProviderType>
| Enum Constant and Description |
|---|
Custom
Enumeration : Custom
|
Facebook
Enumeration : Facebook
|
GitHub
Enumeration : GitHub
|
Google
Enumeration : Google
|
Janrain
Enumeration : Janrain
|
LinkedIn
Enumeration : LinkedIn
|
MicrosoftACS
Enumeration : MicrosoftACS
|
OpenIdConnect
Enumeration : OpenIdConnect
|
Salesforce
Enumeration : Salesforce
|
Twitter
Enumeration : Twitter
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AuthProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthProviderType Facebook
public static final AuthProviderType Janrain
public static final AuthProviderType Salesforce
public static final AuthProviderType OpenIdConnect
public static final AuthProviderType MicrosoftACS
public static final AuthProviderType LinkedIn
public static final AuthProviderType Twitter
public static final AuthProviderType Google
public static final AuthProviderType GitHub
public static final AuthProviderType Custom
public static AuthProviderType[] values()
for (AuthProviderType c : AuthProviderType.values()) System.out.println(c);
public static AuthProviderType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AuthProviderType>Copyright © 2017. All Rights Reserved.