@NotThreadSafe
public class JcifsSpnegoAuthenticationHandler
extends org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
credentialSelectionPredicate, principalFactory, servicesManager| Constructor and Description |
|---|
JcifsSpnegoAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
jcifs.spnego.Authentication authentication,
boolean principalWithDomainName,
boolean ntlmAllowed) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apereo.cas.authentication.AuthenticationHandlerExecutionResult |
doAuthentication(org.apereo.cas.authentication.Credential credential) |
protected org.apereo.cas.authentication.principal.Principal |
getPrincipal(java.lang.String name,
boolean isNtlm)
Gets the principal from the given name.
|
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
authenticate, createHandlerResult, createHandlerResultgetCredentialSelectionPredicate, getName, getOrder, getPrincipalFactory, getServicesManager, setCredentialSelectionPredicateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic JcifsSpnegoAuthenticationHandler(java.lang.String name,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
jcifs.spnego.Authentication authentication,
boolean principalWithDomainName,
boolean ntlmAllowed)
protected org.apereo.cas.authentication.AuthenticationHandlerExecutionResult doAuthentication(org.apereo.cas.authentication.Credential credential)
throws java.security.GeneralSecurityException
doAuthentication in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandlerjava.security.GeneralSecurityExceptionpublic boolean supports(org.apereo.cas.authentication.Credential credential)
protected org.apereo.cas.authentication.principal.Principal getPrincipal(java.lang.String name,
boolean isNtlm)
name - the nameisNtlm - the is ntlm