Skip navigation links
A C D E G L O P S T U V 

A

AbstractCentralAuthenticationService - Class in org.apereo.cas
An abstract implementation of the CentralAuthenticationService that provides access to the needed scaffolding and services that are necessary to CAS, such as ticket registry, service registry, etc.
AbstractCentralAuthenticationService() - Constructor for class org.apereo.cas.AbstractCentralAuthenticationService
Instantiates a new Central authentication service impl.
AbstractCentralAuthenticationService(TicketRegistry, TicketFactory, ServicesManager, LogoutManager) - Constructor for class org.apereo.cas.AbstractCentralAuthenticationService
Build the central authentication service implementation.
applicationEventPublisher - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Application event publisher.
authenticationPolicyFactory() - Method in class org.apereo.cas.config.CasCoreConfiguration
 

C

CasCoreConfiguration - Class in org.apereo.cas.config
CasCoreConfiguration() - Constructor for class org.apereo.cas.config.CasCoreConfiguration
 
centralAuthenticationService(List, PrincipalFactory, CipherExecutor) - Method in class org.apereo.cas.config.CasCoreConfiguration
 
CentralAuthenticationServiceImpl - Class in org.apereo.cas
Concrete implementation of a CentralAuthenticationService, and also the central, organizing component of CAS' internal implementation.
CentralAuthenticationServiceImpl() - Constructor for class org.apereo.cas.CentralAuthenticationServiceImpl
Instantiates a new Central authentication service impl.
CentralAuthenticationServiceImpl(TicketRegistry, TicketFactory, ServicesManager, LogoutManager) - Constructor for class org.apereo.cas.CentralAuthenticationServiceImpl
Build the central authentication service implementation.
cipherExecutor - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Cipher executor to handle ticket validation.
createProxyGrantingTicket(String, AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
createTicketGrantingTicket(AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 

D

defaultValidationServiceSelectionStrategy() - Method in class org.apereo.cas.config.CasCoreConfiguration
 
destroyTicketGrantingTicket(String) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
Destroy a TicketGrantingTicket and perform back channel logout.
doPublishEvent(ApplicationEvent) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Publish CAS events.

E

evaluateProxiedServiceIfNeeded(Service, TicketGrantingTicket, RegisteredService) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Evaluate proxied service if needed.

G

getAuthenticationSatisfiedByPolicy(Authentication, ServiceContext) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Gets the authentication satisfied by policy.
getTicket(String) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
getTicket(String, Class<T>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
getTickets(Predicate<Ticket>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
grantProxyTicket(String, Service) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
grantServiceTicket(String, Service, AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 

L

logger - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Log instance for logging events, info, warnings, errors, etc.
logoutManager - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The logout manager.

O

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

P

principalFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Factory to create the principal type.

S

serviceContextAuthenticationPolicyFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Authentication policy that uses a service context to produce stateful security policies to apply when authenticating credentials.
servicesManager - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Implementation of Service Manager.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setCipherExecutor(CipherExecutor<String, String>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setLogoutManager(LogoutManager) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Sets principal factory to create principal objects.
setServiceContextAuthenticationPolicyFactory(ContextualAuthenticationPolicyFactory<ServiceContext>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setTicketFactory(TicketFactory) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setValidationServiceSelectionStrategies(List) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 

T

ticketFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The ticket factory.
ticketRegistry - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
TicketRegistry for storing and retrieving tickets as needed.

U

updateTicket(Ticket) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 

V

validateServiceTicket(String, Service) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
validationServiceSelectionStrategies - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The service selection strategy during validation events.
validationServiceSelectionStrategies() - Method in class org.apereo.cas.config.CasCoreConfiguration
 
verifyTicketState(Ticket, String, Class) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Validate ticket expiration policy and throws exception if ticket is no longer valid.
A C D E G L O P S T U V 
Skip navigation links