| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.authentication.principal |
Credentials is a marker interface for an opaque object that may be recognized by
Handlers and Resolvers.
|
| org.jasig.cas.ticket |
Classes that represent tickets and can manipulate tickets.
|
| org.jasig.cas.validation |
Classes to perform additiona validation the Assertions provided by
the CAS server.
|
| org.jasig.cas.web.view |
Package dealing with custom views such as writing directly to the response output for a CAS 1 response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthentication |
class |
ImmutableAuthentication
Default implementation of Authentication interface.
|
class |
MutableAuthentication
Mutable implementation of Authentication interface.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AbstractAuthenticationManager.authenticate(Credentials credentials) |
Authentication |
AuthenticationManager.authenticate(Credentials credentials)
Method to validate the credentials provided.
|
Authentication |
SamlAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials) |
Authentication |
AuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials)
Provided with an Authentication object and the original credentials
presented, provide any additional attributes to the Authentication
object.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
SamlAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials) |
Authentication |
AuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials)
Provided with an Authentication object and the original credentials
presented, provide any additional attributes to the Authentication
object.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
RememberMeAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
RememberMeAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication,
Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
ServiceTicketImpl.getAuthentication() |
Authentication |
TicketGrantingTicketImpl.getAuthentication() |
Authentication |
TicketState.getAuthentication()
Authentication information from the ticket.
|
Authentication |
TicketGrantingTicket.getAuthentication()
Method to retrieve the authentication.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authentication> |
TicketGrantingTicketImpl.getChainedAuthentications() |
List<Authentication> |
TicketGrantingTicket.getChainedAuthentications()
Method to retrieve the chained list of Authentications for this
TicketGrantingTicket.
|
| Modifier and Type | Method and Description |
|---|---|
TicketGrantingTicket |
ServiceTicketImpl.grantTicketGrantingTicket(String id,
Authentication authentication,
ExpirationPolicy expirationPolicy) |
TicketGrantingTicket |
ServiceTicket.grantTicketGrantingTicket(String id,
Authentication authentication,
ExpirationPolicy expirationPolicy)
Method to grant a TicketGrantingTicket from this service to the
authentication.
|
| Constructor and Description |
|---|
TicketGrantingTicketImpl(String id,
Authentication authentication,
ExpirationPolicy policy)
Constructs a new TicketGrantingTicket without a parent
TicketGrantingTicket.
|
TicketGrantingTicketImpl(String id,
TicketGrantingTicketImpl ticketGrantingTicket,
Authentication authentication,
ExpirationPolicy policy)
Constructs a new TicketGrantingTicket.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authentication> |
ImmutableAssertionImpl.getChainedAuthentications() |
List<Authentication> |
Assertion.getChainedAuthentications()
Get a List of Authentications which represent the owners of the
GrantingTickets which granted the ticket that was validated.
|
| Constructor and Description |
|---|
ImmutableAssertionImpl(List<Authentication> principals,
Service service,
boolean fromNewLogin)
Constructs a new ImmutableAssertion out of the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.opensaml.SAMLSubject |
Saml10SuccessResponseView.getSamlSubject(Authentication authentication) |
Copyright © 2004-2012 Jasig. All Rights Reserved.