T
- the type of the IAuthenticator
public class PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> extends Object implements IAuthenticatorWrapper<T>
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_PLUGIN_NAME |
Constructor and Description |
---|
PluginWrapper(T authenticator) |
Modifier and Type | Method and Description |
---|---|
org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> |
buildAuthClient(IFormAuthContext authCtx)
Builds the authentication client based on the current data of the wrapper
|
T |
getAuthenticator()
Gets the
IAuthenticator -entity |
String |
getHtmlHelpSnippet(Mandant client,
Locale locale) |
String |
getPluginName() |
void |
setPluginName(String name) |
public static final String ATTR_PLUGIN_NAME
public PluginWrapper(T authenticator)
public T getAuthenticator()
IAuthenticatorWrapper
IAuthenticator
-entitygetAuthenticator
in interface IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
IAuthenticator
public void setPluginName(String name)
public String getPluginName()
public org.pac4j.core.client.IndirectClient<? extends org.pac4j.core.credentials.Credentials> buildAuthClient(IFormAuthContext authCtx)
IAuthenticatorWrapper
buildAuthClient
in interface IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
authCtx
- IFormAuthContext
to build the client forClient
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.