D E G H I J N O R S 
All Classes All Packages

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

initialize(ResourceLoader, String) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Initialize.

J

JCIFS_PROP_CLIENT_DOMAIN - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The default authentication domain used if not specified in an SMB URL.
JCIFS_PROP_CLIENT_PASSWORD - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The default password used if not specified in an SMB URL.
JCIFS_PROP_CLIENT_SOTIMEOUT - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
To prevent the client from holding server resources unnecessarily, sockets are closed after this time period if there is no activity.
JCIFS_PROP_CLIENT_USERNAME - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The default username used if not specified in an SMB URL.
JCIFS_PROP_DOMAIN_CONTROLLER - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The DNS hostname or IP address of a server that should be used to authenticate HTTP clients with the NtlmSsp class (use by NtlmHttpFilter and NetworkExplorer).
JCIFS_PROP_NETBIOS_CACHE_POLICY - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
When a NetBIOS name is resolved with the NbtAddress class it is cached to reduce redundant name queries.
JCIFS_PROP_NETBIOS_WINS - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The IP address of the WINS server.
JCIFS_PROP_SERVICE_PASSWORD - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
The password for the service principal account, required only if you decide not to use keytab.
JCIFS_PROP_SERVICE_PRINCIPAL - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
-- the service principal you just created.
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
 
JcifsConfig.JcifsSettings - Class in org.apereo.cas.support.spnego.authentication.handler.support
Individual JCIFS settings tied to spnego authentication objects.
JcifsConfig.SystemSettings - Class in org.apereo.cas.support.spnego.authentication.handler.support
Individual properties collected from CAS settings for each authentication attempt and object.
JcifsConfigConstants - Interface in org.apereo.cas.support.spnego.authentication.handler.support
JcifsSettings() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
 
JcifsSpnegoAuthenticationHandler - Class in org.apereo.cas.support.spnego.authentication.handler.support
Implementation of an AuthenticationHandler for SPNEGO supports.
JcifsSpnegoAuthenticationHandler(String, ServicesManager, PrincipalFactory, List<Authentication>, boolean, boolean, Integer) - 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, Integer) - 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.JcifsSettings
 
setJcifsDomainController(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
 
setJcifsNetbiosCachePolicy(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
Sets jcifs netbios cache policy.
setJcifsNetbiosWins(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
 
setJcifsPassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
 
setJcifsServicePassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
Sets the jcifs service password.
setJcifsServicePrincipal(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
Sets the jcifs service principal.
setJcifsSocketTimeout(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
Sets jcifs socket timeout.
setJcifsUsername(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
 
setKerberosConf(String) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Sets the kerberos conf.
setKerberosDebug(String) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Sets the kerberos debug.
setKerberosKdc(String) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Sets the kerberos kdc.
setKerberosRealm(String) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
Sets the kerberos realm.
setUseSubjectCredsOnly(boolean) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
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.
spnegoAuthenticationEventExecutionPlanConfigurer() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
spnegoAuthentications() - 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(@lombok.NonNull 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, boolean, boolean, Set<String>) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
supports(Class<? extends Credential>) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
supports(Class<? extends Credential>) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
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
 
SYS_PROP_KERBEROS_CONF - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
Path to the kerberos config file.
SYS_PROP_KERBEROS_DEBUG - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
Turn on debug for kerberos.
SYS_PROP_KERBEROS_KDC - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
Definition of the kerberos KDC.
SYS_PROP_KERBEROS_REALM - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
Definition of the kerberos realm.
SYS_PROP_LOGIN_CONF - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
Path to the login.config JAAS file.
SYS_PROP_USE_SUBJECT_CRED_ONLY - Static variable in interface org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfigConstants
When false, allows us to relax the usual restriction of requiring a GSS mechanism to obtain necessary credentials from an existing Subject, set up by JAAS.
SYSTEM_SETTINGS - Static variable in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Default system configuration that controls the setting of system properties.
SystemSettings() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
 
D E G H I J N O R S 
All Classes All Packages