Class PluginAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- java.lang.Object
-
- de.xima.fc.security.authentication.model.properties.PluginAuthenticatorProperties<TAuthenticator>
-
- Type Parameters:
TAuthenticator- The type of the wrapped authenticator, either a client or system authenticator.
- All Implemented Interfaces:
IAuthenticatorProperties<TAuthenticator>,Serializable
public class PluginAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends Object
Model class for accessing the properties of an authenticator of typeEAuthClientType.PLUGINin a structured manner.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_PLUGIN_NAME
-
Constructor Summary
Constructors Constructor Description PluginAuthenticatorProperties(TAuthenticator authenticator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAuthenticator()StringgetPluginName()voidsetPluginName(String name)
-
-
-
Field Detail
-
ATTR_PLUGIN_NAME
public static final String ATTR_PLUGIN_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PluginAuthenticatorProperties
public PluginAuthenticatorProperties(TAuthenticator authenticator)
-
-
Method Detail
-
setPluginName
public void setPluginName(String name)
-
getPluginName
public String getPluginName()
-
getAuthenticator
public T getAuthenticator()
- Specified by:
getAuthenticatorin interfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
-
-