Uses of Interface
org.jasig.cas.authentication.Authentication

Packages that use Authentication
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. 
 

Uses of Authentication in org.jasig.cas.authentication
 

Classes in org.jasig.cas.authentication that implement Authentication
 class AbstractAuthentication
           
 class ImmutableAuthentication
          Default implementation of Authentication interface.
 class MutableAuthentication
          Mutable implementation of Authentication interface.
 

Methods in org.jasig.cas.authentication that return Authentication
 Authentication AuthenticationManager.authenticate(Credentials credentials)
          Method to validate the credentials provided.
 Authentication AbstractAuthenticationManager.authenticate(Credentials credentials)
           
 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.
 

Methods in org.jasig.cas.authentication with parameters of type Authentication
 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.
 

Uses of Authentication in org.jasig.cas.authentication.principal
 

Methods in org.jasig.cas.authentication.principal that return Authentication
 Authentication RememberMeAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication, Credentials credentials)
           
 

Methods in org.jasig.cas.authentication.principal with parameters of type Authentication
 Authentication RememberMeAuthenticationMetaDataPopulator.populateAttributes(Authentication authentication, Credentials credentials)
           
 

Uses of Authentication in org.jasig.cas.ticket
 

Methods in org.jasig.cas.ticket that return Authentication
 Authentication TicketState.getAuthentication()
          Authentication information from the ticket.
 Authentication TicketGrantingTicketImpl.getAuthentication()
           
 Authentication TicketGrantingTicket.getAuthentication()
          Method to retrieve the authentication.
 Authentication ServiceTicketImpl.getAuthentication()
           
 

Methods in org.jasig.cas.ticket that return types with arguments of type Authentication
 java.util.List<Authentication> TicketGrantingTicketImpl.getChainedAuthentications()
           
 java.util.List<Authentication> TicketGrantingTicket.getChainedAuthentications()
          Method to retrieve the chained list of Authentications for this TicketGrantingTicket.
 

Methods in org.jasig.cas.ticket with parameters of type Authentication
 TicketGrantingTicket ServiceTicketImpl.grantTicketGrantingTicket(java.lang.String id, Authentication authentication, ExpirationPolicy expirationPolicy)
           
 TicketGrantingTicket ServiceTicket.grantTicketGrantingTicket(java.lang.String id, Authentication authentication, ExpirationPolicy expirationPolicy)
          Method to grant a TicketGrantingTicket from this service to the authentication.
 

Constructors in org.jasig.cas.ticket with parameters of type Authentication
TicketGrantingTicketImpl(java.lang.String id, Authentication authentication, ExpirationPolicy policy)
          Constructs a new TicketGrantingTicket without a parent TicketGrantingTicket.
TicketGrantingTicketImpl(java.lang.String id, TicketGrantingTicketImpl ticketGrantingTicket, Authentication authentication, ExpirationPolicy policy)
          Constructs a new TicketGrantingTicket.
 

Uses of Authentication in org.jasig.cas.validation
 

Methods in org.jasig.cas.validation that return types with arguments of type Authentication
 java.util.List<Authentication> ImmutableAssertionImpl.getChainedAuthentications()
           
 java.util.List<Authentication> Assertion.getChainedAuthentications()
          Get a List of Authentications which represent the owners of the GrantingTickets which granted the ticket that was validated.
 

Constructor parameters in org.jasig.cas.validation with type arguments of type Authentication
ImmutableAssertionImpl(java.util.List<Authentication> principals, Service service, boolean fromNewLogin)
          Constructs a new ImmutableAssertion out of the given parameters.
 

Uses of Authentication in org.jasig.cas.web.view
 

Methods in org.jasig.cas.web.view with parameters of type Authentication
protected  org.opensaml.SAMLSubject Saml10SuccessResponseView.getSamlSubject(Authentication authentication)
           
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.