Class PluginWrapper<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.PluginWrapper<T>
 
- 
- Type Parameters:
- T- the type of the- IAuthenticator
 - All Implemented Interfaces:
- IAuthenticatorWrapper<T>,- Serializable
 
 public class PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends Object implements IAuthenticatorWrapper<T> Wrapper for a plugin authenticator- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringATTR_PLUGIN_NAME
 - 
Constructor SummaryConstructors Constructor Description PluginWrapper(T authenticator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticatorClientsbuildAuthenticatorClients(IFormAuthContext authCtx)Builds the authentication clients based on the current data of the wrapperList<IAuthenticatorAttributeParam>getAtributeParams(Mandant client)TgetAuthenticator()Gets theIAuthenticator-entityStringgetHtmlHelpSnippet(Mandant client, Locale locale)StringgetPluginName()voidsetPluginName(String name)
 
- 
- 
- 
Field Detail- 
ATTR_PLUGIN_NAMEpublic static final String ATTR_PLUGIN_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PluginWrapperpublic PluginWrapper(T authenticator) 
 
- 
 - 
Method Detail- 
getAuthenticatorpublic T getAuthenticator() Description copied from interface:IAuthenticatorWrapperGets theIAuthenticator-entity- Specified by:
- getAuthenticatorin interface- IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
- Returns:
- the IAuthenticator
 
 - 
setPluginNamepublic void setPluginName(String name) 
 - 
getPluginNamepublic String getPluginName() 
 - 
getAtributeParamspublic List<IAuthenticatorAttributeParam> getAtributeParams(Mandant client) 
 - 
buildAuthenticatorClientspublic IAuthenticatorClients buildAuthenticatorClients(IFormAuthContext authCtx) Description copied from interface:IAuthenticatorWrapperBuilds the authentication clients based on the current data of the wrapper- Specified by:
- buildAuthenticatorClientsin interface- IAuthenticatorWrapper<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
 
 
- 
 
-