- 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
-
- AbstractNamedMonitor<S extends Status> - Class in org.jasig.cas.monitor
-
Description of AbstractNamedMonitor.
- AbstractNamedMonitor() - Constructor for class org.jasig.cas.monitor.AbstractNamedMonitor
-
- 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
-
- AbstractPoolMonitor - Class in org.jasig.cas.monitor
-
Describes a monitor that observes a pool of resources.
- AbstractPoolMonitor() - Constructor for class org.jasig.cas.monitor.AbstractPoolMonitor
-
- 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
-
- AbstractRegisteredService - Class in org.jasig.cas.services
-
Base class for mutable, persistable registered services.
- AbstractRegisteredService() - Constructor for class org.jasig.cas.services.AbstractRegisteredService
-
- AbstractServicesManagerMBean<T extends ServicesManager> - Class in org.jasig.cas.services.jmx
-
- AbstractServicesManagerMBean(T) - Constructor for class org.jasig.cas.services.jmx.AbstractServicesManagerMBean
-
- 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
-
Deprecated.
- acquire() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
Attempt to acquire the lock.
- 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
-
Deprecated.
- afterPropertiesSet() - Method in class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
- afterPropertiesSet() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- AopUtils - Class in org.jasig.cas.util
-
Utility class to assist with AOP operations.
- AopUtils() - Constructor for class org.jasig.cas.util.AopUtils
-
- ApplicationContextProvider - Class in org.jasig.cas.util
-
- ApplicationContextProvider() - Constructor for class org.jasig.cas.util.ApplicationContextProvider
-
- 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, String) - Constructor for exception org.jasig.cas.authentication.handler.AuthenticationException
-
Constructor that takes a code description of the error along with the exception
msg generally for logging purposes.
- AuthenticationException(String, String, String) - Constructor for exception org.jasig.cas.authentication.handler.AuthenticationException
-
Constructor that takes a code description of the error along with the exception
msg generally for logging purposes and the type of the error that originally caused the exception.
- 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
-
- 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.
- calculateUptime(double, Queue<Integer>, Queue<String>) - Method in class org.jasig.cas.web.StatisticsController
-
- CalendarUtils - Class in org.jasig.cas.util
-
- canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.DelegateController
-
Determine if a DelegateController subclass can handle the current request.
- canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.jasig.cas.web.ServiceValidateController
-
Determine if a DelegateController subclass can handle the current request.
- 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
-
- CAS_ACCESS_DENIED_REASON - Static variable in class org.jasig.cas.web.support.WebUtils
-
Request attribute that contains message key describing details of authorization failure.
- 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
-
Provides special handling for parameters in requests made to the CAS login
webflow.
- 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
-
- checkPool() - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Performs a health check on a the pool.
- 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 class org.jasig.cas.services.AbstractRegisteredService
-
- clone() - Method in interface org.jasig.cas.services.RegisteredService
-
- CODE - Static variable in 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.
- compareTo(RegisteredService) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
-
- constructKey(HttpServletRequest) - Method in class org.jasig.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
-
- constructKey(HttpServletRequest) - 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
-
- copyFrom(RegisteredService) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
Copies the properties of the source service into this instance.
- createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
-
- createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.jasig.cas.web.flow.CasDefaultFlowUrlHandler
-
- 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
-
- decrementCounts() - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
-
This class relies on an external configuration to clean it up.
- DEFAULT_FREE_MEMORY_WARN_THRESHOLD - Static variable in class org.jasig.cas.monitor.MemoryMonitor
-
Default percent free memory warning threshold.
- DEFAULT_LOCK_TIMEOUT - Static variable in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
Default lock timeout is 1 hour
- DEFAULT_LOCK_TIMEOUT - Static variable in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
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
-
- 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
-
- 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.
- DelegateController - Class in org.jasig.cas.web
-
Abtsract class to be extended by all controllers that may become a delegate.
- DelegateController() - Constructor for class org.jasig.cas.web.DelegateController
-
- 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
-
- DelegatingController - Class in org.jasig.cas.web
-
Delegating controller.
- DelegatingController() - Constructor for class org.jasig.cas.web.DelegatingController
-
- 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
-
- disableService(long) - Method in class org.jasig.cas.services.jmx.AbstractServicesManagerMBean
-
- 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
-
- 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
-
- generate(RequestContext) - Method in class org.jasig.cas.web.flow.GenerateLoginTicketAction
-
- GenerateLoginTicketAction - Class in org.jasig.cas.web.flow
-
Generates the login ticket parameter as described in section 3.5 of the
CAS protocol.
- GenerateLoginTicketAction() - Constructor for class org.jasig.cas.web.flow.GenerateLoginTicketAction
-
- 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
-
- getActiveCount() - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Gets the number of pool resources active at present.
- getActiveCount() - Method in class org.jasig.cas.monitor.PoolStatus
-
Gets the number of active pool resources.
- getAllowedAttributes() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- getAllowedAttributes() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the list of allowed attributes.
- 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.
- getApplicationContext() - Static method in class org.jasig.cas.util.ApplicationContextProvider
-
- getApplicationId() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- 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 class org.jasig.cas.monitor.Status
-
Gets the status code.
- 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 class org.jasig.cas.monitor.Status
-
- getDescription() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- getDescription() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the description of the service.
- getDetails() - Method in class org.jasig.cas.monitor.HealthStatus
-
Gets the status details comprising the individual health checks performed for overall health status.
- getEvaluationOrder() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- getEvaluationOrder() - Method in interface org.jasig.cas.services.RegisteredService
-
Gets the relative evaluation order of this service when determining
matches.
- getExpirationDate() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- getFailureRangeInSeconds() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- getFailureThreshold() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- getFirst() - Method in class org.jasig.cas.authentication.AbstractAuthenticationManager.Pair
-
- getFormattedDateAndTime(Date) - Static method in class org.jasig.cas.util.SamlUtils
-
- getFreeMemory() - Method in class org.jasig.cas.monitor.MemoryStatus
-
Gets JVM free memory.
- 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.
- getHttpClient() - Method in class org.jasig.cas.authentication.principal.AbstractWebApplicationService
-
- 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 class org.jasig.cas.services.AbstractRegisteredService
-
- getId() - Method in interface org.jasig.cas.services.RegisteredService
-
- getId() - Method in class org.jasig.cas.ticket.AbstractTicket
-
- getId() - Method in interface org.jasig.cas.ticket.Ticket
-
Method to retrieve the id.
- getIdleCount() - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Gets the number of pool resources idle at present.
- getIdleCount() - Method in class org.jasig.cas.monitor.PoolStatus
-
Gets the number of idle pool resources.
- 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
-
- getLoginTicketFromFlowScope(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
-
- getLoginTicketFromRequest(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
-
- 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 class org.jasig.cas.monitor.AbstractNamedMonitor
-
- getName() - Method in class org.jasig.cas.monitor.HealthCheckMonitor
-
Gets the name of the monitor.
- getName() - Method in class org.jasig.cas.monitor.MemoryMonitor
-
Gets the name of the monitor.
- getName() - Method in interface org.jasig.cas.monitor.Monitor
-
Gets the name of the monitor.
- getName() - Method in class org.jasig.cas.monitor.SessionMonitor
-
Gets the name of the monitor.
- getName() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- getName() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns the name of the service.
- 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
-
- getOwner() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
Gets the current owner of the lock as determined by querying for
uniqueId.
- 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
-
- getRegisteredServicesAsStrings() - Method in class org.jasig.cas.services.jmx.AbstractServicesManagerMBean
-
- getRequestBody(HttpServletRequest) - Static method in class org.jasig.cas.authentication.principal.SamlService
-
- getRequestID() - 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 class org.jasig.cas.services.AbstractRegisteredService
-
- getServiceId() - Method in interface org.jasig.cas.services.RegisteredService
-
The unique identifier for this service.
- getServicesManager() - Method in class org.jasig.cas.services.jmx.AbstractServicesManagerMBean
-
- getServiceTicketCount() - Method in class org.jasig.cas.monitor.SessionStatus
-
Gets the total number of service tickets in the CAS ticket registry.
- getServiceTicketFromRequestScope(RequestContext) - Static method in class org.jasig.cas.web.support.WebUtils
-
- getSessionCount() - Method in class org.jasig.cas.monitor.SessionStatus
-
Gets total number of SSO sessions maintained by CAS.
- getTheme() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- getTheme() - Method in interface org.jasig.cas.services.RegisteredService
-
Returns a short theme name.
- getThresholdRate() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- 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.
- getTotalMemory() - Method in class org.jasig.cas.monitor.MemoryStatus
-
Gets JVM total memory.
- getType() - Method in exception org.jasig.cas.authentication.handler.AuthenticationException
-
Method to return the error type of this exception
- getUniqueId() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- getUrl() - Method in class org.jasig.cas.authentication.principal.Response
-
- getUsername() - Method in class org.jasig.cas.authentication.principal.UsernamePasswordCredentials
-
- getUsernameParameter() - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- 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
-
- 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 class org.jasig.cas.services.AbstractRegisteredService
-
- isAllowedToProxy() - Method in interface org.jasig.cas.services.RegisteredService
-
Is this application allowed to take part in the proxying capabilities of
CAS?
- isAnonymousAccess() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- isAnonymousAccess() - Method in interface org.jasig.cas.services.RegisteredService
-
Determines whether the service is allowed anonymous or priveleged access
to user information.
- isEnabled() - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- isEnabled() - Method in interface org.jasig.cas.services.RegisteredService
-
Is this application currently allowed to use CAS?
- 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.TicketGrantingTicketExpirationPolicy
-
- 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 class org.jasig.cas.services.AbstractRegisteredService
-
- isIgnoreAttributes() - Method in interface org.jasig.cas.services.RegisteredService
-
Sets whether we should bother to read the attribute list or not.
- 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 hierarchy 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 class org.jasig.cas.services.AbstractRegisteredService
-
- isSsoEnabled() - Method in interface org.jasig.cas.services.RegisteredService
-
Does this application participate in the SSO session?
- 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
-
- observe() - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Observes the monitored resource and reports the status.
- observe() - Method in class org.jasig.cas.monitor.HealthCheckMonitor
-
Observes the monitored resource and reports the status.
- observe() - Method in class org.jasig.cas.monitor.MemoryMonitor
-
Observes the monitored resource and reports the status.
- observe() - Method in interface org.jasig.cas.monitor.Monitor
-
Observes the monitored resource and reports the status.
- observe() - Method in class org.jasig.cas.monitor.SessionMonitor
-
Observes the monitored resource and reports the status.
- 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.
- onSuccessfulValidation(String, Assertion) - Method in class org.jasig.cas.web.ServiceValidateController
-
- 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.monitor - package org.jasig.cas.monitor
-
- 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.jmx - package org.jasig.cas.services.jmx
-
- 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.
- 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
-
- PoolStatus - Class in org.jasig.cas.monitor
-
Describes the status of a resource pool.
- PoolStatus(StatusCode, String, int, int) - Constructor for class org.jasig.cas.monitor.PoolStatus
-
Creates a new status object with the given code.
- 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
-
- putLoginTicket(RequestContext, String) - Static method in class org.jasig.cas.web.support.WebUtils
-
- 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
-
- RandomStringGenerator - Interface in org.jasig.cas.util
-
Interface to return a random String.
- recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
-
- recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- recordSubmissionFailure(HttpServletRequest) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
-
- recordThrottle(HttpServletRequest) - Method in class org.jasig.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
-
- recordThrottle(HttpServletRequest) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
-
- referenceData(HttpServletRequest) - Method in class org.jasig.cas.services.web.RegisteredServiceSimpleFormController
-
Returns the attributes, page title, and command name.
- RegexRegisteredService - Class in org.jasig.cas.services
-
Mutable registered service that uses Java regular expressions for service matching.
- RegexRegisteredService() - Constructor for class org.jasig.cas.services.RegexRegisteredService
-
- 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 registered service that uses Ant path patterns for service matching.
- 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
-
Deprecated.
- release() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
Release the lock if held.
- 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 class org.jasig.cas.services.jmx.ReloadableServicesManagerMBean
-
- 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.
- ReloadableServicesManagerMBean - Class in org.jasig.cas.services.jmx
-
- ReloadableServicesManagerMBean(ReloadableServicesManager) - Constructor for class org.jasig.cas.services.jmx.ReloadableServicesManagerMBean
-
- 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
-
- removeService(long) - Method in class org.jasig.cas.services.jmx.AbstractServicesManagerMBean
-
- 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.ServiceManagementResourceResolver
-
- resolveFrom(JoinPoint, Exception) - Method in class org.jasig.cas.audit.spi.ServiceManagementResourceResolver
-
- 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
-
- 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, String) - 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
-
- serviceId - Variable in class org.jasig.cas.services.AbstractRegisteredService
-
- ServiceManagementResourceResolver - Class in org.jasig.cas.audit.spi
-
Resolves a service id to the service.
- ServiceManagementResourceResolver() - Constructor for class org.jasig.cas.audit.spi.ServiceManagementResourceResolver
-
- 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.
- ServicesManagerMBean - Class in org.jasig.cas.services.jmx
-
- ServicesManagerMBean(ServicesManager) - Constructor for class org.jasig.cas.services.jmx.ServicesManagerMBean
-
- 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.
- serviceTicketCount() - Method in interface org.jasig.cas.monitor.TicketRegistryState
-
Computes the number of service tickets stored in the ticket registry.
- serviceTicketCount() - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
-
- serviceTicketCount() - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
-
- 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
-
- sessionCount() - Method in interface org.jasig.cas.monitor.TicketRegistryState
-
Computes the number of SSO sessions stored in the ticket registry.
- sessionCount() - Method in class org.jasig.cas.ticket.registry.DefaultTicketRegistry
-
- sessionCount() - Method in class org.jasig.cas.ticket.registry.JpaTicketRegistry
-
- SessionMonitor - Class in org.jasig.cas.monitor
-
- SessionMonitor() - Constructor for class org.jasig.cas.monitor.SessionMonitor
-
- SessionStatus - Class in org.jasig.cas.monitor
-
Provides status information about the number of SSO sessions established in CAS.
- SessionStatus(StatusCode, String) - Constructor for class org.jasig.cas.monitor.SessionStatus
-
Creates a new status object with the given code.
- SessionStatus(StatusCode, String, int, int) - Constructor for class org.jasig.cas.monitor.SessionStatus
-
Creates a new status object with the given code.
- 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.AbstractRegisteredService
-
- setAllowedToProxy(boolean) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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.AbstractRegisteredService
-
- setApplicationCode(String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
-
- setApplicationContext(ApplicationContext) - Method in class org.jasig.cas.util.ApplicationContextProvider
-
- setApplicationId(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
- setApplicationId(String) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- setApplicationId(String) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
- setApplicationIdColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
- 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
-
- setAuthenticationFailureCode(String) - Method in class org.jasig.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
-
- 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
-
Deprecated.
- setDelegates(List<DelegateController>) - Method in class org.jasig.cas.web.DelegatingController
-
- setDescription(String) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- setDisableSingleSignOut(boolean) - Method in class org.jasig.cas.web.support.AbstractSingleSignOutEnabledArgumentExtractor
-
- setEnabled(boolean) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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.AbstractRegisteredService
-
- setExecutor(ExecutorService) - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Sets the executor service responsible for pool resource validation.
- setExecutorService(ExecutorService) - Method in class org.jasig.cas.util.HttpClient
-
Note that changing this executor will affect all httpClients.
- setExpirationDate(Date) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- setExpirationDateColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
- 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.DelegatingController
-
- setFailureView(String) - Method in class org.jasig.cas.web.ServiceValidateController
-
- setFollowServiceRedirects(boolean) - Method in class org.jasig.cas.web.LogoutController
-
- setFreeMemoryWarnThreshold(long) - Method in class org.jasig.cas.monitor.MemoryMonitor
-
Sets the percent of free memory below which a warning is reported.
- setHealthCheckMonitor(HealthCheckMonitor) - Method in class org.jasig.cas.web.HealthCheckController
-
Sets the health check monitor used to observe system health.
- 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.AbstractRegisteredService
-
- setIgnoreAttributes(boolean) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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
-
Deprecated.
- setLockTimeout(int) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
- setLoginUrl(String) - Method in class org.jasig.cas.web.OpenIdProviderController
-
- setLogoutView(String) - Method in class org.jasig.cas.web.LogoutController
-
- setLogUserOutOfServices(boolean) - Method in class org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner
-
Whether to log users out of services when we remove an expired ticket.
- setMaxDescriptionLength(int) - Method in class org.jasig.cas.services.web.support.RegisteredServiceValidator
-
- setMaxTimeToLiveInMilliSeconds(long) - Method in class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
- setMaxTimeToLiveInSeconds(long) - Method in class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
Convenient virtual property setter to set time in seconds
- setMaxWait(int) - Method in class org.jasig.cas.monitor.AbstractPoolMonitor
-
Set the maximum amount of time wait while validating pool resources.
- 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.
- setMonitors(Collection<Monitor>) - Method in class org.jasig.cas.monitor.HealthCheckMonitor
-
Sets the monitors that comprise the health check.
- setName(String) - Method in class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
-
- setName(String) - Method in class org.jasig.cas.monitor.AbstractNamedMonitor
-
- setName(String) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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
-
Deprecated.
- 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
-
- setRememberMeAttributeName(String) - Method in class org.jasig.cas.web.view.Saml10SuccessResponseView
-
- 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.AbstractRegisteredService
-
- setServiceId(String) - Method in class org.jasig.cas.services.RegexRegisteredService
-
- 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
-
- setServiceTicketCountWarnThreshold(int) - Method in class org.jasig.cas.monitor.SessionMonitor
-
Sets the threshold above which warnings are issued for service ticket counts in excess of value.
- 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
-
- setSessionCountWarnThreshold(int) - Method in class org.jasig.cas.monitor.SessionMonitor
-
Sets the threshold above which warnings are issued for session counts in excess of value.
- setSessionExpirationPolicy(ExpirationPolicy) - Method in class org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy
-
- setSsoEnabled(boolean) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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
-
Deprecated.
- setTheme(String) - Method in class org.jasig.cas.services.AbstractRegisteredService
-
- 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.
- setTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.jasig.cas.web.flow.GenerateLoginTicketAction
-
- setTicketRegistry(TicketRegistry) - Method in class org.jasig.cas.CentralAuthenticationServiceImpl
-
Method to set the TicketRegistry.
- setTicketRegistry(TicketRegistryState) - Method in class org.jasig.cas.monitor.SessionMonitor
-
Sets the ticket registry that exposes state information that may be queried by this monitor.
- 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
-
- setTimeToKillInMilliSeconds(long) - Method in class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
- setTimeToKillInSeconds(long) - Method in class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
Convenient virtual property setter to set time in seconds
- setUniqueId(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
- setUniqueId(String) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy.Lock
-
- setUniqueId(String) - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
-
- setUniqueIdColumnName(String) - Method in class org.jasig.cas.ticket.registry.support.JdbcLockingStrategy
-
Deprecated.
- 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
-
- Status - Class in org.jasig.cas.monitor
-
Describes a generic status condition.
- Status(StatusCode) - Constructor for class org.jasig.cas.monitor.Status
-
Creates a new status object with the given code.
- Status(StatusCode, String) - Constructor for class org.jasig.cas.monitor.Status
-
Creates a new status object with the given code.
- StatusCode - Enum in org.jasig.cas.monitor
-
Monitor status code inspired by HTTP status codes.
- 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 RegisteredService objects.
- supports(Class<?>) - Method in interface org.jasig.cas.web.bind.CredentialsBinder
-
Deprecated.
Method to determine if a CredentialsBinder supports a specific class or
not.
- 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.
- 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.
- TicketGrantingTicketExpirationPolicy - Class in org.jasig.cas.ticket.support
-
Provides the Ticket Granting Ticket expiration policy.
- TicketGrantingTicketExpirationPolicy() - Constructor for class org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy
-
- 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.
- TicketRegistryState - Interface in org.jasig.cas.monitor
-
Describes important state information that may be optionally exposed by
TicketRegistry components that might
be of interest to monitors.
- 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.services.AbstractRegisteredService
-
- toString() - Method in class org.jasig.cas.ticket.AbstractTicket
-
- toString() - Method in class org.jasig.cas.ticket.registry.support.JpaLockingStrategy
- 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.
- 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.
- 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
-