Class GoogleAuthenticatorProperties<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.GoogleAuthenticatorProperties<TAuthenticator>
-
- Type Parameters:
TAuthenticator- the type of theIAuthenticator
- All Implemented Interfaces:
IAuthenticatorProperties<TAuthenticator>,Serializable
public class GoogleAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends CommonRedirectAuthenticatorProperties<TAuthenticator>
Model class for the properties of an authenticator of typeEAuthClientType.GOOGLE.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorProperties(TAuthenticator authenticator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAuthenticator()StringgetClientID()StringgetClientSecret()StringgetOidcScopes()org.pac4j.oauth.client.Google2Client.Google2ScopegetScope()voidsetClientID(String clientID)voidsetClientSecret(String clientSecret)voidsetScope(org.pac4j.oauth.client.Google2Client.Google2Scope scope)-
Methods inherited from class de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties
getRedirectTarget, getWindowHeight, getWindowWidth, setRedirectTarget, setWindowHeight, setWindowWidth
-
-
-
-
Constructor Detail
-
GoogleAuthenticatorProperties
public GoogleAuthenticatorProperties(TAuthenticator authenticator)
-
-
Method Detail
-
getClientID
public String getClientID()
-
setClientID
public void setClientID(String clientID)
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
setScope
public void setScope(org.pac4j.oauth.client.Google2Client.Google2Scope scope)
-
getScope
public org.pac4j.oauth.client.Google2Client.Google2Scope getScope()
-
getOidcScopes
public String getOidcScopes()
-
getAuthenticator
public T getAuthenticator()
- Specified by:
getAuthenticatorin interfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
-
-