Class VirtualAuthenticatorConfig
java.lang.Object
de.xima.fc.mdl.auth.config.VirtualAuthenticatorConfig
- All Implemented Interfaces:
IAuthenticatorConfig, IStringAttributesMixin, Serializable
Authenticator config model for type authenticator configs that are not persisted
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualAuthenticatorConfigforFormType(List<BenutzerGruppe> accessUserGroups) static VirtualAuthenticatorConfigofType(EAuthClientType authenticatorType) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAuthenticatorConfig
getAuthenticatorToken, getI18nPlaceholderMethods inherited from interface IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute
-
Method Details
-
ofType
-
forFormType
-
getAttributes
- Specified by:
getAttributesin interfaceIStringAttributesMixin- Returns:
- the string attributes
-
getClientDescriptor
- Specified by:
getClientDescriptorin interfaceIAuthenticatorConfig- Returns:
- Descriptor of the authentication client.
-
getAuthenticatorType
- Specified by:
getAuthenticatorTypein interfaceIAuthenticatorConfig- Returns:
- Type of authenticator represented by this config
-
getAuthenticator
- Specified by:
getAuthenticatorin interfaceIAuthenticatorConfig- Returns:
- persisted authenticator entity to be used. If
nullthen a custom authenticator is defined
-
getIdentifier
- Specified by:
getIdentifierin interfaceIAuthenticatorConfig- Returns:
- a unique key identifying this authenticator config
-
getAccessUserGroups
-