public static enum IdentityProvider.TypeEnum extends java.lang.Enum<IdentityProvider.TypeEnum>
| Enum Constant and Description |
|---|
AGENTLESSDSSO |
FACEBOOK |
GOOGLE |
IWA |
LINKEDIN |
MICROSOFT |
OIDC |
OKTA |
SAML2 |
X509 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static IdentityProvider.TypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProvider.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityProvider.TypeEnum SAML2
public static final IdentityProvider.TypeEnum GOOGLE
public static final IdentityProvider.TypeEnum FACEBOOK
public static final IdentityProvider.TypeEnum LINKEDIN
public static final IdentityProvider.TypeEnum MICROSOFT
public static final IdentityProvider.TypeEnum OIDC
public static final IdentityProvider.TypeEnum OKTA
public static final IdentityProvider.TypeEnum IWA
public static final IdentityProvider.TypeEnum AGENTLESSDSSO
public static final IdentityProvider.TypeEnum X509
public static IdentityProvider.TypeEnum[] values()
for (IdentityProvider.TypeEnum c : IdentityProvider.TypeEnum.values()) System.out.println(c);
public static IdentityProvider.TypeEnum 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<IdentityProvider.TypeEnum>Copyright © 2017-2021 Okta. All Rights Reserved.