Class DistinctUserConfigWrapper
- java.lang.Object
 - 
- de.xima.fc.web.common.auth.wrapper.config.DistinctUserConfigWrapper
 
 
- 
- All Implemented Interfaces:
 IAuthenticatorConfigWrapper,IStringAttributesMixin,Serializable
public class DistinctUserConfigWrapper extends Object implements IAuthenticatorConfigWrapper
Authentication config wrapper for a distinct user.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticatorClientsbuildAuthClients(IFormAuthContext authCtx)Builds the authentication clients based on the current data of the wrapperorg.pac4j.core.authorization.authorizer.AuthorizerbuildAuthorizer(IFormAuthContext authCtx)Builds the authorizer base on the current data of the wrapperMap<String,String>getAttributes()IClientDescriptorgetClientDescriptor()IAuthenticatorConfigRenderergetRenderer()static DistinctUserConfigWrappernewInstance(IUserReferenceResolver userRefResolver)Creates a newDistinctUserConfigWrapperfor the given user reference resolver.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.interfaces.auth.config.IAuthenticatorConfigWrapper
getAuthenticatorToken, getAuthenticatorType 
- 
Methods inherited from interface de.xima.fc.interfaces.mixin.attributes.IStringAttributesMixin
getAttributeValue, getAttributeValueList, getAttributeValueMap, putAttribute, putAttributes, putAttributes, removeAttribute 
 - 
 
 - 
 
- 
- 
Method Detail
- 
newInstance
public static DistinctUserConfigWrapper newInstance(IUserReferenceResolver userRefResolver)
Creates a newDistinctUserConfigWrapperfor the given user reference resolver.- Parameters:
 userRefResolver- the user reference resolver to create theDistinctUserConfigWrapperfor.- Returns:
 - new 
DistinctUserConfigWrapperfor a distinct user defined by the given universal reference ID. - Throws:
 NullPointerException- if noclientor profile check predicate could be determined.
 
- 
getClientDescriptor
public IClientDescriptor getClientDescriptor()
- Specified by:
 getClientDescriptorin interfaceIAuthenticatorConfigWrapper- Returns:
 - Descriptor of the authentication client.
 
 
- 
getAttributes
public Map<String,String> getAttributes()
- Specified by:
 getAttributesin interfaceIAuthenticatorConfigWrapper- Specified by:
 getAttributesin interfaceIStringAttributesMixin- Returns:
 - custom attributes of this authenticator config
 
 
- 
getRenderer
public IAuthenticatorConfigRenderer getRenderer()
- Specified by:
 getRendererin interfaceIAuthenticatorConfigWrapper- Returns:
 - config renderer that is used to create the rendered HTML of the authenticator config
 
 
- 
buildAuthClients
public IAuthenticatorClients buildAuthClients(IFormAuthContext authCtx)
Description copied from interface:IAuthenticatorConfigWrapperBuilds the authentication clients based on the current data of the wrapper- Specified by:
 buildAuthClientsin interfaceIAuthenticatorConfigWrapper- Parameters:
 authCtx-IFormAuthContextto build the client for- Returns:
 - the 
Client 
 
- 
buildAuthorizer
public org.pac4j.core.authorization.authorizer.Authorizer buildAuthorizer(IFormAuthContext authCtx)
Description copied from interface:IAuthenticatorConfigWrapperBuilds the authorizer base on the current data of the wrapper- Specified by:
 buildAuthorizerin interfaceIAuthenticatorConfigWrapper- Parameters:
 authCtx-IFormAuthContextto build the authorizers for- Returns:
 - the 
Authorizer 
 
 - 
 
 -