C D G N O U V 
All Classes All Packages

C

CentralAuthenticationService - Interface in org.apereo.cas
CAS viewed as a set of services to generate and validate Tickets.
createProxyGrantingTicket(String, AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Delegate a TicketGrantingTicket to a Service for proxying authentication to other Services.
createTicketGrantingTicket(AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Create a TicketGrantingTicket by authenticating credentials.

D

deleteTicket(String) - Method in interface org.apereo.cas.CentralAuthenticationService
Attempts to delete a ticket from the underlying store and is allowed to run any number of processing on the ticket and removal op before invoking it.
destroyTicketGrantingTicket(String) - Method in interface org.apereo.cas.CentralAuthenticationService
Destroy a TicketGrantingTicket and perform back channel logout.

G

getTicket(String) - Method in interface org.apereo.cas.CentralAuthenticationService
Obtains the given ticket by its id and returns the CAS-representative object.
getTicket(String, Class<T>) - Method in interface org.apereo.cas.CentralAuthenticationService
Obtains the given ticket by its id and type and returns the CAS-representative object.
getTickets(Predicate<Ticket>) - Method in interface org.apereo.cas.CentralAuthenticationService
Retrieve a collection of tickets from the underlying ticket registry.
grantProxyTicket(String, Service) - Method in interface org.apereo.cas.CentralAuthenticationService
Grant a ProxyTicket that may be used to access the given service by authenticating the given credentials.
grantServiceTicket(String, Service, AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Grant a ServiceTicket that may be used to access the given service by authenticating the given credentials.

N

NAMESPACE - Static variable in interface org.apereo.cas.CentralAuthenticationService
CAS namespace.

O

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

U

updateTicket(Ticket) - Method in interface org.apereo.cas.CentralAuthenticationService
Updates the ticket instance in the underlying storage mechanism.

V

validateServiceTicket(String, Service) - Method in interface org.apereo.cas.CentralAuthenticationService
Validate a ServiceTicket for a particular Service.
C D G N O U V 
All Classes All Packages