A C D G I L O P S 

A

additionalAttributes - Variable in class org.jasig.cas.authentication.LdapAuthenticationHandler
List of additional attributes to be fetched but are not principal attributes.
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
 

C

createPrincipal(String, LdapEntry) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Creates a CAS principal with attributes if the LDAP entry contains principal attributes.

D

DEFAULT_ROLE_PREFIX - Static variable in class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
Default role prefix.

G

generate(CommonProfile) - Method in class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
 
getName() - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
 

I

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

L

LdapAuthenticationHandler - Class in org.jasig.cas.authentication
LDAP authentication handler that uses the ldaptive Authenticator component underneath.
LdapAuthenticationHandler(Authenticator) - Constructor for class org.jasig.cas.authentication.LdapAuthenticationHandler
Creates a new authentication handler that delegates to the given authenticator.
LdapAuthorizationGenerator - Class in org.jasig.cas.authorization.generator
Provides a simple AuthorizationGenerator implementation that obtains user roles from an LDAP search.
LdapAuthorizationGenerator() - Constructor for class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
Instantiates a new Ldap authorization generator.
LdapAuthorizationGenerator(ConnectionFactory, SearchExecutor, SearchExecutor, String, String) - Constructor for class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
Creates a new instance with the given required parameters.

O

org.jasig.cas.authentication - package org.jasig.cas.authentication
 
org.jasig.cas.authorization.generator - package org.jasig.cas.authorization.generator
 

P

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

S

setAdditionalAttributes(List<String>) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Sets the list of additional attributes to be fetched from the user entry during authentication.
setAllowMultiplePrincipalAttributeValues(boolean) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Sets a flag that determines whether multiple values are allowed for the principalIdAttribute.
setAllowMultipleResults(boolean) - Method in class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
Sets whether to allow multiple search results for user details given a username.
setName(String) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Sets the component name.
setPrincipalAttributeList(List<String>) - Method in class org.jasig.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.jasig.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.
setPrincipalIdAttribute(String) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Sets the name of the LDAP principal attribute whose value should be used for the principal ID.
setRolePrefix(String) - Method in class org.jasig.cas.authorization.generator.LdapAuthorizationGenerator
Sets the prefix appended to the uppercase LdapAuthorizationGenerator.roleAttributeName (Spring Security convention).
supports(Credential) - Method in class org.jasig.cas.authentication.LdapAuthenticationHandler
Handle post authentication processing.
A C D G I L O P S