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 theIAuthenticator
- All Implemented Interfaces:
 IAuthenticatorWrapper<T>,Serializable
@Deprecated public class PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends Object implements IAuthenticatorWrapper<T>
Deprecated.UsePluginAuthenticatorPropertiesinstead.Wrapper for a plugin authenticator- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringATTR_PLUGIN_NAMEDeprecated.UsePluginAuthenticatorPropertiesinstead. 
- 
Constructor Summary
Constructors Constructor Description PluginWrapper(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 wrapperList<IAuthenticatorAttributeParam>getAtributeParams(Mandant client)Deprecated.TgetAuthenticator()Deprecated.Gets theIAuthenticator-entityStringgetHtmlHelpSnippet(Locale locale)Deprecated.StringgetPluginName()Deprecated.UsePluginAuthenticatorPropertiesinstead.PluginAuthenticatorProperties<T>getProps()Deprecated.voidsetPluginName(String name)Deprecated.UsePluginAuthenticatorPropertiesinstead. 
 - 
 
- 
- 
Field Detail
- 
ATTR_PLUGIN_NAME
@Deprecated public static final String ATTR_PLUGIN_NAME
Deprecated.UsePluginAuthenticatorPropertiesinstead.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
PluginWrapper
public PluginWrapper(T authenticator)
Deprecated. 
 - 
 
- 
Method Detail
- 
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 
 
- 
getAtributeParams
public List<IAuthenticatorAttributeParam> getAtributeParams(Mandant client)
Deprecated. 
- 
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 
 
- 
getPluginName
@Deprecated public String getPluginName()
Deprecated.UsePluginAuthenticatorPropertiesinstead. 
- 
getProps
public PluginAuthenticatorProperties<T> getProps()
Deprecated. 
- 
setPluginName
@Deprecated public void setPluginName(String name)
Deprecated.UsePluginAuthenticatorPropertiesinstead. 
 - 
 
 -