Class GoogleWrapper<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.GoogleWrapper<T>
- Type Parameters:
T
- the type of theIAuthenticator
- All Implemented Interfaces:
IAuthenticatorWrapper<T>
,Serializable
@Deprecated
public class GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Object
implements IAuthenticatorWrapper<T>
Deprecated.
Wrapper for an google authenticator
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.UseGoogleAuthenticatorProperties
instead.static final String
Deprecated.UseGoogleAuthenticatorProperties
instead.static final String
Deprecated.UseGoogleAuthenticatorProperties
instead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the authentication clients based on the current data of the wrapperDeprecated.Gets theIAuthenticator
-entityDeprecated.UseGoogleAuthenticatorProperties.getClientID()
instead.Deprecated.UseGoogleAuthenticatorProperties.getClientSecret()
instead.org.pac4j.oauth.client.Google2Client.Google2Scope
getScope()
Deprecated.UseGoogleAuthenticatorProperties.getScope()
instead.void
setClientID
(String clientID) Deprecated.UseGoogleAuthenticatorProperties.setClientID(String)
instead.void
setClientSecret
(String clientSecret) Deprecated.void
setScope
(org.pac4j.oauth.client.Google2Client.Google2Scope scope) Deprecated.UseGoogleAuthenticatorProperties.setScope(Google2Scope)
instead.
-
Field Details
-
ATTR_CLIENT_ID
Deprecated.UseGoogleAuthenticatorProperties
instead.- See Also:
-
ATTR_CLIENT_SECRET
Deprecated.UseGoogleAuthenticatorProperties
instead.- See Also:
-
ATTR_REQUEST_SCOPE
Deprecated.UseGoogleAuthenticatorProperties
instead.- See Also:
-
-
Constructor Details
-
GoogleWrapper
Deprecated.
-
-
Method Details
-
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
Deprecated.UseGoogleAuthenticatorProperties.getClientID()
instead. -
setClientID
Deprecated.UseGoogleAuthenticatorProperties.setClientID(String)
instead. -
getClientSecret
Deprecated.UseGoogleAuthenticatorProperties.getClientSecret()
instead. -
setClientSecret
Deprecated. -
setScope
Deprecated.UseGoogleAuthenticatorProperties.setScope(Google2Scope)
instead. -
getScope
Deprecated.UseGoogleAuthenticatorProperties.getScope()
instead. -
buildAuthenticatorClients
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
-
GoogleAuthenticatorProperties
instead.