Class FacebookWrapper<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.FacebookWrapper<T>
- Type Parameters:
T- the type of theIAuthenticator
- All Implemented Interfaces:
IAuthenticatorWrapper<T>,Serializable
@Deprecated
public class FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Object
implements IAuthenticatorWrapper<T>
Deprecated.
Wrapper for an facebook authenticator
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.UseFacebookAuthenticatorPropertiesinstead.static final StringDeprecated.UseFacebookAuthenticatorPropertiesinstead.static final StringDeprecated.UseFacebookAuthenticatorPropertiesinstead.static final StringDeprecated.UseFacebookAuthenticatorPropertiesinstead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the authentication clients based on the current data of the wrapperDeprecated.Gets theIAuthenticator-entityDeprecated.UseFacebookAuthenticatorProperties.getClientID()instead.Deprecated.UseFacebookAuthenticatorProperties.getClientSecret()instead.Deprecated.Usefieldsinstead.getScope()Deprecated.UseFacebookAuthenticatorProperties.getScope()instead.voidsetClientID(String clientID) Deprecated.UseFacebookAuthenticatorProperties.setClientID(String)instead.voidsetClientSecret(String clientSecret) Deprecated.voidDeprecated.UseFacebookAuthenticatorProperties.setFields(String)instead.voidDeprecated.Usescopesinstead.
-
Field Details
-
ATTR_CLIENT_ID
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
-
ATTR_CLIENT_SECRET
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
-
ATTR_REQUESTED_FIELS
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
-
ATTR_REQUESTED_SCOPE
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
-
-
Constructor Details
-
FacebookWrapper
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.UseFacebookAuthenticatorProperties.getClientID()instead. -
setClientID
Deprecated.UseFacebookAuthenticatorProperties.setClientID(String)instead. -
getClientSecret
Deprecated.UseFacebookAuthenticatorProperties.getClientSecret()instead. -
setClientSecret
Deprecated. -
getScope
Deprecated.UseFacebookAuthenticatorProperties.getScope()instead. -
setScope
Deprecated.Usescopesinstead. -
getFields
Deprecated.Usefieldsinstead. -
setFields
Deprecated.UseFacebookAuthenticatorProperties.setFields(String)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
-
FacebookAuthenticatorPropertiesinstead.