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 StringDeprecated.UseGoogleAuthenticatorPropertiesinstead.static final StringDeprecated.UseGoogleAuthenticatorPropertiesinstead.static final StringDeprecated.UseGoogleAuthenticatorPropertiesinstead. -
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.Google2ScopegetScope()Deprecated.UseGoogleAuthenticatorProperties.getScope()instead.voidsetClientID(String clientID) Deprecated.UseGoogleAuthenticatorProperties.setClientID(String)instead.voidsetClientSecret(String clientSecret) Deprecated.voidsetScope(org.pac4j.oauth.client.Google2Client.Google2Scope scope) Deprecated.UseGoogleAuthenticatorProperties.setScope(Google2Scope)instead.
-
Field Details
-
ATTR_CLIENT_ID
Deprecated.UseGoogleAuthenticatorPropertiesinstead.- See Also:
-
ATTR_CLIENT_SECRET
Deprecated.UseGoogleAuthenticatorPropertiesinstead.- See Also:
-
ATTR_REQUEST_SCOPE
Deprecated.UseGoogleAuthenticatorPropertiesinstead.- See Also:
-
-
Constructor Details
-
GoogleWrapper
Deprecated.
-
-
Method Details
-
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
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:IAuthenticatorWrapperBuilds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthenticatorClientsin 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
-
GoogleAuthenticatorPropertiesinstead.