Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- equals(Object) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
G
- getHostName() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
-
Remote user hostname.
- getId() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- getInitToken() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The SPNEGO Init Token.
- getIpAddress() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
-
Remote user IP address.
- getJcifsSettings() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
- getNextToken() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The SPNEGO Next Token.
- getPrincipal() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The Principal.
- getProperties() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
H
- hashCode() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- 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.
- isNtlm() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The authentication type should be Kerberos or NTLM.
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
-
This is
JcifsConfigConstants. - 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(SpnegoProperties, ServicesManager, PrincipalFactory, BlockingQueue<List<Authentication>>) - 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.
O
- org.apereo.cas.config - package org.apereo.cas.config
- org.apereo.cas.nativex - package org.apereo.cas.nativex
- 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
- registerHints(RuntimeHints, ClassLoader) - Method in class org.apereo.cas.nativex.SpnegoRuntimeHints
- ReverseDNSRunnable - Class in org.apereo.cas.support.spnego.util
-
Utility class to perform DNS work in a threaded, timeout-able way Adapted from: here.
- 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.
- setInitToken(byte[]) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The SPNEGO Init Token.
- setJcifsDomain(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
-
Sets jcifs domain.
- setJcifsDomainController(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
-
Sets jcifs domain controller.
- 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
-
Sets jcifs netbios wins.
- setJcifsPassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.JcifsSettings
-
Sets jcifs password.
- 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
-
Sets jcifs username.
- 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.
- setNextToken(byte[]) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The SPNEGO Next Token.
- setNtlm(boolean) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The authentication type should be Kerberos or NTLM.
- setPrincipal(Principal) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
-
The Principal.
- setUseSubjectCredsOnly(boolean) - Static method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig.SystemSettings
-
Sets the use subject creds only.
- spnegoAuthenticationEventExecutionPlanConfigurer(PrincipalResolver, AuthenticationHandler) - Method in class org.apereo.cas.config.SpnegoConfiguration
- spnegoAuthenticationsPool(CasConfigurationProperties, ConfigurableApplicationContext) - Method in class org.apereo.cas.config.SpnegoConfiguration
- SpnegoConfiguration - Class in org.apereo.cas.config
-
This is
SpnegoConfiguration. - 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() - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- SpnegoCredential(byte[]) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- SpnegoCredential(byte[], byte[], Principal, boolean) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- spnegoHandler(BlockingQueue<List<Authentication>>, PrincipalFactory, ServicesManager, CasConfigurationProperties) - Method in class org.apereo.cas.config.SpnegoConfiguration
- spnegoPrincipalFactory() - Method in class org.apereo.cas.config.SpnegoConfiguration
- spnegoPrincipalResolver(ConfigurableApplicationContext, AttributeDefinitionStore, ServicesManager, PrincipalFactory, IPersonAttributeDao, CasConfigurationProperties) - 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(PrincipalResolutionContext) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
- SpnegoRuntimeHints - Class in org.apereo.cas.nativex
-
This is
SpnegoRuntimeHints. - SpnegoRuntimeHints() - Constructor for class org.apereo.cas.nativex.SpnegoRuntimeHints
- supports(Class<? extends 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.JcifsSpnegoAuthenticationHandler
- 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
T
- toString() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
- toString() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
- toString() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form