Class AzureAdOauth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- java.lang.Object
-
- de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties<TAuthenticator>
-
- de.xima.fc.security.authentication.model.properties.AzureAdAuthenticatorProperties<TAuthenticator>
-
- de.xima.fc.security.authentication.model.properties.AzureAdOauth2AuthenticatorProperties<TAuthenticator>
-
- Type Parameters:
TAuthenticator
- the type of theIAuthenticator
- All Implemented Interfaces:
IAuthenticatorProperties<TAuthenticator>
,Serializable
@Deprecated public class AzureAdOauth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends AzureAdAuthenticatorProperties<TAuthenticator>
Deprecated.useAzureAdAuthenticatorProperties
insteadModel class for the properties of an authenticator of typeEAuthClientType.AZURE_AD
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureAdOauth2AuthenticatorProperties(TAuthenticator authenticator)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description T
getAuthenticator()
-
Methods inherited from class de.xima.fc.security.authentication.model.properties.AzureAdAuthenticatorProperties
getClientId, getClientSecret, getTenantId, isQueryDepartment, isQueryManager, isQueryMemberGroupDetails, setClientId, setClientSecret, setQueryDepartment, setQueryManager, setQueryMemberGroupDetails, setTenantId
-
Methods inherited from class de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties
getRedirectTarget, getWindowHeight, getWindowWidth, setRedirectTarget, setWindowHeight, setWindowWidth
-
-
-
-
Constructor Detail
-
AzureAdOauth2AuthenticatorProperties
public AzureAdOauth2AuthenticatorProperties(TAuthenticator authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T getAuthenticator()
- Specified by:
getAuthenticator
in interfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
-
-