| Package | Description |
|---|---|
| org.jasig.cas |
This is the entry point to the part of the CAS processing that is independent
of the user/program interface.
|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.remoting.server |
Classes to allow CAS to be exposed as a server.
|
| org.jasig.cas.web.flow |
| Modifier and Type | Method and Description |
|---|---|
String |
CentralAuthenticationService.createTicketGrantingTicket(Credential... credentials)
Create a
TicketGrantingTicket by authenticating credentials. |
String |
CentralAuthenticationServiceImpl.createTicketGrantingTicket(Credential... credentials) |
String |
CentralAuthenticationService.delegateTicketGrantingTicket(String serviceTicketId,
Credential... credentials)
Delegate a TicketGrantingTicket to a Service for proxying authentication
to other Services.
|
String |
CentralAuthenticationServiceImpl.delegateTicketGrantingTicket(String serviceTicketId,
Credential... credentials) |
String |
CentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credential... credentials)
Grant a
ServiceTicket that may be used to access the given service
by authenticating the given credentials. |
String |
CentralAuthenticationServiceImpl.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credential... credentials) |
| Modifier and Type | Class and Description |
|---|---|
class |
MixedPrincipalException
Describes an error condition where non-identical principals have been resolved while authenticating
multiple credentials.
|
class |
PrincipalException
Describes a principal resolution error, which is a subcategory of authentication error.
|
class |
UnresolvedPrincipalException
Describes an error condition where a principal could not be resolved.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationManager.authenticate(Credential... credentials)
Authenticates the provided credentials.
|
Authentication |
PolicyBasedAuthenticationManager.authenticate(Credential... credentials)
Authenticates the provided credentials.
|
protected AuthenticationBuilder |
PolicyBasedAuthenticationManager.authenticateInternal(Credential... credentials)
Follows the same contract as
AuthenticationManager.authenticate(Credential...). |
| Modifier and Type | Method and Description |
|---|---|
String |
RemoteCentralAuthenticationService.createTicketGrantingTicket(Credential... credentials)
Create a
TicketGrantingTicket by authenticating credentials. |
String |
RemoteCentralAuthenticationService.delegateTicketGrantingTicket(String serviceTicketId,
Credential... credentials)
Delegate a TicketGrantingTicket to a Service for proxying authentication
to other Services.
|
String |
RemoteCentralAuthenticationService.grantServiceTicket(String ticketGrantingTicketId,
Service service,
Credential... credentials)
Grant a
ServiceTicket that may be used to access the given service
by authenticating the given credentials. |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthenticationExceptionHandler.handle(AuthenticationException e,
org.springframework.binding.message.MessageContext messageContext)
Maps an authentication exception onto a state name equal to the simple class name of the
getHandlerErrors() with highest precedence. |
Copyright © 2004-2014 Jasig. All Rights Reserved.