public enum IdentityProvider extends Enum<IdentityProvider>
Java class for identityProvider.
The following schema fragment specifies the expected content contained within this class.
Enum Constant and Description |
---|
ACCOUNT_KIT |
FACEBOOK |
GIGYA |
GOOGLE |
MDP |
NONE |
OIDC |
SWISSPASS |
TWITTER |
UEFA |
Modifier and Type | Method and Description |
---|---|
static IdentityProvider |
fromValue(String v) |
String |
value() |
static IdentityProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityProvider NONE
public static final IdentityProvider FACEBOOK
public static final IdentityProvider GOOGLE
public static final IdentityProvider TWITTER
public static final IdentityProvider UEFA
public static final IdentityProvider MDP
public static final IdentityProvider SWISSPASS
public static final IdentityProvider ACCOUNT_KIT
public static final IdentityProvider GIGYA
public static final IdentityProvider OIDC
public static IdentityProvider[] values()
for (IdentityProvider c : IdentityProvider.values()) System.out.println(c);
public static IdentityProvider 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 value()
public static IdentityProvider fromValue(String v)
Copyright © 2021. All rights reserved.