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.Will be replaced by properties model in modulefc-securityin version 8.0.0.Wrapper for Azure AD authenticator- Since:
- 7.1
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureAdWrapper(T authenticator)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.pac4j.core.client.ClientbuildAuthClient(IFormAuthContext authCtx)Deprecated.Builds the authentication client based on the current data of the wrapperTgetAuthenticator()Deprecated.Gets theIAuthenticator-entityStringgetClientId()Deprecated.StringgetClientSecret()Deprecated.StringgetTenantId()Deprecated.booleanisQueryManager()Deprecated.booleanisQueryMemberGroupDetails()Deprecated.voidsetClientId(String key)Deprecated.voidsetClientSecret(String key)Deprecated.voidsetQueryManager(boolean queryManager)Deprecated.voidsetQueryMemberGroupDetails(boolean queryMemberOfGroups)Deprecated.voidsetTenantId(String key)Deprecated.
-
-
-
Constructor Detail
-
AzureAdWrapper
public AzureAdWrapper(T authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T 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
public String getClientId()
Deprecated.
-
setClientId
public void setClientId(String key)
Deprecated.
-
getClientSecret
public String getClientSecret()
Deprecated.
-
setClientSecret
public void setClientSecret(String key)
Deprecated.
-
getTenantId
public String getTenantId()
Deprecated.
-
setTenantId
public void setTenantId(String key)
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.
-
buildAuthClient
public org.pac4j.core.client.Client buildAuthClient(IFormAuthContext authCtx)
Deprecated.Description copied from interface:IAuthenticatorWrapperBuilds the authentication client based on the current data of the wrapper- Specified by:
buildAuthClientin 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
-
-