Class FacebookAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- java.lang.Object
 - 
- de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties<TAuthenticator>
 - 
- de.xima.fc.security.authentication.model.properties.FacebookAuthenticatorProperties<TAuthenticator>
 
 
 
- 
- Type Parameters:
 TAuthenticator- The type of the wrapped authenticator, either a client or system authenticator.
- All Implemented Interfaces:
 IAuthenticatorProperties<TAuthenticator>,Serializable
public class FacebookAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends CommonRedirectAuthenticatorProperties<TAuthenticator>
Model class for accessing the properties of an authenticator of typeEAuthClientType.FACEBOOKin a structured manner.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FacebookAuthenticatorProperties(TAuthenticator authenticator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetAuthenticator()StringgetClientID()StringgetClientSecret()StringgetFields()StringgetScope()voidsetClientID(String clientID)voidsetClientSecret(String clientSecret)voidsetFields(String fields)voidsetScope(String scopes)- 
Methods inherited from class de.xima.fc.security.authentication.model.properties.CommonRedirectAuthenticatorProperties
getRedirectTarget, getWindowHeight, getWindowWidth, setRedirectTarget, setWindowHeight, setWindowWidth 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FacebookAuthenticatorProperties
public FacebookAuthenticatorProperties(TAuthenticator authenticator)
 
 - 
 
- 
Method Detail
- 
getClientID
public String getClientID()
 
- 
setClientID
public void setClientID(String clientID)
 
- 
getClientSecret
public String getClientSecret()
 
- 
setClientSecret
public void setClientSecret(String clientSecret)
 
- 
getScope
public String getScope()
 
- 
setScope
public void setScope(String scopes)
 
- 
getFields
public String getFields()
 
- 
setFields
public void setFields(String fields)
 
- 
getAuthenticator
public T getAuthenticator()
- Specified by:
 getAuthenticatorin interfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
 
 - 
 
 -