Class NtlmConfigWrapper
java.lang.Object
de.xima.fc.web.common.auth.wrapper.config.NtlmConfigWrapper
- All Implemented Interfaces:
IAuthenticatorConfigWrapper
,IStringAttributesMixin
,Serializable
Deprecated.
since version 8.0.0 NTLM is no longer supported officially.
Wrapper for authenticator configs of type
EAuthClientType.NTLM
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuildAuthClients
(IFormAuthContext authCtx) Deprecated.Builds the authentication clients based on the current data of the wrapperorg.pac4j.core.authorization.authorizer.Authorizer
buildAuthorizer
(IFormAuthContext authCtx) Builds the authorizer base on the current data of the wrapperprotected IAuthenticatorConfig
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
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Method Details
-
buildAuthClients
Deprecated.Description copied from interface:IAuthenticatorConfigWrapper
Builds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthClients
in interfaceIAuthenticatorConfigWrapper
- Parameters:
authCtx
-IFormAuthContext
to build the client for- Returns:
- the
Client
-
buildAuthorizer
Description copied from interface:IAuthenticatorConfigWrapper
Builds the authorizer base on the current data of the wrapper- Parameters:
authCtx
-IFormAuthContext
to build the authorizers for- Returns:
- the
Authorizer
-
getAttributes
- Specified by:
getAttributes
in interfaceIAuthenticatorConfigWrapper
- Specified by:
getAttributes
in interfaceIStringAttributesMixin
- Returns:
- custom attributes of this authenticator config
-
getClientDescriptor
- Specified by:
getClientDescriptor
in interfaceIAuthenticatorConfigWrapper
- Returns:
- Descriptor of the authentication client.
-
getRenderer
- Specified by:
getRenderer
in interfaceIAuthenticatorConfigWrapper
- Returns:
- config renderer that is used to create the rendered HTML of the authenticator config
-
getWrapped
-