public enum AuthProviderType extends java.lang.Enum<AuthProviderType>
| Enum Constant and Description |
|---|
Apple
Enumeration : Apple
|
Custom
Enumeration : Custom
|
Evergreen
Enumeration : Evergreen
|
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 java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AuthProviderType |
valueOf(java.lang.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 final AuthProviderType Apple
public static final AuthProviderType Evergreen
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static AuthProviderType[] values()
for (AuthProviderType c : AuthProviderType.values()) System.out.println(c);
public static AuthProviderType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<AuthProviderType>Copyright © 2020. All Rights Reserved.