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