A B C D E F G H I J L M N O P R S T U V W

A

ABSTRACT_GT_METHOD - Static variable in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
AbstractAuthentication - Class in org.jasig.cas.authentication
 
AbstractAuthentication(Principal, Map<String, Object>) - Constructor for class org.jasig.cas.authentication.AbstractAuthentication
 
AbstractAuthenticationManager - Class in org.jasig.cas.authentication
 
AbstractAuthenticationManager() - Constructor for class org.jasig.cas.authentication.AbstractAuthenticationManager
 
AbstractAuthenticationManager.Pair<A,B> - Class in org.jasig.cas.authentication
 
AbstractAuthenticationManager.Pair(A, B) - Constructor for class org.jasig.cas.authentication.AbstractAuthenticationManager.Pair
 
AbstractCasProtocolValidationSpecification - Class in org.jasig.cas.validation
Base validation specification for the CAS protocol.
AbstractCasProtocolValidationSpecification() - Constructor for class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
 
AbstractCasProtocolValidationSpecification(boolean) - Constructor for class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
 
AbstractCasView - Class in org.jasig.cas.web.view
Abstract class to handle retrieving the Assertion from the model.
AbstractCasView() - Constructor for class org.jasig.cas.web.view.AbstractCasView
 
AbstractDistributedTicketRegistry - Class in org.jasig.cas.ticket.registry
Abstract Implementation that handles some of the commonalities between distributed ticket registries.
AbstractDistributedTicketRegistry() - Constructor for class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Implementation of a HandlerInterceptorAdapter that keeps track of a mapping of IP Addresses to number of failures to authenticate.
AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
AbstractNonInteractiveCredentialsAction - Class in org.jasig.cas.web.flow
Abstract class to handle the retrieval and authentication of non-interactive credentials such as client certificates, NTLM, etc.
AbstractNonInteractiveCredentialsAction() - Constructor for class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
AbstractPersonDirectoryCredentialsToPrincipalResolver - Class in org.jasig.cas.authentication.principal
 
AbstractPersonDirectoryCredentialsToPrincipalResolver() - Constructor for class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
 
AbstractPreAndPostProcessingAuthenticationHandler - Class in org.jasig.cas.authentication.handler.support
Abstract authentication handler that allows deployers to utilize the bundled AuthenticationHandlers while providing a mechanism to perform tasks before and after authentication.
AbstractPreAndPostProcessingAuthenticationHandler() - Constructor for class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
AbstractSingleSignOutEnabledArgumentExtractor - Class in org.jasig.cas.web.support
Abstract class for handling the enabling and disabling of Single Sign Out features.
AbstractSingleSignOutEnabledArgumentExtractor() - Constructor for class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
AbstractThrottledSubmissionHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Abstract implementation of the handler that has all of the logic.
AbstractThrottledSubmissionHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
AbstractTicket - Class in org.jasig.cas.ticket
Abstract implementation of a ticket that handles all ticket state for policies.
AbstractTicket() - Constructor for class org.jasig.cas.ticket.AbstractTicket
 
AbstractTicket(String, TicketGrantingTicketImpl, ExpirationPolicy) - Constructor for class org.jasig.cas.ticket.AbstractTicket
Constructs a new Ticket with a unique id, a possible parent Ticket (can be null) and a specified Expiration Policy.
AbstractTicketRegistry - Class in org.jasig.cas.ticket.registry
 
AbstractTicketRegistry() - Constructor for class org.jasig.cas.ticket.registry.AbstractTicketRegistry
 
AbstractUsernamePasswordAuthenticationHandler - Class in org.jasig.cas.authentication.handler.support
Abstract class to override supports so that we don't need to duplicate the check for UsernamePasswordCredentials.
AbstractUsernamePasswordAuthenticationHandler() - Constructor for class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
AbstractWebApplicationService - Class in org.jasig.cas.authentication.principal
Abstract implementation of a WebApplicationService.
AbstractWebApplicationService(String, String, String, HttpClient) - Constructor for class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
acquire() - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
acquire() - Method in interface org.jasig.cas.ticket.registry.support.LockingStrategy
Attempt to acquire the lock.
acquire() - Method in class org.jasig.cas.ticket.registry.support.NoOpLockingStrategy
 
addCookie(HttpServletRequest, HttpServletResponse, String) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 
addTicket(Ticket) - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
 
addTicket(Ticket) - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
addTicket(Ticket) - Method in interface org.jasig.cas.ticket.registry.TicketRegistry
Add a ticket to the registry.
afterPropertiesSet() - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
AopUtils - Class in org.jasig.cas.util
Utility class to assist with AOP operations.
AopUtils() - Constructor for class org.jasig.cas.util.AopUtils
 
ArgumentExtractor - Interface in org.jasig.cas.web.support
Strategy interface for retrieving services and tickets from the request.
Assertion - Interface in org.jasig.cas.validation
Return from CentralAuthenticationService.validateServiceTicket(String, Service), the Assertion contains a chain of Principal objects.
ATTRIBUTE_AUTHENTICATION_METHOD - Static variable in class org.jasig.cas.authentication.SamlAuthenticationMetaDataPopulator
 
authenticate(Credentials) - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager
 
authenticate(Credentials) - Method in interface org.jasig.cas.authentication.AuthenticationManager
Method to validate the credentials provided.
authenticate(Credentials) - Method in interface org.jasig.cas.authentication.handler.AuthenticationHandler
Method to determine if the credentials supplied are valid.
authenticate(Credentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
authenticate(Credentials) - Method in class org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
 
authenticateAndObtainPrincipal(Credentials) - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager
Follows the same rules as the "authenticate" method (i.e.
authenticateAndObtainPrincipal(Credentials) - Method in class org.jasig.cas.authentication.AuthenticationManagerImpl
 
authenticateAndObtainPrincipal(Credentials) - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl
 
authenticateAndObtainPrincipal(Credentials) - Method in class org.jasig.cas.authentication.LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager
 
authenticateUsernamePasswordInternal(UsernamePasswordCredentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Abstract convenience method that assumes the credentials passed in are a subclass of UsernamePasswordCredentials.
authenticateUsernamePasswordInternal(UsernamePasswordCredentials) - Method in class org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredentials) - Method in class org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler
 
Authentication - Interface in org.jasig.cas.authentication
The Authentication object represents a successful authentication request.
AUTHENTICATION_ATTRIBUTE_REMEMBER_ME - Static variable in interface org.jasig.cas.authentication.principal.RememberMeCredentials
 
AUTHENTICATION_METHOD_ATTRIBUTE - Static variable in interface org.jasig.cas.authentication.AuthenticationManager
 
AuthenticationException - Exception in org.jasig.cas.authentication.handler
The most generic type of authentication exception that one can catch if not sure what specific implementation will be thrown.
AuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.AuthenticationException
Constructor that takes a code description of the error.
AuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.AuthenticationException
Constructor that takes a code description of the error and the chained exception.
AuthenticationHandler - Interface in org.jasig.cas.authentication.handler
Validate Credentials support for AuthenticationManagerImpl.
AuthenticationManager - Interface in org.jasig.cas.authentication
The AuthenticationManager class is the entity that determines the authenticity of the credentials provided.
AuthenticationManagerImpl - Class in org.jasig.cas.authentication
Default implementation of the AuthenticationManager.
AuthenticationManagerImpl() - Constructor for class org.jasig.cas.authentication.AuthenticationManagerImpl
 
AuthenticationMetaDataPopulator - Interface in org.jasig.cas.authentication
An extension point to the Authentication process that allows CAS to provide additional attributes related to the overall Authentication (such as authentication type) that are specific to the Authentication request versus the Principal itself.
AuthenticationViaFormAction - Class in org.jasig.cas.web.flow
Action to authenticate credentials and retrieve a TicketGrantingTicket for those credentials.
AuthenticationViaFormAction() - Constructor for class org.jasig.cas.web.flow.AuthenticationViaFormAction
 

B

BadCredentialsAuthenticationException - Exception in org.jasig.cas.authentication.handler
Generic Bad Credentials Exception.
BadCredentialsAuthenticationException() - Constructor for exception org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
BadCredentialsAuthenticationException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
Constructor to allow for the chaining of exceptions.
BadCredentialsAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
Constructor method to allow for providing a custom code to associate with this exception.
BadCredentialsAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
Constructor to allow for the chaining of exceptions and use of a non-default code.
BadPasswordAuthenticationException - Exception in org.jasig.cas.authentication.handler
The exception to throw when we know the username is correct but the password is not.
BadPasswordAuthenticationException() - Constructor for exception org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
BadPasswordAuthenticationException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
Constructor that allows for the chaining of exceptions.
BadPasswordAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
Constructor that allows for providing a custom error code for this class.
BadPasswordAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
Constructor that allows for chaining of exceptions and a custom error code.
BadUsernameOrPasswordAuthenticationException - Exception in org.jasig.cas.authentication.handler
Exception to throw when we know the credentials provided were username/password and the combination is wrong.
BadUsernameOrPasswordAuthenticationException() - Constructor for exception org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
BadUsernameOrPasswordAuthenticationException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
Constructor that allows for the chaining of exceptions.
BadUsernameOrPasswordAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
Constructor that allows for providing a custom error code for this class.
BadUsernameOrPasswordAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
Constructor that allows for chaining of exceptions and a custom error code.
bind(HttpServletRequest, Credentials) - Method in interface org.jasig.cas.web.bind.CredentialsBinder
Deprecated. Method to allow manually binding attributes from the request object to properties of the credentials.
BlockedCredentialsAuthenticationException - Exception in org.jasig.cas.authentication.handler
Exception to represent credentials that have been blocked for a reason such as Locked account.
BlockedCredentialsAuthenticationException() - Constructor for exception org.jasig.cas.authentication.handler.BlockedCredentialsAuthenticationException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
BlockedCredentialsAuthenticationException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BlockedCredentialsAuthenticationException
Constructor that allows for the chaining of exceptions.
BlockedCredentialsAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.BlockedCredentialsAuthenticationException
Constructor that allows for providing a custom error code for this class.
BlockedCredentialsAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.BlockedCredentialsAuthenticationException
Constructor that allows for chaining of exceptions and a custom error code.

C

calculateUptime(double, Queue<Integer>, Queue<String>) - Method in class org.jasig.cas.web.StatisticsController
 
CalendarUtils - Class in org.jasig.cas.util
 
Cas10ProtocolValidationSpecification - Class in org.jasig.cas.validation
Validation specification for the CAS 1.0 protocol.
Cas10ProtocolValidationSpecification() - Constructor for class org.jasig.cas.validation.Cas10ProtocolValidationSpecification
 
Cas10ProtocolValidationSpecification(boolean) - Constructor for class org.jasig.cas.validation.Cas10ProtocolValidationSpecification
 
Cas10ProxyHandler - Class in org.jasig.cas.ticket.proxy.support
Dummy ProxyHandler that does nothing.
Cas10ProxyHandler() - Constructor for class org.jasig.cas.ticket.proxy.support.Cas10ProxyHandler
 
Cas10ResponseView - Class in org.jasig.cas.web.view
Custom View to Return the CAS 1.0 Protocol Response.
Cas10ResponseView() - Constructor for class org.jasig.cas.web.view.Cas10ResponseView
 
Cas20ProtocolValidationSpecification - Class in org.jasig.cas.validation
Validation specification for the CAS 2.0 protocol.
Cas20ProtocolValidationSpecification() - Constructor for class org.jasig.cas.validation.Cas20ProtocolValidationSpecification
 
Cas20ProtocolValidationSpecification(boolean) - Constructor for class org.jasig.cas.validation.Cas20ProtocolValidationSpecification
 
Cas20ProxyHandler - Class in org.jasig.cas.ticket.proxy.support
Proxy Handler to handle the default callback functionality of CAS 2.0.
Cas20ProxyHandler() - Constructor for class org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler
 
Cas20WithoutProxyingValidationSpecification - Class in org.jasig.cas.validation
Validation specification for the CAS 2.0 protocol.
Cas20WithoutProxyingValidationSpecification() - Constructor for class org.jasig.cas.validation.Cas20WithoutProxyingValidationSpecification
 
Cas20WithoutProxyingValidationSpecification(boolean) - Constructor for class org.jasig.cas.validation.Cas20WithoutProxyingValidationSpecification
 
CasArgumentExtractor - Class in org.jasig.cas.web.support
Implements the traditional CAS2 protocol.
CasArgumentExtractor() - Constructor for class org.jasig.cas.web.support.CasArgumentExtractor
 
CasDefaultFlowUrlHandler - Class in org.jasig.cas.web.flow
Extends the DefaultFlowUrlHandler to support the CAS requirement that tokens be retrieved via the "lt" request parameter.
CasDefaultFlowUrlHandler() - Constructor for class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
 
CasVersion - Class in org.jasig.cas
Class that exposes the CAS version.
CAUGHT_THROWABLE_KEY - Static variable in class org.jasig.cas.web.init.SafeContextLoaderListener
The name of the ServletContext attribute whereat we will place a List of Throwables that we caught from our delegate context listeners.
CAUGHT_THROWABLE_KEY - Static variable in class org.jasig.cas.web.init.SafeDispatcherServlet
Key under which we will store the exception in the ServletContext.
CentralAuthenticationService - Interface in org.jasig.cas
CAS viewed as a set of services to generate and validate Tickets.
CentralAuthenticationServiceImpl - Class in org.jasig.cas
Concrete implementation of a CentralAuthenticationService, and also the central, organizing component of CAS's internal implementation.
CentralAuthenticationServiceImpl() - Constructor for class org.jasig.cas.CentralAuthenticationServiceImpl
 
clean() - Method in interface org.jasig.cas.ticket.registry.RegistryCleaner
Method to kick-off the cleaning of a registry.
clean() - Method in class org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner
 
cleanupUrl(String) - Static method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
clone() - Method in interface org.jasig.cas.services.RegisteredService
 
clone() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
closeContext(DirContext) - Static method in class org.jasig.cas.util.LdapUtils
Close the given context and ignore any thrown exception.
compareTo(RegisteredService) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
constructCredentialsFromRequest(RequestContext) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
Abstract method to implement to construct the credentials from the request object.
constructDocumentFromXmlString(String) - Static method in class org.jasig.cas.util.SamlUtils
 
constructKey(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
constructKey(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
constructKey(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
constructUsername(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
contextDestroyed(ServletContextEvent) - Method in class org.jasig.cas.web.init.SafeContextLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class org.jasig.cas.web.init.SafeContextLoaderListener
 
convertToTreeSet() - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
CookieRetrievingCookieGenerator - Class in org.jasig.cas.web.support
Extends CookieGenerator to allow you to retrieve a value from a request.
CookieRetrievingCookieGenerator() - Constructor for class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 
createInstance() - Method in class org.jasig.cas.util.PrivateKeyFactoryBean
 
createInstance() - Method in class org.jasig.cas.util.PublicKeyFactoryBean
 
createServiceFrom(HttpServletRequest, PrivateKey, PublicKey, String) - Static method in class org.jasig.cas.authentication.principal.GoogleAccountsService
 
createServiceFrom(HttpServletRequest, HttpClient) - Static method in class org.jasig.cas.authentication.principal.SamlService
 
createServiceFrom(HttpServletRequest) - Static method in class org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
 
createServiceFrom(HttpServletRequest, HttpClient) - Static method in class org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
 
createTicketGrantingTicket(Credentials) - Method in interface org.jasig.cas.CentralAuthenticationService
Create a TicketGrantingTicket based on opaque credentials supplied by the caller.
createTicketGrantingTicket(Credentials) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
createTicketGrantingTicket(Credentials) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
Credentials - Interface in org.jasig.cas.authentication.principal
Marker interface for credentials required to authenticate a principal.
CredentialsAsFirstParameterResourceResolver - Class in org.jasig.cas.audit.spi
Converts the Credentials object into a String resource identifier.
CredentialsAsFirstParameterResourceResolver() - Constructor for class org.jasig.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
CredentialsBinder - Interface in org.jasig.cas.web.bind
Deprecated. Future versions of CAS will provide a mechanism to gain access to standard items from the Request object.
CredentialsToPrincipalResolver - Interface in org.jasig.cas.authentication.principal
CredentialsToPrincipalResolvers extract information from the Credentials provided and determine the Principal represented by those credentials.
CustomBeanValidationPostProcessor - Class in org.jasig.cas.util
Provides a custom TraversableResolver that should work in JPA2 environments without the JPA2 restrictions (i.e.
CustomBeanValidationPostProcessor() - Constructor for class org.jasig.cas.util.CustomBeanValidationPostProcessor
 

D

decrementCounts() - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
This class relies on an external configuration to clean it up.
DEFAULT_LOCK_TIMEOUT - Static variable in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
Default lock timeout is 1 hour
DefaultLongNumericGenerator - Class in org.jasig.cas.util
The default numeric generator for generating long values.
DefaultLongNumericGenerator() - Constructor for class org.jasig.cas.util.DefaultLongNumericGenerator
 
DefaultLongNumericGenerator(long) - Constructor for class org.jasig.cas.util.DefaultLongNumericGenerator
 
DefaultPasswordEncoder - Class in org.jasig.cas.authentication.handler
Implementation of PasswordEncoder using message digest.
DefaultPasswordEncoder(String) - Constructor for class org.jasig.cas.authentication.handler.DefaultPasswordEncoder
 
DefaultRandomStringGenerator - Class in org.jasig.cas.util
Implementation of the RandomStringGenerator that allows you to define the length of the random part.
DefaultRandomStringGenerator() - Constructor for class org.jasig.cas.util.DefaultRandomStringGenerator
 
DefaultRandomStringGenerator(int) - Constructor for class org.jasig.cas.util.DefaultRandomStringGenerator
 
DefaultServicesManagerImpl - Class in org.jasig.cas.services
Default implementation of the ServicesManager interface.
DefaultServicesManagerImpl(ServiceRegistryDao) - Constructor for class org.jasig.cas.services.DefaultServicesManagerImpl
 
DefaultServicesManagerImpl(ServiceRegistryDao, List<String>) - Constructor for class org.jasig.cas.services.DefaultServicesManagerImpl
Constructs an instance of the DefaultServicesManagerImpl where the default RegisteredService can include a set of default attributes to use if no services are defined in the registry.
DefaultTicketRegistry - Class in org.jasig.cas.ticket.registry
Implementation of the TicketRegistry that is backed by a ConcurrentHashMap.
DefaultTicketRegistry() - Constructor for class org.jasig.cas.ticket.registry.DefaultTicketRegistry
 
DefaultTicketRegistry(int, float, int) - Constructor for class org.jasig.cas.ticket.registry.DefaultTicketRegistry
Creates a new, empty registry with the specified initial capacity, load factor, and concurrency level.
DefaultTicketRegistryCleaner - Class in org.jasig.cas.ticket.registry.support
The default ticket registry cleaner scans the entire CAS ticket registry for expired tickets and removes them.
DefaultTicketRegistryCleaner() - Constructor for class org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner
 
DefaultUniqueTicketIdGenerator - Class in org.jasig.cas.util
Default implementation of UniqueTicketIdGenerator.
DefaultUniqueTicketIdGenerator() - Constructor for class org.jasig.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with default values including a DefaultLongNumericGenerator with a starting value of 1.
DefaultUniqueTicketIdGenerator(int) - Constructor for class org.jasig.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with a specified maximum length for the random portion.
DefaultUniqueTicketIdGenerator(String) - Constructor for class org.jasig.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with default values including a DefaultLongNumericGenerator with a starting value of 1.
DefaultUniqueTicketIdGenerator(int, String) - Constructor for class org.jasig.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with a specified maximum length for the random portion.
delegateTicketGrantingTicket(String, Credentials) - Method in interface org.jasig.cas.CentralAuthenticationService
Delegate a TicketGrantingTicket to a Service for proxying authentication to other Services.
delegateTicketGrantingTicket(String, Credentials) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
delegateTicketGrantingTicket(String, Credentials) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
delete(long) - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
delete(RegisteredService) - Method in class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
delete(RegisteredService) - Method in class org.jasig.cas.services.JpaServiceRegistryDaoImpl
 
delete(RegisteredService) - Method in interface org.jasig.cas.services.ServiceRegistryDao
Remove the service from the data store.
delete(long) - Method in interface org.jasig.cas.services.ServicesManager
Delete the entry for this RegisteredService.
deleteRegisteredService(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
Method to delete the RegisteredService by its ID.
deleteTicket(String) - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
 
deleteTicket(String) - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
deleteTicket(String) - Method in interface org.jasig.cas.ticket.registry.TicketRegistry
Remove a specific ticket from the registry.
destroy() - Method in class org.jasig.cas.util.HttpClient
 
destroyTicketGrantingTicket(String) - Method in interface org.jasig.cas.CentralAuthenticationService
Destroy a TicketGrantingTicket.
destroyTicketGrantingTicket(String) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Implementation of destoryTicketGrantingTicket expires the ticket provided and removes it from the TicketRegistry.
destroyTicketGrantingTicket(String) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
DirectMappingAuthenticationManagerImpl - Class in org.jasig.cas.authentication
Authentication Manager that provides a direct mapping between credentials provided and the authentication handler used to authenticate the user.
DirectMappingAuthenticationManagerImpl() - Constructor for class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl
 
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder - Class in org.jasig.cas.authentication
 
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder() - Constructor for class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder
 
doAuthentication(Credentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
doAuthentication(Credentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Method automatically handles conversion to UsernamePasswordCredentials and delegates to abstract authenticateUsernamePasswordInternal so subclasses do not need to cast.
doBind(RequestContext, Credentials) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
doExecute(RequestContext) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 

E

encode(String) - Method in class org.jasig.cas.authentication.handler.DefaultPasswordEncoder
 
encode(String) - Method in interface org.jasig.cas.authentication.handler.PasswordEncoder
Method that actually performs the transformation of the plaintext password into the encrypted password.
encode(String) - Method in class org.jasig.cas.authentication.handler.PlainTextPasswordEncoder
 
equals(Object) - Method in class org.jasig.cas.authentication.AbstractAuthentication
 
equals(Object) - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
equals(Object) - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentials
 
equals(Object) - Method in class org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials
 
equals(Object) - Method in class org.jasig.cas.authentication.principal.SimplePrincipal
 
equals(Object) - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
equals(Object) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
equals(Object) - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 
equals(Object) - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
equals(Object) - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
ERROR - Static variable in exception org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException
Static instance of class to prevent cost incurred by creating new instance.
ERROR - Static variable in exception org.jasig.cas.authentication.handler.BadPasswordAuthenticationException
Static instance of BadPasswordAuthenticationException.
ERROR - Static variable in exception org.jasig.cas.authentication.handler.BadUsernameOrPasswordAuthenticationException
Static instance of BadUsernameOrPasswordAuthenticationException.
ERROR - Static variable in exception org.jasig.cas.authentication.handler.BlockedCredentialsAuthenticationException
Static instance of BlockedCredentialsAuthenticationException.
ERROR - Static variable in exception org.jasig.cas.authentication.handler.UnknownUsernameAuthenticationException
Static instance of UnknownUsernameAuthenticationException.
ERROR - Static variable in exception org.jasig.cas.authentication.handler.UnsupportedCredentialsException
Static instance of UnsupportedCredentialsException.
ExpirationPolicy - Interface in org.jasig.cas.ticket
Strategy that determines if the ticket is expired.
expire() - Method in interface org.jasig.cas.ticket.TicketGrantingTicket
Explicitly expire a ticket.
expire() - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
extractPrincipalId(Credentials) - Method in class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
Extracts the id of the user from the provided credentials.
extractPrincipalId(Credentials) - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
 
extractService(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
extractService(HttpServletRequest) - Method in interface org.jasig.cas.web.support.ArgumentExtractor
Retrieve the service from the request.
extractServiceInternal(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
extractServiceInternal(HttpServletRequest) - Method in class org.jasig.cas.web.support.CasArgumentExtractor
 
extractServiceInternal(HttpServletRequest) - Method in class org.jasig.cas.web.support.GoogleAccountsArgumentExtractor
 
extractServiceInternal(HttpServletRequest) - Method in class org.jasig.cas.web.support.SamlArgumentExtractor
 

F

findCount(HttpServletRequest, String, int) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
findCount(HttpServletRequest, String, int) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
findCount(HttpServletRequest, String, int) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
findServiceBy(Service) - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
Note, if the repository is empty, this implementation will return a default service to grant all access.
findServiceBy(long) - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
findServiceBy(Service) - Method in interface org.jasig.cas.services.ServicesManager
Find a RegisteredService by matching with the supplied service.
findServiceBy(long) - Method in interface org.jasig.cas.services.ServicesManager
Find a RegisteredService by matching with the supplied id.
findServiceById(long) - Method in class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
findServiceById(long) - Method in class org.jasig.cas.services.JpaServiceRegistryDaoImpl
 
findServiceById(long) - Method in interface org.jasig.cas.services.ServiceRegistryDao
 
formBackingObject(HttpServletRequest) - Method in class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
 

G

generate(Principal, Service) - Method in interface org.jasig.cas.authentication.principal.PersistentIdGenerator
Generates a PersistentId based on some algorithm plus the principal and service.
generate(Principal, Service) - Method in class org.jasig.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
GenerateServiceTicketAction - Class in org.jasig.cas.web.flow
Action to generate a service ticket for a given Ticket Granting Ticket and Service.
GenerateServiceTicketAction() - Constructor for class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
getAllowedAttributes() - Method in interface org.jasig.cas.services.RegisteredService
Returns the list of allowed attributes.
getAllowedAttributes() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getAllServices() - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
getAllServices() - Method in interface org.jasig.cas.services.ServicesManager
Retrieve the collection of all registered services.
getArtifactId() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
getArtifactId() - Method in interface org.jasig.cas.authentication.principal.WebApplicationService
Retrieves the artifact supplied with the service.
getAssertionFrom(Map) - Method in class org.jasig.cas.web.view.AbstractCasView
 
getAttributes() - Method in class org.jasig.cas.authentication.AbstractAuthentication
 
getAttributes() - Method in interface org.jasig.cas.authentication.Authentication
Attributes of the authentication (not the Principal).
getAttributes() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
getAttributes() - Method in interface org.jasig.cas.authentication.principal.Principal
 
getAttributes() - Method in class org.jasig.cas.authentication.principal.Response
 
getAttributes() - Method in class org.jasig.cas.authentication.principal.SimplePrincipal
Returns an immutable map.
getAuthenticatedDate() - Method in interface org.jasig.cas.authentication.Authentication
Method to retrieve the timestamp of when this Authentication object was created.
getAuthenticatedDate() - Method in class org.jasig.cas.authentication.ImmutableAuthentication
 
getAuthenticatedDate() - Method in class org.jasig.cas.authentication.MutableAuthentication
 
getAuthentication() - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 
getAuthentication() - Method in interface org.jasig.cas.ticket.TicketGrantingTicket
Method to retrieve the authentication.
getAuthentication() - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
getAuthentication() - Method in interface org.jasig.cas.ticket.TicketState
Authentication information from the ticket.
getAuthenticationHandler() - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder
 
getCalendarFor(Date) - Static method in class org.jasig.cas.util.CalendarUtils
 
getCallbackUrl() - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentials
 
getChainedAuthentications() - Method in interface org.jasig.cas.ticket.TicketGrantingTicket
Method to retrieve the chained list of Authentications for this TicketGrantingTicket.
getChainedAuthentications() - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
getChainedAuthentications() - Method in interface org.jasig.cas.validation.Assertion
Get a List of Authentications which represent the owners of the GrantingTickets which granted the ticket that was validated.
getChainedAuthentications() - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
getCode() - Method in exception org.jasig.cas.authentication.handler.AuthenticationException
Method to return the unique identifier for this error type.
getCode() - Method in exception org.jasig.cas.ticket.TicketException
 
getCountOfUses() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getCountOfUses() - Method in interface org.jasig.cas.ticket.Ticket
Returns the number of times this ticket was used.
getCountOfUses() - Method in interface org.jasig.cas.ticket.TicketState
Returns the number of times a ticket was used.
getCreationTime() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getCreationTime() - Method in interface org.jasig.cas.ticket.Ticket
Method to return the time the Ticket was created.
getCreationTime() - Method in interface org.jasig.cas.ticket.TicketState
Get the time the ticket was created.
getCredentialsToPrincipalResolver() - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder
 
getCurrentDateAndTime() - Static method in class org.jasig.cas.util.SamlUtils
 
getCurrentDayOfWeek() - Static method in class org.jasig.cas.util.CalendarUtils
 
getCurrentDayOfWeekFor(Date) - Static method in class org.jasig.cas.util.CalendarUtils
 
getDescription() - Method in interface org.jasig.cas.services.RegisteredService
Returns the description of the service.
getDescription() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getEvaluationOrder() - Method in interface org.jasig.cas.services.RegisteredService
Gets the relative evaluation order of this service when determining matches.
getEvaluationOrder() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getFilterWithValues(String, String) - Static method in class org.jasig.cas.util.LdapUtils
Utility method to replace the placeholders in the filter with the proper values from the userName.
getFirst() - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager.Pair
 
getFlowExecutionKey(HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
 
getFormattedDateAndTime(Date) - Static method in class org.jasig.cas.util.SamlUtils
 
getGrantingTicket() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getGrantingTicket() - Method in interface org.jasig.cas.ticket.Ticket
Method to retrive the TicketGrantingTicket that granted this ticket.
getHttpClientIfSingleSignOutEnabled() - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
getHttpServletRequest(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getHttpServletResponse(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getId() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
getId() - Method in interface org.jasig.cas.authentication.principal.Principal
Returns the unique id for the Principal
getId() - Method in class org.jasig.cas.authentication.principal.SimplePrincipal
 
getId() - Method in interface org.jasig.cas.services.RegisteredService
 
getId() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getId() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getId() - Method in interface org.jasig.cas.ticket.Ticket
Method to retrieve the id.
getLastTimeUsed() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getLastTimeUsed() - Method in interface org.jasig.cas.ticket.TicketState
Returns the last time the ticket was used.
getLog(JoinPoint) - Method in class org.jasig.cas.aspect.LogAspect
 
getMaxLength() - Method in class org.jasig.cas.util.DefaultRandomStringGenerator
 
getMaxLength() - Method in interface org.jasig.cas.util.RandomStringGenerator
 
getMinLength() - Method in class org.jasig.cas.util.DefaultRandomStringGenerator
 
getMinLength() - Method in interface org.jasig.cas.util.RandomStringGenerator
 
getName() - Method in interface org.jasig.cas.authentication.handler.NamedAuthenticationHandler
 
getName() - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
getName() - Method in interface org.jasig.cas.services.RegisteredService
Returns the name of the service.
getName() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getNewString() - Method in class org.jasig.cas.util.DefaultRandomStringGenerator
 
getNewString() - Method in interface org.jasig.cas.util.RandomStringGenerator
 
getNewStringAsBytes() - Method in class org.jasig.cas.util.DefaultRandomStringGenerator
 
getNewStringAsBytes() - Method in interface org.jasig.cas.util.RandomStringGenerator
 
getNewTicketId(String) - Method in class org.jasig.cas.util.DefaultUniqueTicketIdGenerator
 
getNewTicketId(String) - Method in class org.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator
We ignore prefixes for SAML compliance.
getNewTicketId(String) - Method in interface org.jasig.cas.util.UniqueTicketIdGenerator
Return a new unique ticket id beginning with the prefix.
getNextLong() - Method in class org.jasig.cas.util.DefaultLongNumericGenerator
 
getNextLong() - Method in interface org.jasig.cas.util.LongNumericGenerator
Get the next long in the sequence.
getNextNumberAsString() - Method in class org.jasig.cas.util.DefaultLongNumericGenerator
 
getNextNumberAsString() - Method in interface org.jasig.cas.util.NumericGenerator
Method to retrieve the next number as a String.
getNextValue() - Method in class org.jasig.cas.util.DefaultLongNumericGenerator
 
getObjectType() - Method in class org.jasig.cas.util.PrivateKeyFactoryBean
 
getObjectType() - Method in class org.jasig.cas.util.PublicKeyFactoryBean
 
getOriginalService() - Method in exception org.jasig.cas.ticket.TicketValidationException
 
getOriginalUrl() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
getPassword() - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
getPasswordEncoder() - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Method to return the PasswordEncoder to be used to encode passwords.
getPostResponse(String, Map<String, String>) - Static method in class org.jasig.cas.authentication.principal.Response
 
getPreviousTimeUsed() - Method in class org.jasig.cas.ticket.AbstractTicket
 
getPreviousTimeUsed() - Method in interface org.jasig.cas.ticket.TicketState
Get the second to last time used.
getPrincipal() - Method in class org.jasig.cas.authentication.AbstractAuthentication
 
getPrincipal() - Method in interface org.jasig.cas.authentication.Authentication
Method to obtain the Principal.
getPrincipal() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
getPrincipalNameTransformer() - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
getProxiedTicketInstance(Ticket) - Method in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
getRedirectResponse(String, Map<String, String>) - Static method in class org.jasig.cas.authentication.principal.Response
 
getRequestBody(HttpServletRequest) - Static method in class org.jasig.cas.authentication.principal.SamlService
 
getResponse(String) - Method in class org.jasig.cas.authentication.principal.GoogleAccountsService
 
getResponse(String) - Method in class org.jasig.cas.authentication.principal.SamlService
 
getResponse(String) - Method in class org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
 
getResponse(String) - Method in interface org.jasig.cas.authentication.principal.WebApplicationService
Constructs the url to redirect the service back to.
getResponseType() - Method in class org.jasig.cas.authentication.principal.Response
 
getSamlSubject(Authentication) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
 
getSecond() - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager.Pair
 
getService() - Method in interface org.jasig.cas.ticket.ServiceTicket
Retrieve the service this ticket was given for.
getService() - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 
getService() - Method in interface org.jasig.cas.validation.Assertion
Method to obtain the service for which we are asserting this ticket is valid for.
getService() - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
getService(List<ArgumentExtractor>, HttpServletRequest) - Static method in class org.jasig.cas.web.support.WebUtils
 
getService(List<ArgumentExtractor>, RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getService(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getServiceCredentialsFromRequest(HttpServletRequest) - Method in class org.jasig.cas.web.ServiceValidateController
Overrideable method to determine which credentials to use to grant a proxy granting ticket.
getServiceId() - Method in interface org.jasig.cas.services.RegisteredService
The unique identifier for this service.
getServiceId() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getServiceTicketFromRequestScope(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getTheme() - Method in interface org.jasig.cas.services.RegisteredService
Returns a short theme name.
getTheme() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
getTicket(String, Class<? extends Ticket>) - Method in class org.jasig.cas.ticket.registry.AbstractTicketRegistry
 
getTicket(String) - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
 
getTicket(String) - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
getTicket(String, Class<? extends Ticket>) - Method in interface org.jasig.cas.ticket.registry.TicketRegistry
Retrieve a ticket from the registry.
getTicket(String) - Method in interface org.jasig.cas.ticket.registry.TicketRegistry
Retrieve a ticket from the registry.
getTicketGrantingTicketId(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
 
getTickets() - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
 
getTickets() - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
getTickets() - Method in interface org.jasig.cas.ticket.registry.TicketRegistry
Retrieve all tickets from the registry.
getUrl() - Method in class org.jasig.cas.authentication.principal.Response
 
getUsername() - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
getVersion() - Static method in class org.jasig.cas.CasVersion
Return the full CAS version string.
GoogleAccountsArgumentExtractor - Class in org.jasig.cas.web.support
Constructs a GoogleAccounts compatible service and provides the public and private keys.
GoogleAccountsArgumentExtractor() - Constructor for class org.jasig.cas.web.support.GoogleAccountsArgumentExtractor
 
GoogleAccountsService - Class in org.jasig.cas.authentication.principal
Implementation of a Service that supports Google Accounts (eventually a more generic SAML2 support will come).
GoogleAccountsService(String, String, String, PrivateKey, PublicKey, String) - Constructor for class org.jasig.cas.authentication.principal.GoogleAccountsService
 
GoogleAccountsService(String, String, String, String, String, PrivateKey, PublicKey, String) - Constructor for class org.jasig.cas.authentication.principal.GoogleAccountsService
 
grantServiceTicket(String, Service) - Method in interface org.jasig.cas.CentralAuthenticationService
Grant a ServiceTicket for a Service.
grantServiceTicket(String, Service, Credentials) - Method in interface org.jasig.cas.CentralAuthenticationService
Grant a ServiceTicket for a Service *if* the principal resolved from the credentials matches the principal associated with the TicketGrantingTicket.
grantServiceTicket(String, Service, Credentials) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
grantServiceTicket(String, Service) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
grantServiceTicket(String, Service) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
grantServiceTicket(String, Service, Credentials) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
grantServiceTicket(String, Service, ExpirationPolicy, boolean) - Method in interface org.jasig.cas.ticket.TicketGrantingTicket
Grant a ServiceTicket for a specific service.
grantServiceTicket(String, Service, ExpirationPolicy, boolean) - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
grantTicketGrantingTicket(String, Authentication, ExpirationPolicy) - Method in interface org.jasig.cas.ticket.ServiceTicket
Method to grant a TicketGrantingTicket from this service to the authentication.
grantTicketGrantingTicket(String, Authentication, ExpirationPolicy) - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 

H

handle(Callback[]) - Method in class org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler.UsernamePasswordCallbackHandler
 
handle(Credentials, String) - Method in interface org.jasig.cas.ticket.proxy.ProxyHandler
Method to actually process the proxy request.
handle(Credentials, String) - Method in class org.jasig.cas.ticket.proxy.support.Cas10ProxyHandler
 
handle(Credentials, String) - Method in class org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.LogoutController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.OpenIdProviderController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ProxyController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ServiceValidateController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.StatisticsController
 
HardTimeoutExpirationPolicy - Class in org.jasig.cas.ticket.support
Ticket expiration policy based on a hard timeout from ticket creation time rather than the "idle" timeout provided by TimeoutExpirationPolicy.
HardTimeoutExpirationPolicy(long) - Constructor for class org.jasig.cas.ticket.support.HardTimeoutExpirationPolicy
 
hashCode() - Method in class org.jasig.cas.authentication.AbstractAuthentication
 
hashCode() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
hashCode() - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentials
 
hashCode() - Method in class org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials
 
hashCode() - Method in class org.jasig.cas.authentication.principal.SimplePrincipal
 
hashCode() - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
hashCode() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
hashCode() - Method in class org.jasig.cas.ticket.AbstractTicket
 
hashCode() - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
HttpBasedServiceCredentials - Class in org.jasig.cas.authentication.principal
The Credentials representing an HTTP-based service.
HttpBasedServiceCredentials(URL) - Constructor for class org.jasig.cas.authentication.principal.HttpBasedServiceCredentials
Constructor that takes the URL of the HTTP-based service and creates the Credentials object.
HttpBasedServiceCredentialsAuthenticationHandler - Class in org.jasig.cas.authentication.handler.support
Class to validate the credentials presented by communicating with the web server and checking the certificate that is returned against the hostname, etc.
HttpBasedServiceCredentialsAuthenticationHandler() - Constructor for class org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
 
HttpBasedServiceCredentialsToPrincipalResolver - Class in org.jasig.cas.authentication.principal
HttpBasedServiceCredentialsToPrincipalResolver extracts the callbackUrl from the HttpBasedServiceCredentials and constructs a SimpleService with the callbackUrl as the unique Id.
HttpBasedServiceCredentialsToPrincipalResolver() - Constructor for class org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver
 
HttpClient - Class in org.jasig.cas.util
 
HttpClient() - Constructor for class org.jasig.cas.util.HttpClient
 

I

ImmutableAssertionImpl - Class in org.jasig.cas.validation
Default implementation of the Assertion interface which returns the minimum number of attributes required to conform to the CAS 2 protocol.
ImmutableAssertionImpl(List<Authentication>, Service, boolean) - Constructor for class org.jasig.cas.validation.ImmutableAssertionImpl
Constructs a new ImmutableAssertion out of the given parameters.
ImmutableAuthentication - Class in org.jasig.cas.authentication
Default implementation of Authentication interface.
ImmutableAuthentication(Principal, Map<String, Object>) - Constructor for class org.jasig.cas.authentication.ImmutableAuthentication
Constructor that accepts both a principal and a map.
ImmutableAuthentication(Principal) - Constructor for class org.jasig.cas.authentication.ImmutableAuthentication
Constructor that assumes there are no additional authentication attributes.
init(ServletConfig) - Method in class org.jasig.cas.web.init.SafeDispatcherServlet
 
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
Sets the require fields and the disallowed fields from the HttpServletRequest.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.jasig.cas.web.ServiceValidateController
 
InitialFlowSetupAction - Class in org.jasig.cas.web.flow
Class to automatically set the paths for the CookieGenerators.
InitialFlowSetupAction() - Constructor for class org.jasig.cas.web.flow.InitialFlowSetupAction
 
InMemoryServiceRegistryDaoImpl - Class in org.jasig.cas.services
Default In Memory Service Registry Dao for test/demonstration purposes.
InMemoryServiceRegistryDaoImpl() - Constructor for class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Attempts to throttle by both IP Address and username.
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Throttles access attempts for failed logins by IP Address.
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter() - Constructor for class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.jasig.cas.web.support
Works in conjunction with the Inspektr Library to block attempts to dictionary attack users.
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter(AuditTrailManager, DataSource) - Constructor for class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
interpolate(String, MessageInterpolator.Context) - Method in class org.jasig.cas.util.SpringAwareMessageMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.jasig.cas.util.SpringAwareMessageMessageInterpolator
 
InvalidTicketException - Exception in org.jasig.cas.ticket
TicketException to alert that a Ticket was not found or that it is expired.
InvalidTicketException() - Constructor for exception org.jasig.cas.ticket.InvalidTicketException
Constructs a InvalidTicketException with the default exception code.
InvalidTicketException(Throwable) - Constructor for exception org.jasig.cas.ticket.InvalidTicketException
Constructs a InvalidTicketException with the default exception code and the original exception that was thrown.
isAllowedToProxy() - Method in interface org.jasig.cas.services.RegisteredService
Is this application allowed to take part in the proxying capabilities of CAS?
isAllowedToProxy() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
isAnonymousAccess() - Method in interface org.jasig.cas.services.RegisteredService
Determines whether the service is allowed anonymous or priveleged access to user information.
isAnonymousAccess() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
isEnabled() - Method in interface org.jasig.cas.services.RegisteredService
Is this application currently allowed to use CAS?
isEnabled() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
isExpired() - Method in class org.jasig.cas.ticket.AbstractTicket
 
isExpired(TicketState) - Method in interface org.jasig.cas.ticket.ExpirationPolicy
Method to determine if a Ticket has expired or not, based on the policy.
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.HardTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.NeverExpiresExpirationPolicy
 
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.jasig.cas.ticket.support.TimeoutExpirationPolicy
 
isExpired() - Method in interface org.jasig.cas.ticket.Ticket
Determines if the ticket is expired.
isExpiredInternal() - Method in class org.jasig.cas.ticket.AbstractTicket
 
isExpiredInternal() - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
isFromNewLogin() - Method in interface org.jasig.cas.ticket.ServiceTicket
Determine if this ticket was created at the same time as a TicketGrantingTicket.
isFromNewLogin() - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 
isFromNewLogin() - Method in interface org.jasig.cas.validation.Assertion
True if the validated ticket was granted in the same transaction as that in which its grantor GrantingTicket was originally issued.
isFromNewLogin() - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
isGatewayPresent(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
isIgnoreAttributes() - Method in interface org.jasig.cas.services.RegisteredService
Sets whether we should bother to read the attribute list or not.
isIgnoreAttributes() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
isRememberMe() - Method in interface org.jasig.cas.authentication.principal.RememberMeCredentials
 
isRememberMe() - Method in class org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials
 
isRenew() - Method in class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
Method to determine if we require renew to be true.
isRenewPresent(RequestContext) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
isRoot() - Method in interface org.jasig.cas.ticket.TicketGrantingTicket
Convenience method to determine if the TicketGrantingTicket is the root of the heirachy of tickets.
isRoot() - Method in class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
isSatisfiedBy(Assertion) - Method in class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
 
isSatisfiedBy(Assertion) - Method in interface org.jasig.cas.validation.ValidationSpecification
 
isSatisfiedByInternal(Assertion) - Method in class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
Template method to allow for additional checks by subclassed methods without needing to call super.isSatisfiedBy(...).
isSatisfiedByInternal(Assertion) - Method in class org.jasig.cas.validation.Cas10ProtocolValidationSpecification
 
isSatisfiedByInternal(Assertion) - Method in class org.jasig.cas.validation.Cas20ProtocolValidationSpecification
 
isSatisfiedByInternal(Assertion) - Method in class org.jasig.cas.validation.Cas20WithoutProxyingValidationSpecification
 
isSsoEnabled() - Method in interface org.jasig.cas.services.RegisteredService
Does this application participate in the SSO session?
isSsoEnabled() - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
isValidEndPoint(String) - Method in class org.jasig.cas.util.HttpClient
 
isValidEndPoint(URL) - Method in class org.jasig.cas.util.HttpClient
 
isValidFor(Service) - Method in interface org.jasig.cas.ticket.ServiceTicket
 
isValidFor(Service) - Method in class org.jasig.cas.ticket.ServiceTicketImpl
 

J

JaasAuthenticationHandler - Class in org.jasig.cas.authentication.handler.support
JAAS Authentication Handler for CAAS.
JaasAuthenticationHandler() - Constructor for class org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler
 
JaasAuthenticationHandler.UsernamePasswordCallbackHandler - Class in org.jasig.cas.authentication.handler.support
A simple JAAS CallbackHandler which accepts a Name String and Password String in the constructor.
JaasAuthenticationHandler.UsernamePasswordCallbackHandler(String, String) - Constructor for class org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler.UsernamePasswordCallbackHandler
Constuctor accepts name and password to be used for authentication.
JdbcLockingStrategy - Class in org.jasig.cas.ticket.registry.support
Locking strategy that uses database storage for lock state that has the following properties: Exclusivity - Only only client at a time may acquire the lock. Non-reentrant - An attempt to re-acquire the lock by the current holder will fail. Lock expiration - Locks are acquired with an expiration such that a request to acquire the lock after the expiration date will succeed even if it is currently held by another client.
JdbcLockingStrategy() - Constructor for class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
JdbcLockingStrategy.DatabasePlatform - Enum in org.jasig.cas.ticket.registry.support
Supported database platforms provides support for platform-specific behavior such as locking semantics.
JpaServiceRegistryDaoImpl - Class in org.jasig.cas.services
Implementation of the ServiceRegistryDao based on JPA.
JpaServiceRegistryDaoImpl() - Constructor for class org.jasig.cas.services.JpaServiceRegistryDaoImpl
 
JpaTicketRegistry - Class in org.jasig.cas.ticket.registry
 
JpaTicketRegistry(EntityManagerFactory) - Constructor for class org.jasig.cas.ticket.registry.JpaTicketRegistry
 

L

LdapUtils - Class in org.jasig.cas.util
Utilities related to LDAP functions.
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager - Class in org.jasig.cas.authentication
Ensures that all authentication handlers are tried, but if one is tried, the associated CredentialsToPrincipalResolver is used.
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(Map<AuthenticationHandler, CredentialsToPrincipalResolver>) - Constructor for class org.jasig.cas.authentication.LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager
 
load() - Method in class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
load() - Method in class org.jasig.cas.services.JpaServiceRegistryDaoImpl
 
load() - Method in interface org.jasig.cas.services.ServiceRegistryDao
Retrieve the services from the data store.
LockingStrategy - Interface in org.jasig.cas.ticket.registry.support
Strategy pattern for defining a locking strategy in support of exclusive execution of some process.
log - Variable in class org.jasig.cas.authentication.AbstractAuthenticationManager
Log instance for logging events, errors, warnings, etc.
log - Variable in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Instance of logging for subclasses.
log - Variable in class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
Log instance.
LOG - Static variable in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
log - Variable in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
log - Variable in class org.jasig.cas.ticket.registry.AbstractTicketRegistry
The Commons Logging log instance.
log - Variable in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
log - Variable in class org.jasig.cas.web.view.AbstractCasView
 
LogAspect - Class in org.jasig.cas.aspect
 
LogAspect() - Constructor for class org.jasig.cas.aspect.LogAspect
 
logger - Variable in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
LogoutController - Class in org.jasig.cas.web
Controller to delete ticket granting ticket cookie in order to log out of single sign on.
LogoutController() - Constructor for class org.jasig.cas.web.LogoutController
 
logOutOfService(String) - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
logOutOfService(String) - Method in class org.jasig.cas.authentication.principal.GoogleAccountsService
Service does not support Single Log Out
logOutOfService(String) - Method in interface org.jasig.cas.authentication.principal.Service
 
LongNumericGenerator - Interface in org.jasig.cas.util
Interface to guaranteed to return a long.

M

manage(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
Method to show the RegisteredServices.
ManageRegisteredServicesMultiActionController - Class in org.jasig.cas.services.web
MultiActionController to handle the deletion of RegisteredServices as well as displaying them on the Manage Services page.
ManageRegisteredServicesMultiActionController(ServicesManager, String) - Constructor for class org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController
Constructor that takes the required ServicesManager.
matches(Service) - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
matches(Service) - Method in class org.jasig.cas.authentication.principal.SamlService
This always returns true because a SAML Service does not receive the TARGET value on validation.
matches(Service) - Method in interface org.jasig.cas.authentication.principal.Service
 
matches(Service) - Method in interface org.jasig.cas.services.RegisteredService
Returns whether the service matches the registered service.
matches(Service) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
matchesExistingService(Service) - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
matchesExistingService(Service) - Method in interface org.jasig.cas.services.ServicesManager
Convenience method to let one know if a service exists in the data store.
maxLength() - Method in class org.jasig.cas.util.DefaultLongNumericGenerator
 
maxLength() - Method in interface org.jasig.cas.util.NumericGenerator
The guaranteed maximum length of a String returned by this generator.
minLength() - Method in class org.jasig.cas.util.DefaultLongNumericGenerator
 
minLength() - Method in interface org.jasig.cas.util.NumericGenerator
The guaranteed minimum length of a String returned by this generator.
MultiTimeUseOrTimeoutExpirationPolicy - Class in org.jasig.cas.ticket.support
ExpirationPolicy that is based on certain number of uses of a ticket or a certain time period for a ticket to exist.
MultiTimeUseOrTimeoutExpirationPolicy(int, long) - Constructor for class org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
 
MutableAuthentication - Class in org.jasig.cas.authentication
Mutable implementation of Authentication interface.
MutableAuthentication(Principal) - Constructor for class org.jasig.cas.authentication.MutableAuthentication
 
MutableAuthentication(Principal, Date) - Constructor for class org.jasig.cas.authentication.MutableAuthentication
 

N

NamedAuthenticationHandler - Interface in org.jasig.cas.authentication.handler
Offers AuthenticationHandlers a way to identify themselves by a user-configured name.
NeverExpiresExpirationPolicy - Class in org.jasig.cas.ticket.support
NeverExpiresExpirationPolicy always answers false when asked if a Ticket is expired.
NeverExpiresExpirationPolicy() - Constructor for class org.jasig.cas.ticket.support.NeverExpiresExpirationPolicy
 
NoOpLockingStrategy - Class in org.jasig.cas.ticket.registry.support
No-Op locking strategy that allows the use of DefaultTicketRegistryCleaner in environments where exclusive access to the registry for cleaning is either unnecessary or not possible.
NoOpLockingStrategy() - Constructor for class org.jasig.cas.ticket.registry.support.NoOpLockingStrategy
 
NoOpPrincipalNameTransformer - Class in org.jasig.cas.authentication.handler
Simple implementation that actually does NO transformation.
NoOpPrincipalNameTransformer() - Constructor for class org.jasig.cas.authentication.handler.NoOpPrincipalNameTransformer
 
NoSuchFlowExecutionExceptionResolver - Class in org.jasig.cas.web
The NoSuchFlowExecutionResolver catches the NoSuchFlowExecutionException thrown by Spring Webflow when the given flow id no longer exists.
NoSuchFlowExecutionExceptionResolver() - Constructor for class org.jasig.cas.web.NoSuchFlowExecutionExceptionResolver
 
NumericGenerator - Interface in org.jasig.cas.util
Interface to return a new sequential number for each call.

O

onError(RequestContext, Credentials) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
Hook method to allow for additional processing of the response before returning an error event.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
Adds the service to the ServiceRegistry via the ServiceRegistryManager.
onSuccess(RequestContext, Credentials) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
Hook method to allow for additional processing of the response before returning a success event.
OpenIdProviderController - Class in org.jasig.cas.web
Maps requests for usernames to a page that displays the Login URL for an OpenId Identity Provider.
OpenIdProviderController() - Constructor for class org.jasig.cas.web.OpenIdProviderController
 
org.jasig.cas - package 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.aspect - package org.jasig.cas.aspect
 
org.jasig.cas.audit.spi - package org.jasig.cas.audit.spi
 
org.jasig.cas.authentication - package org.jasig.cas.authentication
Authentication validates the Credentials provided during a /login request.
org.jasig.cas.authentication.handler - package org.jasig.cas.authentication.handler
The handler package contains the classes used to authenticate a user.
org.jasig.cas.authentication.handler.support - package org.jasig.cas.authentication.handler.support
Authentication.support contains the specific implementations of the AuthenticationHandler interface.
org.jasig.cas.authentication.principal - package 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.remoting.server - package org.jasig.cas.remoting.server
Classes to allow CAS to be exposed as a server.
org.jasig.cas.services - package org.jasig.cas.services
This package is contains classes related to the restriction of CAS usage to a particular set of services.
org.jasig.cas.services.web - package org.jasig.cas.services.web
This package contains all the Service Whitelist/customization classes related to the web tier, such as Theme Resolvers that match a theme (skin) for the login pages to a registered service.
org.jasig.cas.services.web.support - package org.jasig.cas.services.web.support
 
org.jasig.cas.ticket - package org.jasig.cas.ticket
Classes that represent tickets and can manipulate tickets.
org.jasig.cas.ticket.proxy - package org.jasig.cas.ticket.proxy
This package contains an abstracted interface for handling the proxying of a user.
org.jasig.cas.ticket.proxy.support - package org.jasig.cas.ticket.proxy.support
Package containing the specific implementations of the ProxyHandler interface related to the various versions of the CAS protocol.
org.jasig.cas.ticket.registry - package org.jasig.cas.ticket.registry
This package contains the classes related to maintaining the persistance of the Tickets for retrieval later by the Central Authentication Service.
org.jasig.cas.ticket.registry.support - package org.jasig.cas.ticket.registry.support
This package contains the supporting versions of the interfaces defined in the ticket package.
org.jasig.cas.ticket.support - package org.jasig.cas.ticket.support
This package includes the various default expiration policies included with CAS.
org.jasig.cas.util - package org.jasig.cas.util
Various utility classes to generate unique ids and work with urls.
org.jasig.cas.validation - package org.jasig.cas.validation
Classes to perform additiona validation the Assertions provided by the CAS server.
org.jasig.cas.web - package org.jasig.cas.web
In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL values to Java classes.
org.jasig.cas.web.bind - package org.jasig.cas.web.bind
The bind package is related to the binding of attributes and properties from the HttpServletRequest object to the Credentials class.
org.jasig.cas.web.flow - package org.jasig.cas.web.flow
This package defines the Webflow for the complete Login workflow (TGT Check, Form Check, Warning Check, Service Redirect) as a set of Actions.
org.jasig.cas.web.init - package org.jasig.cas.web.init
This package is concerned with the deployment of CAS regardless of configuration exceptions.
org.jasig.cas.web.support - package org.jasig.cas.web.support
Classes related to assisting in management of the web tier.
org.jasig.cas.web.view - package org.jasig.cas.web.view
Package dealing with custom views such as writing directly to the response output for a CAS 1 response.

P

PasswordEncoder - Interface in org.jasig.cas.authentication.handler
Interface to provide a standard way to translate a plaintext password into a different representation of that password so that the password may be compared with the stored encrypted password without having to decode the encrypted password.
PersistentIdGenerator - Interface in org.jasig.cas.authentication.principal
Generates a unique consistant Id based on the principal, a service, and some algorithm.
PlainTextPasswordEncoder - Class in org.jasig.cas.authentication.handler
Default password encoder for the case where no password encoder is needed.
PlainTextPasswordEncoder() - Constructor for class org.jasig.cas.authentication.handler.PlainTextPasswordEncoder
 
populateAttributes(Authentication, Credentials) - Method in interface org.jasig.cas.authentication.AuthenticationMetaDataPopulator
Provided with an Authentication object and the original credentials presented, provide any additional attributes to the Authentication object.
populateAttributes(Authentication, Credentials) - Method in class org.jasig.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
 
populateAttributes(Authentication, Credentials) - Method in class org.jasig.cas.authentication.SamlAuthenticationMetaDataPopulator
 
postAuthenticate(Credentials, boolean) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Method to execute after authentication occurs.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
preAuthenticate(Credentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Method to execute before authentication occurs.
PREFIX - Static variable in interface org.jasig.cas.ticket.ServiceTicket
Prefix generally applied to unique ids generated by UniqueIdGenenerator.
PREFIX - Static variable in interface org.jasig.cas.ticket.TicketGrantingTicket
The prefix to use when generating an id for a TicketGrantingTicket.
PrefixSuffixPrincipalNameTransformer - Class in org.jasig.cas.authentication.handler
Transform the user id by adding a prefix or suffix.
PrefixSuffixPrincipalNameTransformer() - Constructor for class org.jasig.cas.authentication.handler.PrefixSuffixPrincipalNameTransformer
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
Principal - Interface in org.jasig.cas.authentication.principal
Generic concept of an authenticated thing.
PrincipalNameTransformer - Interface in org.jasig.cas.authentication.handler
 
PrivateKeyFactoryBean - Class in org.jasig.cas.util
Factory Bean for creating a private key from a file.
PrivateKeyFactoryBean() - Constructor for class org.jasig.cas.util.PrivateKeyFactoryBean
 
ProxyController - Class in org.jasig.cas.web
The ProxyController is involved with returning a Proxy Ticket (in CAS 2 terms) to the calling application.
ProxyController() - Constructor for class org.jasig.cas.web.ProxyController
 
ProxyHandler - Interface in org.jasig.cas.ticket.proxy
Abstraction for what needs to be done to handle proxies.
PublicKeyFactoryBean - Class in org.jasig.cas.util
FactoryBean for creating a public key from a file.
PublicKeyFactoryBean() - Constructor for class org.jasig.cas.util.PublicKeyFactoryBean
 
putServiceTicketInRequestScope(RequestContext, String) - Static method in class org.jasig.cas.web.support.WebUtils
 
putTicketGrantingTicketInRequestScope(RequestContext, String) - Static method in class org.jasig.cas.web.support.WebUtils
 

R

RandomStringGenerator - Interface in org.jasig.cas.util
Interface to return a random String.
referenceData(HttpServletRequest) - Method in class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
Returns the attributes, page title, and command name.
RegisteredService - Interface in org.jasig.cas.services
Interface for a service that can be registered by the Services Management interface.
RegisteredServiceImpl - Class in org.jasig.cas.services
Mutable implementation of a RegisteredService.
RegisteredServiceImpl() - Constructor for class org.jasig.cas.services.RegisteredServiceImpl
 
RegisteredServiceSimpleFormController - Class in org.jasig.cas.services.web
SimpleFormController to handle adding/editing of RegisteredServices.
RegisteredServiceSimpleFormController(ServicesManager, IPersonAttributeDao) - Constructor for class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
 
RegisteredServiceValidator - Class in org.jasig.cas.services.web.support
RegisteredServiceValidator ensures that a new RegisteredService does not have a conflicting Service Id with another service already in the registry.
RegisteredServiceValidator() - Constructor for class org.jasig.cas.services.web.support.RegisteredServiceValidator
 
RegistryCleaner - Interface in org.jasig.cas.ticket.registry
Strategy interface to denote the start of cleaning the registry.
release() - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
release() - Method in interface org.jasig.cas.ticket.registry.support.LockingStrategy
Release the lock if held.
release() - Method in class org.jasig.cas.ticket.registry.support.NoOpLockingStrategy
 
reload() - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
reload() - Method in interface org.jasig.cas.services.ReloadableServicesManager
Inform the ServicesManager to reload its list of services if its cached them.
ReloadableServicesManager - Interface in org.jasig.cas.services
Interface to allow for ServicesManagers to attempt to reload their list of services.
RememberMeAuthenticationMetaDataPopulator - Class in org.jasig.cas.authentication.principal
Determines if the credentials provided are for Remember Me Services and then sets the appropriate Authentication attribute if remember me services have been requested.
RememberMeAuthenticationMetaDataPopulator() - Constructor for class org.jasig.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
 
RememberMeCredentials - Interface in org.jasig.cas.authentication.principal
Credentials that wish to handle remember me scenarios need to implement this class.
RememberMeDelegatingExpirationPolicy - Class in org.jasig.cas.ticket.support
Delegates to different expiration policies depending on whether remember me is true or not.
RememberMeDelegatingExpirationPolicy() - Constructor for class org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
RememberMeUsernamePasswordCredentials - Class in org.jasig.cas.authentication.principal
Handles both remember me services and username and password.
RememberMeUsernamePasswordCredentials() - Constructor for class org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials
 
RemoteCentralAuthenticationService - Class in org.jasig.cas.remoting.server
Wrapper implementation around a CentralAuthenticationService that does completes the marshalling of parameters from the web-service layer to the service layer.
RemoteCentralAuthenticationService() - Constructor for class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Cas10ResponseView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Saml10FailureResponseView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
 
REQUEST_PARAMETER_REMEMBER_ME - Static variable in interface org.jasig.cas.authentication.principal.RememberMeCredentials
 
resolve() - Method in class org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.jasig.cas.web.NoSuchFlowExecutionExceptionResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.jasig.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.jasig.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.jasig.cas.audit.spi.ServiceResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.jasig.cas.audit.spi.ServiceResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.jasig.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.jasig.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver
 
resolveFromInternal(JoinPoint) - Method in class org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver
 
resolvePrincipal(Credentials) - Method in class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
 
resolvePrincipal(Credentials) - Method in interface org.jasig.cas.authentication.principal.CredentialsToPrincipalResolver
Turn Credentials into a Principal object by analyzing the information provided in the Credentials and constructing a Principal object based on that information or information derived from the Credentials object.
resolvePrincipal(Credentials) - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver
Method to return a simple Service Principal with the identifier set to be the callback url.
resolveThemeName(HttpServletRequest) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
Response - Class in org.jasig.cas.authentication.principal
Encapsulates a Response to send back for a particular service.
Response(Response.ResponseType, String, Map<String, String>) - Constructor for class org.jasig.cas.authentication.principal.Response
 
Response.ResponseType - Enum in org.jasig.cas.authentication.principal
 
retrieveCookieValue(HttpServletRequest) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 

S

SafeContextLoaderListener - Class in org.jasig.cas.web.init
A ServletContextListener which wraps Spring's ContextLoaderListener and catches anything that delegate throws so as to prevent its having thrown a Throwable from aborting the initialization of our entire web application context.
SafeContextLoaderListener() - Constructor for class org.jasig.cas.web.init.SafeContextLoaderListener
 
SafeDispatcherServlet - Class in org.jasig.cas.web.init
This servlet wraps the Spring DispatchServlet, catching any exceptions it throws on init() to guarantee that servlet initialization succeeds.
SafeDispatcherServlet() - Constructor for class org.jasig.cas.web.init.SafeDispatcherServlet
 
Saml10FailureResponseView - Class in org.jasig.cas.web.view
Represents a failed attempt at validating a ticket, responding via a SAML assertion.
Saml10FailureResponseView() - Constructor for class org.jasig.cas.web.view.Saml10FailureResponseView
 
Saml10SuccessResponseView - Class in org.jasig.cas.web.view
Implementation of a view to return a SAML response and assertion, based on the SAML 1.1 specification.
Saml10SuccessResponseView() - Constructor for class org.jasig.cas.web.view.Saml10SuccessResponseView
 
SamlArgumentExtractor - Class in org.jasig.cas.web.support
Retrieve the ticket and artifact based on the SAML 1.1 profile.
SamlArgumentExtractor() - Constructor for class org.jasig.cas.web.support.SamlArgumentExtractor
 
SamlAuthenticationMetaDataPopulator - Class in org.jasig.cas.authentication
AuthenticationMetaDataPopulator to retrieve the Authentication Type.
SamlAuthenticationMetaDataPopulator() - Constructor for class org.jasig.cas.authentication.SamlAuthenticationMetaDataPopulator
 
SamlCompliantUniqueTicketIdGenerator - Class in org.jasig.cas.util
Unique Ticket Id Generator compliant with the SAML 1.1 specification for artifacts.
SamlCompliantUniqueTicketIdGenerator(String) - Constructor for class org.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator
 
SamlService - Class in org.jasig.cas.authentication.principal
Class to represent that this service wants to use SAML.
SamlService(String) - Constructor for class org.jasig.cas.authentication.principal.SamlService
 
SamlService(String, String, String, HttpClient) - Constructor for class org.jasig.cas.authentication.principal.SamlService
 
SamlUtils - Class in org.jasig.cas.util
Utilities adopted from the Google sample code.
save(RegisteredService) - Method in class org.jasig.cas.services.DefaultServicesManagerImpl
 
save(RegisteredService) - Method in class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
save(RegisteredService) - Method in class org.jasig.cas.services.JpaServiceRegistryDaoImpl
 
save(RegisteredService) - Method in interface org.jasig.cas.services.ServiceRegistryDao
Persist the service in the data store.
save(RegisteredService) - Method in interface org.jasig.cas.services.ServicesManager
Register a service with CAS, or update an existing an entry.
sendMessageToEndPoint(String, String, boolean) - Method in class org.jasig.cas.util.HttpClient
Sends a message to a particular endpoint.
SendTicketGrantingTicketAction - Class in org.jasig.cas.web.flow
Action that handles the TicketGrantingTicket creation and destruction.
SendTicketGrantingTicketAction() - Constructor for class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 
Service - Interface in org.jasig.cas.authentication.principal
Marker interface for Services.
service(ServletRequest, ServletResponse) - Method in class org.jasig.cas.web.init.SafeDispatcherServlet
 
SERVICE_TICKET_METHODS - Static variable in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
ServiceRegistryDao - Interface in org.jasig.cas.services
Registry of all RegisteredServices.
ServiceResourceResolver - Class in org.jasig.cas.audit.spi
 
ServiceResourceResolver() - Constructor for class org.jasig.cas.audit.spi.ServiceResourceResolver
 
ServicesManager - Interface in org.jasig.cas.services
Manages the storage, retrieval, and matching of Services wishing to use CAS and services that have been registered with CAS.
ServiceThemeResolver - Class in org.jasig.cas.services.web
ThemeResolver to determine the theme for CAS based on the service provided.
ServiceThemeResolver() - Constructor for class org.jasig.cas.services.web.ServiceThemeResolver
 
ServiceTicket - Interface in org.jasig.cas.ticket
Interface for a Service Ticket.
ServiceTicketImpl - Class in org.jasig.cas.ticket
Domain object representing a Service Ticket.
ServiceTicketImpl() - Constructor for class org.jasig.cas.ticket.ServiceTicketImpl
 
ServiceTicketImpl(String, TicketGrantingTicketImpl, Service, boolean, ExpirationPolicy) - Constructor for class org.jasig.cas.ticket.ServiceTicketImpl
Constructs a new ServiceTicket with a Unique Id, a TicketGrantingTicket, a Service, Expiration Policy and a flag to determine if the ticket creation was from a new Login or not.
ServiceValidateController - Class in org.jasig.cas.web
Process the /validate and /serviceValidate URL requests.
ServiceValidateController() - Constructor for class org.jasig.cas.web.ServiceValidateController
 
setAcceptableCodes(int[]) - Method in class org.jasig.cas.util.HttpClient
Set the acceptable HTTP status codes that we will use to determine if the response from the URL was correct.
setAlgorithm(String) - Method in class org.jasig.cas.util.PrivateKeyFactoryBean
 
setAlgorithm(String) - Method in class org.jasig.cas.util.PublicKeyFactoryBean
 
setAllowedAttributes(List<String>) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setAllowedToProxy(boolean) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setAlternateUsername(String) - Method in class org.jasig.cas.web.support.GoogleAccountsArgumentExtractor
Sets an alternate username to send to Google (i.e.
setAnonymousAccess(boolean) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setApplicationCode(String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setApplicationId(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setApplicationIdColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setArgumentExtractor(ArgumentExtractor) - Method in class org.jasig.cas.web.ServiceValidateController
 
setArgumentExtractors(List<ArgumentExtractor>) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
setArgumentExtractors(List<ArgumentExtractor>) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
setAttributeRepository(IPersonAttributeDao) - Method in class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
 
setAuthenticationHandler(AuthenticationHandler) - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder
 
setAuthenticationHandlers(List<AuthenticationHandler>) - Method in class org.jasig.cas.authentication.AuthenticationManagerImpl
 
setAuthenticationManager(AuthenticationManager) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Method to inject the AuthenticationManager into the class.
setAuthenticationMetaDataPopulators(List<AuthenticationMetaDataPopulator>) - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager
 
setCasTicketSuffix(String) - Method in class org.jasig.cas.web.StatisticsController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
Set the CentralAuthenticationService.
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.GenerateServiceTicketAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.LogoutController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.ProxyController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.jasig.cas.web.ServiceValidateController
 
setCharacterEncoding(String) - Method in class org.jasig.cas.authentication.handler.DefaultPasswordEncoder
 
setClassToSupport(Class<?>) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Method to set the class to support.
setConnectionTimeout(int) - Method in class org.jasig.cas.util.HttpClient
 
setCredentialsBinder(CredentialsBinder) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
Set a CredentialsBinder for additional binding of the HttpServletRequest to the Credentials instance, beyond our default binding of the Credentials as a Form Object in Spring WebMVC parlance.
setCredentialsMapping(Map<Class<? extends Credentials>, DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder>) - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl
 
setCredentialsToPrincipalResolver(CredentialsToPrincipalResolver) - Method in class org.jasig.cas.authentication.DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder
 
setCredentialsToPrincipalResolvers(List<CredentialsToPrincipalResolver>) - Method in class org.jasig.cas.authentication.AuthenticationManagerImpl
 
setDataSource(DataSource) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setDescription(String) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setDisableSingleSignOut(boolean) - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
setEnabled(boolean) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setEncoding(String) - Method in class org.jasig.cas.web.view.Saml10FailureResponseView
 
setEncoding(String) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
 
setEvaluationOrder(int) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setExecutorService(ExecutorService) - Method in class org.jasig.cas.util.HttpClient
Note that changing this executor will affect all httpClients.
setExpirationDateColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setFailureRangeInSeconds(int) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailureThreshold(int) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailureView(String) - Method in class org.jasig.cas.web.ServiceValidateController
 
setFollowServiceRedirects(boolean) - Method in class org.jasig.cas.web.LogoutController
 
setHttpClient(HttpClient) - Method in class org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
Sets the HttpClient which will do all of the connection stuff.
setHttpClient(HttpClient) - Method in class org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler
 
setHttpClient(HttpClient) - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
 
setId(long) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setIgnoreAttributes(boolean) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setIssueLength(long) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
 
setIssuer(String) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
 
setLocation(Resource) - Method in class org.jasig.cas.util.PrivateKeyFactoryBean
 
setLocation(Resource) - Method in class org.jasig.cas.util.PublicKeyFactoryBean
 
setLock(LockingStrategy) - Method in class org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner
 
setLockTimeout(int) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setLoginUrl(String) - Method in class org.jasig.cas.web.OpenIdProviderController
 
setLogoutView(String) - Method in class org.jasig.cas.web.LogoutController
 
setMaxDescriptionLength(int) - Method in class org.jasig.cas.services.web.support.RegisteredServiceValidator
 
setMessageSource(MessageSource) - Method in class org.jasig.cas.util.SpringAwareMessageMessageInterpolator
 
setMobileBrowsers(Map<String, String>) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
Sets the map of mobile browsers.
setName(String) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
setName(String) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setPassword(String) - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
setPasswordEncoder(PasswordEncoder) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Sets the PasswordEncoder to be used with this class.
setPersistentIdGenerator(PersistentIdGenerator) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
setPlatform(JdbcLockingStrategy.DatabasePlatform) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setPrefix(String) - Method in class org.jasig.cas.authentication.handler.PrefixSuffixPrincipalNameTransformer
 
setPrincipal(Principal) - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
setPrincipal(Principal) - Method in interface org.jasig.cas.authentication.principal.Service
 
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPrivateKey(PrivateKey) - Method in class org.jasig.cas.web.support.GoogleAccountsArgumentExtractor
 
setProxyHandler(ProxyHandler) - Method in class org.jasig.cas.web.ServiceValidateController
 
setPublicKey(PublicKey) - Method in class org.jasig.cas.web.support.GoogleAccountsArgumentExtractor
 
setReadTimeout(int) - Method in class org.jasig.cas.util.HttpClient
 
setRealm(String) - Method in class org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler
 
setRegisteredServices(List<RegisteredService>) - Method in class org.jasig.cas.services.InMemoryServiceRegistryDaoImpl
 
setRememberMe(boolean) - Method in interface org.jasig.cas.authentication.principal.RememberMeCredentials
 
setRememberMe(boolean) - Method in class org.jasig.cas.authentication.principal.RememberMeUsernamePasswordCredentials
 
setRememberMeExpirationPolicy(ExpirationPolicy) - Method in class org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
setRememberMeMaxAge(int) - Method in class org.jasig.cas.web.support.CookieRetrievingCookieGenerator
 
setRenew(boolean) - Method in class org.jasig.cas.validation.AbstractCasProtocolValidationSpecification
Method to set the renew requirement.
setRequireSecure(boolean) - Method in class org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
Set whether a secure url is required or not.
setReturnNullIfNoAttributes(boolean) - Method in class org.jasig.cas.authentication.principal.AbstractPersonDirectoryCredentialsToPrincipalResolver
 
setSalt(String) - Method in class org.jasig.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
setSaml2compliant(boolean) - Method in class org.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator
 
setServiceId(String) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
setServicesManager(ServicesManager) - Method in class org.jasig.cas.services.web.support.RegisteredServiceValidator
 
setServiceTicketExpirationPolicy(ExpirationPolicy) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Method to inject the TicketGrantingTicket Expiration Policy.
setServiceTicketRegistry(TicketRegistry) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
setSessionExpirationPolicy(ExpirationPolicy) - Method in class org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
setSsoEnabled(boolean) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setSuccessResponse(boolean) - Method in class org.jasig.cas.web.view.Cas10ResponseView
 
setSuccessView(String) - Method in class org.jasig.cas.web.ServiceValidateController
 
setSuffix(String) - Method in class org.jasig.cas.authentication.handler.PrefixSuffixPrincipalNameTransformer
 
setSupportSubClasses(boolean) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Method to set whether this handler will support subclasses of the supported class.
setTableName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setTheme(String) - Method in class org.jasig.cas.services.RegisteredServiceImpl
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.jasig.cas.services.web.ServiceThemeResolver
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.SendTicketGrantingTicketAction
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.LogoutController
 
setTicketGrantingTicketExpirationPolicy(ExpirationPolicy) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Method to inject the TicketGrantingTicket Expiration Policy.
setTicketGrantingTicketPrefix(String) - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
setTicketGrantingTicketUniqueTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Method to inject the Unique Ticket Id Generator into the class.
setTicketRegistry(TicketRegistry) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
Method to set the TicketRegistry.
setTicketRegistry(TicketRegistry) - Method in class org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner
 
setTimeInBetweenUsesInMilliSeconds(long) - Method in class org.jasig.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
setTimeToKillInMilliSeconds(long) - Method in class org.jasig.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
setUniqueId(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setUniqueIdColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
 
setUniqueTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler
 
setUniqueTicketIdGeneratorsForService(Map<String, UniqueTicketIdGenerator>) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
setUserDefinedMappings(Map<String, String>) - Method in class org.jasig.cas.authentication.SamlAuthenticationMetaDataPopulator
Map of user-defined mappings.
setUsername(String) - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
setUsernameParameter(String) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setValidationSpecificationClass(Class<?>) - Method in class org.jasig.cas.web.ServiceValidateController
 
setValidator(Validator) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
Set the list of validators.
setWarnCookieGenerator(CookieGenerator) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
setWarnCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.flow.InitialFlowSetupAction
 
setWarnCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.jasig.cas.web.LogoutController
 
ShibbolethCompatiblePersistentIdGenerator - Class in org.jasig.cas.authentication.principal
Generates PersistentIds based on the Shibboleth algorithm.
ShibbolethCompatiblePersistentIdGenerator() - Constructor for class org.jasig.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
signSamlResponse(String, PrivateKey, PublicKey) - Static method in class org.jasig.cas.util.SamlUtils
 
SimplePrincipal - Class in org.jasig.cas.authentication.principal
Simple implementation of a AttributePrincipal that exposes an unmodifiable map of attributes.
SimplePrincipal(String) - Constructor for class org.jasig.cas.authentication.principal.SimplePrincipal
 
SimplePrincipal(String, Map<String, Object>) - Constructor for class org.jasig.cas.authentication.principal.SimplePrincipal
 
SimpleTestUsernamePasswordAuthenticationHandler - Class in org.jasig.cas.authentication.handler.support
Simple test implementation of a AuthenticationHandler that returns true if the username and password match.
SimpleTestUsernamePasswordAuthenticationHandler() - Constructor for class org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler
 
SimpleWebApplicationServiceImpl - Class in org.jasig.cas.authentication.principal
Represents a service which wishes to use the CAS protocol.
SimpleWebApplicationServiceImpl(String) - Constructor for class org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
 
SimpleWebApplicationServiceImpl(String, HttpClient) - Constructor for class org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl
 
SpringAwareMessageMessageInterpolator - Class in org.jasig.cas.util
Configures the Validator to check the Spring Messages.
SpringAwareMessageMessageInterpolator() - Constructor for class org.jasig.cas.util.SpringAwareMessageMessageInterpolator
 
StatisticsController - Class in org.jasig.cas.web
 
StatisticsController(TicketRegistry) - Constructor for class org.jasig.cas.web.StatisticsController
 
submit(RequestContext, Credentials, MessageContext) - Method in class org.jasig.cas.web.flow.AuthenticationViaFormAction
 
supports(Credentials) - Method in interface org.jasig.cas.authentication.handler.AuthenticationHandler
Method to check if the handler knows how to handle the credentials provided.
supports(Credentials) - Method in class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
supports(Credentials) - Method in class org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
 
supports(Credentials) - Method in interface org.jasig.cas.authentication.principal.CredentialsToPrincipalResolver
Determine if a credentials type is supported by this resolver.
supports(Credentials) - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver
 
supports(Credentials) - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
Return true if Credentials are UsernamePasswordCredentials, false otherwise.
supports(Class) - Method in class org.jasig.cas.services.web.support.RegisteredServiceValidator
Supports the RegisteredServiceImpl.
supports(Class<?>) - Method in interface org.jasig.cas.web.bind.CredentialsBinder
Deprecated. Method to determine if a CredentialsBinder supports a specific class or not.

T

ThrottledUseAndTimeoutExpirationPolicy - Class in org.jasig.cas.ticket.support
Implementation of an expiration policy that adds the concept of saying that a ticket can only be used once every X millseconds to prevent misconfigured clients from consuming resources by doing constant redirects.
ThrottledUseAndTimeoutExpirationPolicy() - Constructor for class org.jasig.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
Ticket - Interface in org.jasig.cas.ticket
Interface for the generic concept of a ticket.
TICKET_GRANTING_TICKET_METHODS - Static variable in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
TicketAsFirstParameterResourceResolver - Class in org.jasig.cas.audit.spi
Implementation of the ResourceResolver that can determine the Ticket Id from the first parameter of the method call.
TicketAsFirstParameterResourceResolver() - Constructor for class org.jasig.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
TicketCreationException - Exception in org.jasig.cas.ticket
Exception thrown if there is an error creating a ticket.
TicketCreationException() - Constructor for exception org.jasig.cas.ticket.TicketCreationException
Constructs a TicketCreationException with the default exception code.
TicketCreationException(Throwable) - Constructor for exception org.jasig.cas.ticket.TicketCreationException
Constructs a TicketCreationException with the default exception code and the original exception that was thrown.
TicketException - Exception in org.jasig.cas.ticket
Generic ticket exception.
TicketException(String) - Constructor for exception org.jasig.cas.ticket.TicketException
Constructs a new TicketException with the code identifying the exception type.
TicketException(String, Throwable) - Constructor for exception org.jasig.cas.ticket.TicketException
Constructs a new TicketException with the code identifying the exception and the original Throwable.
TicketGrantingTicket - Interface in org.jasig.cas.ticket
Interface for a ticket granting ticket.
TicketGrantingTicketImpl - Class in org.jasig.cas.ticket
Concrete implementation of a TicketGrantingTicket.
TicketGrantingTicketImpl() - Constructor for class org.jasig.cas.ticket.TicketGrantingTicketImpl
 
TicketGrantingTicketImpl(String, TicketGrantingTicketImpl, Authentication, ExpirationPolicy) - Constructor for class org.jasig.cas.ticket.TicketGrantingTicketImpl
Constructs a new TicketGrantingTicket.
TicketGrantingTicketImpl(String, Authentication, ExpirationPolicy) - Constructor for class org.jasig.cas.ticket.TicketGrantingTicketImpl
Constructs a new TicketGrantingTicket without a parent TicketGrantingTicket.
TicketOrCredentialPrincipalResolver - Class in org.jasig.cas.audit.spi
PrincipalResolver that can retrieve the username from either the Ticket or from the Credentials.
TicketOrCredentialPrincipalResolver(TicketRegistry) - Constructor for class org.jasig.cas.audit.spi.TicketOrCredentialPrincipalResolver
 
TicketRegistry - Interface in org.jasig.cas.ticket.registry
Interface for a registry that stores tickets.
TicketState - Interface in org.jasig.cas.ticket
 
TicketValidationException - Exception in org.jasig.cas.ticket
Exception to alert that there was an error validating the ticket.
TicketValidationException(Service) - Constructor for exception org.jasig.cas.ticket.TicketValidationException
Constructs a TicketValidationException with the default exception code and the original exception that was thrown.
TimeoutExpirationPolicy - Class in org.jasig.cas.ticket.support
Expiration policy that is based on a certain time period for a ticket to exist.
TimeoutExpirationPolicy(long) - Constructor for class org.jasig.cas.ticket.support.TimeoutExpirationPolicy
 
toString() - Method in class org.jasig.cas.authentication.AbstractAuthentication
 
toString() - Method in exception org.jasig.cas.authentication.handler.AuthenticationException
 
toString() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
 
toString() - Method in class org.jasig.cas.authentication.principal.HttpBasedServiceCredentials
Returns the String version of the URL, based on the original URL provided.
toString() - Method in class org.jasig.cas.authentication.principal.SimplePrincipal
 
toString() - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
toString() - Method in class org.jasig.cas.ticket.AbstractTicket
 
toString() - Method in class org.jasig.cas.validation.ImmutableAssertionImpl
 
traceMethod(ProceedingJoinPoint) - Method in class org.jasig.cas.aspect.LogAspect
 
transform(String) - Method in class org.jasig.cas.authentication.handler.NoOpPrincipalNameTransformer
 
transform(String) - Method in class org.jasig.cas.authentication.handler.PrefixSuffixPrincipalNameTransformer
 
transform(String) - Method in interface org.jasig.cas.authentication.handler.PrincipalNameTransformer
Transform the string typed into the login form into a tentative Principal Name to be validated by a specific type of Authentication Handler.

U

UnauthorizedProxyingException - Exception in org.jasig.cas.services
Exception thrown when a service attempts to proxy when it is not allowed to.
UnauthorizedProxyingException() - Constructor for exception org.jasig.cas.services.UnauthorizedProxyingException
 
UnauthorizedProxyingException(String, Throwable) - Constructor for exception org.jasig.cas.services.UnauthorizedProxyingException
 
UnauthorizedProxyingException(String) - Constructor for exception org.jasig.cas.services.UnauthorizedProxyingException
 
UnauthorizedServiceException - Exception in org.jasig.cas.services
Exception that is thrown when an Unauthorized Service attempts to use CAS.
UnauthorizedServiceException() - Constructor for exception org.jasig.cas.services.UnauthorizedServiceException
 
UnauthorizedServiceException(String, Throwable) - Constructor for exception org.jasig.cas.services.UnauthorizedServiceException
Constructs an UnauthorizedServiceException with a custom message and the root cause of this exception.
UnauthorizedServiceException(String) - Constructor for exception org.jasig.cas.services.UnauthorizedServiceException
Constructs an exception with a custom message.
UnauthorizedSsoServiceException - Exception in org.jasig.cas.services
Exception thrown when a service attempts to use SSO when it should not be allowed to.
UnauthorizedSsoServiceException() - Constructor for exception org.jasig.cas.services.UnauthorizedSsoServiceException
 
UnauthorizedSsoServiceException(String, Throwable) - Constructor for exception org.jasig.cas.services.UnauthorizedSsoServiceException
 
UnauthorizedSsoServiceException(String) - Constructor for exception org.jasig.cas.services.UnauthorizedSsoServiceException
 
UncategorizedAuthenticationException - Exception in org.jasig.cas.authentication.handler
Generic abstract exception to extend when you don't know what the heck is going on.
UncategorizedAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.UncategorizedAuthenticationException
Constructor that allows for providing a custom error code for this class.
UncategorizedAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.UncategorizedAuthenticationException
Constructor that allows for chaining of exceptions and a custom error code.
UniqueTicketIdGenerator - Interface in org.jasig.cas.util
Interface that enables for pluggable unique ticket Ids strategies.
UnknownUsernameAuthenticationException - Exception in org.jasig.cas.authentication.handler
The exception to throw when we explicitly don't know anything about the username.
UnknownUsernameAuthenticationException() - Constructor for exception org.jasig.cas.authentication.handler.UnknownUsernameAuthenticationException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
UnknownUsernameAuthenticationException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.UnknownUsernameAuthenticationException
Constructor that allows for the chaining of exceptions.
UnknownUsernameAuthenticationException(String) - Constructor for exception org.jasig.cas.authentication.handler.UnknownUsernameAuthenticationException
Constructor that allows for providing a custom error code for this class.
UnknownUsernameAuthenticationException(String, Throwable) - Constructor for exception org.jasig.cas.authentication.handler.UnknownUsernameAuthenticationException
Constructor that allows for chaining of exceptions and a custom error code.
UnsupportedCredentialsException - Exception in org.jasig.cas.authentication.handler
The exception thrown when a Handler does not know how to determine the validity of the credentials based on the fact that it does not know what to do with the credentials presented.
UnsupportedCredentialsException() - Constructor for exception org.jasig.cas.authentication.handler.UnsupportedCredentialsException
Default constructor that does not allow the chaining of exceptions and uses the default code as the error code for this exception.
UnsupportedCredentialsException(Throwable) - Constructor for exception org.jasig.cas.authentication.handler.UnsupportedCredentialsException
Constructor that allows for the chaining of exceptions.
unWrapJoinPoint(JoinPoint) - Static method in class org.jasig.cas.util.AopUtils
Unwraps a join point that may be nested due to layered proxies.
updateCount(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
updateCount(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
updateCount(HttpServletRequest, String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
updateState() - Method in class org.jasig.cas.ticket.AbstractTicket
 
updateTicket(Ticket) - Method in class org.jasig.cas.ticket.registry.AbstractDistributedTicketRegistry
 
updateTicket(Ticket) - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
 
UsernamePasswordCredentials - Class in org.jasig.cas.authentication.principal
UsernamePasswordCredentials respresents the username and password that a user may provide in order to prove the authenticity of who they say they are.
UsernamePasswordCredentials() - Constructor for class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
 
UsernamePasswordCredentialsToPrincipalResolver - Class in org.jasig.cas.authentication.principal
Implementation of CredentialsToPrincipalResolver for Credentials based on UsernamePasswordCredentials when a SimplePrincipal (username only) is sufficient.
UsernamePasswordCredentialsToPrincipalResolver() - Constructor for class org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver
 

V

validate(Object, Errors) - Method in class org.jasig.cas.services.web.support.RegisteredServiceValidator
 
validateServiceTicket(String, Service) - Method in interface org.jasig.cas.CentralAuthenticationService
Validate a ServiceTicket for a particular Service.
validateServiceTicket(String, Service) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
 
validateServiceTicket(String, Service) - Method in class org.jasig.cas.remoting.server.RemoteCentralAuthenticationService
 
ValidationSpecification - Interface in org.jasig.cas.validation
An interface to impose restrictions and requirements on validations (e.g.
valueOf(String) - Static method in enum org.jasig.cas.authentication.principal.Response.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jasig.cas.ticket.registry.support.JdbcLockingStrategy.DatabasePlatform
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jasig.cas.authentication.principal.Response.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jasig.cas.ticket.registry.support.JdbcLockingStrategy.DatabasePlatform
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebApplicationService - Interface in org.jasig.cas.authentication.principal
Represents a service using CAS that comes from the web.
WebUtils - Class in org.jasig.cas.web.support
Common utilities for the web tier.
WebUtils() - Constructor for class org.jasig.cas.web.support.WebUtils
 
WEEKDAYS - Static variable in class org.jasig.cas.util.CalendarUtils
 

A B C D E F G H I J L M N O P R S T U V W

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