Package de.xima.fc.mdl.enums
Enum EAuthClientType
- All Implemented Interfaces:
INamedUiElement
,Serializable
,Comparable<EAuthClientType>
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNow known as Microsoft Entra ID.Deprecated. -
Field Summary
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Method Summary
Modifier and TypeMethodDescriptionstatic EAuthClientType
getName()
boolean
Returns whether or not authenticators of this type can provide distinct user, as in users that can be distinguished from one another (via an ID).boolean
boolean
boolean
static EAuthClientType
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.
-
Enum Constant Details
-
AZURE_AD
Now known as Microsoft Entra ID.- Since:
- 7.1.0
-
GENERIC_OPENIDCONNECT
-
GENERIC_OAUTH2
- Since:
- 7.0.0
-
GENERIC_SAML2
-
FACEBOOK
-
GOOGLE
-
PLUGIN
-
LDAP
- Since:
- 8.0.0
-
ANONYMOUS
-
KERBEROS
-
KERBEROS_EXTENSION
- Since:
- 8.0.0
-
ADMIN
- Since:
- 8.0.0
-
FORM
-
PASSWORD
-
NTLM
Deprecated.Since version 8.0.0 not configurable via UI anymore.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getDisplayName
- Specified by:
getDisplayName
in interfaceINamedUiElement
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
isSystemAuthenticator
public boolean isSystemAuthenticator() -
isDirectAuthenticator
public boolean isDirectAuthenticator() -
isNeedsAuthenticatorEntity
public boolean isNeedsAuthenticatorEntity() -
isCanProvideDistinctUsers
public boolean isCanProvideDistinctUsers()Returns whether or not authenticators of this type can provide distinct user, as in users that can be distinguished from one another (via an ID).- Returns:
true
if authenticators of this type can provide distinct users andfalse
otherwise.
-
getIconStyleClass
-
getName
-
getByName
-