Class JcifsSpnegoAuthenticationHandler
java.lang.Object
org.apereo.cas.authentication.AbstractAuthenticationHandler
org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.apereo.cas.authentication.PrePostAuthenticationHandler,org.springframework.core.Ordered
@NotThreadSafe
public class JcifsSpnegoAuthenticationHandler
extends org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Implementation of an AuthenticationHandler for SPNEGO supports. This Handler
support both NTLM and Kerberos. NTLM is disabled by default.
- Since:
- 3.1
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandler
SUCCESSFUL_AUTHENTICATION_HANDLERSFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionJcifsSpnegoAuthenticationHandler(org.apereo.cas.configuration.model.support.spnego.SpnegoProperties spnegoProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, BlockingQueue<List<jcifs.spnego.Authentication>> authenticationsPool) -
Method Summary
Methods inherited from class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
authenticateMethods inherited from class org.apereo.cas.authentication.AbstractAuthenticationHandler
equals, getCredentialSelectionPredicate, getName, getOrder, getPrincipalFactory, getServicesManager, getState, hashCode, setCredentialSelectionPredicate, setStateMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.AuthenticationHandler
getName, getOrder, getStateMethods inherited from interface org.apereo.cas.authentication.PrePostAuthenticationHandler
postAuthenticate, preAuthenticate
-
Constructor Details
-
JcifsSpnegoAuthenticationHandler
public JcifsSpnegoAuthenticationHandler(org.apereo.cas.configuration.model.support.spnego.SpnegoProperties spnegoProperties, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, BlockingQueue<List<jcifs.spnego.Authentication>> authenticationsPool)
-
-
Method Details
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential) -
supports
-