public enum EAuthClientType extends Enum<EAuthClientType> implements INamedUiElement
Enum Constant and Description |
---|
ANONYMOUS |
FACEBOOK |
FORM |
GENERIC_OPENIDCONNECT |
GENERIC_SAML2 |
GOOGLE |
KERBEROS |
NTLM |
PASSWORD |
PLUGIN |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
static EAuthClientType |
getByName(String name) |
String |
getDisplayName(Locale l) |
String |
getIconStyleClass() |
String |
getName() |
boolean |
isDirectAuthenticator() |
boolean |
isSystemAuthenticator() |
static EAuthClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAuthClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAuthClientType GENERIC_OPENIDCONNECT
public static final EAuthClientType GENERIC_SAML2
public static final EAuthClientType FACEBOOK
public static final EAuthClientType GOOGLE
public static final EAuthClientType PLUGIN
public static final EAuthClientType ANONYMOUS
public static final EAuthClientType NTLM
public static final EAuthClientType KERBEROS
public static final EAuthClientType FORM
public static final EAuthClientType PASSWORD
public static EAuthClientType[] values()
for (EAuthClientType c : EAuthClientType.values()) System.out.println(c);
public static EAuthClientType 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 getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public boolean isSystemAuthenticator()
public boolean isDirectAuthenticator()
public String getIconStyleClass()
public String getName()
public static EAuthClientType getByName(String name)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.