A B C D G N O U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addTicket(Ticket) - Method in interface org.apereo.cas.CentralAuthenticationService
-
Add the ticket instance in the underlying storage mechanism.
B
- BEAN_NAME - Static variable in interface org.apereo.cas.CentralAuthenticationService
-
Default bean name.
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
TicketGrantingTicketto a Service for proxying authentication to other Services. - createTicketGrantingTicket(AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
-
Create a
TicketGrantingTicketby 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.
- deleteTicket(Ticket) - 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.
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.
- getTickets(Predicate<Ticket>, long, long) - Method in interface org.apereo.cas.CentralAuthenticationService
-
Gets tickets as a stream.
- grantProxyTicket(String, Service) - Method in interface org.apereo.cas.CentralAuthenticationService
-
Grant a
ProxyTicketthat 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
ServiceTicketthat 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
ServiceTicketfor a particular Service.
All Classes All Packages