Package de.xima.fc.interfaces.auth
Interface IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- Type Parameters:
T
- the type ofIAuthenticator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AzureAdWrapper
,FacebookWrapper
,GoogleWrapper
,OAuth20Wrapper
,OIDCWrapper
,PluginWrapper
,SAMLWrapper
@Deprecated
public interface IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Serializable
Deprecated.
Interface for authenticator wrappers
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the authentication clients based on the current data of the wrapperDeprecated.Gets theIAuthenticator
-entity
-
Method Details
-
getAuthenticator
T getAuthenticator()Deprecated.Gets theIAuthenticator
-entity- Returns:
- the
IAuthenticator
-
buildAuthenticatorClients
Deprecated.Builds the authentication clients based on the current data of the wrapper- Parameters:
authCtx
-IFormAuthContext
to build the client for- Returns:
- the
Client
-
de.xima.fc.security.interfaces.authentication.IAuthenticatorProperties
instead.