Skip navigation links
A C G I L O P S 

A

authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 

C

configureAuthenticationExecutionPlan(AuthenticationEventExecutionPlan) - Method in class org.apereo.cas.config.LdapAuthenticationConfiguration.LdapAuthenticationEventExecutionPlanConfiguration
 
createPrincipal(String, LdapEntry) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Creates a CAS principal with attributes if the LDAP entry contains principal attributes.

G

getLdapPrincipalIdentifier(String, LdapEntry) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Gets ldap principal identifier.

I

initialize() - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Initialize the handler, setup the authentication entry attributes.

L

LdapAuthenticationConfiguration - Class in org.apereo.cas.config
This is LdapAuthenticationConfiguration that attempts to create relevant authentication handlers for LDAP.
LdapAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.LdapAuthenticationConfiguration
 
LdapAuthenticationConfiguration.LdapAuthenticationEventExecutionPlanConfiguration - Class in org.apereo.cas.config
The type Ldap authentication event execution plan configuration.
LdapAuthenticationEventExecutionPlanConfiguration() - Constructor for class org.apereo.cas.config.LdapAuthenticationConfiguration.LdapAuthenticationEventExecutionPlanConfiguration
 
LdapAuthenticationHandler - Class in org.apereo.cas.authentication
LDAP authentication handler that uses the ldaptive Authenticator component underneath.
LdapAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer, Authenticator) - Constructor for class org.apereo.cas.authentication.LdapAuthenticationHandler
Creates a new authentication handler that delegates to the given authenticator.
ldapAuthenticationHandlers() - Method in class org.apereo.cas.config.LdapAuthenticationConfiguration
 
ldapPrincipalFactory() - Method in class org.apereo.cas.config.LdapAuthenticationConfiguration
 

O

org.apereo.cas.authentication - package org.apereo.cas.authentication
 
org.apereo.cas.config - package org.apereo.cas.config
 

P

principalAttributeMap - Variable in class org.apereo.cas.authentication.LdapAuthenticationHandler
Mapping of LDAP attribute name to principal attribute name.

S

setAllowMissingPrincipalAttributeValue(boolean) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 
setAllowMultiplePrincipalAttributeValues(boolean) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets a flag that determines whether multiple values are allowed for the LdapAuthenticationHandler.principalIdAttribute.
setCollectDnAttribute(boolean) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 
setPrincipalAttributeList(List<String>) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the mapping of additional principal attributes where the key and value is the LDAP attribute name.
setPrincipalAttributeMap(Map<String, String>) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the mapping of additional principal attributes where the key is the LDAP attribute name and the value is the principal attribute name.
setPrincipalDnAttributeName(String) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the name of the principal's dn attribute.
setPrincipalIdAttribute(String) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the name of the LDAP principal attribute whose value should be used for the principal ID.
A C G I L O P S 
Skip navigation links