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.Will be replaced by properties model in modulefc-security
in version 8.0.0.Wrapper for an facebook authenticator- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_CLIENT_ID
Deprecated.static String
ATTR_CLIENT_SECRET
Deprecated.static String
ATTR_REQUESTED_FIELS
Deprecated.static String
ATTR_REQUESTED_SCOPE
Deprecated.
-
Constructor Summary
Constructors Constructor Description FacebookWrapper(T authenticator)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IAuthenticatorClients
buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.Builds the authentication clients based on the current data of the wrapperT
getAuthenticator()
Deprecated.Gets theIAuthenticator
-entityString
getClientID()
Deprecated.String
getClientSecret()
Deprecated.String
getFields()
Deprecated.String
getScope()
Deprecated.void
setClientID(String clientID)
Deprecated.void
setClientSecret(String clientSecret)
Deprecated.void
setFields(String fields)
Deprecated.void
setScope(String scopes)
Deprecated.
-
-
-
Field Detail
-
ATTR_CLIENT_ID
public static final String ATTR_CLIENT_ID
Deprecated.- See Also:
- Constant Field Values
-
ATTR_CLIENT_SECRET
public static final String ATTR_CLIENT_SECRET
Deprecated.- See Also:
- Constant Field Values
-
ATTR_REQUESTED_FIELS
public static final String ATTR_REQUESTED_FIELS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_REQUESTED_SCOPE
public static final String ATTR_REQUESTED_SCOPE
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FacebookWrapper
public FacebookWrapper(T authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T 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
public String getClientID()
Deprecated.
-
setClientID
public void setClientID(String clientID)
Deprecated.
-
getClientSecret
public String getClientSecret()
Deprecated.
-
setClientSecret
public void setClientSecret(String clientSecret)
Deprecated.
-
getScope
public String getScope()
Deprecated.
-
setScope
public void setScope(String scopes)
Deprecated.
-
getFields
public String getFields()
Deprecated.
-
setFields
public void setFields(String fields)
Deprecated.
-
buildAuthenticatorClients
public IAuthenticatorClients buildAuthenticatorClients(IFormAuthContext authCtx)
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
-
-