Class AuthenticatorPropertiesFactory
java.lang.Object
de.xima.fc.security.authentication.model.properties.AuthenticatorPropertiesFactory
Factory for creating models for accessing the properties (
IAuthenticatorProperties
) of authenticator entities
(IAuthenticator
).- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>>
IAuthenticatorProperties<T>createPropertiesModel
(T authenticator)
-
Method Details
-
createPropertiesModel
public static <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IAuthenticatorProperties<T> createPropertiesModel(T authenticator)
-