Class AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
java.lang.Object
de.xima.fc.web.common.auth.wrapper.AzureAdWrapper<T>
- All Implemented Interfaces:
IAuthenticatorWrapper<T>
,Serializable
@Deprecated
public class AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Object
implements IAuthenticatorWrapper<T>
Deprecated.
Wrapper for Azure AD authenticator
- Since:
- 7.1.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the authentication clients based on the current data of the wrapperDeprecated.Gets theIAuthenticator
-entityDeprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.void
setClientId
(String key) Deprecated.void
setClientSecret
(String secret) Deprecated.void
setQueryManager
(boolean queryManager) Deprecated.void
setQueryMemberGroupDetails
(boolean queryMemberOfGroups) Deprecated.void
setTenantId
(String tenantId) Deprecated.
-
Constructor Details
-
AzureAdWrapper
Deprecated.
-
-
Method Details
-
getAuthenticator
Deprecated.Description copied from interface:IAuthenticatorWrapper
Gets theIAuthenticator
-entity- Specified by:
getAuthenticator
in interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> - Returns:
- the
IAuthenticator
-
getClientId
Deprecated. -
setClientId
Deprecated. -
getClientSecret
Deprecated. -
setClientSecret
Deprecated. -
getTenantId
Deprecated. -
setTenantId
Deprecated. -
isQueryMemberGroupDetails
public boolean isQueryMemberGroupDetails()Deprecated. -
setQueryMemberGroupDetails
public void setQueryMemberGroupDetails(boolean queryMemberOfGroups) Deprecated. -
isQueryManager
public boolean isQueryManager()Deprecated. -
setQueryManager
public void setQueryManager(boolean queryManager) Deprecated. -
buildAuthenticatorClients
Deprecated.Description copied from interface:IAuthenticatorWrapper
Builds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthenticatorClients
in interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> - Parameters:
authCtx
-IFormAuthContext
to build the client for- Returns:
- the
Client
-
AzureAdOauth2AuthenticatorProperties
instead.