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.booleanDeprecated.booleanDeprecated.voidsetClientId(String key) Deprecated.voidsetClientSecret(String secret) Deprecated.voidsetQueryManager(boolean queryManager) Deprecated.voidsetQueryMemberGroupDetails(boolean queryMemberOfGroups) Deprecated.voidsetTenantId(String tenantId) Deprecated.
-
Constructor Details
-
AzureAdWrapper
Deprecated.
-
-
Method Details
-
getAuthenticator
Deprecated.Description copied from interface:IAuthenticatorWrapperGets theIAuthenticator-entity- Specified by:
getAuthenticatorin 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:IAuthenticatorWrapperBuilds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthenticatorClientsin interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> - Parameters:
authCtx-IFormAuthContextto build the client for- Returns:
- the
Client
-
AzureAdOauth2AuthenticatorPropertiesinstead.