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.UseAzureAdOauth2AuthenticatorProperties
instead.Wrapper for Azure AD authenticator- Since:
- 7.1.0
- 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 IAuthenticatorClients
buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.Builds the authentication clients based on the current data of the wrapperT
getAuthenticator()
Deprecated.Gets theIAuthenticator
-entityString
getClientId()
Deprecated.String
getClientSecret()
Deprecated.String
getTenantId()
Deprecated.boolean
isQueryManager()
Deprecated.boolean
isQueryMemberGroupDetails()
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 Detail
-
AzureAdWrapper
public AzureAdWrapper(T authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T 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
public String getClientId()
Deprecated.
-
setClientId
public void setClientId(String key)
Deprecated.
-
getClientSecret
public String getClientSecret()
Deprecated.
-
setClientSecret
public void setClientSecret(String secret)
Deprecated.
-
getTenantId
public String getTenantId()
Deprecated.
-
setTenantId
public void setTenantId(String tenantId)
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
public IAuthenticatorClients buildAuthenticatorClients(IFormAuthContext authCtx)
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
-
-