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.UseFacebookAuthenticatorPropertiesinstead.Wrapper for an facebook authenticator- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_CLIENT_IDDeprecated.UseFacebookAuthenticatorPropertiesinstead.static StringATTR_CLIENT_SECRETDeprecated.UseFacebookAuthenticatorPropertiesinstead.static StringATTR_REQUESTED_FIELSDeprecated.UseFacebookAuthenticatorPropertiesinstead.static StringATTR_REQUESTED_SCOPEDeprecated.UseFacebookAuthenticatorPropertiesinstead.
-
Constructor Summary
Constructors Constructor Description FacebookWrapper(T authenticator)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IAuthenticatorClientsbuildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.Builds the authentication clients based on the current data of the wrapperTgetAuthenticator()Deprecated.Gets theIAuthenticator-entityStringgetClientID()Deprecated.UseFacebookAuthenticatorProperties.getClientID()instead.StringgetClientSecret()Deprecated.UseFacebookAuthenticatorProperties.getClientSecret()instead.StringgetFields()Deprecated.Usefieldsinstead.StringgetScope()Deprecated.UseFacebookAuthenticatorProperties.getScope()instead.voidsetClientID(String clientID)Deprecated.UseFacebookAuthenticatorProperties.setClientID(String)instead.voidsetClientSecret(String clientSecret)Deprecated.voidsetFields(String fields)Deprecated.UseFacebookAuthenticatorProperties.setFields(String)instead.voidsetScope(String scopes)Deprecated.Usescopesinstead.
-
-
-
Field Detail
-
ATTR_CLIENT_ID
@Deprecated public static final String ATTR_CLIENT_ID
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
- Constant Field Values
-
ATTR_CLIENT_SECRET
@Deprecated public static final String ATTR_CLIENT_SECRET
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
- Constant Field Values
-
ATTR_REQUESTED_FIELS
@Deprecated public static final String ATTR_REQUESTED_FIELS
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
- Constant Field Values
-
ATTR_REQUESTED_SCOPE
@Deprecated public static final String ATTR_REQUESTED_SCOPE
Deprecated.UseFacebookAuthenticatorPropertiesinstead.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FacebookWrapper
public FacebookWrapper(T authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T 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 public String getClientID()
Deprecated.UseFacebookAuthenticatorProperties.getClientID()instead.
-
setClientID
@Deprecated public void setClientID(String clientID)
Deprecated.UseFacebookAuthenticatorProperties.setClientID(String)instead.
-
getClientSecret
@Deprecated public String getClientSecret()
Deprecated.UseFacebookAuthenticatorProperties.getClientSecret()instead.
-
setClientSecret
@Deprecated public void setClientSecret(String clientSecret)
Deprecated.
-
getScope
@Deprecated public String getScope()
Deprecated.UseFacebookAuthenticatorProperties.getScope()instead.
-
setScope
@Deprecated public void setScope(String scopes)
Deprecated.Usescopesinstead.
-
getFields
@Deprecated public String getFields()
Deprecated.Usefieldsinstead.
-
setFields
@Deprecated public void setFields(String fields)
Deprecated.UseFacebookAuthenticatorProperties.setFields(String)instead.
-
buildAuthenticatorClients
public IAuthenticatorClients buildAuthenticatorClients(IFormAuthContext authCtx)
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
-
-