A C D E F G J L M O R S V 
All Classes All Packages

A

authenticate(Credential, Service) - Method in class org.apereo.cas.adaptors.generic.GroovyAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.adaptors.generic.JsonResourceAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
 

C

CasUserAccount - Class in org.apereo.cas.adaptors.generic
CasUserAccount() - Constructor for class org.apereo.cas.adaptors.generic.CasUserAccount
 
CasUserAccount.AccountStatus - Enum in org.apereo.cas.adaptors.generic
Indicates user account status.

D

DEFAULT_SEPARATOR - Static variable in class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
The default separator in the file.
DISABLED - org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Disabled account status.

E

EXPIRED - org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Expired account status.

F

FileAuthenticationEventExecutionPlanConfiguration - Class in org.apereo.cas.adaptors.generic.config
FileAuthenticationEventExecutionPlanConfiguration() - Constructor for class org.apereo.cas.adaptors.generic.config.FileAuthenticationEventExecutionPlanConfiguration
 
fileAuthenticationEventExecutionPlanConfigurer(ConfigurableApplicationContext, AuthenticationHandler, CasConfigurationProperties, PrincipalResolver) - Method in class org.apereo.cas.adaptors.generic.config.FileAuthenticationEventExecutionPlanConfiguration
 
fileAuthenticationHandler(PasswordPolicyContext, PrincipalFactory, ServicesManager, CasConfigurationProperties, ConfigurableApplicationContext) - Method in class org.apereo.cas.adaptors.generic.config.FileAuthenticationEventExecutionPlanConfiguration
 
FileAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
Class designed to read data from a file in the format of USERNAME SEPARATOR PASSWORD that will go line by line and look for the username.
FileAuthenticationHandler(String, ServicesManager, PrincipalFactory, Resource, String) - Constructor for class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
filePasswordPolicyConfiguration() - Method in class org.apereo.cas.adaptors.generic.config.FileAuthenticationEventExecutionPlanConfiguration
 
filePrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.FileAuthenticationEventExecutionPlanConfiguration
 

G

GroovyAuthenticationEventExecutionPlanConfiguration - Class in org.apereo.cas.adaptors.generic.config
GroovyAuthenticationEventExecutionPlanConfiguration() - Constructor for class org.apereo.cas.adaptors.generic.config.GroovyAuthenticationEventExecutionPlanConfiguration
 
GroovyAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
GroovyAuthenticationHandler(String, ServicesManager, PrincipalFactory, Resource, Integer) - Constructor for class org.apereo.cas.adaptors.generic.GroovyAuthenticationHandler
 
groovyPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.GroovyAuthenticationEventExecutionPlanConfiguration
 
groovyResourceAuthenticationEventExecutionPlanConfigurer(CasConfigurationProperties, AuthenticationHandler, PrincipalResolver) - Method in class org.apereo.cas.adaptors.generic.config.GroovyAuthenticationEventExecutionPlanConfiguration
 
groovyResourceAuthenticationHandler(CasConfigurationProperties, PrincipalFactory, ServicesManager) - Method in class org.apereo.cas.adaptors.generic.config.GroovyAuthenticationEventExecutionPlanConfiguration
 

J

jsonPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.JsonResourceAuthenticationEventExecutionPlanConfiguration
 
JsonResourceAuthenticationEventExecutionPlanConfiguration - Class in org.apereo.cas.adaptors.generic.config
JsonResourceAuthenticationEventExecutionPlanConfiguration() - Constructor for class org.apereo.cas.adaptors.generic.config.JsonResourceAuthenticationEventExecutionPlanConfiguration
 
jsonResourceAuthenticationEventExecutionPlanConfigurer(CasConfigurationProperties, AuthenticationHandler, PrincipalResolver) - Method in class org.apereo.cas.adaptors.generic.config.JsonResourceAuthenticationEventExecutionPlanConfiguration
 
jsonResourceAuthenticationHandler(CasConfigurationProperties, ConfigurableApplicationContext, PrincipalFactory, ServicesManager) - Method in class org.apereo.cas.adaptors.generic.config.JsonResourceAuthenticationEventExecutionPlanConfiguration
 
JsonResourceAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
JsonResourceAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer, Resource) - Constructor for class org.apereo.cas.adaptors.generic.JsonResourceAuthenticationHandler
 

L

LOCKED - org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Locked account status.

M

MUST_CHANGE_PASSWORD - org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Must change password account status.

O

OK - org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Ok account status.
org.apereo.cas.adaptors.generic - package org.apereo.cas.adaptors.generic
 
org.apereo.cas.adaptors.generic.config - package org.apereo.cas.adaptors.generic.config
 

R

rejectPasswordPolicyConfiguration() - Method in class org.apereo.cas.adaptors.generic.config.RejectUsersAuthenticationEventExecutionPlanConfiguration
 
RejectUsersAuthenticationEventExecutionPlanConfiguration - Class in org.apereo.cas.adaptors.generic.config
RejectUsersAuthenticationEventExecutionPlanConfiguration() - Constructor for class org.apereo.cas.adaptors.generic.config.RejectUsersAuthenticationEventExecutionPlanConfiguration
 
rejectUsersAuthenticationEventExecutionPlanConfigurer(CasConfigurationProperties, AuthenticationHandler, PrincipalResolver) - Method in class org.apereo.cas.adaptors.generic.config.RejectUsersAuthenticationEventExecutionPlanConfiguration
 
rejectUsersAuthenticationHandler(CasConfigurationProperties, ConfigurableApplicationContext, PrincipalFactory, PasswordPolicyContext, ServicesManager) - Method in class org.apereo.cas.adaptors.generic.config.RejectUsersAuthenticationEventExecutionPlanConfiguration
 
RejectUsersAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
AuthenticationHandler which fails to authenticate a user purporting to be one of the blocked usernames, and blindly authenticates all other users.
RejectUsersAuthenticationHandler(String, ServicesManager, PrincipalFactory, Set<String>) - Constructor for class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
 
rejectUsersPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.RejectUsersAuthenticationEventExecutionPlanConfiguration
 

S

supports(Class<? extends Credential>) - Method in class org.apereo.cas.adaptors.generic.GroovyAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.generic.GroovyAuthenticationHandler
 

V

valueOf(String) - Static method in enum org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apereo.cas.adaptors.generic.CasUserAccount.AccountStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G J L M O R S V 
All Classes All Packages