Skip navigation links
C D E G H I J N O R S 

C

configureJaasLoginConfig() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Configure jaas login config location and set it as a system property.

D

doAuthentication(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 

E

extractPrincipalId(Credential, Optional<Principal>) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 

G

getId() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
getPrincipal(String, boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
Gets the principal from the given name.

H

HEADER_AUTHENTICATE - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The header authenticate.
HEADER_AUTHORIZATION - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The header authorization.

I

init() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Init.

J

jcifsConfig() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
JcifsConfig - Class in org.apereo.cas.support.spnego.authentication.handler.support
Configuration helper for JCIFS and the Spring framework.
JcifsConfig() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Instantiates a new jCIFS config.
JcifsSpnegoAuthenticationHandler - Class in org.apereo.cas.support.spnego.authentication.handler.support
Implementation of an AuthenticationHandler for SPNEGO supports.
JcifsSpnegoAuthenticationHandler(String, ServicesManager, PrincipalFactory, Authentication, boolean, boolean) - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 

N

NEGOTIATE - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The negotiate.
NTLM - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The ntlm.
ntlmAuthenticationHandler() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
NtlmAuthenticationHandler - Class in org.apereo.cas.support.spnego.authentication.handler.support
Implementation of an AuthenticationHandler for NTLM supports.
NtlmAuthenticationHandler(String, ServicesManager, PrincipalFactory, boolean, String, String) - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
ntlmPrincipalFactory() - Method in class org.apereo.cas.config.SpnegoConfiguration
 

O

org.apereo.cas.config - package org.apereo.cas.config
 
org.apereo.cas.support.spnego.authentication.handler.support - package org.apereo.cas.support.spnego.authentication.handler.support
 
org.apereo.cas.support.spnego.authentication.principal - package org.apereo.cas.support.spnego.authentication.principal
 
org.apereo.cas.support.spnego.util - package org.apereo.cas.support.spnego.util
 

R

ReverseDNSRunnable - Class in org.apereo.cas.support.spnego.util
Utility class to perform DNS work in a threaded, timeout-able way Adapted from: http://thushw.blogspot.com/2009/11/resolving-domain-names-quickly-with.html.
ReverseDNSRunnable(String) - Constructor for class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Simple constructor which also pre-sets hostName attribute for failover situations.
run() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Runnable implementation to thread the work done in this class, allowing the implementer to set a thread timeout and thereby short-circuit the lookup.

S

set(String) - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Glorified setter with logging.
setJcifsDomain(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsDomainController(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsNetbiosCachePolicy(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets jcifs netbios cache policy.
setJcifsNetbiosWins(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsPassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsServicePassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the jcifs service password.
setJcifsServicePrincipal(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the jcifs service principal.
setJcifsSocketTimeout(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets jcifs socket timeout.
setJcifsUsername(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setKerberosConf(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos conf.
setKerberosDebug(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos debug.
setKerberosKdc(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos kdc.
setKerberosRealm(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos realm.
setLoginConf(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setUseSubjectCredsOnly(boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the use subject creds only.
SPNEGO_CREDENTIALS - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The spnego credentials.
SPNEGO_FIRST_TIME - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The spnego first time.
spnegoAuthentication() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
spnegoAuthenticationEventExecutionPlanConfigurer() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoConfiguration - Class in org.apereo.cas.config
SpnegoConfiguration() - Constructor for class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoConstants - Interface in org.apereo.cas.support.spnego.util
Spnego Constants.
SpnegoCredential - Class in org.apereo.cas.support.spnego.authentication.principal
Credential that are a holder for SPNEGO init token.
SpnegoCredential(byte[]) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
Instantiates a new SPNEGO credential.
spnegoHandler() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
spnegoPrincipalFactory() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
spnegoPrincipalResolver() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoPrincipalResolver - Class in org.apereo.cas.support.spnego.authentication.principal
Implementation of a CredentialToPrincipalResolver that takes a SpnegoCredential and returns a SimplePrincipal.
SpnegoPrincipalResolver(IPersonAttributeDao, PrincipalFactory, boolean, PrincipalNameTransformer, String) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
C D E G H I J N O R S 
Skip navigation links