Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractArgumentExtractor - Class in org.apereo.cas.web.support
Abstract class for handling argument extraction.
AbstractArgumentExtractor() - Constructor for class org.apereo.cas.web.support.AbstractArgumentExtractor
Default extractor initiation.
AbstractArgumentExtractor(ServiceFactory<? extends WebApplicationService>) - Constructor for class org.apereo.cas.web.support.AbstractArgumentExtractor
Instantiates a new argument extractor.
AbstractArgumentExtractor(List<ServiceFactory<? extends WebApplicationService>>) - Constructor for class org.apereo.cas.web.support.AbstractArgumentExtractor
Instantiates a new argument extractor.
AbstractAuthenticationAction - Class in org.apereo.cas.web.flow
AbstractAuthenticationAction() - Constructor for class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
AbstractAuthenticationHandler - Class in org.apereo.cas.authentication
Base class for all authentication handlers that support configurable naming.
AbstractAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationHandler
Instantiates a new Abstract authentication handler.
AbstractAuthenticationManager - Class in org.apereo.cas.authentication
This is AbstractAuthenticationManager, which provides common operations around an authentication manager implementation.
AbstractAuthenticationManager() - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationManager
Instantiates a new Policy based authentication manager.
AbstractAuthenticationManager(AuthenticationHandler...) - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationManager
Creates a new authentication manager with a varargs array of authentication handlers that are attempted in the listed order for supported credentials.
AbstractAuthenticationManager(List<AuthenticationHandler>) - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationManager
Creates a new authentication manager with a list of authentication handlers that are attempted in the listed order for supported credentials.
AbstractAuthenticationManager(Map<AuthenticationHandler, PrincipalResolver>) - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationManager
Creates a new authentication manager with a map of authentication handlers to the principal resolvers that should be used upon successful authentication if no principal is resolved by the authentication handler.
AbstractCacheMonitor - Class in org.apereo.cas.monitor
Abstract base class for monitors that observe cache storage systems.
AbstractCacheMonitor() - Constructor for class org.apereo.cas.monitor.AbstractCacheMonitor
 
AbstractCasAttributeEncoder - Class in org.apereo.cas.authentication.support
Abstract class to define common attribute encoding operations.
AbstractCasAttributeEncoder() - Constructor for class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
Instantiates a new abstract cas attribute encoder.
AbstractCasAttributeEncoder(ServicesManager) - Constructor for class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
Instantiates a new attribute encoder with the default cipher as DefaultRegisteredServiceCipherExecutor.
AbstractCasAttributeEncoder(ServicesManager, RegisteredServiceCipherExecutor) - Constructor for class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
Instantiates a new Abstract cas attribute encoder.
AbstractCasEvent - Class in org.apereo.cas.support.events
Base Spring ApplicationEvent representing a abstract single sign on action executed within running CAS server.
AbstractCasEvent(Object) - Constructor for class org.apereo.cas.support.events.AbstractCasEvent
Instantiates a new Abstract cas sso event.
AbstractCasEventRepository - Class in org.apereo.cas.support.events.dao
AbstractCasEventRepository() - Constructor for class org.apereo.cas.support.events.dao.AbstractCasEventRepository
 
AbstractCasExpirationPolicy - Class in org.apereo.cas.ticket.support
This is an AbstractCasExpirationPolicy that serves as the root parent for all CAS expiration policies and exposes a few internal helper methods to children can access to objects like the request, etc.
AbstractCasExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.AbstractCasExpirationPolicy
 
AbstractCasProtocolValidationSpecification - Class in org.apereo.cas.validation
Base validation specification for the CAS protocol.
AbstractCasProtocolValidationSpecification() - Constructor for class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
Instantiates a new abstract cas protocol validation specification.
AbstractCasProtocolValidationSpecification(boolean) - Constructor for class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
Instantiates a new abstract cas protocol validation specification.
AbstractCasView - Class in org.apereo.cas.services.web.view
Abstract class to handle retrieving the Assertion from the model.
AbstractCasView() - Constructor for class org.apereo.cas.services.web.view.AbstractCasView
 
AbstractCasWebflowConfigurer - Class in org.apereo.cas.web.flow
The AbstractCasWebflowConfigurer is responsible for providing an entry point into the CAS webflow.
AbstractCasWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
AbstractCasWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is AbstractCasWebflowEventResolver that provides parent operations for all child event resolvers to handle core webflow changes.
AbstractCasWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
AbstractCentralAuthenticationService - Class in org.apereo.cas
An abstract implementation of the CentralAuthenticationService that provides access to the needed scaffolding and services that are necessary to CAS, such as ticket registry, service registry, etc.
AbstractCentralAuthenticationService() - Constructor for class org.apereo.cas.AbstractCentralAuthenticationService
Instantiates a new Central authentication service impl.
AbstractCentralAuthenticationService(TicketRegistry, TicketFactory, ServicesManager, LogoutManager) - Constructor for class org.apereo.cas.AbstractCentralAuthenticationService
Build the central authentication service implementation.
AbstractCipherExecutor<T,R> - Class in org.apereo.cas.util.cipher
Abstract cipher to provide common operations around signing objects.
AbstractCipherExecutor() - Constructor for class org.apereo.cas.util.cipher.AbstractCipherExecutor
Instantiates a new cipher executor.
AbstractCipherExecutor(String) - Constructor for class org.apereo.cas.util.cipher.AbstractCipherExecutor
Instantiates a new cipher executor.
AbstractConfigProperties - Class in org.apereo.cas.configuration.support
Common properties for configuration models requiring 'config' namespace abstraction.
AbstractConfigProperties() - Constructor for class org.apereo.cas.configuration.support.AbstractConfigProperties
 
AbstractConfigProperties.Config - Class in org.apereo.cas.configuration.support
Encapsulates re-usable properties for *.config.* namespace.
AbstractCredential - Class in org.apereo.cas.authentication
Base class for CAS credentials that are safe for long-term storage.
AbstractCredential() - Constructor for class org.apereo.cas.authentication.AbstractCredential
 
AbstractCRLRevocationChecker - Class in org.apereo.cas.adaptors.x509.authentication.revocation.checker
Base class for all CRL-based revocation checkers.
AbstractCRLRevocationChecker() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
 
AbstractDelegateController - Class in org.apereo.cas.web
Abstract class to be extended by all controllers that may become a delegate.
AbstractDelegateController() - Constructor for class org.apereo.cas.web.AbstractDelegateController
 
AbstractDelegatingCasView - Class in org.apereo.cas.services.web.view
Renders and prepares CAS2 views.
AbstractDelegatingCasView() - Constructor for class org.apereo.cas.services.web.view.AbstractDelegatingCasView
Instantiates a new Abstract cas view.
AbstractGeoLocationService - Class in org.apereo.cas.support.geo
AbstractGeoLocationService() - Constructor for class org.apereo.cas.support.geo.AbstractGeoLocationService
 
AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter - Class in org.apereo.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.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
AbstractJacksonBackedStringSerializer<T> - Class in org.apereo.cas.util.serialization
Generic class to serialize objects to/from JSON based on jackson.
AbstractJacksonBackedStringSerializer() - Constructor for class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Instantiates a new Registered service json serializer.
AbstractJacksonBackedStringSerializer(PrettyPrinter) - Constructor for class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Instantiates a new Registered service json serializer.
AbstractJacksonBackedStringSerializer(ObjectMapper, PrettyPrinter) - Constructor for class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Instantiates a new Registered service json serializer.
AbstractJdbcUsernamePasswordAuthenticationHandler - Class in org.apereo.cas.adaptors.jdbc
Abstract class for database authentication handlers.
AbstractJdbcUsernamePasswordAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.jdbc.AbstractJdbcUsernamePasswordAuthenticationHandler
 
AbstractJpaProperties - Class in org.apereo.cas.configuration.model.support.jpa
Common properties for all jpa configs.
AbstractJpaProperties() - Constructor for class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
AbstractLdapProperties - Class in org.apereo.cas.configuration.model.support.ldap
AbstractLdapProperties() - Constructor for class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
AbstractLdapProperties.LdapConnectionPoolPassivator - Enum in org.apereo.cas.configuration.model.support.ldap
The ldap connection pool passivator.
AbstractLogoutAction - Class in org.apereo.cas.web.flow
Abstract logout action, which prevents caching on logout.
AbstractLogoutAction() - Constructor for class org.apereo.cas.web.flow.AbstractLogoutAction
 
AbstractManagementController - Class in org.apereo.cas.mgmt.services.web
Parent controller for all views.
AbstractManagementController() - Constructor for class org.apereo.cas.mgmt.services.web.AbstractManagementController
 
AbstractManagementController(ServicesManager) - Constructor for class org.apereo.cas.mgmt.services.web.AbstractManagementController
Instantiates a new manage registered services multi action controller.
AbstractMetadataResolverAdapter - Class in org.apereo.cas.support.saml.web.flow.mdui
This is AbstractMetadataResolverAdapter that encapsulates commons between static and dynamic resolvers.
AbstractMetadataResolverAdapter() - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Instantiates a new abstract metadata resolver adapter.
AbstractMetadataResolverAdapter(Map<Resource, MetadataFilterChain>) - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Instantiates a new static metadata resolver adapter.
AbstractMongoProperties - Class in org.apereo.cas.configuration.model.support.mongo
AbstractMongoProperties() - Constructor for class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
AbstractMultifactorAuthenticationProvider - Class in org.apereo.cas.services
The AbstractMultifactorAuthenticationProvider is responsible for as the parent of all providers.
AbstractMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
AbstractMultifactorTrustedDeviceWebflowConfigurer - Class in org.apereo.cas.web.flow
AbstractMultifactorTrustedDeviceWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
 
AbstractNamedMonitor<S extends Status> - Class in org.apereo.cas.monitor
Base class for all monitors that support configurable naming.
AbstractNamedMonitor() - Constructor for class org.apereo.cas.monitor.AbstractNamedMonitor
 
AbstractNonInteractiveCredentialsAction - Class in org.apereo.cas.web.flow
Abstract class to handle the retrieval and authentication of non-interactive credential such as client certificates, NTLM, etc.
AbstractNonInteractiveCredentialsAction() - Constructor for class org.apereo.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
AbstractPac4jAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
Abstract pac4j authentication handler which builds the CAS handler result from the pac4j user profile.
AbstractPac4jAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.handler.support.AbstractPac4jAuthenticationHandler
 
AbstractPoolMonitor - Class in org.apereo.cas.monitor
Describes a monitor that observes a pool of resources.
AbstractPoolMonitor() - Constructor for class org.apereo.cas.monitor.AbstractPoolMonitor
 
AbstractPreAndPostProcessingAuthenticationHandler - Class in org.apereo.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.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
AbstractPrincipalAttributeAcceptableUsagePolicyRepository - Class in org.apereo.cas.web.flow
AbstractPrincipalAttributeAcceptableUsagePolicyRepository() - Constructor for class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
 
AbstractPrincipalAttributesRepository - Class in org.apereo.cas.authentication.principal.cache
Parent class for retrieval principals attributes, provides operations around caching, merging of attributes.
AbstractPrincipalAttributesRepository() - Constructor for class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Instantiates a new principal attributes repository.
AbstractPrincipalAttributesRepository(long, String) - Constructor for class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Instantiates a new principal attributes repository.
AbstractPrincipalAttributesRepository.MergingStrategy - Enum in org.apereo.cas.authentication.principal.cache
Defines the merging strategy options.
AbstractRegisteredService - Class in org.apereo.cas.services
Base class for mutable, persistable registered services.
AbstractRegisteredService() - Constructor for class org.apereo.cas.services.AbstractRegisteredService
 
AbstractRegisteredServiceAttributeReleasePolicy - Class in org.apereo.cas.services
Abstract release policy for attributes, provides common shared settings such as loggers and attribute filter config.
AbstractRegisteredServiceAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
AbstractRegisteredServiceAttributeReleasePolicyBean - Class in org.apereo.cas.mgmt.services.web.beans
Abstract bean for attribute release.
AbstractRegisteredServiceAttributeReleasePolicyBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyBean
 
AbstractRegisteredServiceAttributeReleasePolicyStrategyBean - Class in org.apereo.cas.mgmt.services.web.beans
Abstract attribute release strategy bean.
AbstractRegisteredServiceAttributeReleasePolicyStrategyBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyStrategyBean
 
AbstractRegisteredServiceAttributeReleasePolicyStrategyBean.Types - Enum in org.apereo.cas.mgmt.services.web.beans
The enum Types.
AbstractResourceBasedServiceRegistryDao - Class in org.apereo.cas.services
AbstractResourceBasedServiceRegistryDao(Path, StringSerializer<RegisteredService>, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Instantiates a new service registry dao.
AbstractResourceBasedServiceRegistryDao(Resource, StringSerializer<RegisteredService>, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Instantiates a new Abstract resource based service registry dao.
AbstractSaml10ResponseView - Class in org.apereo.cas.support.saml.web.view
Base class for all views that render SAML1 SOAP messages directly to the HTTP response stream.
AbstractSaml10ResponseView() - Constructor for class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
Instantiates a new saml 10 response view.
AbstractSaml20ObjectBuilder - Class in org.apereo.cas.support.saml.util
AbstractSaml20ObjectBuilder() - Constructor for class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
 
AbstractSamlObjectBuilder - Class in org.apereo.cas.support.saml.util
An abstract builder to serve as the template handler for SAML1 and SAML2 responses.
AbstractSamlObjectBuilder() - Constructor for class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
 
AbstractSamlProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
A parent controller to handle SAML requests.
AbstractSamlProfileHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
AbstractSamlSPProperties - Class in org.apereo.cas.configuration.model.support.saml.sps
AbstractSamlSPProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
AbstractServiceFactory<T extends Service> - Class in org.apereo.cas.authentication.principal
The AbstractServiceFactory is the parent class providing convenience methods for creating service objects.
AbstractServiceFactory() - Constructor for class org.apereo.cas.authentication.principal.AbstractServiceFactory
 
AbstractServiceValidateController - Class in org.apereo.cas.web
Process the /validate , /serviceValidate , and /proxyValidate URL requests.
AbstractServiceValidateController() - Constructor for class org.apereo.cas.web.AbstractServiceValidateController
Instantiates a new Service validate controller.
AbstractThrottledSubmissionHandlerInterceptorAdapter - Class in org.apereo.cas.web.support
Abstract implementation of the handler that has all of the logic.
AbstractThrottledSubmissionHandlerInterceptorAdapter() - Constructor for class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
AbstractTicket - Class in org.apereo.cas.ticket
Abstract implementation of a ticket that handles all ticket state for policies.
AbstractTicket() - Constructor for class org.apereo.cas.ticket.AbstractTicket
Instantiates a new abstract ticket.
AbstractTicket(String, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.AbstractTicket
Constructs a new Ticket with a unique id, a possible parent Ticket (can be null) and a specified Expiration Policy.
AbstractTicketException - Exception in org.apereo.cas.ticket
Generic ticket exception.
AbstractTicketException(String, Throwable) - Constructor for exception org.apereo.cas.ticket.AbstractTicketException
Instantiates a new ticket exception.
AbstractTicketException(String) - Constructor for exception org.apereo.cas.ticket.AbstractTicketException
Instantiates a new ticket exception.
AbstractTicketException(String, String) - Constructor for exception org.apereo.cas.ticket.AbstractTicketException
Instantiates a new ticket exception.
AbstractTicketRegistry - Class in org.apereo.cas.ticket.registry
 
AbstractTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Default constructor.
AbstractTicketValidationException - Exception in org.apereo.cas.ticket
Exception to alert that there was an error validating the ticket.
AbstractTicketValidationException(Service) - Constructor for exception org.apereo.cas.ticket.AbstractTicketValidationException
Constructs a AbstractTicketValidationException with the default exception code and the original exception that was thrown.
AbstractTicketValidationException(String, Service) - Constructor for exception org.apereo.cas.ticket.AbstractTicketValidationException
Instantiates a new Ticket validation exception.
AbstractTokenWrapperAuthenticationHandler - Class in org.apereo.cas.integration.pac4j.authentication.handler.support
Pac4j authentication handler which works on a CAS identifiable credential and uses a pac4j authenticator and profile creator to play authentication.
AbstractTokenWrapperAuthenticationHandler() - Constructor for class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
Default constructor.
AbstractUsernamePasswordAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
Abstract class to override supports so that we don't need to duplicate the check for UsernamePasswordCredential.
AbstractUsernamePasswordAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
AbstractWebApplicationService - Class in org.apereo.cas.authentication.principal
Abstract implementation of a WebApplicationService.
AbstractWebApplicationService(String, String, String, ResponseBuilder<WebApplicationService>) - Constructor for class org.apereo.cas.authentication.principal.AbstractWebApplicationService
Instantiates a new abstract web application service.
AbstractWebApplicationServiceResponseBuilder - Class in org.apereo.cas.authentication.principal
Abstract response builder that provides wrappers for building post and redirect responses.
AbstractWebApplicationServiceResponseBuilder() - Constructor for class org.apereo.cas.authentication.principal.AbstractWebApplicationServiceResponseBuilder
 
AbstractWebApplicationServiceSerializer<T extends AbstractWebApplicationService> - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Serializer for classes that extend AbstractWebApplicationService.
AbstractWebApplicationServiceSerializer(FieldHelper) - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.AbstractWebApplicationServiceSerializer
Instantiates a new abstract web application service serializer.
AbstractWrapperAuthenticationHandler<I extends Credential,C extends org.pac4j.core.credentials.Credentials> - Class in org.apereo.cas.integration.pac4j.authentication.handler.support
Abstract pac4j authentication handler which uses a pac4j authenticator and profile creator.
AbstractWrapperAuthenticationHandler() - Constructor for class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
 
AbstractX509PrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
Abstract class in support of multiple resolvers for X509 Certificates.
AbstractX509PrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.AbstractX509PrincipalResolver
 
accept() - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
acceptableUsagePolicyFormAction(AcceptableUsagePolicyRepository) - Method in class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyConfiguration
 
AcceptableUsagePolicyFormAction - Class in org.apereo.cas.web.flow
Webflow action to receive and record the AUP response.
AcceptableUsagePolicyFormAction() - Constructor for class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
 
AcceptableUsagePolicyProperties - Class in org.apereo.cas.configuration.model.support.aup
AcceptableUsagePolicyProperties() - Constructor for class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties
 
AcceptableUsagePolicyProperties.Ldap - Class in org.apereo.cas.configuration.model.support.aup
 
acceptableUsagePolicyRepository() - Method in class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyConfiguration
 
acceptableUsagePolicyRepository() - Method in class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyLdapConfiguration
 
AcceptableUsagePolicyRepository - Interface in org.apereo.cas.web.flow
acceptableUsagePolicyWebflowConfigurer() - Method in class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyConfiguration
 
AcceptableUsagePolicyWebflowConfigurer - Class in org.apereo.cas.web.flow
The AcceptableUsagePolicyWebflowConfigurer is responsible for adjusting the CAS webflow context for aup integration.
AcceptableUsagePolicyWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.AcceptableUsagePolicyWebflowConfigurer
 
AcceptAnyAuthenticationPolicyFactory - Class in org.apereo.cas.authentication
Produces authentication policies that passively satisfy any given Authentication.
AcceptAnyAuthenticationPolicyFactory() - Constructor for class org.apereo.cas.authentication.AcceptAnyAuthenticationPolicyFactory
 
AcceptAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.generic
AcceptAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
AcceptUsersAuthenticationHandler - Class in org.apereo.cas.authentication
Handler that contains a list of valid users and passwords.
AcceptUsersAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
Instantiates a new Accept users authentication handler.
AcceptUsersAuthenticationHandler(Map<String, String>) - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
Instantiates a new Accept users authentication handler.
acceptUsersAuthenticationHandler() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
acceptUsersPrincipalFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The access token.
ACCESS_TOKEN_URL - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The access token url.
AccessStrategyMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredServiceAccessStrategy to/from RegisteredServiceEditBean.ServiceData.
AccessToken() - Constructor for class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.AccessToken
 
AccessToken - Interface in org.apereo.cas.ticket.accesstoken
An access token is an OAuth token which can be used multiple times and has a long lifetime.
accessTokenController() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
AccessTokenFactory - Interface in org.apereo.cas.ticket.accesstoken
Factory to create OAuth access tokens.
accessTokenIdGenerator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
accessTokenIdGenerator - Variable in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
Default instance for the ticket id generator.
AccessTokenImpl - Class in org.apereo.cas.ticket.accesstoken
An OAuth access token implementation.
AccessTokenImpl() - Constructor for class org.apereo.cas.ticket.accesstoken.AccessTokenImpl
Instantiates a new OAuth access token.
AccessTokenImpl(String, Service, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.accesstoken.AccessTokenImpl
Constructs a new access token with unique id for a service and authentication.
accessTokenResponseGenerator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
AccessTokenResponseGenerator - Interface in org.apereo.cas.support.oauth.web
AccountDisabledException - Exception in org.apereo.cas.authentication
Describes an authentication error condition where a user account has been administratively disabled.
AccountDisabledException() - Constructor for exception org.apereo.cas.authentication.AccountDisabledException
Instantiates a new account disabled exception.
AccountDisabledException(String) - Constructor for exception org.apereo.cas.authentication.AccountDisabledException
Instantiates a new account disabled exception.
AccountPasswordMustChangeException - Exception in org.apereo.cas.authentication
Describes an authentication error condition where a user account's password must change before login.
AccountPasswordMustChangeException() - Constructor for exception org.apereo.cas.authentication.AccountPasswordMustChangeException
Instantiates a new account password must change exception.
AccountPasswordMustChangeException(String) - Constructor for exception org.apereo.cas.authentication.AccountPasswordMustChangeException
Instantiates a new account password must change exception.
AccountStateHandler - Interface in org.apereo.cas.authentication.support
Strategy pattern for handling directory-specific account state data.
acquire() - Method in class org.apereo.cas.ticket.registry.NoOpLockingStrategy
 
acquire() - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
acquire(JpaLockingStrategy.Lock) - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
Acquire the lock object.
acquire() - Method in interface org.apereo.cas.ticket.registry.support.LockingStrategy
Attempt to acquire the lock.
ACR - Static variable in interface org.apereo.cas.OidcConstants
ACR passed in the id token.
ACR_VALUES - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
Authentication context reference values.
AdaptiveAuthenticationPolicy - Interface in org.apereo.cas.authentication.adaptive
adaptiveAuthenticationPolicy() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
adaptiveAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
AdaptiveAuthenticationProperties - Class in org.apereo.cas.configuration.model.core.authentication
AdaptiveAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
AdaptiveMultifactorAuthenticationWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is AdaptiveMultifactorAuthenticationWebflowEventResolver, which handles the initial authentication attempt and calls upon a number of embedded resolvers to produce the next event in the authentication flow.
AdaptiveMultifactorAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.AdaptiveMultifactorAuthenticationWebflowEventResolver
 
addAddress(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
Add address.
addAttribute(String, Object) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds an authentication metadata attribute key-value pair.
addAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Adds an authentication metadata attribute key-value pair.
addAuthenticationMethodAttribute(AuthenticationBuilder, Authentication) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
Add authentication method attribute.
addCookie(HttpServletRequest, HttpServletResponse, String) - Method in class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
Adds the cookie, taking into account RememberMeCredential.REQUEST_PARAMETER_REMEMBER_ME in the request.
addCredential(CredentialMetaData) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds metadata about a credential presented for authentication.
addCredential(CredentialMetaData) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Adds metadata about a credential presented for authentication.
addCredentials(List<CredentialMetaData>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Add credentials authentication builder.
addCredentials(List<CredentialMetaData>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addCRL(Object, X509CRL) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Records the addition of a new CRL entry.
addCRL(Object, X509CRL) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
 
addCRL(Object, X509CRL) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
addDelegate(CasWebflowEventResolver) - Method in interface org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver
Add delegate.
addDelegate(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
 
addFailure(String, Class<? extends Exception>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds an authentication failure to the map of handler names to the authentication handler failures.
addFailure(String, Class<? extends Exception>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Adds an authentication failure to the map of handler names to the authentication handler failures.
addFailures(Map<String, Class<? extends Exception>>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds failures.
addFailures(Map<String, Class<? extends Exception>>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.config.CasRestConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.config.OidcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
additionalAttributes - Variable in class org.apereo.cas.authentication.LdapAuthenticationHandler
List of additional attributes to be fetched but are not principal attributes.
addMessageDescriptorToMessageContext(MessageContext, MessageDescriptor) - Static method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Adds a warning message to the message context.
addPrincipalAttributes(String, Map<String, Object>) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Add principal attributes into the underlying cache instance.
addPrincipalAttributes(String, Map<String, Object>) - Method in class org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
 
addPrincipalAttributes(String, Map<String, Object>) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
addProfileRolesFromAttributes(CommonProfile, LdapAttribute) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
Add profile roles from attributes.
addSuccess(String, HandlerResult) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds an authentication success to the map of handler names to successful authentication handler results.
addSuccess(String, HandlerResult) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Adds an authentication success to the map of handler names to successful authentication handler results.
addSuccesses(Map<String, HandlerResult>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Adds successes authentication builder.
addSuccesses(Map<String, HandlerResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
addTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
 
addTicket(Ticket) - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Add a ticket to the registry.
adfsAuthNHandler() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
adfsPrincipalFactory() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
adfsPrincipalResolver() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
AdminPagesSecurityProperties - Class in org.apereo.cas.configuration.model.core.web.security
AdminPagesSecurityProperties() - Constructor for class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
advisorAutoProxyCreator() - Method in class org.apereo.cas.config.CasApplicationContextConfiguration
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
 
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
 
afterPropertiesSet() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
After properties set.
afterPropertiesSet() - Method in class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
After properties set.
afterPropertiesSet() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Configure the threshold rate.
Ajp() - Constructor for class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
algorithmName - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The Algorithm name.
All() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.All
 
AllAuthenticationPolicy - Class in org.apereo.cas.authentication
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
AllAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.AllAuthenticationPolicy
 
AllowRevocationPolicy - Class in org.apereo.cas.adaptors.x509.authentication.revocation.policy
Implements an unqualified allow policy.
AllowRevocationPolicy() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.policy.AllowRevocationPolicy
 
allowRevocationPolicy() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
AlwaysExpiresExpirationPolicy - Class in org.apereo.cas.ticket.support
AlwaysExpiresExpirationPolicy always answers true when asked if a Ticket is expired.
AlwaysExpiresExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.AlwaysExpiresExpirationPolicy
Instantiates a new Always expires expiration policy.
AMR - Static variable in interface org.apereo.cas.OidcConstants
Authentication method reference passed in the id token.
AnonymousRegisteredServiceUsernameAttributeProvider - Class in org.apereo.cas.services
Generates a persistent id as username for anonymous service access.
AnonymousRegisteredServiceUsernameAttributeProvider() - Constructor for class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
Init provider.
AnonymousRegisteredServiceUsernameAttributeProvider(PersistentIdGenerator) - Constructor for class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
Instantiates a new default registered service username provider.
Any() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Any
 
AnyAuthenticationPolicy - Class in org.apereo.cas.authentication
Authentication policy that is satisfied by at least one successfully authenticated credential.
AnyAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.AnyAuthenticationPolicy
Instantiates a new Any authentication policy.
AnyAuthenticationPolicy(boolean) - Constructor for class org.apereo.cas.authentication.AnyAuthenticationPolicy
Instantiates a new Any authentication policy.
AopUtils - Class in org.apereo.cas.util
Utility class to assist with AOP operations.
append(LogEvent) - Method in class org.apereo.cas.logging.CasAppender
 
applicationContext - Variable in class org.apereo.cas.web.AbstractDelegateController
Application context.
applicationContext - Variable in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Application context.
applicationContext - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
The Application context.
applicationContextProvider() - Method in class org.apereo.cas.config.CasCoreUtilConfiguration
 
ApplicationContextProvider - Class in org.apereo.cas.util
 
ApplicationContextProvider() - Constructor for class org.apereo.cas.util.ApplicationContextProvider
 
applicationEventPublisher - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Application event publisher.
apply(Void) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.policy.AllowRevocationPolicy
Policy application does nothing to implement unqualfied allow.
apply(Void) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.policy.DenyRevocationPolicy
Policy application throws GeneralSecurityException to stop execution of whatever process invoked application of this policy.
apply(T) - Method in interface org.apereo.cas.adaptors.x509.authentication.revocation.policy.RevocationPolicy
Applies the policy.
apply(X509CRL) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.policy.ThresholdExpiredCRLRevocationPolicy
Applies the policy.
apply(String, GeoLocationRequest) - Method in interface org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy
Apply the strategy to figure out whether this authentication attempt can proceed.
apply(String, GeoLocationRequest) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
ArgumentExtractor - Interface in org.apereo.cas.web.support
Strategy interface for retrieving services from the request.
argumentExtractors() - Method in class org.apereo.cas.config.CasCoreWebConfiguration
 
AsciiArtUtils - Class in org.apereo.cas.util
This is AsciiArtUtils.
Assertion - Interface in org.apereo.cas.validation
Represents a security assertion obtained from a successfully validated ticket.
ASSOCIATE - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID associate mode.
asyncDecode(CachedData) - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Asynchronous decoding is not supported.
ATTRIBUTE_AUTHENTICATION_METHOD - Static variable in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
The Constant ATTRIBUTE_AUTHENTICATION_METHOD.
AttributeFilterMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredServiceAttributeFilter to/from RegisteredServiceEditBean.ServiceData.
attributeFormDataPopulator() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
AttributeFormDataPopulator - Class in org.apereo.cas.mgmt.services.web.factory
Add all available attribute names to RegisteredServiceEditBean.FormData for use by the edit service form.
AttributeFormDataPopulator() - Constructor for class org.apereo.cas.mgmt.services.web.factory.AttributeFormDataPopulator
 
AttributeFormDataPopulator(IPersonAttributeDao) - Constructor for class org.apereo.cas.mgmt.services.web.factory.AttributeFormDataPopulator
Default constructor.
AttributeReleasePolicyMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredServiceAttributeReleasePolicy to/from RegisteredServiceEditBean.ServiceData.
attributeRepository - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Repository of principal attributes to be retrieved.
attributeRepository() - Method in class org.apereo.cas.config.CasPersonDirectoryAttributeRepositoryConfiguration
 
attributeRepository() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
auditablePrincipalResolver(PrincipalIdProvider) - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
auditablePrincipalResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
auditActionResolverMap() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
auditActionResolverMap() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
auditCleanupCriteria() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
AuditProperties - Class in org.apereo.cas.configuration.model.core.audit
AuditProperties() - Constructor for class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
AuditProperties.Jdbc - Class in org.apereo.cas.configuration.model.core.audit
 
auditResourceResolverMap() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
auditResourceResolverMap() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
AuditTrailEntity - Class in org.apereo.cas.audit.entity
This is AuditTrailEntity that represents the audit table.
AuditTrailEntity() - Constructor for class org.apereo.cas.audit.entity.AuditTrailEntity
 
auditTrailManagementAspect(AuditTrailManager) - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
auditTrailManagementAspect() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
auditTrailManager() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
auditTrailManager() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
auditTrailManager() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
augmentSuccessViewModelObjects(Assertion) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Augment success view model objects.
aupAttributeName - Variable in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
Single-valued attribute in LDAP that describes whether the policy has been accepted.
authenticate(DuoApiCredential) - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationService
Verify the authentication response from Duo.
authenticate(String) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
Verify the authentication response from Duo.
authenticate(Credential) - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressAuthenticationHandler
 
authenticate(String, String) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
 
authenticate(String, String) - Method in interface org.apereo.cas.adaptors.radius.RadiusServer
Method to authenticate a set of credentials.
authenticate(String, String, List<RadiusServer>, boolean, boolean) - Static method in class org.apereo.cas.adaptors.radius.RadiusUtils
Authenticate pair.
authenticate(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
Authenticate and receive eneity from the rest template.
authenticate(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
 
authenticate(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
 
authenticate(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationHandler
Authenticates the given credential.
authenticate(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationManager
Authenticates the provided credentials.
authenticate(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Authenticates the given credential.
authenticate(Credential) - Method in class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
 
authenticate(Credential) - Method in class org.apereo.cas.digest.DigestAuthenticationHandler
 
authenticate(Credential) - Method in class org.apereo.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler
 
authenticateAndResolvePrincipal(AuthenticationBuilder, Credential, PrincipalResolver, AuthenticationHandler) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
Authenticate and resolve principal.
authenticateInternal(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
authenticateInternal(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.jdbc.BindModeSearchDatabaseAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Authenticates a username/password credential by an arbitrary strategy with extra parameter original credential password before encoding password.
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Authenticates a username/password credential by an arbitrary strategy.
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
 
authenticateUsernamePasswordInternal(UsernamePasswordCredential) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 
Authentication - Interface in org.apereo.cas.authentication
The Authentication object represents a successful authentication request.
AUTHENTICATION_ATTRIBUTE_PASSWORD - Static variable in class org.apereo.cas.authentication.UsernamePasswordCredential
Authentication attribute name for password.
AUTHENTICATION_ATTRIBUTE_REMEMBER_ME - Static variable in interface org.apereo.cas.authentication.RememberMeCredential
Authentication attribute name for remember-me.
AUTHENTICATION_METHOD_ATTRIBUTE - Static variable in interface org.apereo.cas.authentication.AuthenticationManager
Authentication method attribute name.
authenticationActionResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
AuthenticationBuilder - Interface in org.apereo.cas.authentication
Constructs immutable Authentication objects using the builder pattern.
authenticationContextClassMappings - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Maps authentication contexts to what CAS can support.
AuthenticationContextValidator - Class in org.apereo.cas.authentication
The AuthenticationContextValidator is responsible for evaluating an authentication object to see whether it satisfied a requested authentication context.
AuthenticationContextValidator() - Constructor for class org.apereo.cas.authentication.AuthenticationContextValidator
 
authenticationContextValidator() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
AuthenticationEventsConfiguration() - Constructor for class org.apereo.cas.web.report.config.CasReportsConfiguration.AuthenticationEventsConfiguration
 
AuthenticationEventsController - Class in org.apereo.cas.web.report
AuthenticationEventsController() - Constructor for class org.apereo.cas.web.report.AuthenticationEventsController
 
AuthenticationEventsController(CasEventRepository) - Constructor for class org.apereo.cas.web.report.AuthenticationEventsController
 
authenticationEventsController(CasEventRepository) - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration.AuthenticationEventsConfiguration
 
AuthenticationException - Exception in org.apereo.cas.authentication
Authentication raised by AuthenticationManager to signal authentication failure.
AuthenticationException(String) - Constructor for exception org.apereo.cas.authentication.AuthenticationException
Creates a new instance for the case when no handlers were attempted, i.e.
AuthenticationException() - Constructor for exception org.apereo.cas.authentication.AuthenticationException
Instantiates a new Authentication exception.
AuthenticationException(Map<String, Class<? extends Exception>>) - Constructor for exception org.apereo.cas.authentication.AuthenticationException
Creates a new instance for the case when no handlers succeeded.
AuthenticationException(Map<String, Class<? extends Exception>>, Map<String, HandlerResult>) - Constructor for exception org.apereo.cas.authentication.AuthenticationException
Creates a new instance for the case when there are both handler successes and failures.
AuthenticationException(String, Map<String, Class<? extends Exception>>, Map<String, HandlerResult>) - Constructor for exception org.apereo.cas.authentication.AuthenticationException
Creates a new instance for the case when there are both handler successes and failures and a custom error message is required.
authenticationExceptionHandler() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
AuthenticationExceptionHandler - Class in org.apereo.cas.web.flow
Performs two important error handling functions on an AuthenticationException raised from the authentication layer: Maps handler errors onto message bundle strings for display to user. Determines the next webflow state by comparing handler errors against AuthenticationExceptionHandler.errors in list order.
AuthenticationExceptionHandler() - Constructor for class org.apereo.cas.web.flow.AuthenticationExceptionHandler
 
AuthenticationExceptionsProperties - Class in org.apereo.cas.configuration.model.core.authentication
AuthenticationExceptionsProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationExceptionsProperties
 
AuthenticationHandler - Interface in org.apereo.cas.authentication
An authentication handler authenticates a single credential.
authenticationHandlerResolver - Variable in class org.apereo.cas.authentication.AbstractAuthenticationManager
The Authentication handler resolver.
AuthenticationHandlerResolver - Interface in org.apereo.cas.authentication
This is AuthenticationHandlerResolver which decides which set of authentication handlers shall be chosen for a given authN event.
authenticationHandlersResolvers(HttpClient) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
AuthenticationManager - Interface in org.apereo.cas.authentication
Authenticates one or more credentials.
authenticationManager(HttpClient) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
AuthenticationMetaDataPopulator - Interface in org.apereo.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.
authenticationMetaDataPopulators - Variable in class org.apereo.cas.authentication.AbstractAuthenticationManager
An array of AuthenticationAttributesPopulators.
authenticationMetadataPopulators() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
authenticationMetadataPopulators() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
AuthenticationPolicy - Interface in org.apereo.cas.authentication
Stategy interface for pluggable authentication security policies.
authenticationPolicy - Variable in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Authentication security policy.
authenticationPolicy() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
authenticationPolicyFactory() - Method in class org.apereo.cas.config.CasCoreConfiguration
 
AuthenticationPolicyProperties - Class in org.apereo.cas.configuration.model.core.authentication
Configuration properties class for cas.authn.policy.
AuthenticationPolicyProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
AuthenticationPolicyProperties.All - Class in org.apereo.cas.configuration.model.core.authentication
 
AuthenticationPolicyProperties.Any - Class in org.apereo.cas.configuration.model.core.authentication
 
AuthenticationPolicyProperties.NotPrevented - Class in org.apereo.cas.configuration.model.core.authentication
 
AuthenticationPolicyProperties.Req - Class in org.apereo.cas.configuration.model.core.authentication
 
AuthenticationProperties - Class in org.apereo.cas.configuration.model.core.authentication
AuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
AuthenticationResult - Interface in org.apereo.cas.authentication
The AuthenticationResult is an abstraction representing final authentication outcome for any number of processed authentication transactions.
AuthenticationResultBuilder - Interface in org.apereo.cas.authentication
AuthenticationSystemSupport - Interface in org.apereo.cas.authentication
This is AuthenticationSystemSupport - a facade that exposes a high level authentication system API to CAS core.
authenticationSystemSupport - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
The Authentication system support.
authenticationThrottle() - Method in class org.apereo.cas.web.support.config.CasThrottlingConfiguration
 
AuthenticationTransaction - Class in org.apereo.cas.authentication
AuthenticationTransaction(Service, Collection<Credential>) - Constructor for class org.apereo.cas.authentication.AuthenticationTransaction
Instantiates a new Default authentication transaction.
AuthenticationTransactionManager - Interface in org.apereo.cas.authentication
The AuthenticationTransactionManager deals exclusively with authentication concepts e.g.
authenticationViaFormAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
authenticator - Variable in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
The underlying pac4j authenticator.
AUTHN_METHOD_PASSWORD - Static variable in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
The Constant AUTHN_METHOD_PASSWORD.
AUTHN_METHOD_SSL_TLS_CLIENT - Static variable in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
The Constant AUTHN_METHOD_SSL_TLS_CLIENT.
AUTHN_METHOD_UNSPECIFIED - Static variable in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
The Constant AUTHN_METHOD_UNSPECIFIED.
AUTHN_METHOD_X509_PUBLICKEY - Static variable in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
The Constant AUTHN_METHOD_X509_PUBLICKEY.
AuthnContextClassRefBuilder - Interface in org.apereo.cas.support.saml.web.idp.profile.builders
authorizationFailureView() - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Authorization failure handling.
authorizationGenerator() - Method in class org.apereo.cas.mgmt.config.CasManagementLdapAuthorizationConfiguration
 
authorizationGenerator() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
AUTHORIZE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The authorize url.
authorizeController() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
Authy() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
AuthyAuthenticationHandler - Class in org.apereo.cas.adaptors.authy
Authy authentication handler for CAS.
AuthyAuthenticationHandler(AuthyClientInstance) - Constructor for class org.apereo.cas.adaptors.authy.AuthyAuthenticationHandler
 
authyAuthenticationHandler() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.authy
This is AuthyAuthenticationMetaDataPopulator which inserts the MFA provider id into the final authentication object.
AuthyAuthenticationMetaDataPopulator(String, AuthenticationHandler, MultifactorAuthenticationProvider) - Constructor for class org.apereo.cas.adaptors.authy.AuthyAuthenticationMetaDataPopulator
 
authyAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
authyAuthenticationRegistrationWebflowAction() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyAuthenticationRegistrationWebflowAction - Class in org.apereo.cas.adaptors.authy.web.flow
AuthyAuthenticationRegistrationWebflowAction(AuthyClientInstance) - Constructor for class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationRegistrationWebflowAction
 
authyAuthenticationWebflowAction() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyAuthenticationWebflowAction - Class in org.apereo.cas.adaptors.authy.web.flow
AuthyAuthenticationWebflowAction() - Constructor for class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationWebflowAction
 
authyAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyAuthenticationWebflowEventResolver - Class in org.apereo.cas.adaptors.authy.web.flow
AuthyAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationWebflowEventResolver
 
authyAuthenticatorAuthenticationProvider() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
authyAuthenticatorFlowRegistry() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
authyBypassEvaluator() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyClientInstance - Class in org.apereo.cas.adaptors.authy
AuthyClientInstance(String, String) - Constructor for class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
authyClientInstance() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyConfiguration - Class in org.apereo.cas.adaptors.authy.config
AuthyConfiguration() - Constructor for class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyConfiguration.AuthyMultifactorTrustConfiguration - Class in org.apereo.cas.adaptors.authy.config
The Authy multifactor trust configuration.
AuthyMultifactorAuthenticationProvider - Class in org.apereo.cas.adaptors.authy
The authentication provider for google authenticator.
AuthyMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.adaptors.authy.AuthyMultifactorAuthenticationProvider
 
AuthyMultifactorTrustConfiguration() - Constructor for class org.apereo.cas.adaptors.authy.config.AuthyConfiguration.AuthyMultifactorTrustConfiguration
 
authyMultifactorTrustWebflowConfigurer() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration.AuthyMultifactorTrustConfiguration
 
AuthyMultifactorTrustWebflowConfigurer - Class in org.apereo.cas.adaptors.authy.web.flow
AuthyMultifactorTrustWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorTrustWebflowConfigurer
 
authyMultifactorWebflowConfigurer() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyMultifactorWebflowConfigurer - Class in org.apereo.cas.adaptors.authy.web.flow
AuthyMultifactorWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorWebflowConfigurer
 
authyPrincipalFactory() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
AuthyTokenCredential - Class in org.apereo.cas.adaptors.authy
AuthyTokenCredential() - Constructor for class org.apereo.cas.adaptors.authy.AuthyTokenCredential
Instantiates a new authy token credential.
AuthyTokenCredential(String) - Constructor for class org.apereo.cas.adaptors.authy.AuthyTokenCredential
Instantiates a new authy credential.

B

BadRequestException - Exception in org.apereo.cas.support.rest
BASE_OAUTH20_URL - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
Base OAuth 2.0 url.
BASE_OIDC_URL - Static variable in interface org.apereo.cas.OidcConstants
Base OIDC URL.
BaseConverters - Class in org.apereo.cas.services.convert
Collection of mongo converters that map objects to DB objects.
BaseConverters.CacheBuilderConverter - Class in org.apereo.cas.services.convert
The type Cache builder converter.
BaseConverters.CacheConverter - Class in org.apereo.cas.services.convert
The type Cache converter.
BaseConverters.CacheLoaderConverter - Class in org.apereo.cas.services.convert
The type Cache loader converter.
BaseConverters.CertPathConverter - Class in org.apereo.cas.services.convert
The type Cert path converter.
BaseConverters.ClassConverter - Class in org.apereo.cas.services.convert
The type Class converter.
BaseConverters.CommonsLogConverter - Class in org.apereo.cas.services.convert
The type Commons log converter.
BaseConverters.LoggerConverter - Class in org.apereo.cas.services.convert
The type Logger converter.
BaseConverters.NullConverter<I,O> - Class in org.apereo.cas.services.convert
The type Null converter.
BaseConverters.PersonAttributesConverter - Class in org.apereo.cas.services.convert
The type Person attributes converter.
BaseConverters.ReferenceQueueConverter - Class in org.apereo.cas.services.convert
The type Reference queue converter.
BaseConverters.RunnableConverter - Class in org.apereo.cas.services.convert
The type Runnable converter.
BaseConverters.ThreadLocalConverter - Class in org.apereo.cas.services.convert
The type Thread local converter.
BaseGoogleAuthenticatorCredentialRepository - Class in org.apereo.cas.adaptors.gauth
BaseGoogleAuthenticatorCredentialRepository() - Constructor for class org.apereo.cas.adaptors.gauth.BaseGoogleAuthenticatorCredentialRepository
 
BaseMultifactorAuthenticationTrustStorage - Class in org.apereo.cas.trusted.authentication.storage
BaseMultifactorAuthenticationTrustStorage() - Constructor for class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
BaseOAuthWrapperController - Class in org.apereo.cas.support.oauth.web
This controller is the base controller for wrapping OAuth protocol in CAS.
BaseOAuthWrapperController() - Constructor for class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
BaseProvider() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider
 
baseSpnegoClientAction() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
BaseSpnegoKnownClientSystemsFilterAction - Class in org.apereo.cas.web.flow.client
Abstract class for defining a simple binary filter to determine whether a given client system should be prompted for SPNEGO / KRB / NTLM credentials.
BaseSpnegoKnownClientSystemsFilterAction() - Constructor for class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Instantiates a new Base.
BaseSpnegoKnownClientSystemsFilterAction(String) - Constructor for class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Instantiates a new Base.
BaseSpnegoKnownClientSystemsFilterAction(String, String) - Constructor for class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Instantiates a new Base.
BaseSpnegoKnownClientSystemsFilterAction(Pattern, String) - Constructor for class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Instantiates a new Base.
BaseStringCipherExecutor - Class in org.apereo.cas.util.cipher
The BaseStringCipherExecutor is the default implementation of CipherExecutor.
BaseStringCipherExecutor(String, String) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Instantiates a new cipher.
BaseStringCipherExecutor(String, String, String) - Constructor for class org.apereo.cas.util.cipher.BaseStringCipherExecutor
Instantiates a new cipher.
basicAuthenticationAction() - Method in class org.apereo.cas.web.config.CasBasicAuthenticationConfiguration
 
BasicAuthenticationAction - Class in org.apereo.cas.web.flow
This is BasicAuthenticationAction that extracts basic authN credentials from the request.
BasicAuthenticationAction() - Constructor for class org.apereo.cas.web.flow.BasicAuthenticationAction
 
basicAuthenticationWebflowConfigurer() - Method in class org.apereo.cas.web.config.CasBasicAuthenticationConfiguration
 
BasicAuthenticationWebflowConfigurer - Class in org.apereo.cas.web.flow
BasicAuthenticationWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.BasicAuthenticationWebflowConfigurer
 
BasicCredentialMetaData - Class in org.apereo.cas.authentication
Basic credential metadata implementation that stores the original credential ID and the original credential type.
BasicCredentialMetaData(Credential) - Constructor for class org.apereo.cas.authentication.BasicCredentialMetaData
Creates a new instance from the given credential.
BasicIdentifiableCredential - Class in org.apereo.cas.authentication
This is BasicIdentifiableCredential, a simple credential implementation that is only recognized by its id.
BasicIdentifiableCredential(String) - Constructor for class org.apereo.cas.authentication.BasicIdentifiableCredential
Instantiates a new Basic identifiable credental.
basicPrincipalFactory() - Method in class org.apereo.cas.web.config.CasBasicAuthenticationConfiguration
 
BasicPrincipalResolver - Class in org.apereo.cas.authentication.principal
Provides the most basic means of principal resolution by mapping Credential.getId() onto Principal.getId().
BasicPrincipalResolver() - Constructor for class org.apereo.cas.authentication.principal.BasicPrincipalResolver
 
BasicSubflowExpression - Class in org.apereo.cas.web.flow
Creates a custom subflow expression.
Beans - Class in org.apereo.cas.configuration.support
A re-usable collection of utility methods for object instantiations and configurations used cross various @Bean creation methods throughout CAS server.
Beans() - Constructor for class org.apereo.cas.configuration.support.Beans
 
BEARER_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The bearer token.
BinaryCipherExecutor - Class in org.apereo.cas.util.cipher
A implementation that is based on algorithms provided by the default platform's JCE.
BinaryCipherExecutor(String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.BinaryCipherExecutor
Instantiates a new cryptic ticket cipher executor.
Bind() - Constructor for class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
bindCurrent(Collection<Credential>) - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Bind credentials to ThreadLocal.
bindCurrent(Credential...) - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Bind credentials to ThreadLocal.
bindCurrent(Authentication) - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Bind Authentication to ThreadLocal.
BindModeSearchDatabaseAuthenticationHandler - Class in org.apereo.cas.adaptors.jdbc
This class attempts to authenticate the user by opening a connection to the database with the provided username and password.
BindModeSearchDatabaseAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.jdbc.BindModeSearchDatabaseAuthenticationHandler
 
Box() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Box
 
bucket() - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
Retrieve the Couchbase bucket.
build() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Creates an immutable authentication instance from builder data.
build() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
Build authentication result.
build(Service) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
Build authentication result.
build() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates an immutable authentication instance from builder data.
build() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
build(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
build(T, String) - Method in interface org.apereo.cas.authentication.principal.ResponseBuilder
Build response.
build(WebApplicationService, String) - Method in class org.apereo.cas.authentication.principal.WebApplicationServiceResponseBuilder
 
build(String, AppenderRef, Configuration) - Static method in class org.apereo.cas.logging.CasAppender
Create appender cas appender.
build(CasClient, WebContext) - Method in class org.apereo.cas.OidcCasClientRedirectActionBuilder
 
build(CasClient, WebContext) - Method in class org.apereo.cas.support.oauth.DefaultOAuthCasClientRedirectActionBuilder
 
build(CasClient, WebContext) - Method in interface org.apereo.cas.support.oauth.OAuthCasClientRedirectActionBuilder
Build redirect action for the client dynamically and configure the CAS client accordingly based on the properties of the web context.
build(WebApplicationService, String) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
Generates an Openid response.
build(WebApplicationService, String) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceResponseBuilder
 
build(WebApplicationService, String) - Method in class org.apereo.cas.support.saml.authentication.principal.SamlServiceResponseBuilder
 
build(Assertion, AuthnRequest, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in interface org.apereo.cas.support.saml.web.idp.profile.builders.AuthnContextClassRefBuilder
Gets authentication method from assertion.
build(Assertion, AuthnRequest, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.DefaultAuthnContextClassRefBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in interface org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileObjectBuilder
Build response.
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAttributeStatementBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAuthNStatementBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlConditionsBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlNameIdBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
build(AuthnRequest, HttpServletRequest, HttpServletResponse, Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlSubjectBuilder
 
buildAddress() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
Format the address into a long string.
buildAndStoreSOAPMessage(XMLObject) - Method in class org.apereo.cas.support.saml.util.CasHttpSoap11Encoder
 
buildAuthenticationResponse(ServerManager, OpenIdService, Map<String, String>, boolean, boolean, String) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
We sign directly (final 'true') because we don't add extensions response message can be either a DirectError or an AuthSuccess here.
buildCookieValue(String, HttpServletRequest) - Method in interface org.apereo.cas.web.support.CookieValueManager
Build cookie value.
buildCookieValue(String, HttpServletRequest) - Method in class org.apereo.cas.web.support.DefaultCasCookieValueManager
 
buildCookieValue(String, HttpServletRequest) - Method in class org.apereo.cas.web.support.NoOpCookieValueManager
 
buildEntityIssuer() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
Build entity issuer issuer.
builder() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
builderFactory() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Builder factory xml object builder factory.
buildEventAttributeMap(Principal, RegisteredService, MultifactorAuthenticationProvider) - Static method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Build event attribute map map.
buildFlow(String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
buildFlow(String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Build flow.
buildJsonWebKeySet(OidcRegisteredService) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Build json web key set.
buildMetadataFilters(SamlRegisteredService, AbstractMetadataResolver) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Build metadata filters.
buildMetadataGeneratorParameters() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
Build metadata generator parameters by passing the encryption, signing and back-channel certs to the parameter generator.
buildMetadataResolverAggregate() - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Build metadata resolver aggregate.
buildMetadataResolverAggregate(String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Build metadata resolver aggregate.
buildMetadataResolverAggregate() - Method in class org.apereo.cas.support.saml.web.flow.mdui.StaticMetadataResolverAdapter
 
buildPost(WebApplicationService, Map<String, String>) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationServiceResponseBuilder
Build post.
buildRedirect(WebApplicationService, Map<String, String>) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationServiceResponseBuilder
Build redirect.
buildRedirectUrlByRequestedAuthnContext(String, AuthnRequest, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Build redirect url by requested authn context.
buildRequiredValidUntilFilterIfNeeded(SamlRegisteredService, List<MetadataFilter>) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Build required valid until filter if needed.
buildResponse(Assertion, AuthnRequest, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
Build response response.
buildSelfSignedEncryptionCert() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
Build self signed encryption cert.
buildSelfSignedSigningCert() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
Build self signed signing cert.
buildSignatureSigningParameters(RoleDescriptor) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Build signature signing parameters signature signing parameters.
buildSignatureValidationFilterIfNeeded(SamlRegisteredService, List<MetadataFilter>) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Build signature validation filter if needed.
buildSingleMetadataResolver(AbstractMetadataResolver, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Build single metadata resolver metadata resolver.
buildSubjectLocality(Assertion, AuthnRequest, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAuthNStatementBuilder
Build subject locality subject locality.
builtClients() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
Returning the built clients.
Bypass() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
BYPASS_APPROVAL_PROMPT - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The approval prompt.

C

CacheBuilderConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.CacheBuilderConverter
 
CacheConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.CacheConverter
 
CacheCredentialsMetaDataPopulator - Class in org.apereo.cas.authentication
We utilize the AuthenticationMetaDataPopulator to retrieve and store the password as an authentication attribute under the key UsernamePasswordCredential.AUTHENTICATION_ATTRIBUTE_PASSWORD.
CacheCredentialsMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.CacheCredentialsMetaDataPopulator
 
CacheLoaderConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.CacheLoaderConverter
 
cacheManager() - Method in class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
cacheManager() - Method in class org.apereo.cas.ticket.registry.config.InfinispanTicketRegistryConfiguration
 
CacheStatistics - Interface in org.apereo.cas.monitor
Describes the simplest set of cache statistics that are meaningful for health monitoring.
CacheStatus - Class in org.apereo.cas.monitor
Describes meaningful health metrics on the status of a cache.
CacheStatus(StatusCode, String, CacheStatistics...) - Constructor for class org.apereo.cas.monitor.CacheStatus
Creates a new instance describing cache status.
CacheStatus(Exception) - Constructor for class org.apereo.cas.monitor.CacheStatus
Creates a new instance when cache statistics are unavailable due to given exception.
CachingPrincipalAttributesRepository - Class in org.apereo.cas.authentication.principal.cache
Wrapper around an attribute repository where attributes cached for a configurable period based on google guava's caching library.
CachingPrincipalAttributesRepository(String, long) - Constructor for class org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
Instantiates a new caching attributes principal factory.
CachingPrincipalAttributesRepository(long, String, long) - Constructor for class org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
Instantiates a new caching attributes principal factory.
CALLBACK_AUTHORIZE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The callback authorize url.
CALLBACK_AUTHORIZE_URL_DEFINITION - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The callback authorize url definition.
callbackAuthorizeController() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
callbackAuthorizeViewResolver() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
callbackAuthorizeViewResolver() - Method in class org.apereo.cas.config.OidcConfiguration
Callback authorize view resolver.
callbackController() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
callbackService - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Callback service.
CANCEL - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID cancel mode.
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.openid.web.mvc.OpenIdValidateController
 
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
 
canHandle(Credential) - Method in interface org.apereo.cas.ticket.proxy.ProxyHandler
Whether this handler can support the proxy request identified by the given credentials.
canHandle(Credential) - Method in class org.apereo.cas.ticket.proxy.support.Cas10ProxyHandler
 
canHandle(Credential) - Method in class org.apereo.cas.ticket.proxy.support.Cas20ProxyHandler
 
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractDelegateController
Determine if a AbstractDelegateController subclass can handle the current request.
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
canPing() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
Can ping boolean.
canPing() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
Can ping boolean.
captchaWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.CasCaptchaConfiguration
 
Cas() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Cas
 
Cas10ProtocolValidationSpecification - Class in org.apereo.cas.validation
Validation specification for the CAS 1.0 protocol.
Cas10ProtocolValidationSpecification() - Constructor for class org.apereo.cas.validation.Cas10ProtocolValidationSpecification
Instantiates a new cas10 protocol validation specification.
Cas10ProtocolValidationSpecification(boolean) - Constructor for class org.apereo.cas.validation.Cas10ProtocolValidationSpecification
Instantiates a new cas10 protocol validation specification.
cas10ProtocolValidationSpecification() - Method in class org.apereo.cas.validation.config.CasCoreValidationConfiguration
 
Cas10ProxyHandler - Class in org.apereo.cas.ticket.proxy.support
Dummy ProxyHandler that does nothing.
Cas10ProxyHandler() - Constructor for class org.apereo.cas.ticket.proxy.support.Cas10ProxyHandler
 
Cas10ResponseView - Class in org.apereo.cas.web.view
Custom View to Return the CAS 1.0 Protocol Response.
Cas10ResponseView() - Constructor for class org.apereo.cas.web.view.Cas10ResponseView
 
cas1ServiceFailureView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas1ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
Cas2() - Constructor for class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
Cas20ProtocolValidationSpecification - Class in org.apereo.cas.validation
Validation specification for the CAS 2.0 protocol.
Cas20ProtocolValidationSpecification() - Constructor for class org.apereo.cas.validation.Cas20ProtocolValidationSpecification
Instantiates a new cas20 protocol validation specification.
Cas20ProtocolValidationSpecification(boolean) - Constructor for class org.apereo.cas.validation.Cas20ProtocolValidationSpecification
Instantiates a new cas20 protocol validation specification.
cas20ProtocolValidationSpecification() - Method in class org.apereo.cas.validation.config.CasCoreValidationConfiguration
 
Cas20ProxyHandler - Class in org.apereo.cas.ticket.proxy.support
Proxy Handler to handle the default callback functionality of CAS 2.0.
Cas20ProxyHandler() - Constructor for class org.apereo.cas.ticket.proxy.support.Cas20ProxyHandler
Initializes the ticket id generator to DefaultUniqueTicketIdGenerator.
Cas20ResponseView - Class in org.apereo.cas.web.view
Renders and prepares CAS2 views.
Cas20ResponseView() - Constructor for class org.apereo.cas.web.view.Cas20ResponseView
Instantiates a new Abstract cas jstl view.
Cas20WithoutProxyingValidationSpecification - Class in org.apereo.cas.validation
Validation specification for the CAS 2.0 protocol.
Cas20WithoutProxyingValidationSpecification() - Constructor for class org.apereo.cas.validation.Cas20WithoutProxyingValidationSpecification
Instantiates a new cas20 without proxying validation specification.
Cas20WithoutProxyingValidationSpecification(boolean) - Constructor for class org.apereo.cas.validation.Cas20WithoutProxyingValidationSpecification
Instantiates a new cas20 without proxying validation specification.
cas20WithoutProxyProtocolValidationSpecification() - Method in class org.apereo.cas.validation.config.CasCoreValidationConfiguration
 
cas2ProxyFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 2 proxy failure view.
cas2ProxySuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 2 proxy success view.
cas2ServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 2 service failure view.
cas2ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas2SuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 2 success view.
Cas3() - Constructor for class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
Cas30JsonResponseView - Class in org.apereo.cas.web.view
Renders the model prepared by CAS in JSON format.
Cas30JsonResponseView() - Constructor for class org.apereo.cas.web.view.Cas30JsonResponseView
 
Cas30ResponseView - Class in org.apereo.cas.web.view
Renders and prepares CAS3 views.
Cas30ResponseView() - Constructor for class org.apereo.cas.web.view.Cas30ResponseView
Instantiates a new Abstract cas response view.
cas3ServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 3 service failure view.
cas3ServiceJsonView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas3ServiceSuccessView() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
cas3SuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas 3 success view.
CAS_ACCESS_DENIED_REASON - Static variable in class org.apereo.cas.web.support.WebUtils
Request attribute that contains message key describing details of authorization failure.
CasAdminPagesSecurityInterceptor(Config, String, String) - Constructor for class org.apereo.cas.config.CasSecurityContextConfiguration.CasAdminPagesSecurityInterceptor
 
CasAdminStatusInterceptor() - Constructor for class org.apereo.cas.config.CasSecurityContextConfiguration.CasAdminStatusInterceptor
 
CasAppender - Class in org.apereo.cas.logging
This is CasAppender.
CasAppender(String, Configuration, AppenderRef) - Constructor for class org.apereo.cas.logging.CasAppender
Instantiates a new Cas appender.
CasApplicationContextConfiguration - Class in org.apereo.cas.config
This is CasApplicationContextConfiguration.that attempts to create Spring-managed beans backed by external configuration.
CasApplicationContextConfiguration() - Constructor for class org.apereo.cas.config.CasApplicationContextConfiguration
 
CasAttributeEncoder - Interface in org.apereo.cas.authentication.support
An encoder that defines how a CAS attribute is to be encoded and signed in the CAS validation response.
casAttributeEncoder(ServiceRegistryDao) - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
casAttributeEncoder - Variable in class org.apereo.cas.services.web.view.AbstractCasView
The attribute encoder instance.
CasAuditActionContextRecordedEvent - Class in org.apereo.cas.support.events
CasAuditActionContextRecordedEvent(Object, AuditActionContext) - Constructor for class org.apereo.cas.support.events.CasAuditActionContextRecordedEvent
Instantiates a new Cas audit action context recorded event.
CasAuthenticationPrincipalResolvedEvent - Class in org.apereo.cas.support.events
CasAuthenticationPrincipalResolvedEvent(Object, Principal) - Constructor for class org.apereo.cas.support.events.CasAuthenticationPrincipalResolvedEvent
Instantiates a new Abstract cas sso event.
CasAuthenticationTransactionCompletedEvent - Class in org.apereo.cas.support.events
CasAuthenticationTransactionCompletedEvent(Object, Authentication) - Constructor for class org.apereo.cas.support.events.CasAuthenticationTransactionCompletedEvent
Instantiates a new Abstract cas sso event.
CasAuthenticationTransactionStartedEvent - Class in org.apereo.cas.support.events
CasAuthenticationTransactionStartedEvent(Object, Credential) - Constructor for class org.apereo.cas.support.events.CasAuthenticationTransactionStartedEvent
Instantiates a new Abstract cas sso event.
CasAuthenticationTransactionSuccessfulEvent - Class in org.apereo.cas.support.events
CasAuthenticationTransactionSuccessfulEvent(Object, Credential) - Constructor for class org.apereo.cas.support.events.CasAuthenticationTransactionSuccessfulEvent
Instantiates a new Abstract cas sso event.
CasBanner - Class in org.apereo.cas.util
This is CasBanner.
CasBanner() - Constructor for class org.apereo.cas.util.CasBanner
 
CasBasicAuthenticationConfiguration - Class in org.apereo.cas.web.config
CasBasicAuthenticationConfiguration() - Constructor for class org.apereo.cas.web.config.CasBasicAuthenticationConfiguration
 
CasCaptchaConfiguration - Class in org.apereo.cas.web.flow.config
CasCaptchaConfiguration() - Constructor for class org.apereo.cas.web.flow.config.CasCaptchaConfiguration
 
CasCaptchaWebflowConfigurer - Class in org.apereo.cas.web.flow
CasCaptchaWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.CasCaptchaWebflowConfigurer
 
casClient() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
casClientInfoLoggingFilter() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
CasConfigurationProperties - Class in org.apereo.cas.configuration
CasConfigurationProperties() - Constructor for class org.apereo.cas.configuration.CasConfigurationProperties
 
CasConfigurationRebinder - Class in org.apereo.cas.configuration
CasConfigurationRebinder() - Constructor for class org.apereo.cas.configuration.CasConfigurationRebinder
 
CasCookieConfiguration - Class in org.apereo.cas.web.config
CasCookieConfiguration() - Constructor for class org.apereo.cas.web.config.CasCookieConfiguration
 
CasCoreAuditConfiguration - Class in org.apereo.cas.audit.spi.config
CasCoreAuditConfiguration() - Constructor for class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
CasCoreAuthenticationConfiguration - Class in org.apereo.cas.config
CasCoreAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
CasCoreConfiguration - Class in org.apereo.cas.config
CasCoreConfiguration() - Constructor for class org.apereo.cas.config.CasCoreConfiguration
 
CasCoreEventsConfiguration - Class in org.apereo.cas.support.events.config
CasCoreEventsConfiguration() - Constructor for class org.apereo.cas.support.events.config.CasCoreEventsConfiguration
 
CasCoreLogoutConfiguration - Class in org.apereo.cas.logout.config
CasCoreLogoutConfiguration() - Constructor for class org.apereo.cas.logout.config.CasCoreLogoutConfiguration
 
CasCoreMonitorConfiguration - Class in org.apereo.cas.monitor.config
CasCoreMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.CasCoreMonitorConfiguration
 
CasCoreServicesConfiguration - Class in org.apereo.cas.config
CasCoreServicesConfiguration() - Constructor for class org.apereo.cas.config.CasCoreServicesConfiguration
 
CasCoreServicesConfiguration.EmbeddedServiceRegistryDao - Class in org.apereo.cas.config
The embedded service registry that processes built-in JSON service files on the classpath.
CasCoreTicketsConfiguration - Class in org.apereo.cas.config
CasCoreTicketsConfiguration() - Constructor for class org.apereo.cas.config.CasCoreTicketsConfiguration
 
CasCoreUtilConfiguration - Class in org.apereo.cas.config
CasCoreUtilConfiguration() - Constructor for class org.apereo.cas.config.CasCoreUtilConfiguration
 
CasCoreValidationConfiguration - Class in org.apereo.cas.validation.config
CasCoreValidationConfiguration() - Constructor for class org.apereo.cas.validation.config.CasCoreValidationConfiguration
 
CasCoreWebConfiguration - Class in org.apereo.cas.config
CasCoreWebConfiguration() - Constructor for class org.apereo.cas.config.CasCoreWebConfiguration
 
CasCoreWebflowConfiguration - Class in org.apereo.cas.web.flow.config
CasCoreWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
CasDefaultFlowUrlHandler - Class in org.apereo.cas.web.flow
Provides special handling for parameters in requests made to the CAS login webflow.
CasDefaultFlowUrlHandler() - Constructor for class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 
CasDelegatingWebflowEventResolver - Interface in org.apereo.cas.web.flow.resolver
This is CasDelegatingWebflowEventResolver that delegates the actual task of event resolution to a number of inner resolvers.
CasEmbeddedContainerConfiguration - Class in org.apereo.cas.config
CasEmbeddedContainerConfiguration() - Constructor for class org.apereo.cas.config.CasEmbeddedContainerConfiguration
 
CasEvent - Class in org.apereo.cas.support.events.dao
This is CasEvent, which represents a single event stored in the events repository.
CasEvent() - Constructor for class org.apereo.cas.support.events.dao.CasEvent
 
casEventRepository() - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
casEventRepository() - Method in class org.apereo.cas.config.MongoDbEventsConfiguration
 
casEventRepository() - Method in class org.apereo.cas.support.events.config.CasCoreEventsConfiguration
 
CasEventRepository - Interface in org.apereo.cas.support.events.dao
Defines DAO operations over an events repository.
CasFiltersConfiguration - Class in org.apereo.cas.config
This is CasFiltersConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasFiltersConfiguration() - Constructor for class org.apereo.cas.config.CasFiltersConfiguration
 
CasGenericConfiguration - Class in org.apereo.cas.adaptors.generic.config
CasGenericConfiguration() - Constructor for class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
CasGeoLocationConfiguration - Class in org.apereo.cas.support.geo.config
CasGeoLocationConfiguration() - Constructor for class org.apereo.cas.support.geo.config.CasGeoLocationConfiguration
 
CasHttpSoap11Encoder - Class in org.apereo.cas.support.saml.util
Override OpenSAML HTTPSOAP11Encoder such that SOAP-ENV XML namespace prefix is used for SOAP envelope elements.
CasHttpSoap11Encoder() - Constructor for class org.apereo.cas.support.saml.util.CasHttpSoap11Encoder
Instantiates a new encoder.
CasJdbcConfiguration - Class in org.apereo.cas.adaptors.jdbc.config
CasJdbcConfiguration() - Constructor for class org.apereo.cas.adaptors.jdbc.config.CasJdbcConfiguration
 
CasJdbcMonitorConfiguration - Class in org.apereo.cas.monitor.config
CasJdbcMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.CasJdbcMonitorConfiguration
 
CasJdbcThrottlingConfiguration - Class in org.apereo.cas.web.support.config
CasJdbcThrottlingConfiguration() - Constructor for class org.apereo.cas.web.support.config.CasJdbcThrottlingConfiguration
 
CasLoggingConfiguration - Class in org.apereo.cas.logging.config
CasLoggingConfiguration() - Constructor for class org.apereo.cas.logging.config.CasLoggingConfiguration
 
CasManagementBanner - Class in org.apereo.cas.mgmt.web
CasManagementBanner() - Constructor for class org.apereo.cas.mgmt.web.CasManagementBanner
 
CasManagementLdapAuthorizationConfiguration - Class in org.apereo.cas.mgmt.config
CasManagementLdapAuthorizationConfiguration() - Constructor for class org.apereo.cas.mgmt.config.CasManagementLdapAuthorizationConfiguration
 
casManagementSecurityInterceptor() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
CasManagementWebAppConfiguration - Class in org.apereo.cas.mgmt.config
CasManagementWebAppConfiguration() - Constructor for class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
CasManagementWebApplication - Class in org.apereo.cas.mgmt.web
CasManagementWebApplication() - Constructor for class org.apereo.cas.mgmt.web.CasManagementWebApplication
Instantiates a new web application.
CasManagementWebApplicationServletInitializer - Class in org.apereo.cas.mgmt.web
CasManagementWebApplicationServletInitializer() - Constructor for class org.apereo.cas.mgmt.web.CasManagementWebApplicationServletInitializer
 
CasMetricsConfiguration - Class in org.apereo.cas.config
This is CasMetricsConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasMetricsConfiguration() - Constructor for class org.apereo.cas.config.CasMetricsConfiguration
 
CasMongoAuthenticationConfiguration - Class in org.apereo.cas.authentication.config
CasMongoAuthenticationConfiguration() - Constructor for class org.apereo.cas.authentication.config.CasMongoAuthenticationConfiguration
 
CasOAuthConfiguration - Class in org.apereo.cas.config
CasOAuthConfiguration() - Constructor for class org.apereo.cas.config.CasOAuthConfiguration
 
CasOAuthWebflowConfiguration - Class in org.apereo.cas.config
CasOAuthWebflowConfiguration() - Constructor for class org.apereo.cas.config.CasOAuthWebflowConfiguration
 
casOpenIdAssociationSuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas open id association success view .
casOpenIdServiceFailureView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas open id service failure view.
casOpenIdServiceSuccessView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Cas open id service success view.
CasPersonDirectoryAttributeRepositoryConfiguration - Class in org.apereo.cas.config
CasPersonDirectoryAttributeRepositoryConfiguration() - Constructor for class org.apereo.cas.config.CasPersonDirectoryAttributeRepositoryConfiguration
 
casProperties - Variable in class org.apereo.cas.monitor.AbstractCacheMonitor
CAS properties.
casProperties - Variable in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
CAS Properties.
casProperties - Variable in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
CAS settings.
casProperties - Variable in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
CAS Properties.
CasPropertiesConfiguration - Class in org.apereo.cas.config
CasPropertiesConfiguration() - Constructor for class org.apereo.cas.config.CasPropertiesConfiguration
 
CasProtocolConstants - Interface in org.apereo.cas
Class that exposes relevant constants and parameters to the CAS protocol.
CasProtocolView - Class in org.apereo.cas.web.view
CasProtocolView(String, ApplicationContext, SpringTemplateEngine, ThymeleafProperties) - Constructor for class org.apereo.cas.web.view.CasProtocolView
Instantiates a new Cas protocol view.
CasProtocolViewsConfiguration - Class in org.apereo.cas.web.config
This is CasProtocolViewsConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasProtocolViewsConfiguration() - Constructor for class org.apereo.cas.web.config.CasProtocolViewsConfiguration
 
CasProxyGrantingTicketCreatedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing single sign on session establishment event e.g.
CasProxyGrantingTicketCreatedEvent(Object, TicketGrantingTicket) - Constructor for class org.apereo.cas.support.events.CasProxyGrantingTicketCreatedEvent
Instantiates a new Cas sso session established event.
CasProxyTicketGrantedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing granting of a proxy ticket by a CAS server.
CasProxyTicketGrantedEvent(Object, ProxyGrantingTicket, ProxyTicket) - Constructor for class org.apereo.cas.support.events.CasProxyTicketGrantedEvent
Instantiates a new Cas proxy ticket granted event.
CasRegisteredServiceDeletedEvent - Class in org.apereo.cas.support.events
This is CasRegisteredServiceDeletedEvent, signaled when a service is removed from the registry.
CasRegisteredServiceDeletedEvent(Object, RegisteredService) - Constructor for class org.apereo.cas.support.events.CasRegisteredServiceDeletedEvent
Instantiates a new cas sso event.
CasRegisteredServiceSavedEvent - Class in org.apereo.cas.support.events
This is CasRegisteredServiceSavedEvent that is signaled when a registered service is saved into the CAS registry.
CasRegisteredServiceSavedEvent(Object, RegisteredService) - Constructor for class org.apereo.cas.support.events.CasRegisteredServiceSavedEvent
Instantiates a new cas sso event.
CasRegisteredServicesRefreshEvent - Class in org.apereo.cas.support.events
This is CasRegisteredServicesRefreshEvent that is signaled when a registered service is saved into the CAS registry.
CasRegisteredServicesRefreshEvent(Object) - Constructor for class org.apereo.cas.support.events.CasRegisteredServicesRefreshEvent
Instantiates a new cas sso event.
CasReloadableMessageBundle - Class in org.apereo.cas.web.view
An extension of the ReloadableResourceBundleMessageSource whose sole concern is to print a WARN message in cases where a language key is not found in the active and default bundles.
CasReloadableMessageBundle() - Constructor for class org.apereo.cas.web.view.CasReloadableMessageBundle
 
CasRemoteAuthenticationConfiguration - Class in org.apereo.cas.web.flow.config
CasRemoteAuthenticationConfiguration() - Constructor for class org.apereo.cas.web.flow.config.CasRemoteAuthenticationConfiguration
 
CasReportsConfiguration - Class in org.apereo.cas.web.report.config
CasReportsConfiguration() - Constructor for class org.apereo.cas.web.report.config.CasReportsConfiguration
 
CasReportsConfiguration.AuthenticationEventsConfiguration - Class in org.apereo.cas.web.report.config
The type Authentication events configuration.
CasReportsConfiguration.TrustedDevicesConfiguration - Class in org.apereo.cas.web.report.config
The Trusted devices configuration for the UI.
CasRestAuthenticationConfiguration - Class in org.apereo.cas.config
CasRestAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.CasRestAuthenticationConfiguration
 
CasRestConfiguration - Class in org.apereo.cas.config
CasRestConfiguration() - Constructor for class org.apereo.cas.config.CasRestConfiguration
 
casSamlServiceFailureView() - Method in class org.apereo.cas.config.SamlConfiguration
 
casSamlServiceSuccessView() - Method in class org.apereo.cas.config.SamlConfiguration
 
CasSamlSPBoxConfiguration - Class in org.apereo.cas.config
CasSamlSPBoxConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPBoxConfiguration
 
CasSamlSPDropboxConfiguration - Class in org.apereo.cas.config
CasSamlSPDropboxConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPDropboxConfiguration
 
CasSamlSPNetPartnerConfiguration - Class in org.apereo.cas.config
CasSamlSPNetPartnerConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPNetPartnerConfiguration
 
CasSamlSPOffice365Configuration - Class in org.apereo.cas.config
CasSamlSPOffice365Configuration() - Constructor for class org.apereo.cas.config.CasSamlSPOffice365Configuration
 
CasSamlSPSalesforceConfiguration - Class in org.apereo.cas.config
CasSamlSPSalesforceConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPSalesforceConfiguration
 
CasSamlSPSaManageConfiguration - Class in org.apereo.cas.config
CasSamlSPSaManageConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPSaManageConfiguration
 
CasSamlSPServiceNowConfiguration - Class in org.apereo.cas.config
CasSamlSPServiceNowConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPServiceNowConfiguration
 
CasSamlSPTestShibConfiguration - Class in org.apereo.cas.config
CasSamlSPTestShibConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPTestShibConfiguration
 
CasSamlSPWebexConfiguration - Class in org.apereo.cas.config
CasSamlSPWebexConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPWebexConfiguration
 
CasSamlSPWorkdayConfiguration - Class in org.apereo.cas.config
CasSamlSPWorkdayConfiguration() - Constructor for class org.apereo.cas.config.CasSamlSPWorkdayConfiguration
 
CasSecurityContextConfiguration - Class in org.apereo.cas.config
This is CasSecurityContextConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasSecurityContextConfiguration() - Constructor for class org.apereo.cas.config.CasSecurityContextConfiguration
 
CasSecurityContextConfiguration.CasAdminPagesSecurityInterceptor - Class in org.apereo.cas.config
The Cas admin pages security interceptor.
CasSecurityContextConfiguration.CasAdminStatusInterceptor - Class in org.apereo.cas.config
The Cas admin status interceptor.
CasServiceTicketGrantedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing granting of a service ticket by a CAS server.
CasServiceTicketGrantedEvent(Object, TicketGrantingTicket, ServiceTicket) - Constructor for class org.apereo.cas.support.events.CasServiceTicketGrantedEvent
Instantiates a new Cas service ticket granted event.
CasServiceTicketValidatedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing validation of a service ticket by a CAS server.
CasServiceTicketValidatedEvent(Object, ServiceTicket, Assertion) - Constructor for class org.apereo.cas.support.events.CasServiceTicketValidatedEvent
Instantiates a new Cas service ticket validated event.
CasSupportActionsAcceptableUsagePolicyConfiguration - Class in org.apereo.cas.web.config
CasSupportActionsAcceptableUsagePolicyConfiguration() - Constructor for class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyConfiguration
 
CasSupportActionsAcceptableUsagePolicyLdapConfiguration - Class in org.apereo.cas.web.config
CasSupportActionsAcceptableUsagePolicyLdapConfiguration() - Constructor for class org.apereo.cas.web.config.CasSupportActionsAcceptableUsagePolicyLdapConfiguration
 
CasSupportActionsConfiguration - Class in org.apereo.cas.web.config
CasSupportActionsConfiguration() - Constructor for class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
CasSupportJdbcAuditConfiguration - Class in org.apereo.cas.audit.config
CasSupportJdbcAuditConfiguration() - Constructor for class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
CasThemesConfiguration - Class in org.apereo.cas.services.web.config
CasThemesConfiguration() - Constructor for class org.apereo.cas.services.web.config.CasThemesConfiguration
 
CasThemesConfiguration.CasThymeleafOutputTemplateHandler - Class in org.apereo.cas.services.web.config
The Cas thymeleaf output template handler which attempts to compress the whitespace produced by thymeleaf's conditional flags.
CasThrottlingConfiguration - Class in org.apereo.cas.web.support.config
CasThrottlingConfiguration() - Constructor for class org.apereo.cas.web.support.config.CasThrottlingConfiguration
 
CasThymeleafOutputTemplateHandler() - Constructor for class org.apereo.cas.services.web.config.CasThemesConfiguration.CasThymeleafOutputTemplateHandler
 
CasTicketGrantingTicketCreatedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing single sign on session establishment event e.g.
CasTicketGrantingTicketCreatedEvent(Object, TicketGrantingTicket) - Constructor for class org.apereo.cas.support.events.CasTicketGrantingTicketCreatedEvent
Instantiates a new Cas sso session established event.
CasTicketGrantingTicketDestroyedEvent - Class in org.apereo.cas.support.events
Concrete subclass of AbstractCasEvent representing single sign on session destruction event e.g.
CasTicketGrantingTicketDestroyedEvent(Object, TicketGrantingTicket) - Constructor for class org.apereo.cas.support.events.CasTicketGrantingTicketDestroyedEvent
Instantiates a new Cas sso session destroyed event.
CasValidationConfiguration - Class in org.apereo.cas.web.config
CasValidationConfiguration() - Constructor for class org.apereo.cas.web.config.CasValidationConfiguration
 
CasVersion - Class in org.apereo.cas.util
Class that exposes the CAS version.
CasVersion() - Constructor for class org.apereo.cas.util.CasVersion
Private constructor for CasVersion.
CasViewConstants - Interface in org.apereo.cas
Constants interface to host fields related to view rendering and validation model.
CasWebAppConfiguration - Class in org.apereo.cas.config
CasWebAppConfiguration() - Constructor for class org.apereo.cas.config.CasWebAppConfiguration
 
CasWebApplication - Class in org.apereo.cas.web
CasWebApplication() - Constructor for class org.apereo.cas.web.CasWebApplication
Instantiates a new Cas web application.
CasWebApplicationServletInitializer - Class in org.apereo.cas.web
CasWebApplicationServletInitializer() - Constructor for class org.apereo.cas.web.CasWebApplicationServletInitializer
 
CasWebflowConfigurer - Interface in org.apereo.cas.web.flow
CasWebflowConstants - Interface in org.apereo.cas.web.flow
CasWebflowContextConfiguration - Class in org.apereo.cas.config
This is CasWebflowContextConfiguration that attempts to create Spring-managed beans backed by external configuration.
CasWebflowContextConfiguration() - Constructor for class org.apereo.cas.config.CasWebflowContextConfiguration
 
CasWebflowEventResolver - Interface in org.apereo.cas.web.flow.resolver
This is CasWebflowEventResolver that decides the next event in the authentication web flow.
CentralAuthenticationService - Interface in org.apereo.cas
CAS viewed as a set of services to generate and validate Tickets.
centralAuthenticationService(List, PrincipalFactory, CipherExecutor) - Method in class org.apereo.cas.config.CasCoreConfiguration
 
centralAuthenticationService - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
The Central authentication service.
CentralAuthenticationServiceImpl - Class in org.apereo.cas
Concrete implementation of a CentralAuthenticationService, and also the central, organizing component of CAS' internal implementation.
CentralAuthenticationServiceImpl() - Constructor for class org.apereo.cas.CentralAuthenticationServiceImpl
Instantiates a new Central authentication service impl.
CentralAuthenticationServiceImpl(TicketRegistry, TicketFactory, ServicesManager, LogoutManager) - Constructor for class org.apereo.cas.CentralAuthenticationServiceImpl
Build the central authentication service implementation.
CertPathConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.CertPathConverter
 
CertUtils - Class in org.apereo.cas.adaptors.x509.util
Utility class with methods to support various operations on X.509 certs.
ChainingMetadataResolverAdapter - Class in org.apereo.cas.support.saml.web.flow.mdui
ChainingMetadataResolverAdapter() - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.ChainingMetadataResolverAdapter
 
chainingMetadataResolverCacheLoader() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
ChainingMetadataResolverCacheLoader - Class in org.apereo.cas.support.saml.services.idp.metadata.cache
This is ChainingMetadataResolverCacheLoader that uses Guava's cache loading strategy to keep track of metadata resources and resolvers.
ChainingMetadataResolverCacheLoader() - Constructor for class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Instantiates a new Chaining metadata resolver cache loader.
ChainingPrincipalResolver - Class in org.apereo.cas.authentication.principal
Delegates to one or more principal resolves in series to resolve a principal.
ChainingPrincipalResolver() - Constructor for class org.apereo.cas.authentication.principal.ChainingPrincipalResolver
 
change(Credential, PasswordChangeBean) - Method in class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
change(Credential, PasswordChangeBean) - Method in interface org.apereo.cas.pm.PasswordManagementService
Execute op to change password.
characterEncodingFilter() - Method in class org.apereo.cas.config.CasFiltersConfiguration
Character encoding filter character encoding filter.
characterEncodingFilter() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
check(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
 
check(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.NoOpRevocationChecker
NO-OP check implementation.
check(X509Certificate) - Method in interface org.apereo.cas.adaptors.x509.authentication.revocation.checker.RevocationChecker
Checks the revocation status of the given certificate.
CHECK_AUTHENTICATION - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
Check authentication constant.
checkAll - Variable in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Flag to indicate whether all crls should be checked for the cert resource.
checkCallbackValid(RegisteredService, String) - Method in class org.apereo.cas.support.oauth.validator.OAuthValidator
Check if the callback url is valid.
checkClientSecret(OAuthRegisteredService, String) - Method in class org.apereo.cas.support.oauth.validator.OAuthValidator
Check the client secret.
checkParameterExist(HttpServletRequest, String) - Method in class org.apereo.cas.support.oauth.validator.OAuthValidator
Check if a parameter exists.
checkPool() - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
Performs a health check on a the pool.
checkPool() - Method in class org.apereo.cas.monitor.JdbcDataSourceMonitor
 
checkPool() - Method in class org.apereo.cas.monitor.PooledLdapConnectionFactoryMonitor
 
checkServiceValid(RegisteredService) - Method in class org.apereo.cas.support.oauth.validator.OAuthValidator
Check if the service is valid.
checkSubjectRolesAndPermissions(Subject) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
Check subject roles and permissions.
CheckWebAuthenticationRequestAction - Class in org.apereo.cas.web.flow
CheckWebAuthenticationRequestAction() - Constructor for class org.apereo.cas.web.flow.CheckWebAuthenticationRequestAction
 
checkWebAuthenticationRequestAction() - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
cipherExecutor - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Cipher executor to handle ticket validation.
CipherExecutor<T,R> - Interface in org.apereo.cas
Responsible to define operation that deal with encryption, signing and verification of a value.
CLAIM_AUTH_TIME - Static variable in interface org.apereo.cas.OidcConstants
The authentication time claim.
CLAIM_PREFERRED_USERNAME - Static variable in interface org.apereo.cas.OidcConstants
The preferred username claim.
CLAIM_SUB - Static variable in interface org.apereo.cas.OidcConstants
The sub claim.
CLAIMS - Static variable in interface org.apereo.cas.OidcConstants
The Claims.
ClassConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.ClassConverter
 
clean() - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
 
clean() - Method in interface org.apereo.cas.ticket.registry.TicketRegistryCleaner
Clean the ticket registry by collecting tickets in the storage unit that may be expired.
clean() - Method in class org.apereo.cas.trusted.authentication.storage.MultifactorAuthenticationTrustStorageCleaner
Clean up expired records.
Cleaner() - Constructor for class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
Cleaner() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
cleanupUrl(String) - Static method in class org.apereo.cas.authentication.principal.AbstractServiceFactory
Cleanup the url.
clear() - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Clear ThreadLocal state.
ClearpassProperties - Class in org.apereo.cas.configuration.model.support.clearpass
ClearpassProperties() - Constructor for class org.apereo.cas.configuration.model.support.clearpass.ClearpassProperties
 
ClearWebflowCredentialAction - Class in org.apereo.cas.web.flow
This is ClearWebflowCredentialAction invoked ONLY as an exit-action for non-interactive authn flows.
ClearWebflowCredentialAction() - Constructor for class org.apereo.cas.web.flow.ClearWebflowCredentialAction
 
clearWebflowCredentialsAction() - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
Client() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
Client() - Constructor for class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
CLIENT_ACTION - Static variable in class org.apereo.cas.support.pac4j.web.flow.ClientAction
Client action state id in the webflow.
CLIENT_ID - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The client id.
CLIENT_NAME - Static variable in class org.apereo.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
The name of the client used to perform the authentication.
CLIENT_SECRET - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The client secret.
clientAction() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
ClientAction - Class in org.apereo.cas.support.pac4j.web.flow
This class represents an action to put at the beginning of the webflow.
ClientAction(CasConfigurationProperties) - Constructor for class org.apereo.cas.support.pac4j.web.flow.ClientAction
Build the ClientAction.
ClientAction.ProviderLoginPageConfiguration - Class in org.apereo.cas.support.pac4j.web.flow
The Provider login page configuration.
ClientAuthenticationHandler - Class in org.apereo.cas.support.pac4j.authentication.handler.support
Pac4j authentication handler which gets the credentials and then the user profile in a delegated authentication process from an external identity provider.
ClientAuthenticationHandler() - Constructor for class org.apereo.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
 
clientAuthenticationHandler() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
ClientAuthenticationMetaDataPopulator - Class in org.apereo.cas.support.pac4j.authentication
This class is a meta data populator for authentication.
ClientAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
 
clientAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
ClientCredential - Class in org.apereo.cas.authentication.principal
This class represents client credentials and (after authentication) a user profile.
ClientCredential(Credentials) - Constructor for class org.apereo.cas.authentication.principal.ClientCredential
Define the credentials.
clientPrincipalFactory() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
clone() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
clone() - Method in interface org.apereo.cas.services.RegisteredService
Clone this service.
close() - Method in class org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
 
close() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
close() - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
close() - Method in class org.apereo.cas.util.LockedOutputStream
Cluster() - Constructor for class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
Code() - Constructor for class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.Code
 
CODE - Static variable in exception org.apereo.cas.services.UnauthorizedProxyingException
The code description.
CODE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The code.
CODE - Static variable in exception org.apereo.cas.support.saml.SamlException
Code description.
CODE - Static variable in exception org.apereo.cas.ticket.AbstractTicketValidationException
The code description.
CODE - Static variable in exception org.apereo.cas.ticket.UnrecognizableServiceForServiceTicketValidationException
The code description.
CODE - Static variable in exception org.apereo.cas.ticket.UnsatisfiedAuthenticationContextTicketValidationException
The code description.
CODE_EMPTY_SVC_MGMR - Static variable in exception org.apereo.cas.services.UnauthorizedServiceException
Exception object that indicates the service manager is empty with no service definitions.
CODE_UNAUTHZ_SERVICE - Static variable in exception org.apereo.cas.services.UnauthorizedServiceException
Error code that indicates the service is unauthorized for use.
collect(Authentication) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
Collect authentication objects from any number of processed authentication transactions.
collect(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
Provided credentials immediately by the user.
collect(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
collect(Credential) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
CollectionUtils - Class in org.apereo.cas.util
CommonsLogConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.CommonsLogConverter
 
compareTo(RegisteredService) - Method in class org.apereo.cas.services.AbstractRegisteredService
Compares this instance with the other registered service based on evaluation order, name.
compareTo(ValidationServiceSelectionStrategy) - Method in class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
compareTo(ValidationServiceSelectionStrategy) - Method in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
compareTo(Ticket) - Method in class org.apereo.cas.ticket.AbstractTicket
 
compareTo(Ticket) - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
compareTo(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
compareTo(ValidationServiceSelectionStrategy) - Method in class org.apereo.cas.validation.DefaultValidationServiceSelectionStrategy
 
CompositeFlowExecutionKeyConverter - Class in org.apereo.cas.web.flow
Special converter for the CompositeFlowExecutionKey to return as a String.
CompositeFlowExecutionKeyConverter() - Constructor for class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
 
CompressionUtils - Class in org.apereo.cas.util
This is CompressionUtils that encapsulates common compression calls and operations in one spot.
concatenate(Collection<String>, boolean) - Static method in class org.apereo.cas.util.RegexUtils
Concatenate all elements in the given collection to form a regex pattern.
config() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
Config() - Constructor for class org.apereo.cas.configuration.support.AbstractConfigProperties.Config
 
config() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
configBean - Variable in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
The Config bean.
configBean - Variable in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
The Config bean.
configBean - Variable in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
The openSAML config bean.
configBean - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Config bean.
configure(SpringApplicationBuilder) - Method in class org.apereo.cas.mgmt.web.CasManagementWebApplicationServletInitializer
 
configure(SpringApplicationBuilder) - Method in class org.apereo.cas.web.CasWebApplicationServletInitializer
 
configureClientForMaxAgeAuthorizationRequest(CasClient, WebContext, Authentication) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for max age authorization request.
configureClientForPromptLoginAuthorizationRequest(CasClient, WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for prompt login authorization request.
configureClientForPromptNoneAuthorizationRequest(CasClient, WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Configure client for prompt none authorization request.
configureJaasLoginConfig() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Configure jaas login config location and set it as a system property.
configureMessageBroker(MessageBrokerRegistry) - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
configureReporters(MetricRegistry) - Method in class org.apereo.cas.config.CasMetricsConfiguration
 
CONFIRM_VIEW - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The confirm view.
connectionConfig - Variable in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
The connection config to prep for connections.
ConnectionPoolingProperties - Class in org.apereo.cas.configuration.support
ConnectionPoolingProperties() - Constructor for class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
Conns() - Constructor for class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties.Conns
 
consentApprovalViewResolver() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
consentApprovalViewResolver() - Method in class org.apereo.cas.config.OidcConfiguration
Consent approval view resolver.
ConsentApprovalViewResolver - Interface in org.apereo.cas.support.oauth.web
CONST_PARAM_ARTIFACT - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Constant representing artifact.
CONST_PARAM_TARGET - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Constant representing service.
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressNonInteractiveCredentialsAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.digest.web.flow.DigestAuthenticationAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.support.openid.web.flow.OpenIdSingleSignOnAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractNonInteractiveCredentialsAction
Abstract method to implement to construct the credential from the request object.
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.BasicAuthenticationAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.token.TokenAuthenticationAction
 
constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.X509CertificateCredentialsNonInteractiveAction
 
constructDocumentFromXml(String) - Static method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Construct document from xml string.
constructGrouperGroupAttribute(WsGroup) - Method in class org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy
Construct grouper group attribute.
constructKey(HttpServletRequest) - Method in class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
constructKey(HttpServletRequest) - Method in class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
constructKey(HttpServletRequest) - Method in interface org.apereo.cas.web.support.InMemoryThrottledSubmissionHandlerInterceptor
Construct key to be used by the throttling agent to track requests.
constructMessagePrefix() - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
Construct message prefix.
constructMessagePrefix() - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Construct message prefix.
constructSamlResponse(GoogleAccountsService) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceResponseBuilder
Construct SAML response.
constructServiceUrl(HttpServletRequest, HttpServletResponse, AuthnRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Construct service url string.
consulPropertySourceLocator() - Method in class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
contains(String) - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
contains(String) - Method in interface org.apereo.cas.services.RegisteredServiceProperty
Contains elements?
containsCustomErrors() - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Package-private helper method to aid in testing.
containsFlowState(Flow, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Contains flow state?
containsResultEntry(Response<SearchResult>) - Static method in class org.apereo.cas.util.LdapUtils
Checks to see if response has a result.
ContextualAuthenticationPolicy<T> - Interface in org.apereo.cas.authentication
A stateful authentication policy that is applied using arbitrary contextual information.
ContextualAuthenticationPolicyFactory<T> - Interface in org.apereo.cas.authentication
A factory for producing (stateful) authentication policies based on arbitrary context data.
convert(I) - Method in class org.apereo.cas.services.convert.BaseConverters.NullConverter
 
ConvertCasePrincipalNameTransformer - Class in org.apereo.cas.configuration.support
A transformer that converts the form uid to either lowercase or uppercase.
ConvertCasePrincipalNameTransformer() - Constructor for class org.apereo.cas.configuration.support.ConvertCasePrincipalNameTransformer
Instantiates a new transformer.
ConvertCasePrincipalNameTransformer(PrincipalNameTransformer) - Constructor for class org.apereo.cas.configuration.support.ConvertCasePrincipalNameTransformer
Instantiates a new transformer, accepting an inner delegate.
convertClassToTargetType(Class) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
From string to class type, based on the flow conversion service.
convertPersonAttributesToPrincipal(String, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Convert person attributes to principal pair.
convertPersonAttributesToPrincipalAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Convert person attributes to principal attributes.
convertSourceToTargetClass(Object, Class) - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
convertToDatabaseColumn(ZonedDateTime) - Method in class org.apereo.cas.util.jpa.ZonedDateTimeConverter
 
convertToEntityAttribute(Date) - Method in class org.apereo.cas.util.jpa.ZonedDateTimeConverter
 
convertToPac4jCredentials(BasicIdentifiableCredential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
 
convertToPac4jCredentials(I) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
Convert a CAS credential into a pac4j credentials to play the authentication.
convertToPac4jCredentials(UsernamePasswordCredential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
convertToTreeSet() - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
Stuff services to tree set.
convertValueToCollection(Object) - Static method in class org.apereo.cas.util.CollectionUtils
Convert the object given into a Collection instead.
CookieProperties - Class in org.apereo.cas.configuration.model.support.cookie
Common properties for all cookie configs.
CookieProperties() - Constructor for class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
CookieRetrievingCookieGenerator - Class in org.apereo.cas.web.support
Extends CookieGenerator to allow you to retrieve a value from a request.
CookieRetrievingCookieGenerator() - Constructor for class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
Instantiates a new cookie retrieving cookie generator with a default cipher of NoOpCookieValueManager.
CookieRetrievingCookieGenerator(CookieValueManager) - Constructor for class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
Instantiates a new Cookie retrieving cookie generator.
CookieValueManager - Interface in org.apereo.cas.web.support
The CookieValueManager is responsible for managing all cookies and their value structure for CAS.
copyFrom(RegisteredService) - Method in class org.apereo.cas.services.AbstractRegisteredService
Copies the properties of the source service into this instance.
copyFrom(RegisteredService) - Method in class org.apereo.cas.services.OidcRegisteredService
 
copyFrom(RegisteredService) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
copyFrom(RegisteredService) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
CoreSamlConfiguration - Class in org.apereo.cas.config
CoreSamlConfiguration() - Constructor for class org.apereo.cas.config.CoreSamlConfiguration
 
CouchbaseClientFactory - Class in org.apereo.cas.couchbase.core
A factory class which produces a client for a particular Couchbase bucket.
CouchbaseClientFactory() - Constructor for class org.apereo.cas.couchbase.core.CouchbaseClientFactory
Instantiates a new Couchbase client factory.
CouchbaseServiceRegistryConfiguration - Class in org.apereo.cas.config
CouchbaseServiceRegistryConfiguration() - Constructor for class org.apereo.cas.config.CouchbaseServiceRegistryConfiguration
 
CouchbaseServiceRegistryDao - Class in org.apereo.cas.services
CouchbaseServiceRegistryDao(StringSerializer<RegisteredService>) - Constructor for class org.apereo.cas.services.CouchbaseServiceRegistryDao
Default constructor.
CouchbaseServiceRegistryDao() - Constructor for class org.apereo.cas.services.CouchbaseServiceRegistryDao
Default constructor.
CouchbaseServiceRegistryProperties - Class in org.apereo.cas.configuration.model.support.couchbase.ticketregistry
CouchbaseServiceRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
CouchbaseTicketRegistry - Class in org.apereo.cas.ticket.registry
A Ticket Registry storage backend which uses the memcached protocol.
CouchbaseTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
Default constructor.
CouchbaseTicketRegistryCleaner() - Constructor for class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration.CouchbaseTicketRegistryCleaner
 
CouchbaseTicketRegistryConfiguration - Class in org.apereo.cas.config
CouchbaseTicketRegistryConfiguration() - Constructor for class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration
 
CouchbaseTicketRegistryConfiguration.CouchbaseTicketRegistryCleaner - Class in org.apereo.cas.config
The type Couchbase ticket registry cleaner.
CouchbaseTicketRegistryProperties - Class in org.apereo.cas.configuration.model.support.couchbase.ticketregistry
CouchbaseTicketRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
create(LogoutRequest) - Method in interface org.apereo.cas.logout.LogoutMessageCreator
Builds the logout message to be sent.
create(LogoutRequest) - Method in class org.apereo.cas.logout.SamlCompliantLogoutMessageCreator
 
create(Service, Authentication) - Method in interface org.apereo.cas.ticket.accesstoken.AccessTokenFactory
Create an access token.
create(Service, Authentication) - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
create(Service, Authentication) - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
 
create(Service, Authentication) - Method in interface org.apereo.cas.ticket.code.OAuthCodeFactory
Create an OAuth code.
create(ServiceTicket, Authentication) - Method in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
 
create(ProxyGrantingTicket, Service) - Method in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
create(TicketGrantingTicket, Service, boolean) - Method in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
create(Authentication) - Method in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
 
create(ServiceTicket, Authentication) - Method in interface org.apereo.cas.ticket.proxy.ProxyGrantingTicketFactory
Create the ticket object.
create(ProxyGrantingTicket, Service) - Method in interface org.apereo.cas.ticket.proxy.ProxyTicketFactory
Create the ticket object.
create(Service, Authentication) - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
create(Service, Authentication) - Method in interface org.apereo.cas.ticket.refreshtoken.RefreshTokenFactory
Create a refresh token.
create(TicketGrantingTicket, Service, boolean) - Method in interface org.apereo.cas.ticket.ServiceTicketFactory
Create the ticket object.
create(Authentication) - Method in interface org.apereo.cas.ticket.TicketGrantingTicketFactory
Create the ticket object.
createActionState(Flow, String, Action...) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createActionState(Flow, String, Action...) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create action state action state.
createAuthenticatedSubjectResult(Credential, Subject) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
Create authenticated subject result.
createAuthenticateHeader(String, String, String) - Static method in class org.apereo.cas.digest.util.DigestAuthenticationUtils
Create authenticate header, containing the realm, nonce, opaque, etc.
createAuthentication(UserProfile, RegisteredService, J2EContext) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
Create an authentication from a user profile.
createCnonce() - Static method in class org.apereo.cas.digest.util.DigestAuthenticationUtils
Create cnonce string.
createConnection(ConnectionFactory) - Static method in class org.apereo.cas.util.LdapUtils
Gets connection from the factory.
createConnection() - Method in class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
Create and open a connection to ldap via the given config and provider.
createCredentialFromToken(Assertion) - Method in class org.apereo.cas.support.wsfederation.WsFederationHelper
createCredentialFromToken converts a SAML 1.1 assertion to a WSFederationCredential.
createDecisionState(Flow, String, String, String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createDecisionState(Flow, String, String, String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create decision state decision state.
createDefaultActionStates(Flow) - Method in class org.apereo.cas.web.flow.DefaultWebflowConfigurer
Create default action states.
createDefaultDecisionStates(Flow) - Method in class org.apereo.cas.web.flow.DefaultWebflowConfigurer
Create default decision states.
createDefaultEndStates(Flow) - Method in class org.apereo.cas.web.flow.DefaultWebflowConfigurer
Create default global exception handlers.
createDefaultGlobalExceptionHandlers(Flow) - Method in class org.apereo.cas.web.flow.DefaultWebflowConfigurer
Create default global exception handlers.
createEndState(Flow, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEndState(Flow, String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEndState(Flow, String, Expression) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEndState(Flow, String, String, boolean) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEndState(Flow, String, ViewFactory) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEndState(Flow, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create end state.
createEndState(Flow, String, String, boolean) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create end state with option to handle an external redirect.
createEndState(Flow, String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create end state.
createEndState(Flow, String, Expression) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create end state.
createEndState(Flow, String, ViewFactory) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create end state.
createEvaluateAction(String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createEvaluateAction(String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create evaluate action evaluate action.
createExpression(String, Class) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create expression expression.
createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 
createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 
createFlowVariable(Flow, String, Class) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create flow variable flow variable.
createFormData() - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
createFormData() - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceFactory
Create a RegisteredServiceEditBean.FormData bean with configuration for the edit service form.
createFrontChannelLogoutMessage(LogoutRequest) - Method in interface org.apereo.cas.logout.LogoutManager
Create a logout message for front channel logout.
createFrontChannelLogoutMessage(LogoutRequest) - Method in class org.apereo.cas.logout.LogoutManagerImpl
Create a logout message for front channel logout.
createGoogleAppsPrivateKey() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
Create the private key.
createGoogleAppsPublicKey() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
Create the public key.
createHandlerResult(Credential, Principal, List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Helper method to construct a handler result on successful authentication events.
createHeaders(UsernamePasswordCredential) - Static method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
Create authorization http headers.
createInstance() - Method in interface org.apereo.cas.services.RegisteredServicePublicKey
Create instance.
createInstance() - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
createInstance() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
createInstance() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
createMapperToSubflowState(List<DefaultMapping>) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create mapper to subflow state.
createMappingToSubflowState(String, String, boolean, Class) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create mapping to subflow state.
createNonce() - Static method in class org.apereo.cas.digest.util.DigestAuthenticationUtils
Create nonce string.
createOpaque(String, String) - Static method in class org.apereo.cas.digest.util.DigestAuthenticationUtils
Create opaque.
createPattern(String) - Static method in class org.apereo.cas.util.RegexUtils
Creates the pattern.
createPolicy(ServiceContext) - Method in class org.apereo.cas.authentication.AcceptAnyAuthenticationPolicyFactory
 
createPolicy(T) - Method in interface org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory
Creates a contextual (presumably stateful) authentication policy based on provided context data.
createPolicy(ServiceContext) - Method in class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicyFactory
 
createPrincipal(String, LdapEntry) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Creates a CAS principal with attributes if the LDAP entry contains principal attributes.
createPrincipal(String) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
createPrincipal(String, Map<String, Object>) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
createPrincipal(String) - Method in interface org.apereo.cas.authentication.principal.PrincipalFactory
Create principal.
createPrincipal(String, Map<String, Object>) - Method in interface org.apereo.cas.authentication.principal.PrincipalFactory
Create principal along with its attributes.
createProxyGrantingTicket(String, AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Delegate a TicketGrantingTicket to a Service for proxying authentication to other Services.
createProxyGrantingTicket(String, AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
createRegisteredService(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
createRegisteredService(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceFactory
Create a RegisteredService object from the provided RegisteredServiceEditBean.ServiceData data bean.
createResult(ClientCredential, UserProfile) - Method in class org.apereo.cas.authentication.handler.support.AbstractPac4jAuthenticationHandler
Build the handler result.
createService(String, Class<? extends Service>) - Method in class org.apereo.cas.authentication.principal.AbstractServiceFactory
 
createService(HttpServletRequest, Class<? extends Service>) - Method in class org.apereo.cas.authentication.principal.AbstractServiceFactory
 
createService(HttpServletRequest) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
Create service object based on the parameters of the request.
createService(String) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
Create service based on an identifier.
createService(String, Class<? extends Service>) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
Create the service object based on an identifier.
createService(HttpServletRequest, Class<? extends Service>) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
Create service based on the given parameters provided by the http request.
createService(HttpServletRequest) - Method in class org.apereo.cas.authentication.principal.WebApplicationServiceFactory
 
createService(String) - Method in class org.apereo.cas.authentication.principal.WebApplicationServiceFactory
 
createService(RegisteredService) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
Create an OAuth service from a registered service.
createService(HttpServletRequest) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceFactory
 
createService(String) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceFactory
 
createService(RegisteredServiceResource.ServiceDataHolder, String) - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
Create new service.
createService(HttpServletRequest) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
createService(String) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
createService(HttpServletRequest) - Method in class org.apereo.cas.support.saml.authentication.principal.SamlServiceFactory
 
createService(String) - Method in class org.apereo.cas.support.saml.authentication.principal.SamlServiceFactory
 
createService(Kryo, Input, String, String, String) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.AbstractWebApplicationServiceSerializer
Creates the service.
createService(Kryo, Input, String, String, String) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.GoogleAccountsServiceSerializer
 
createService(Kryo, Input, String, String, String) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.SamlServiceSerializer
 
createServiceData(RegisteredService) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
createServiceData(RegisteredService) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceFactory
Create a RegisteredServiceEditBean.ServiceData bean from the provided RegisteredService.
createServiceTicket(MultiValueMap<String, String>, String) - Method in class org.apereo.cas.support.rest.TicketsResource
Create new service ticket.
createServiceViewBean(RegisteredService) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
createServiceViewBean(RegisteredService) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceFactory
Create a RegisteredServiceViewBean bean from the provided RegisteredService.
createStateBinderConfiguration(List<String>) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create state model bindings.
createStateDefaultTransition(TransitionableState, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Add a default transition to a given state.
createStateModelBinding(TransitionableState, String, Class) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create state model binding.
createSubflowAttributeMapper(Mapper, Mapper) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Create subflow attribute mapper.
createSubflowState(Flow, String, String, Action) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createSubflowState(Flow, String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createSubflowState(Flow, String, String, Action) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create subflow state subflow state.
createSubflowState(Flow, String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create subflow state subflow state.
createTicketGrantingTicket(AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Create a TicketGrantingTicket by authenticating credentials.
createTicketGrantingTicket(AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
createTicketGrantingTicket(MultiValueMap<String, String>, HttpServletRequest) - Method in class org.apereo.cas.support.rest.TicketsResource
Create new ticket granting ticket.
createToken(String) - Method in class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
createToken(String) - Method in interface org.apereo.cas.pm.PasswordManagementService
Create token string.
createTransition(String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createTransition(String, TransitionableState) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createTransition(Expression, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createTransition(String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createTransition(String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create transition transition.
createTransition(String, TransitionableState) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create transition transition.
createTransition(Expression, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create transition transition.
createTransition(String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create transition transition.
createTransitionForState(TransitionableState, String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Add transition to action state.
createViewState(Flow, String, Expression, BinderConfiguration) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createViewState(Flow, String, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createViewState(Flow, String, String, BinderConfiguration) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
createViewState(Flow, String, Expression, BinderConfiguration) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create view state view state.
createViewState(Flow, String, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create view state view state.
createViewState(Flow, String, String, BinderConfiguration) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Create view state view state.
Credential - Interface in org.apereo.cas.authentication
Describes an authentication credential.
CredentialFactory - Interface in org.apereo.cas.support.rest
Strategy interface for enabling plug-in point for constructing Credential instances from HTTP request body.
CredentialMetaData - Interface in org.apereo.cas.authentication
Describes a credential provided for authentication.
CredentialsAsFirstParameterResourceResolver - Class in org.apereo.cas.audit.spi
Converts the Credential object into a String resource identifier.
CredentialsAsFirstParameterResourceResolver() - Constructor for class org.apereo.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
credentialsValidator() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
CRL_REASON_OID - Static variable in exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
OID for reasonCode CRL extension.
CRLDistributionPointRevocationChecker - Class in org.apereo.cas.adaptors.x509.authentication.revocation.checker
Performs CRL-based revocation checking by consulting resources defined in the CRLDistributionPoints extension field on the certificate.
CRLDistributionPointRevocationChecker() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Used for serialization and auto wiring.
CRLDistributionPointRevocationChecker(Cache) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Creates a new instance that uses the given cache instance for CRL caching.
CRLDistributionPointRevocationChecker(Cache, boolean) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Creates a new instance that uses the given cache instance for CRL caching.
CRLDistributionPointRevocationChecker(Cache, CRLFetcher) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Instantiates a new CRL distribution point revocation checker.
crlDistributionPointRevocationChecker() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
CRLFetcher - Interface in org.apereo.cas.adaptors.x509.authentication
Defines operations needed to a fetch a CRL.
CryptographyProperties - Class in org.apereo.cas.configuration.model.core.util
Common properties for all cryptography related configs.
CryptographyProperties() - Constructor for class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
CryptographyProperties.Encryption - Class in org.apereo.cas.configuration.model.core.util
Encryption.
CryptographyProperties.Signing - Class in org.apereo.cas.configuration.model.core.util
Signing.
CurrentCredentialsAndAuthentication - Class in org.apereo.cas.authentication
ThreadLocal based holder for current set of credentials and/or authentication object for any current CAS authentication transaction.
CurrentCredentialsAndAuthentication() - Constructor for class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
 
currentCredentialsAndAuthenticationClearingFilter() - Method in class org.apereo.cas.config.CasFiltersConfiguration
Current credentials and authentication clearing filter.
CurrentCredentialsAndAuthenticationClearingFilter - Class in org.apereo.cas.web.support
Servlet Filter for clearing thread local state of current credentials and authentication at the end of request/response processing cycle.
CurrentCredentialsAndAuthenticationClearingFilter() - Constructor for class org.apereo.cas.web.support.CurrentCredentialsAndAuthenticationClearingFilter
 
CustomBeanValidationPostProcessor - Class in org.apereo.cas.util
Provides a custom TraversableResolver that should work in JPA2 environments without the JPA2 restrictions (i.e.
CustomBeanValidationPostProcessor() - Constructor for class org.apereo.cas.util.CustomBeanValidationPostProcessor
Instantiates a new custom bean validation post processor.
customConversions() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
 

D

dashboardController() - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
DashboardController - Class in org.apereo.cas.web.report
DashboardController() - Constructor for class org.apereo.cas.web.report.DashboardController
 
Database() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth.Jpa.Database
 
DatabaseProperties - Class in org.apereo.cas.configuration.model.support.jpa
Configuration properties class for database.
DatabaseProperties() - Constructor for class org.apereo.cas.configuration.model.support.jpa.DatabaseProperties
 
dataSourceEvent() - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
dataSourceEvent() - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
dataSourceMfaTrustedAuthn() - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
dataSourceMonitor(ExecutorService) - Method in class org.apereo.cas.monitor.config.CasJdbcMonitorConfiguration
 
dataSourceService() - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
dataSourceTicket() - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
Data source ticket combo pooled data source.
dateOf(ZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
dateOf(Instant) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
dateTimeOf(Instant) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
dateTimeOf(ZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
DateTimeUtils - Class in org.apereo.cas.util
 
decideAttributeReleaseBasedOnServiceAttributePolicy(Map<String, Object>, String, String, RegisteredService, boolean) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Decide attribute release based on service attribute policy.
decideIfCredentialPasswordShouldBeReleasedAsAttribute(Map<String, Object>, Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Decide if credential password should be released as attribute.
decideIfProxyGrantingTicketShouldBeReleasedAsAttribute(Map<String, Object>, Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Decide if PGT should be released as attribute.
DECISION_STATE_REQUIRE_REGISTRATION - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The decision state 'checkRegistrationRequired'.
decode(T) - Method in interface org.apereo.cas.CipherExecutor
Decode the value.
decode(CachedData) - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
 
decode(String) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
decode(byte[]) - Method in class org.apereo.cas.util.cipher.BinaryCipherExecutor
 
decode(String) - Method in class org.apereo.cas.util.cipher.NoOpCipherExecutor
 
decodeAndSerializeObject(byte[], CipherExecutor, Class<? extends Serializable>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Decode and serialize object.
decodeAttributes(Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlAttributeEncoder
Decode attributes map.
decodeBase64(String) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as byte[].
decodeBase64(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-decode the given string as byte[].
decodeByteArrayToString(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Decode the byte[] in base64 to a string.
decodeRequest(HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder, Class<? extends SignableSAMLObject>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Decode authentication request saml object.
decodeSamlAuthnRequest(String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Decode authn request xml.
decodeTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Decode ticket.
decodeTickets(Collection<Ticket>) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Decode tickets.
decrement() - Method in class org.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
This class relies on an external configuration to clean it up.
decrement() - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
Decrement the the throttle so authentication can resume.
DEFAULT_ELEMENT_LOCAL_NAME_FIELD - Static variable in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
The constant DEFAULT_ELEMENT_LOCAL_NAME_FIELD.
DEFAULT_ELEMENT_NAME_FIELD - Static variable in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
The constant DEFAULT_ELEMENT_NAME_FIELD.
DEFAULT_FLOW_EXECUTION_KEY_PARAMETER - Static variable in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Default flow execution key parameter name, "execution".
DEFAULT_LOCK_TIMEOUT - Static variable in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
Default lock timeout is 1 hour.
DEFAULT_MAX_RANDOM_LENGTH - Static variable in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
The default maximum length.
DEFAULT_PORT_ACCOUNTING - Static variable in interface org.apereo.cas.adaptors.radius.RadiusServer
The default port for accounting.
DEFAULT_PORT_AUTHENTICATION - Static variable in interface org.apereo.cas.adaptors.radius.RadiusServer
The default port for authentication.
DEFAULT_RETRY_COUNT - Static variable in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Default retry count, 3.
DEFAULT_ROLE_PREFIX - Static variable in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
Default role prefix.
DefaultAcceptableUsagePolicyRepository - Class in org.apereo.cas.web.flow
DefaultAcceptableUsagePolicyRepository() - Constructor for class org.apereo.cas.web.flow.DefaultAcceptableUsagePolicyRepository
 
defaultAccessStrategyMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultAccessStrategyMapper - Class in org.apereo.cas.mgmt.services.web.factory
Default mapper for converting RegisteredServiceAccessStrategy to/from RegisteredServiceEditBean.ServiceData.
DefaultAccessStrategyMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultAccessStrategyMapper
 
defaultAccessTokenFactory() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
DefaultAccessTokenFactory - Class in org.apereo.cas.ticket.accesstoken
Default OAuth access token factory.
DefaultAccessTokenFactory() - Constructor for class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
DefaultAccountStateHandler - Class in org.apereo.cas.authentication.support
Default account state handler.
DefaultAccountStateHandler() - Constructor for class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Instantiates a new account state handler, that populates the error map with LDAP error codes and corresponding exceptions.
DefaultAdaptiveAuthenticationPolicy - Class in org.apereo.cas.authentication.adaptive
DefaultAdaptiveAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
defaultArgumentExtractor() - Method in class org.apereo.cas.config.CasCoreWebConfiguration
 
DefaultArgumentExtractor - Class in org.apereo.cas.web.support
The default argument extractor is responsible for creating service objects based on requests.
DefaultArgumentExtractor() - Constructor for class org.apereo.cas.web.support.DefaultArgumentExtractor
Default extractor.
DefaultArgumentExtractor(ServiceFactory<? extends WebApplicationService>) - Constructor for class org.apereo.cas.web.support.DefaultArgumentExtractor
Instantiates a new argument extractor.
DefaultArgumentExtractor(List<ServiceFactory<? extends WebApplicationService>>) - Constructor for class org.apereo.cas.web.support.DefaultArgumentExtractor
Instantiates a new argument extractor.
defaultAttributeFilterMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultAttributeFilterMapper - Class in org.apereo.cas.mgmt.services.web.factory
DefaultAttributeFilterMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeFilterMapper
 
defaultAttributeReleasePolicyMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultAttributeReleasePolicyMapper - Class in org.apereo.cas.mgmt.services.web.factory
Default mapper for converting RegisteredServiceAttributeReleasePolicy to/from RegisteredServiceEditBean.ServiceData.
DefaultAttributeReleasePolicyMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
DefaultAttributeReleasePolicyMapper(AttributeFilterMapper, PrincipalAttributesRepositoryMapper) - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
DefaultAuthentication - Class in org.apereo.cas.authentication
Immutable authentication event whose attributes may not change after creation.
DefaultAuthentication(ZonedDateTime, Principal, Map<String, Object>, Map<String, HandlerResult>) - Constructor for class org.apereo.cas.authentication.DefaultAuthentication
Creates a new instance with the given data.
DefaultAuthentication(ZonedDateTime, List<CredentialMetaData>, Principal, Map<String, Object>, Map<String, HandlerResult>, Map<String, Class<? extends Exception>>) - Constructor for class org.apereo.cas.authentication.DefaultAuthentication
Creates a new instance with the given data.
DefaultAuthenticationBuilder - Class in org.apereo.cas.authentication
Constructs immutable Authentication objects using the builder pattern.
DefaultAuthenticationBuilder() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new instance using the current date for the authentication date.
DefaultAuthenticationBuilder(Principal) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new instance using the current date for the authentication date and the given principal for the authenticated principal.
DefaultAuthenticationResult - Class in org.apereo.cas.authentication
The DefaultAuthenticationResult represents a concrete implementation of AuthenticationResult.
DefaultAuthenticationResult(Authentication, Service) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResult
Instantiates a new Default authentication result.
DefaultAuthenticationResult(Authentication) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResult
Instantiates a new Default authentication result.
DefaultAuthenticationResultBuilder - Class in org.apereo.cas.authentication
DefaultAuthenticationResultBuilder(PrincipalElectionStrategy) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
Instantiates a new default authentication result builder.
DefaultAuthenticationSystemSupport - Class in org.apereo.cas.authentication
DefaultAuthenticationSystemSupport() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
DefaultAuthenticationSystemSupport(AuthenticationTransactionManager, PrincipalElectionStrategy) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
defaultAuthenticationSystemSupport(HttpClient) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
DefaultAuthenticationTransactionManager - Class in org.apereo.cas.authentication
DefaultAuthenticationTransactionManager() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
DefaultAuthenticationTransactionManager(AuthenticationManager) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
defaultAuthenticationTransactionManager(HttpClient) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
defaultAuthnContextClassRefBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
DefaultAuthnContextClassRefBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
DefaultAuthnContextClassRefBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.DefaultAuthnContextClassRefBuilder
 
DefaultCasAttributeEncoder - Class in org.apereo.cas.authentication.support
The default implementation of the attribute encoder that will use a per-service key-pair to encrypt the credential password and PGT when available.
DefaultCasAttributeEncoder() - Constructor for class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Instantiates a new Default cas attribute encoder.
DefaultCasAttributeEncoder(ServicesManager) - Constructor for class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Instantiates a new Default cas attribute encoder.
DefaultCasAttributeEncoder(ServicesManager, RegisteredServiceCipherExecutor) - Constructor for class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Instantiates a new Default cas attribute encoder.
DefaultCasCookieValueManager - Class in org.apereo.cas.web.support
The DefaultCasCookieValueManager is responsible creating the CAS SSO cookie and encrypting and signing its value.
DefaultCasCookieValueManager(CipherExecutor) - Constructor for class org.apereo.cas.web.support.DefaultCasCookieValueManager
Instantiates a new Cas cookie value manager.
defaultCasEventListener(CasEventRepository) - Method in class org.apereo.cas.support.events.config.CasCoreEventsConfiguration
 
DefaultCasEventListener - Class in org.apereo.cas.support.events.listener
This is DefaultCasEventListener that attempts to consume CAS events upon various authentication events.
DefaultCasEventListener() - Constructor for class org.apereo.cas.support.events.listener.DefaultCasEventListener
 
defaultCookieValueManager() - Method in class org.apereo.cas.web.config.CasCookieConfiguration
 
DefaultCredentialFactory - Class in org.apereo.cas.support.rest
DefaultCredentialFactory() - Constructor for class org.apereo.cas.support.rest.DefaultCredentialFactory
 
DefaultDelegatingAuditTrailManager - Class in org.apereo.cas.audit.spi
DefaultDelegatingAuditTrailManager(AuditTrailManager) - Constructor for class org.apereo.cas.audit.spi.DefaultDelegatingAuditTrailManager
 
defaultDigestCredentialRetriever() - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
DefaultDigestHashedCredentialRetriever - Class in org.apereo.cas.digest
DefaultDigestHashedCredentialRetriever() - Constructor for class org.apereo.cas.digest.DefaultDigestHashedCredentialRetriever
 
DefaultHandlerResult - Class in org.apereo.cas.authentication
Contains information about a successful authentication produced by an AuthenticationHandler.
DefaultHandlerResult(AuthenticationHandler, CredentialMetaData) - Constructor for class org.apereo.cas.authentication.DefaultHandlerResult
Instantiates a new handler result.
DefaultHandlerResult(AuthenticationHandler, CredentialMetaData, Principal) - Constructor for class org.apereo.cas.authentication.DefaultHandlerResult
Instantiates a new handler result.
DefaultHandlerResult(AuthenticationHandler, CredentialMetaData, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultHandlerResult
Instantiates a new handler result.
DefaultHandlerResult(AuthenticationHandler, CredentialMetaData, Principal, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultHandlerResult
Instantiates a new handler result.
DefaultHandlerResult(String, CredentialMetaData, Principal, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultHandlerResult
Instantiates a new Default handler result.
DefaultHttpClient() - Constructor for class org.apereo.cas.util.http.SimpleHttpClientFactoryBean.DefaultHttpClient
 
DefaultLdapRegisteredServiceMapper - Class in org.apereo.cas.adaptors.ldap.services
Default implementation of LdapRegisteredServiceMapper that is able to map ldap entries to RegisteredService instances based on certain attributes names.
DefaultLdapRegisteredServiceMapper() - Constructor for class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
DefaultLogoutRequest - Class in org.apereo.cas.logout
Define a logout request for a service accessed by a user.
DefaultLogoutRequest(String, SingleLogoutService, URL) - Constructor for class org.apereo.cas.logout.DefaultLogoutRequest
Build a logout request from ticket identifier and service.
DefaultLongNumericGenerator - Class in org.apereo.cas.util.gen
The default numeric generator for generating long values.
DefaultLongNumericGenerator() - Constructor for class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Instantiates a new default long numeric generator.
DefaultLongNumericGenerator(long) - Constructor for class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Instantiates a new default long numeric generator.
DefaultMessageDescriptor - Class in org.apereo.cas
Simple parameterized message descriptor with a code that refers to a message bundle key and a default message string to use if no message code can be resolved.
DefaultMessageDescriptor(String) - Constructor for class org.apereo.cas.DefaultMessageDescriptor
Instantiates a new message.
DefaultMessageDescriptor(String, String, Serializable...) - Constructor for class org.apereo.cas.DefaultMessageDescriptor
Instantiates a new message.
DefaultMultifactorAuthenticationMapper - Class in org.apereo.cas.mgmt.services.web.factory
DefaultMultifactorAuthenticationMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultMultifactorAuthenticationMapper
 
DefaultMultifactorAuthenticationProviderBypass - Class in org.apereo.cas.services
DefaultMultifactorAuthenticationProviderBypass(MultifactorAuthenticationProperties.BaseProvider.Bypass) - Constructor for class org.apereo.cas.services.DefaultMultifactorAuthenticationProviderBypass
 
DefaultMultifactorTriggerSelectionStrategy - Class in org.apereo.cas.authentication
Default MFA Trigger selection strategy.
DefaultMultifactorTriggerSelectionStrategy() - Constructor for class org.apereo.cas.authentication.DefaultMultifactorTriggerSelectionStrategy
 
defaultMultifactorTriggerSelectionStrategy() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
defaultOAuthCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
DefaultOAuthCasClientRedirectActionBuilder - Class in org.apereo.cas.support.oauth
DefaultOAuthCasClientRedirectActionBuilder() - Constructor for class org.apereo.cas.support.oauth.DefaultOAuthCasClientRedirectActionBuilder
 
defaultOAuthCodeFactory() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
DefaultOAuthCodeFactory - Class in org.apereo.cas.ticket.code
Default OAuth code factory.
DefaultOAuthCodeFactory() - Constructor for class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
 
defaultOpenIdUserNameExtractor() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
DefaultOpenIdUserNameExtractor - Class in org.apereo.cas.support.openid.web.support
Extracts a local Id from an openid.identity.
DefaultOpenIdUserNameExtractor() - Constructor for class org.apereo.cas.support.openid.web.support.DefaultOpenIdUserNameExtractor
 
DefaultPasswordEncoder - Class in org.apereo.cas.configuration.support
DefaultPrincipalAttributesRepository - Class in org.apereo.cas.authentication.principal
Default implementation of PrincipalAttributesRepository that just returns the attributes as it receives them.
DefaultPrincipalAttributesRepository() - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
defaultPrincipalAttributesRepositoryMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultPrincipalAttributesRepositoryMapper - Class in org.apereo.cas.mgmt.services.web.factory
Default mapper for converting PrincipalAttributesRepository to/from RegisteredServiceEditBean.ServiceData.
DefaultPrincipalAttributesRepositoryMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultPrincipalAttributesRepositoryMapper
 
DefaultPrincipalElectionStrategy - Class in org.apereo.cas.authentication
This is DefaultPrincipalElectionStrategy that selects the primary principal to be the first principal in the chain of authentication history.
DefaultPrincipalElectionStrategy() - Constructor for class org.apereo.cas.authentication.DefaultPrincipalElectionStrategy
 
defaultPrincipalElectionStrategy() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
DefaultPrincipalFactory - Class in org.apereo.cas.authentication.principal
Factory to create SimplePrincipal objects.
DefaultPrincipalFactory() - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
defaultProxyGrantingTicketFactory() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultProxyGrantingTicketFactory - Class in org.apereo.cas.ticket
The DefaultTicketGrantingTicketFactory is responsible for creating ProxyGrantingTicket objects.
DefaultProxyGrantingTicketFactory() - Constructor for class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
 
defaultProxyPolicyMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultProxyPolicyMapper - Class in org.apereo.cas.mgmt.services.web.factory
Default mapper for converting RegisteredServiceProxyPolicy to/from RegisteredServiceEditBean.ServiceData.
DefaultProxyPolicyMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultProxyPolicyMapper
 
defaultProxyTicketFactory() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultProxyTicketFactory - Class in org.apereo.cas.ticket
The DefaultProxyTicketFactory is responsible for creating ProxyTicket objects.
DefaultProxyTicketFactory() - Constructor for class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
DefaultRandomStringGenerator - Class in org.apereo.cas.util.gen
Implementation of the RandomStringGenerator that allows you to define the length of the random part.
DefaultRandomStringGenerator() - Constructor for class org.apereo.cas.util.gen.DefaultRandomStringGenerator
Instantiates a new default random string generator with length set to DefaultRandomStringGenerator.DEFAULT_MAX_RANDOM_LENGTH.
DefaultRandomStringGenerator(int) - Constructor for class org.apereo.cas.util.gen.DefaultRandomStringGenerator
Instantiates a new default random string generator.
defaultRefreshTokenFactory() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
DefaultRefreshTokenFactory - Class in org.apereo.cas.ticket.refreshtoken
Default OAuth refresh token factory.
DefaultRefreshTokenFactory() - Constructor for class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
DefaultRegisteredServiceAccessStrategy - Class in org.apereo.cas.services
This is DefaultRegisteredServiceAccessStrategy that allows the following rules: A service may be disallowed to use CAS for authentication A service may be disallowed to take part in CAS single sign-on such that presentation of credentials would always be required. A service may be prohibited from receiving a service ticket if the existing principal attributes don't contain the required attributes that otherwise grant access to the service.
DefaultRegisteredServiceAccessStrategy() - Constructor for class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Instantiates a new Default registered service authorization strategy.
DefaultRegisteredServiceAccessStrategy(boolean, boolean) - Constructor for class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Instantiates a new Default registered service authorization strategy.
DefaultRegisteredServiceCipherExecutor - Class in org.apereo.cas.util.services
Default cipher implementation based on public keys.
DefaultRegisteredServiceCipherExecutor() - Constructor for class org.apereo.cas.util.services.DefaultRegisteredServiceCipherExecutor
 
DefaultRegisteredServiceFactory - Class in org.apereo.cas.mgmt.services.web.factory
Default implmentation of RegisteredServiceFactory.
DefaultRegisteredServiceFactory() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
defaultRegisteredServiceMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
DefaultRegisteredServiceMapper - Class in org.apereo.cas.mgmt.services.web.factory
Default mapper for converting RegisteredService to/from RegisteredServiceEditBean.ServiceData.
DefaultRegisteredServiceMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceMapper
 
DefaultRegisteredServiceMultifactorPolicy - Class in org.apereo.cas.services
DefaultRegisteredServiceMultifactorPolicy() - Constructor for class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
Instantiates a new Default registered service authentication policy.
DefaultRegisteredServiceProperty - Class in org.apereo.cas.services
The DefaultRegisteredServiceProperty represents a single property associated with a registered service.
DefaultRegisteredServiceProperty() - Constructor for class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
DefaultRegisteredServiceUsernameProvider - Class in org.apereo.cas.services
Resolves the username for the service to be the default principal id.
DefaultRegisteredServiceUsernameProvider() - Constructor for class org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider
 
DefaultResponse - Class in org.apereo.cas.authentication.principal
Encapsulates a Response to send back for a particular service.
DefaultResponse(Response.ResponseType, String, Map<String, String>) - Constructor for class org.apereo.cas.authentication.principal.DefaultResponse
Instantiates a new response.
defaultSamlRegisteredServiceCachingMetadataResolver() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
DefaultSamlRegisteredServiceCachingMetadataResolver - Class in org.apereo.cas.support.saml.services.idp.metadata.cache
An adaptation of metadata resolver which handles the resolution of metadata resources inside a Guava cache.
DefaultSamlRegisteredServiceCachingMetadataResolver() - Constructor for class org.apereo.cas.support.saml.services.idp.metadata.cache.DefaultSamlRegisteredServiceCachingMetadataResolver
Instantiates a new Saml registered service caching metadata resolver.
DefaultServicesManagerImpl - Class in org.apereo.cas.services
Default implementation of the ServicesManager interface.
DefaultServicesManagerImpl() - Constructor for class org.apereo.cas.services.DefaultServicesManagerImpl
 
DefaultServicesManagerImpl(ServiceRegistryDao) - Constructor for class org.apereo.cas.services.DefaultServicesManagerImpl
Instantiates a new default services manager impl.
defaultServiceTicketFactory() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultServiceTicketFactory - Class in org.apereo.cas.ticket
The DefaultServiceTicketFactory is responsible for creating ServiceTicket objects.
DefaultServiceTicketFactory() - Constructor for class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
defaultServiceTicketIdGenerator - Variable in class org.apereo.cas.ticket.DefaultServiceTicketFactory
Default instance for the ticket id generator.
defaultSingleLogoutServiceLogoutUrlBuilder() - Method in class org.apereo.cas.logout.config.CasCoreLogoutConfiguration
 
DefaultSingleLogoutServiceLogoutUrlBuilder - Class in org.apereo.cas.logout
This is DefaultSingleLogoutServiceLogoutUrlBuilder which acts on a registered service to determine how the logout url endpoint should be decided.
DefaultSingleLogoutServiceLogoutUrlBuilder() - Constructor for class org.apereo.cas.logout.DefaultSingleLogoutServiceLogoutUrlBuilder
 
defaultSingleLogoutServiceMessageHandler() - Method in class org.apereo.cas.logout.config.CasCoreLogoutConfiguration
 
DefaultSingleLogoutServiceMessageHandler - Class in org.apereo.cas.logout
This is DefaultSingleLogoutServiceMessageHandler which handles the processing of logout messages to logout endpoints processed by the logout manager.
DefaultSingleLogoutServiceMessageHandler() - Constructor for class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
Instantiates a new Single logout service message handler.
DefaultTicketCipherExecutor - Class in org.apereo.cas.util.cipher
This is DefaultTicketCipherExecutor that handles the encryption and signing of tickets during replication.
DefaultTicketCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.DefaultTicketCipherExecutor
 
defaultTicketFactory() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultTicketFactory - Class in org.apereo.cas.ticket
The DefaultTicketFactory is responsible for creating ticket factory objects.
DefaultTicketFactory() - Constructor for class org.apereo.cas.ticket.DefaultTicketFactory
 
defaultTicketGrantingTicketFactory() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultTicketGrantingTicketFactory - Class in org.apereo.cas.ticket
The DefaultTicketGrantingTicketFactory is responsible for creating TicketGrantingTicket objects.
DefaultTicketGrantingTicketFactory() - Constructor for class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
 
defaultTicketIdGenerator - Variable in class org.apereo.cas.ticket.DefaultProxyTicketFactory
Default instance for the ticket id generator.
DefaultTicketRegistry - Class in org.apereo.cas.ticket.registry
Implementation of the TicketRegistry that is backed by a ConcurrentHashMap.
DefaultTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.DefaultTicketRegistry
Instantiates a new default ticket registry.
DefaultTicketRegistry(int, float, int) - Constructor for class org.apereo.cas.ticket.registry.DefaultTicketRegistry
Creates a new, empty registry with the specified initial capacity, load factor, and concurrency level.
DefaultTicketRegistryCleaner - Class in org.apereo.cas.ticket.registry
DefaultTicketRegistryCleaner() - Constructor for class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
 
defaultTicketRegistrySupport() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
DefaultTicketRegistrySupport - Class in org.apereo.cas.ticket.registry
DefaultTicketRegistrySupport() - Constructor for class org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport
Instantiates a new Default ticket registry support.
DefaultUniqueTicketIdGenerator - Class in org.apereo.cas.util
Default implementation of UniqueTicketIdGenerator.
DefaultUniqueTicketIdGenerator() - Constructor for class org.apereo.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.apereo.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with a specified maximum length for the random portion.
DefaultUniqueTicketIdGenerator(int, String) - Constructor for class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with a specified maximum length for the random portion.
DefaultUniqueTicketIdGenerator(NumericGenerator, RandomStringGenerator, String) - Constructor for class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
Creates an instance of DefaultUniqueTicketIdGenerator with a specified maximum length for the random portion.
DefaultUsernameAttributeProviderMapper - Class in org.apereo.cas.mgmt.services.web.factory
DefaultUsernameAttributeProviderMapper() - Constructor for class org.apereo.cas.mgmt.services.web.factory.DefaultUsernameAttributeProviderMapper
 
defaultValidationServiceSelectionStrategy() - Method in class org.apereo.cas.config.CasCoreConfiguration
 
DefaultValidationServiceSelectionStrategy - Class in org.apereo.cas.validation
This is DefaultValidationServiceSelectionStrategy which returns back to the caller the provided service, as it was without any additional processing.
DefaultValidationServiceSelectionStrategy() - Constructor for class org.apereo.cas.validation.DefaultValidationServiceSelectionStrategy
 
defaultWebflowConfigurer() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
DefaultWebflowConfigurer - Class in org.apereo.cas.web.flow
DefaultWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.DefaultWebflowConfigurer
 
deflate(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Deflate the given bytes using zlib.
deflate(String) - Static method in class org.apereo.cas.util.CompressionUtils
Deflate the given string via a Deflater.
DelegatingAuditTrailManager - Interface in org.apereo.cas.audit.spi
DelegatingController - Class in org.apereo.cas.web
Delegating controller.
DelegatingController() - Constructor for class org.apereo.cas.web.DelegatingController
 
delete(RegisteredService) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
delete(RegisteredService) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
delete(RegisteredService) - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
delete(long) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
delete(RegisteredService) - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
delete(RegisteredService) - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
delete(RegisteredService) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
delete(RegisteredService) - Method in interface org.apereo.cas.services.ServiceRegistryDao
Remove the service from the data store.
delete(long) - Method in interface org.apereo.cas.services.ServicesManager
Delete the entry for this RegisteredService.
deleteChildren(TicketGrantingTicket) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Delete TGT's service tickets.
deleteOAuthTokens(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Delete o auth tokens int.
deleteRegisteredService(long, HttpServletResponse) - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Method to delete the RegisteredService by its ID.
deleteServiceActionResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
deleteServiceResourceResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
deleteServiceTickets(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Delete service tickets int.
deleteSingleTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Delete a single ticket instance from the store.
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Delete a single ticket instance from the store.
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Delete a single ticket instance from the store.
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
deleteSingleTicket(String) - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
 
deleteTicket(String) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
deleteTicket(String) - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Remove a specific ticket from the registry.
deleteTicketGrantingTicket(String) - Method in class org.apereo.cas.support.rest.TicketsResource
Destroy ticket granting ticket.
deleteTicketGrantingTickets(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Delete ticket granting tickets int.
deleteTicketsFromResultList(List<? extends Ticket>) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Delete tickets from result list int.
DenyAllAttributeReleasePolicy - Class in org.apereo.cas.services
A deny rule to refuse all service from receiving attributes, whether default or not.
DenyAllAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.DenyAllAttributeReleasePolicy
 
DenyRevocationPolicy - Class in org.apereo.cas.adaptors.x509.authentication.revocation.policy
Implements a deny policy by throwing an exception.
DenyRevocationPolicy() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.policy.DenyRevocationPolicy
 
denyRevocationPolicy() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
deserialize(byte[]) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Deserialize an object.
deserialize(InputStream) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Deserialize an object.
deserializeAndCheckObject(byte[], Class<? extends Serializable>) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Decode and serialize object.
destroy() - Method in class org.apereo.cas.logging.web.ThreadContextMDCServletFilter
Does nothing.
destroy() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Destroy the watch service thread.
destroy() - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
Stops the couchbase client and cancels the initialization task if uncompleted.
destroy() - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
Stops the couchbase client.
destroy() - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
Destroy the client and shut down.
destroy() - Method in class org.apereo.cas.util.http.SimpleHttpClient
Shutdown the executor service and close the http client.
destroy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
Destroy.
destroy() - Method in class org.apereo.cas.web.support.CurrentCredentialsAndAuthenticationClearingFilter
 
destroySsoSession(String) - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
Endpoint for destroying a single SSO Session.
destroySsoSessions(String) - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
Endpoint for destroying SSO Sessions.
destroyTicketGrantingTicket(String) - Method in interface org.apereo.cas.CentralAuthenticationService
Destroy a TicketGrantingTicket and perform back channel logout.
destroyTicketGrantingTicket(String) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
Destroy a TicketGrantingTicket and perform back channel logout.
determineIdentity(OpenIdService, Assertion) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
Determine identity.
determineLogoutUrl(RegisteredService, SingleLogoutService) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceLogoutUrlBuilder
 
determineLogoutUrl(RegisteredService, SingleLogoutService) - Method in interface org.apereo.cas.logout.SingleLogoutServiceLogoutUrlBuilder
Determine logout url.
determineLogoutUrl(RegisteredService, SingleLogoutService) - Method in class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
 
digest(String, String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded digest.
digest(String, byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded digest.
digestAuthenticationAction(DigestHashedCredentialRetriever) - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
DigestAuthenticationAction - Class in org.apereo.cas.digest.web.flow
This is DigestAuthenticationAction that extracts digest authN credentials from the request.
DigestAuthenticationAction() - Constructor for class org.apereo.cas.digest.web.flow.DigestAuthenticationAction
 
DigestAuthenticationConfiguration - Class in org.apereo.cas.digest.config
DigestAuthenticationConfiguration() - Constructor for class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
digestAuthenticationHandler() - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
DigestAuthenticationHandler - Class in org.apereo.cas.digest
DigestAuthenticationHandler() - Constructor for class org.apereo.cas.digest.DigestAuthenticationHandler
 
digestAuthenticationPrincipalFactory() - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
DigestAuthenticationUtils - Class in org.apereo.cas.digest.util
digestAuthenticationWebflowConfigurer() - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
DigestAuthenticationWebflowConfigurer - Class in org.apereo.cas.digest.web.flow
DigestAuthenticationWebflowConfigurer() - Constructor for class org.apereo.cas.digest.web.flow.DigestAuthenticationWebflowConfigurer
 
DigestCredential - Class in org.apereo.cas.digest
DigestCredential(String, String, String) - Constructor for class org.apereo.cas.digest.DigestCredential
Instantiates a new Basic identifiable credental.
digestEncodedPassword(String, Map<String, Object>) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
Digest encoded password.
DigestHashedCredentialRetriever - Interface in org.apereo.cas.digest
DigestProperties - Class in org.apereo.cas.configuration.model.support.digest
DigestProperties() - Constructor for class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
DigestUtils - Class in org.apereo.cas.util
This is DigestUtils that encapsulates common compression calls and operations in one spot.
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.authy.AuthyAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationHandler
Do an out of band request using the DuoWeb api (encapsulated in DuoAuthenticationService) to the hosted duo service.
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Performs the details of authentication and returns an authentication handler result on success.
doAuthentication(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
doAuthentication(Credential) - Method in class org.apereo.cas.support.wsfederation.authentication.handler.support.WsFederationAuthenticationHandler
 
doesEndingTimeAllowServiceAccess() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
Does ending time allow service access boolean.
doesStartingTimeAllowServiceAccess() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
Does starting time allow service access boolean.
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationRegistrationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoAuthenticationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoNonWebAuthenticationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountCheckRegistrationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountSaveRegistrationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorAuthenticationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusAuthenticationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.InitPasswordChangeAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.InitPasswordResetAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.PasswordChangeAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.SendPasswordResetInstructionsAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.VerifyPasswordResetRequestAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.pm.web.flow.VerifySecurityQuestionsAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.support.oauth.web.flow.OAuth20LogoutAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
Executes the webflow action.
doExecute(RequestContext) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationSetTrustAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationVerifyTrustAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.CheckWebAuthenticationRequestAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ClearWebflowCredentialAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Gets the remote ip from the request, and invokes spnego if it isn't filtered.
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GatewayServicesManagementCheck
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GenericSuccessViewAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitialAuthenticationRequestValidationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitializeLoginAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ServiceAuthorizationCheck
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
Determines whether the TGT in the flow request context is valid.
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ValidateCaptchaAction
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apereo.cas.logging.web.ThreadContextMDCServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apereo.cas.web.support.CurrentCredentialsAndAuthenticationClearingFilter
 
doInitialize() - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorTrustWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorTrustWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorTrustWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorTrustWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorTrustWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.digest.web.flow.DigestAuthenticationWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.pm.web.flow.PasswordManagementWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.support.oauth.web.flow.OAuth20LogoutWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Handle the initialization of the webflow.
doInitialize() - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.BasicAuthenticationWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.CasCaptchaWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.DefaultWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.OpenIdWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.Pac4jWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.RemoteAddressWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.SpengoWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.TokenWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.TrustedAuthenticationWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.WsFederationWebflowConfigurer
 
doInitialize() - Method in class org.apereo.cas.web.flow.X509WebflowConfigurer
 
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
Execute the logout action after invalidating the cache.
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.FrontChannelLogoutAction
 
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.LogoutAction
 
doPreExecute(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractNonInteractiveCredentialsAction
 
doPrincipalAttributesAllowServiceAccess(String, Map<String, Object>) - Method in class org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy
 
doPrincipalAttributesAllowServiceAccess(String, Map<String, Object>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Verify authorization policy by checking the pre-configured rules that may depend on what the principal might be carrying.
doPrincipalAttributesAllowServiceAccess(String, Map<String, Object>) - Method in interface org.apereo.cas.services.RegisteredServiceAccessStrategy
Verify authorization policy by checking the pre-configured rules that may depend on what the principal might be carrying.
doPrincipalAttributesAllowServiceAccess(String, Map<String, Object>) - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
doPublishEvent(ApplicationEvent) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Publish CAS events.
Dropbox() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Dropbox
 
Dropbox() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Dropbox
 
Duo() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
DuoApiAuthenticationHandler - Class in org.apereo.cas.adaptors.duo.authn.api
DuoApiAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationHandler
 
duoApiAuthenticationHandler() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoApiAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.duo.authn.api
DuoApiAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationMetaDataPopulator
 
duoApiAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoApiAuthenticationService - Class in org.apereo.cas.adaptors.duo.authn.api
An abstraction that encapsulates interaction with Duo 2fa authentication service via its public API.
DuoApiAuthenticationService() - Constructor for class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationService
Creates the duo authentication service.
duoApiAuthenticationService() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoApiCredential - Class in org.apereo.cas.adaptors.duo.authn.api
DuoApiCredential(Authentication) - Constructor for class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
DuoAuthenticationHandler - Class in org.apereo.cas.adaptors.duo.authn.web
Authenticate CAS credentials against Duo Security.
DuoAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationHandler
Creates the duo authentication handler.
duoAuthenticationHandler() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.duo.authn.web
This is DuoAuthenticationMetaDataPopulator which inserts the duo MFA provider id into the final authentication object.
DuoAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
duoAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
duoAuthenticationProvider() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoAuthenticationService - Class in org.apereo.cas.adaptors.duo.authn.web
An abstraction that encapsulates interaction with Duo 2fa authentication service via its public API.
DuoAuthenticationService() - Constructor for class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
Creates the duo authentication service.
duoAuthenticationService() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
duoAuthenticationWebflowAction() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoAuthenticationWebflowAction - Class in org.apereo.cas.adaptors.duo.web.flow
DuoAuthenticationWebflowAction() - Constructor for class org.apereo.cas.adaptors.duo.web.flow.DuoAuthenticationWebflowAction
 
duoAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoAuthenticationWebflowEventResolver - Class in org.apereo.cas.adaptors.duo.web.flow
DuoAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.adaptors.duo.web.flow.DuoAuthenticationWebflowEventResolver
 
duoBypassEvaluator() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoConfiguration - Class in org.apereo.cas.adaptors.duo.config
DuoConfiguration() - Constructor for class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoConfiguration.DuoMultifactorTrustConfiguration - Class in org.apereo.cas.adaptors.duo.config
The Duo multifactor trust configuration.
DuoCredential - Class in org.apereo.cas.adaptors.duo.authn.web
Represents the duo credential.
DuoCredential() - Constructor for class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
duoFlowRegistry() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoMultifactorAuthenticationProvider - Class in org.apereo.cas.adaptors.duo.authn
DuoMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.adaptors.duo.authn.DuoMultifactorAuthenticationProvider
 
DuoMultifactorTrustConfiguration() - Constructor for class org.apereo.cas.adaptors.duo.config.DuoConfiguration.DuoMultifactorTrustConfiguration
 
duoMultifactorTrustWebflowConfigurer() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration.DuoMultifactorTrustConfiguration
 
DuoMultifactorTrustWebflowConfigurer - Class in org.apereo.cas.adaptors.duo.web.flow
DuoMultifactorTrustWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorTrustWebflowConfigurer
 
duoMultifactorWebflowConfigurer() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoMultifactorWebflowConfigurer - Class in org.apereo.cas.adaptors.duo.web.flow
DuoMultifactorWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorWebflowConfigurer
 
duoNonWebAuthenticationAction() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DuoNonWebAuthenticationAction - Class in org.apereo.cas.adaptors.duo.web.flow
DuoNonWebAuthenticationAction() - Constructor for class org.apereo.cas.adaptors.duo.web.flow.DuoNonWebAuthenticationAction
 
duoPrincipalFactory() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
DynamicMetadataResolverAdapter - Class in org.apereo.cas.support.saml.web.flow.mdui
A metadata adapter DynamicMetadataResolverAdapter that queries a metadata server on demand following the metadata query protocol.
DynamicMetadataResolverAdapter(Map<Resource, MetadataFilterChain>) - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.DynamicMetadataResolverAdapter
Instantiates a new static metadata resolver adapter.
DynamicMetadataResolverAdapter() - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.DynamicMetadataResolverAdapter
 

E

ehcacheMonitor(Cache) - Method in class org.apereo.cas.monitor.config.EhCacheMonitorConfiguration
 
EhCacheMonitor - Class in org.apereo.cas.monitor
Monitors a Cache instance.
EhCacheMonitor() - Constructor for class org.apereo.cas.monitor.EhCacheMonitor
Instantiates a new Ehcache monitor.
EhCacheMonitor(Cache) - Constructor for class org.apereo.cas.monitor.EhCacheMonitor
Instantiates a new Eh cache monitor.
EhCacheMonitorConfiguration - Class in org.apereo.cas.monitor.config
EhCacheMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.EhCacheMonitorConfiguration
 
EhcacheProperties - Class in org.apereo.cas.configuration.model.support.ehcache
EhcacheProperties() - Constructor for class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
EhCacheStatistics - Class in org.apereo.cas.monitor
Ehcache statistics wrapper.
EhCacheStatistics(Cache) - Constructor for class org.apereo.cas.monitor.EhCacheStatistics
Creates a new instance that delegates statistics inquiries to the given Cache instance.
EhCacheTicketRegistry - Class in org.apereo.cas.ticket.registry
Ehcache based distributed ticket registry.
EhCacheTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Instantiates a new EhCache ticket registry.
EhCacheTicketRegistry(Cache) - Constructor for class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Instantiates a new EhCache ticket registry.
EhCacheTicketRegistry(Cache, boolean) - Constructor for class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Instantiates a new EhCache ticket registry.
EhcacheTicketRegistryConfiguration - Class in org.apereo.cas.config
EhcacheTicketRegistryConfiguration() - Constructor for class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
ehcacheTicketsCache(CacheManager) - Method in class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
embeddedJsonServiceRegistry(ApplicationEventPublisher) - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
encode(T) - Method in interface org.apereo.cas.CipherExecutor
Encrypt the value.
Encode() - Constructor for class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
encode(CharSequence) - Method in class org.apereo.cas.configuration.support.DefaultPasswordEncoder
 
encode(String, RegisteredService) - Method in interface org.apereo.cas.services.RegisteredServiceCipherExecutor
Encode string.
encode(AuthnRequest, Map<String, Object>, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlAttributeEncoder
Encode and transform attributes.
encode(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Encode a given saml object by invoking a number of outbound security handlers on the context.
encode(T, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Encode a given saml object by invoking a number of outbound security handlers on the context.
encode(SamlRegisteredService, Response, HttpServletResponse, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
Encode response.
encode(Object) - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
 
encode(String) - Method in class org.apereo.cas.util.cipher.BaseStringCipherExecutor
 
encode(byte[]) - Method in class org.apereo.cas.util.cipher.BinaryCipherExecutor
 
encode(String) - Method in class org.apereo.cas.util.cipher.NoOpCipherExecutor
 
encode(String, RegisteredService) - Method in class org.apereo.cas.util.services.DefaultRegisteredServiceCipherExecutor
Encrypt using the given cipher associated with the service, and encode the data in base 64.
encodeAndEncryptCredentialPassword(Map<String, Object>, Map<String, String>, RegisteredServiceCipherExecutor, RegisteredService) - Method in class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Encode and encrypt credential password using the public key supplied by the service.
encodeAndEncryptProxyGrantingTicket(Map<String, Object>, Map<String, String>, RegisteredServiceCipherExecutor, RegisteredService) - Method in class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Encode and encrypt pgt.
encodeAttributes(Map<String, Object>, Service) - Method in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
 
encodeAttributes(Map<String, Object>, Service) - Method in interface org.apereo.cas.authentication.support.CasAttributeEncoder
Encodes attributes that are ready to be released.
encodeAttributes(Map<String, Object>, Service) - Method in class org.apereo.cas.authentication.support.NoOpCasAttributeEncoder
 
encodeAttributesInternal(Map<String, Object>, Map<String, String>, RegisteredServiceCipherExecutor, RegisteredService) - Method in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
Initialize the cipher with the public key and then start to encrypt select attributes.
encodeAttributesInternal(Map<String, Object>, Map<String, String>, RegisteredServiceCipherExecutor, RegisteredService) - Method in class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
 
encodeBase64(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a string.
encodeBase64ToByteArray(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Base64-encode the given byte[] as a byte[].
EncodedTicket - Class in org.apereo.cas.ticket.registry
Ticket implementation that encodes a source ticket and stores the encoded representation internally.
EncodedTicket(ByteSource, String) - Constructor for class org.apereo.cas.ticket.registry.EncodedTicket
Creates a new encoded ticket using the given encoder to encode the given source ticket.
encodeInternal(String, PublicKey, RegisteredService) - Method in class org.apereo.cas.util.services.DefaultRegisteredServiceCipherExecutor
Encode internally, meant to be called by extensions.
encodeSamlResponse(HttpServletResponse, HttpServletRequest, Response) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
Encode response and pass it onto the outbound transport.
encodeTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Encode ticket.
encodeTicketId(String) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Encode ticket id into a SHA-512.
EncodingUtils - Class in org.apereo.cas.util
This is EncodingUtils that encapsulates common base64 calls and operations in one spot.
encryptAndEncodeAndPutIntoAttributesMap(Map<String, Object>, Map<String, String>, String, RegisteredServiceCipherExecutor, RegisteredService) - Method in class org.apereo.cas.authentication.support.DefaultCasAttributeEncoder
Encrypt, encode and put the attribute into attributes map.
encryptAssertion(Assertion, HttpServletRequest, HttpServletResponse, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
Encrypt assertion.
Encryption() - Constructor for class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Encryption
 
ENDPOINT_GENERATE_RP_METADATA - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The RP metadata generation endpoint.
ENDPOINT_IDP_METADATA - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The IdP metadata endpoint.
ENDPOINT_SAML2_IDP_INIT_PROFILE_SSO - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The SAML2 IDP initiated endpoint.
ENDPOINT_SAML2_SLO_PROFILE_POST - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The SAML2 SLO post endpoint.
ENDPOINT_SAML2_SSO_PROFILE_POST - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The SAML2 SSO post profile endpoint.
ENDPOINT_SAML2_SSO_PROFILE_POST_CALLBACK - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The SAML2 SSO post callback profile endpoint.
ENDPOINT_SAML2_SSO_PROFILE_REDIRECT - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The SAML2 SSO redirect profile endpoint.
ENDPOINT_SAML_VALIDATE - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Indicates the endpoint for saml validation.
enoughAttributesAvailableToProcess(String, Map<String, Object>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Enough attributes available to process? Check collection sizes and determine if we have enough data to move on.
ensureIndexes(String, List<View>) - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
Register indexes to ensure in the bucket when the client is initialized.
ensurePrincipalAccessIsAllowedForService(Service, RegisteredService, Authentication) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensurePrincipalAccessIsAllowedForService(ServiceTicket, RegisteredService, TicketGrantingTicket) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensurePrincipalAccessIsAllowedForService(Service, RegisteredService, TicketGrantingTicket) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensurePrincipalAccessIsAllowedForService(ServiceTicket, AuthenticationResult, RegisteredService) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensureServiceAccessIsAllowed(String, RegisteredService) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensureServiceAccessIsAllowed(Service, RegisteredService) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service access is allowed.
ensureServiceSsoAccessIsAllowed(RegisteredService, Service, TicketGrantingTicket) - Static method in class org.apereo.cas.services.RegisteredServiceAccessStrategyUtils
Ensure service sso access is allowed.
entityManager - Variable in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
Transactional entity manager from Spring context.
equals(Object) - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
equals(Object) - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
equals(Object) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
equals(Object) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
equals(Object) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
equals(Object) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.AbstractCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
 
equals(Object) - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
equals(Object) - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
equals(Object) - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
equals(Object) - Method in class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
equals(Object) - Method in class org.apereo.cas.DefaultMessageDescriptor
 
equals(Object) - Method in class org.apereo.cas.digest.DigestCredential
 
equals(Object) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
equals(Object) - Method in class org.apereo.cas.pm.PasswordChangeBean
 
equals(Object) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
equals(Object) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
equals(Object) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
equals(Object) - Method in class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
 
equals(Object) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
equals(Object) - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
equals(Object) - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
equals(Object) - Method in class org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider
 
equals(Object) - Method in class org.apereo.cas.services.OidcRegisteredService
 
equals(Object) - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
 
equals(Object) - Method in class org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy
 
equals(Object) - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
 
equals(Object) - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
equals(Object) - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
equals(Object) - Method in class org.apereo.cas.services.ReturnAllAttributeReleasePolicy
 
equals(Object) - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
 
equals(Object) - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
 
equals(Object) - Method in class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
 
equals(Object) - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
equals(Object) - Method in class org.apereo.cas.support.oauth.services.OAuthCallbackAuthorizeService
 
equals(Object) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
equals(Object) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdService
 
equals(Object) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
equals(Object) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
equals(Object) - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
equals(Object) - Method in class org.apereo.cas.ticket.ServiceTicketImpl
equals(Object) - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
equals(Object) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
equals(Object) - Method in class org.apereo.cas.validation.ImmutableAssertion
 
ERROR - Static variable in class org.apereo.cas.monitor.Status
Generic ERROR status.
ERROR - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The error.
ERROR_CODE_INVALID_PROXY_CALLBACK - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid proxy callback for validation.
ERROR_CODE_INVALID_REQUEST - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid request for validation.
ERROR_CODE_INVALID_REQUEST_PROXY - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid pgt request.
ERROR_CODE_INVALID_TICKET - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid ticket for validation.
ERROR_CODE_UNAUTHORIZED_SERVICE - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid service request.
ERROR_CODE_UNAUTHORIZED_SERVICE_PROXY - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing an invalid service proxy request.
ERROR_VIEW - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The error view.
errorHandlerResolver() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
errorMap - Variable in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Map of account state error to CAS authentication exception.
establishAuthenticationContextFromInitial(Authentication, Credential) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Initiate potential multi-transaction authentication event by handling the initial authentication transaction.
establishAuthenticationContextFromInitial(Authentication, Credential) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
eval(Authentication) - Method in class org.apereo.cas.services.DefaultMultifactorAuthenticationProviderBypass
 
eval(Authentication) - Method in interface org.apereo.cas.services.MultifactorAuthenticationProviderBypass
Eval current bypass rules for the provider.
evaluateAttributeRulesForBypass(String, String, Map<String, Object>) - Method in class org.apereo.cas.services.DefaultMultifactorAuthenticationProviderBypass
Evaluate attribute rules for bypass.
evaluateProducedAuthenticationContext(AuthenticationBuilder) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Evaluate produced authentication context.
evaluateProxiedServiceIfNeeded(Service, TicketGrantingTicket, RegisteredService) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Evaluate proxied service if needed.
eventsEntityManagerFactory() - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
EventsProperties - Class in org.apereo.cas.configuration.model.core.events
Configuration properties class for events.
EventsProperties() - Constructor for class org.apereo.cas.configuration.model.core.events.EventsProperties
 
EventsProperties.Jpa - Class in org.apereo.cas.configuration.model.core.events
 
EventsProperties.Mongodb - Class in org.apereo.cas.configuration.model.core.events
 
exceedsThreshold(HttpServletRequest) - Method in class org.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
exceedsThreshold(HttpServletRequest) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
exceedsThreshold(HttpServletRequest) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
Determine whether threshold has been exceeded.
executeAddOperation(ConnectionFactory, LdapEntry) - Static method in class org.apereo.cas.util.LdapUtils
Execute add operation boolean.
executeDeleteOperation(ConnectionFactory, LdapEntry) - Static method in class org.apereo.cas.util.LdapUtils
Execute delete operation boolean.
executeModifyOperation(String, ConnectionFactory, Map<String, Set<String>>) - Static method in class org.apereo.cas.util.LdapUtils
Execute modify operation boolean.
executeModifyOperation(String, ConnectionFactory, LdapEntry) - Static method in class org.apereo.cas.util.LdapUtils
Execute modify operation boolean.
executePasswordModifyOperation(String, ConnectionFactory, String, String, PasswordManagementProperties.Ldap.LdapType) - Static method in class org.apereo.cas.util.LdapUtils
Execute a password modify operation.
executeSearchForSpnegoAttribute(String) - Method in class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
Searches the ldap instance for the attribute value.
executeSearchOperation(ConnectionFactory, String, SearchFilter) - Static method in class org.apereo.cas.util.LdapUtils
Execute search operation.
expiration - Variable in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
The expiration time.
expirationPolicy - Variable in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
ExpirationPolicy for access tokens.
expirationPolicy - Variable in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
ExpirationPolicy for OAuth code.
ExpirationPolicy - Interface in org.apereo.cas.ticket
Strategy that determines if the ticket is expired.
expirationPolicy - Variable in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
ExpirationPolicy for refresh tokens.
expire(LocalDate) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Expire records that are on/before the provided date.
expire(String) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Expire device by registration key.
expire(String) - Method in class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
expire(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
expire(String) - Method in class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
expire(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
expire(String) - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
 
expire(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
 
expire(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
expire(String) - Method in class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
EXPIRED_ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The expired access token.
ExpiredCRLException - Exception in org.apereo.cas.adaptors.x509.authentication
Exception describing an expired CRL condition.
ExpiredCRLException(String, ZonedDateTime) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
Creates a new instance describing a CRL that expired on the given date.
ExpiredCRLException(String, ChronoZonedDateTime, int) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
Creates a new instance describing a CRL that expired on a date that is more than leniency seconds beyond its expiration date.
ExpiredCRLException(String, ZonedDateTime, int) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
Creates a new instance describing a CRL that expired on a date that is more than leniency seconds beyond its expiration date.
ExpiredCRLException(String, Instant, int) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
Creates a new instance describing a CRL that expired on a date that is more than leniency seconds beyond its expiration date.
EXPIRES_IN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The remaining time in seconds before expiration with syntax : expires=3600...
expressionParser() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
ExtendedAccessLog() - Constructor for class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
extractLocalUsernameFromUri(String) - Method in class org.apereo.cas.support.openid.web.support.DefaultOpenIdUserNameExtractor
 
extractLocalUsernameFromUri(String) - Method in interface org.apereo.cas.support.openid.web.support.OpenIdUserNameExtractor
Extract local username from uri.
extractPrincipalId(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
 
extractPrincipalId(Credential) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.AbstractX509PrincipalResolver
 
extractPrincipalId(Credential) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Extracts the id of the user from the provided credential.
extractPrincipalId(Credential) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdPrincipalResolver
 
extractPrincipalId(Credential) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
extractPrincipalId(Credential) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver
Extracts the principalId.
extractService(HttpServletRequest) - Method in class org.apereo.cas.web.support.AbstractArgumentExtractor
 
extractService(HttpServletRequest) - Method in interface org.apereo.cas.web.support.ArgumentExtractor
Retrieve the service from the request.
extractServiceInternal(HttpServletRequest) - Method in class org.apereo.cas.web.support.AbstractArgumentExtractor
Extract service from the request.
extractServiceInternal(HttpServletRequest) - Method in class org.apereo.cas.web.support.DefaultArgumentExtractor
 

F

Facebook() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
Failure() - Constructor for class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
fetch(Set<Resource>) - Method in interface org.apereo.cas.adaptors.x509.authentication.CRLFetcher
Fetches a collection of crls from the specified resources and returns a map of CRLs each tracked by its url.
fetch(String) - Method in interface org.apereo.cas.adaptors.x509.authentication.CRLFetcher
Fetches a single of crl from the specified resource and returns it.
fetch(URI) - Method in interface org.apereo.cas.adaptors.x509.authentication.CRLFetcher
Fetches a single of crl from the specified resource and returns it.
fetch(URL) - Method in interface org.apereo.cas.adaptors.x509.authentication.CRLFetcher
Fetches a single of crl from the specified resource and returns it.
fetch(Resource) - Method in interface org.apereo.cas.adaptors.x509.authentication.CRLFetcher
Fetches a single of crl from the specified resource and returns it.
fetch(Resource) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
fetch(URI) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
fetch(URL) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
fetch(String) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
fetch(Set<Resource>) - Method in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
 
fetch(String) - Method in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Fetch the resource.
fetch(Resource) - Method in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Fetch the resource.
fetch(URI) - Method in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Fetch the resource.
fetch(URL) - Method in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Fetch the resource.
fetchCRLFromLdap(Object) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Downloads a CRL from given LDAP url.
fetchX509CRLFromAttribute(LdapAttribute) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Gets x509 cRL from attribute.
FieldHelper - Class in org.apereo.cas.ticket.registry.support.kryo
Helper class that provides convenience methods for getting and setting field values via reflection.
FieldHelper() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.FieldHelper
 
fieldHelper - Variable in class org.apereo.cas.ticket.registry.support.kryo.serial.AbstractWebApplicationServiceSerializer
FieldHelper instance.
fileAuthenticationHandler() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
FileAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
Class designed to read data from a file in the format of USERNAME SEPARATOR PASSWORD that will go line by line and look for the username.
FileAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
FileAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.generic
FileAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
filePrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
FileTrustStoreSslSocketFactory - Class in org.apereo.cas.authentication
The SSL socket factory that loads the SSL context from a custom truststore file strictly used ssl handshakes for proxy authentication.
FileTrustStoreSslSocketFactory(Resource, String) - Constructor for class org.apereo.cas.authentication.FileTrustStoreSslSocketFactory
Instantiates a new trusted proxy authentication trust store ssl socket factory.
FileTrustStoreSslSocketFactory(Resource, String, String) - Constructor for class org.apereo.cas.authentication.FileTrustStoreSslSocketFactory
Instantiates a new trusted proxy authentication trust store ssl socket factory.
filter(Map<String, Object>) - Method in interface org.apereo.cas.services.RegisteredServiceAttributeFilter
Filters the received principal attributes for the given registered service.
filter(Map<String, Object>) - Method in class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
Filters the received principal attributes for the given registered service.
filterEventsByMultifactorAuthenticationProvider(Set<Event>, Authentication, RegisteredService) - Method in class org.apereo.cas.web.flow.resolver.impl.SelectiveAuthenticationProviderWebflowEventResolver
Filter events by multifactor authentication providers.
finalizeAllAuthenticationTransactions(AuthenticationResultBuilder, Service) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Finalize all authentication transactions processed and collected for this authentication event.
finalizeAllAuthenticationTransactions(AuthenticationResultBuilder, Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
findCredential(String, String) - Method in class org.apereo.cas.digest.DefaultDigestHashedCredentialRetriever
 
findCredential(String, String) - Method in interface org.apereo.cas.digest.DigestHashedCredentialRetriever
Find the MD5 hashed secret for a given user and realm.
findEmail(String) - Method in class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
findEmail(String) - Method in interface org.apereo.cas.pm.PasswordManagementService
Find email associated with username.
findServiceBy(Service) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
findServiceBy(Predicate<RegisteredService>) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
findServiceBy(long) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
findServiceBy(String) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
findServiceBy(String) - Method in interface org.apereo.cas.services.ServicesManager
Find a RegisteredService by matching with the supplied service.
findServiceBy(Service) - Method in interface org.apereo.cas.services.ServicesManager
Find a RegisteredService by matching with the supplied service.
findServiceBy(Predicate<RegisteredService>) - Method in interface org.apereo.cas.services.ServicesManager
Find a collection of services by type.
findServiceBy(long) - Method in interface org.apereo.cas.services.ServicesManager
Find a RegisteredService by matching with the supplied id.
findServiceById(long) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
findServiceById(long) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
findServiceById(long) - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
findServiceById(long) - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
findServiceById(long) - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
findServiceById(long) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
findServiceById(long) - Method in interface org.apereo.cas.services.ServiceRegistryDao
Find service by the numeric id.
FINISH_EVENT - Static variable in class org.apereo.cas.web.flow.AbstractLogoutAction
The finish event in webflow.
FirstMultifactorAuthenticationProviderSelector - Class in org.apereo.cas.web.flow.authentication
This is FirstMultifactorAuthenticationProviderSelector that grabs onto the first authentication provider in the collection.
FirstMultifactorAuthenticationProviderSelector() - Constructor for class org.apereo.cas.web.flow.authentication.FirstMultifactorAuthenticationProviderSelector
 
FLOW_ID_LOGIN - Static variable in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Main login flow id.
FLOW_ID_LOGOUT - Static variable in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Main logout flow id.
FLOW_ID_PASSWORD_RESET - Static variable in class org.apereo.cas.pm.web.flow.PasswordManagementWebflowConfigurer
Flow id for password reset.
FLOW_VAR_ID_PASSWORD - Static variable in class org.apereo.cas.pm.web.flow.PasswordManagementWebflowConfigurer
Flow id for password reset.
FlowExecutionExceptionResolver - Class in org.apereo.cas.web
The FlowExecutionExceptionResolver catches the FlowExecutionRepositoryException thrown by Spring Webflow when the given flow id no longer exists.
FlowExecutionExceptionResolver() - Constructor for class org.apereo.cas.web.FlowExecutionExceptionResolver
 
format(ZonedDateTime) - Method in class org.apereo.cas.util.ISOStandardDateFormat
Format the datetime given.
format(Instant) - Method in class org.apereo.cas.util.ISOStandardDateFormat
Format the datetime given.
formatOutputMessageInternal(String) - Method in class org.apereo.cas.logout.LogoutHttpMessage
Encodes the message in UTF-8 format in preparation to send.
formatOutputMessageInternal(String) - Method in class org.apereo.cas.util.http.HttpMessage
Encodes the message in UTF-8 format in preparation to send.
FormData() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
 
FormDataPopulator - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for beans that need to populate RegisteredServiceEditBean.FormData objects for the edit service interface.
Foursquare() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Foursquare
 
from(String) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(File) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(Reader) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(InputStream) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
from(String) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Create the object type from the given string.
from(Reader) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Create the object type from the given reader.
from(InputStream) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Create the object type from the given stream.
from(File) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Create the object type from the given file.
fromCode(int) - Static method in enum org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException.Reason
Convert code to reason.
fromRequestBody(MultiValueMap<String, String>) - Method in interface org.apereo.cas.support.rest.CredentialFactory
Create new Credential instances from HTTP request body.
fromRequestBody(MultiValueMap<String, String>) - Method in class org.apereo.cas.support.rest.DefaultCredentialFactory
 
FRONT_EVENT - Static variable in class org.apereo.cas.web.flow.AbstractLogoutAction
The front event in webflow.
frontChannelLogoutAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
FrontChannelLogoutAction - Class in org.apereo.cas.web.flow
Logout action for front SLO : find the next eligible service and perform front logout.
FrontChannelLogoutAction(LogoutManager) - Constructor for class org.apereo.cas.web.flow.FrontChannelLogoutAction
Build from the logout manager.

G

gatewayServicesManagementCheck() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GatewayServicesManagementCheck - Class in org.apereo.cas.web.flow
Performs an authorization check for the gateway request if there is no Ticket Granting Ticket.
GatewayServicesManagementCheck(ServicesManager) - Constructor for class org.apereo.cas.web.flow.GatewayServicesManagementCheck
Initialize the component with an instance of the services manager.
GAuth() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
gauthMultifactorTrustWebflowConfigurer() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
 
generate(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.adaptors.gauth.web.flow.rest.GoogleAuthenticatorQRGeneratorController
Generate.
generate(Principal, Service) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
Generates a PersistentId based on some algorithm plus the principal.
generate(Principal, Service) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
generate(CommonProfile) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
 
generate(HttpServletRequest, HttpServletResponse, OAuthRegisteredService, Service, AccessToken, RefreshToken, long) - Method in interface org.apereo.cas.support.oauth.web.AccessTokenResponseGenerator
Generate.
generate(HttpServletRequest, HttpServletResponse, OAuthRegisteredService, Service, AccessToken, RefreshToken, long) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
 
generateAccessToken(Service, Authentication, J2EContext) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
Generate an access token from a service and authentication.
generateGeography() - Static method in class org.apereo.cas.trusted.util.MultifactorAuthenticationTrustUtils
Generate geography.
generateJsonInternal(HttpServletRequest, HttpServletResponse, JsonGenerator, AccessToken, RefreshToken, long, Service, OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
Generate internal.
generateJsonInternal(HttpServletRequest, HttpServletResponse, JsonGenerator, AccessToken, RefreshToken, long, Service, OAuthRegisteredService) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
generateKey(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
Generate key .
generateKey(MultifactorAuthenticationTrustRecord) - Static method in class org.apereo.cas.trusted.util.MultifactorAuthenticationTrustUtils
Generate key.
generateMetadataForIdp(HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.metadata.SamlMetadataController
Displays the identity provider metadata.
generateMetadataForService(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.metadata.SamlMetadataController
Generate metadata for a relying party.
generateSecureRandomId() - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
 
generateSecureRandomId() - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Generate a secure random id.
generateServiceTicketAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GenerateServiceTicketAction - Class in org.apereo.cas.web.flow
Action to generate a service ticket for a given Ticket Granting Ticket and Service.
GenerateServiceTicketAction() - Constructor for class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
generateSignedRequestToken(String) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
Sign the authentication request.
generateTextInternal(HttpServletRequest, HttpServletResponse, AccessToken, RefreshToken, long) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
Generate text internal.
genericSuccessViewAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GenericSuccessViewAction - Class in org.apereo.cas.web.flow
Action that should execute prior to rendering the generic-success login view.
GenericSuccessViewAction(CentralAuthenticationService, ServicesManager, ServiceFactory) - Constructor for class org.apereo.cas.web.flow.GenericSuccessViewAction
Instantiates a new Generic success view action.
GeoLocationRequest - Class in org.apereo.cas.authentication.adaptive.geo
GeoLocationRequest() - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
GeoLocationResponse - Class in org.apereo.cas.authentication.adaptive.geo
This is GeoLocationResponse that represents a particular geo location usually calculated from an ip address.
GeoLocationResponse() - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
 
GeoLocationService - Interface in org.apereo.cas.authentication.adaptive.geo
geoLocationService() - Method in class org.apereo.cas.support.geo.config.CasGeoLocationConfiguration
 
geoLocationService() - Method in class org.apereo.cas.support.geo.config.GoogleMapsGeoCodingConfiguration
 
get() - Method in class org.apereo.cas.audit.spi.DefaultDelegatingAuditTrailManager
 
get() - Method in interface org.apereo.cas.audit.spi.DelegatingAuditTrailManager
Get set of audit records.
get(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Get property.
get(SamlRegisteredServiceCachingMetadataResolver, SamlRegisteredService, String) - Static method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
Adapt saml metadata and parse.
get(SamlRegisteredServiceCachingMetadataResolver, SamlRegisteredService, RequestAbstractType) - Static method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
Adapt saml metadata and parse.
get() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Getter method to buildIdentifier result of lookup.
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.DefaultTicketFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
 
get(Class<? extends Ticket>) - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
get(Class<? extends Ticket>) - Method in interface org.apereo.cas.ticket.TicketFactory
Get ticket factory.
get(LocalDate) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Get all records by date.
get(String) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Get record.
get(String, LocalDate) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Get record by date.
get(String, LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
get(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
get(String) - Method in class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
get(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
get(String) - Method in class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
get(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
 
get(String) - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
 
get(String) - Method in class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
get(LocalDate) - Method in class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
getAccept() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getAcceptableCodes() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getAcceptableResponseCodes() - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
getAcceptableUsagePolicy() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getAccessStrategy() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getAccessStrategy() - Method in interface org.apereo.cas.services.RegisteredService
Gets the access strategy that decides whether this registered service is able to proceed with authentication requests.
getAccessToken() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
getAccessTokenFactory() - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
getAccessTokenIdGenerator() - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
getAccountingPort() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
getAccountingPort() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
getAccountStateHandler() - Method in class org.apereo.cas.authentication.support.LdapPasswordPolicyConfiguration
 
getAccuracy() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
getAction() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getActiveCount() - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
Gets the number of pool resources active at present.
getActiveCount() - Method in class org.apereo.cas.monitor.JdbcDataSourceMonitor
 
getActiveCount() - Method in class org.apereo.cas.monitor.PooledLdapConnectionFactoryMonitor
 
getActiveCount() - Method in class org.apereo.cas.monitor.PoolStatus
Gets the number of active pool resources.
getActiveLoggers(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.LoggingConfigController
Gets active loggers.
getAdapters() - Method in class org.apereo.cas.support.saml.web.flow.mdui.ChainingMetadataResolverAdapter
 
getAdaptive() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getAdditionalAttributes() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getAdminPagesSecurity() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getAdminRoles() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
getAdminRoles() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getAgent() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getAjp() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getAlg() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
getAlgorithm() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
getAlgorithm() - Method in interface org.apereo.cas.services.RegisteredServicePublicKey
Gets algorithm for the public key.
getAlgorithm() - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
getAlgorithm() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
getAlgorithm() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
getAlgorithmName() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getAll() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
getAllMultifactorAuthenticationProviders(ApplicationContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets all multifactor authentication providers from application context.
getAllowedAttributes() - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
Gets the allowed attributes.
getAllowedAttributes() - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
Gets the allowed attributes.
getAllServices() - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
getAllServices() - Method in interface org.apereo.cas.services.ServicesManager
Retrieve the collection of all registered services.
getAllTrustedDevices(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.trusted.web.MultifactorAuthenticationTrustController
Gets all trusted devices.
getAlternateClientAddrHeaderName() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getAlternateServerAddrHeaderName() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getAlternativeRemoteHostAttribute() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getAny() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
getApiKey() - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
getApiKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
getApiKey() - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
getApiUrl() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
getApiUrls() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
getAppCode() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getAppcode() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getAppId() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
getApplicationCode() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getApplicationContext() - Static method in class org.apereo.cas.util.ApplicationContextProvider
 
getApplicationId() - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
getArgumentExtractors() - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
getArtifactId() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getArtifactId() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
Retrieves the artifact supplied with the service.
getAssertion() - Method in class org.apereo.cas.support.events.CasServiceTicketValidatedEvent
 
getAssertionConsumerService() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getAssertionConsumerServiceFor(AuthnRequest, ServicesManager, SamlRegisteredServiceCachingMetadataResolver) - Static method in class org.apereo.cas.support.saml.SamlIdPUtils
Gets assertion consumer service for.
getAssertionConsumerServices() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getAssertionFrom(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets the assertion from the model.
getAssignedId() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getAssignedId() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getAssociation(ServerManager) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
Gets association.
getAssociationResponse(HttpServletRequest) - Method in class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
Gets the association response.
getAsyncBackupCount() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getAsyncTimeout() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
getAsyncTimeout() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getAtomicityMode() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
getAttrFilter() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getAttributeFilter() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
Gets the attribute filter.
getAttributeMerger() - Method in enum org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository.MergingStrategy
Get attribute merger.
getAttributeMutator() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the attributeMutator.
getAttributeName() - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
getAttributeName() - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
getAttributeNamespace() - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
getAttributeReleasePolicy() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getAttributeReleasePolicy() - Method in interface org.apereo.cas.services.RegisteredService
Gets the attribute filtering policy to determine how attributes are to be filtered and released for this service.
getAttributeRepository() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getAttributes() - Method in class org.apereo.cas.adaptors.radius.RadiusResponse
 
getAttributes() - Method in interface org.apereo.cas.authentication.Authentication
Attributes of the authentication (not the Principal).
getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the authentication attribute map.
getAttributes() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getAttributes(Principal) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
getAttributes() - Method in class org.apereo.cas.authentication.principal.DefaultResponse
 
getAttributes() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
getAttributes() - Method in interface org.apereo.cas.authentication.principal.Principal
 
getAttributes(Principal) - Method in interface org.apereo.cas.authentication.principal.PrincipalAttributesRepository
Gets attributes for the given principal id.
getAttributes() - Method in interface org.apereo.cas.authentication.principal.Response
Gets attributes.
getAttributes() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
getAttributes() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getAttributes() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getAttributes() - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
getAttributes() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyEditBean
 
getAttributes(Principal) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
getAttributes(Principal) - Method in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
Gets the attributes, having applied the filter.
getAttributes() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
Gets the attributes internally from the implementation.
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.DenyAllAttributeReleasePolicy
 
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.GroovyScriptAttributeReleasePolicy
 
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.ReturnAllAttributeReleasePolicy
 
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
 
getAttributesInternal(Map<String, Object>) - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
 
getAttributesType() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getAttributesType() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
getAttributeValue() - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
getAttributeValue() - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
getAttrOption() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getAttrPolicy() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getAttrPolicy() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyViewBean
 
getAttrRelease() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getAttrRelease() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getAudience() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getAudit() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getAuditActionContext() - Method in class org.apereo.cas.support.events.CasAuditActionContextRecordedEvent
 
getAuditFormat() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getAuditLog(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.LoggingConfigController
Gets audit log.
getAuditQuery() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Jdbc
 
getAupAttributeName() - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties
 
getAuthCtxCls() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getAuthenticatedPrincipalFrom(String) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport
 
getAuthenticatedPrincipalFrom(String) - Method in interface org.apereo.cas.ticket.registry.TicketRegistrySupport
Retrieve a valid Principal object identified by the provided TGT SSO token.
getAuthenticatedUsername() - Static method in class org.apereo.cas.web.support.WebUtils
Return the username of the authenticated user (based on pac4j security).
getAuthentication() - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
getAuthentication() - Method in interface org.apereo.cas.authentication.AuthenticationResult
Obtains the finalized primary authentication for this result.
getAuthentication() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
getAuthentication() - Method in class org.apereo.cas.support.events.CasAuthenticationTransactionCompletedEvent
 
getAuthentication() - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
getAuthentication() - Method in interface org.apereo.cas.ticket.OAuthToken
Get the current authentication.
getAuthentication() - Method in class org.apereo.cas.ticket.ServiceTicketImpl
 
getAuthentication() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Method to retrieve the authentication.
getAuthentication() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getAuthentication() - Method in interface org.apereo.cas.ticket.TicketState
Authentication information from the ticket.
getAuthentication(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets authentication from conversation scope.
getAuthenticationAttribute(Map<String, Object>, String) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets an authentication attribute from the primary authentication object.
getAuthenticationAttributeName() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getAuthenticationAttributes(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets authentication attributes from the primary authentication object.
getAuthenticationAttributesAsMultiValuedAttributes(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets authentication attributes.
getAuthenticationAttributeValue() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getAuthenticationContextAttribute() - Method in class org.apereo.cas.authentication.AuthenticationContextValidator
 
getAuthenticationContextAttribute() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getAuthenticationContextAttribute() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getAuthenticationContextAttribute() - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
getAuthenticationContextClassMappings() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getAuthenticationContextRequestParameter() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getAuthenticationDate() - Method in interface org.apereo.cas.authentication.Authentication
Method to retrieve the timestamp of when this Authentication object was created.
getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the authentication date.
getAuthenticationDate(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets authentication date.
getAuthenticationFrom(String) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport
 
getAuthenticationFrom(String) - Method in interface org.apereo.cas.ticket.registry.TicketRegistrySupport
Retrieve a valid Authentication object identified by the provided TGT SSO token.
getAuthenticationHandlerName() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getAuthenticationMethod() - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
getAuthenticationMethod() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getAuthenticationMethodName() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getAuthenticationPort() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
getAuthenticationPort() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
getAuthenticationPrincipal(String) - Method in class org.apereo.cas.web.flow.GenericSuccessViewAction
Gets authentication principal.
getAuthenticationProviderForService(RegisteredService) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Gets authentication provider for service.
getAuthenticationResult(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets authentication result builder.
getAuthenticationResultBuilder(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets authentication result builder.
getAuthenticationSatisfiedByPolicy(Authentication, ServiceContext) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Gets the authentication satisfied by policy.
getAuthenticationSystemSupport() - Method in class org.apereo.cas.support.oauth.authenticator.OAuthUserAuthenticator
 
getAuthenticationSystemSupport() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
getAuthenticationSystemSupport() - Method in class org.apereo.cas.support.rest.TicketsResource
 
getAuthenticationTransactionManager() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Gets authentication transaction manager.
getAuthenticationTransactionManager() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getAuthenticationUri() - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
 
getAuthenticator(Credential) - Method in class org.apereo.cas.authentication.handler.support.TokenAuthenticationHandler
 
getAuthenticator(Credential) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
getAuthenticator(Credential) - Method in class org.apereo.cas.authentication.StormpathAuthenticationHandler
 
getAuthenticator(Credential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
Gets authenticator.
getAuthenticator(Credential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
getAuthn() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getAuthorizationEndpoint() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getAuthy() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getAuthyClient() - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
getAuthyTokens() - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
getAuthyUsers() - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
getAuthzAttributes() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getAvailability(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.StatisticsController
Gets availability times of the server.
getAvailableAttributes() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
 
getAvailableQueryAttributes() - Method in class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
getBackupCount() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties.Ldap
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties.Ldap
 
getBaseDn() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties.Ldap
 
getBaseDn() - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
getBaseNames() - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
getBasicAuthnPassword() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getBasicAuthnUsername() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getBatchSize() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getBind() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
getBindCredential() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getBindDn() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getBlockWaitTime() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getBoolean(LdapEntry, String) - Static method in class org.apereo.cas.util.LdapUtils
Reads a Boolean value from the LdapEntry.
getBoolean(LdapEntry, String, Boolean) - Static method in class org.apereo.cas.util.LdapUtils
Reads a Boolean value from the LdapEntry.
getBox() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getBucket() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
getBucket() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
getBuilderFactory() - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
 
getBypass() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider
 
getCachedExpiration() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getCachedTimeUnit() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getCacheDuration() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getCacheExpirationMinutes() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getCacheManagerName() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getCacheMaxElementsInMemory() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCacheMode() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
getCacheName() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getCacheName() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
getCacheName() - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
getCachePolicy() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getCacheSeconds() - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
getCacheTimeToIdle() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getCacheTimeToIdleSeconds() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCacheTimeToLive() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getCacheTimeToLiveSeconds() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCallbackUrl() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
 
getCapacity() - Method in interface org.apereo.cas.monitor.CacheStatistics
Gets the current capacity of the cache in a unit specific to the cache being monitored (e.g.
getCapacity() - Method in class org.apereo.cas.monitor.EhCacheStatistics
Gets the heap memory capacity of the cache.
getCapacity() - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
getCapacity() - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
 
getCas() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getCas2() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
getCas3() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
getCasAttributeEncoder() - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
getCasCredentialsType() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
 
getCasCredentialsType() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
Return the CAS credential supported by this handler (to be converted in a pac4j credentials by AbstractWrapperAuthenticationHandler.convertToPac4jCredentials(Credential)).
getCasCredentialsType() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
getCaseCanonicalization() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
getCaseConversion() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
getCasEventRepository() - Method in class org.apereo.cas.support.events.listener.DefaultCasEventListener
 
getCasPrincipalAttributes(Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas principal attributes into model.
getCasProtocolAuthenticationAttributes(Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas authentication attributes into model.
getCasServerHostName() - Static method in class org.apereo.cas.util.InetAddressUtils
Gets cas server host name.
getCentralAuthenticationService() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
getCentralAuthenticationService() - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
getCentralAuthenticationService() - Method in class org.apereo.cas.support.rest.TicketsResource
 
getCertificate() - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509CertificateCredential
 
getCertificateFactory() - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
Gets a certificate factory for creating X.509 artifacts.
getCertificates() - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509CertificateCredential
 
getChainedAuthentications(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets chained authentications.
getChainedAuthentications() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Gets all authentications (TicketGrantingTicket.getAuthentication() from this instance and all dependent tickets that reference this one.
getChainedAuthentications() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getChainedAuthentications() - Method in interface org.apereo.cas.validation.Assertion
Gets a list of all authentications that have occurred during a CAS SSO session.
getChainedAuthentications() - Method in class org.apereo.cas.validation.ImmutableAssertion
 
getCharacterEncoding() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
getCityDatabase() - Method in class org.apereo.cas.configuration.model.support.geo.maxmind.MaxmindProperties
 
getClaimsSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getClaimTypesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getCleaner() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getCleaner() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getClearpass() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getClient() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
 
getClient() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
getClient() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
getClientId() - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
getClientId() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
getClientId() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
getClientId() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
getClientIp() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getClientIpAddress() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getClients() - Method in class org.apereo.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
 
getClients() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
getClientSecret() - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
getClientSecret() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
getClientSecret() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
getClientUri() - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
getCluster() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
getCode() - Method in class org.apereo.cas.adaptors.radius.RadiusResponse
 
getCode() - Method in interface org.apereo.cas.authentication.ContextualAuthenticationPolicy
Return an optional message code to use when this ContextualAuthenticationPolicy is unsatisfied.
getCode() - Method in interface org.apereo.cas.authentication.MessageDescriptor
Gets code.
getCode() - Method in exception org.apereo.cas.authentication.RootCasException
 
getCode() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
getCode() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
getCode() - Method in class org.apereo.cas.DefaultMessageDescriptor
 
getCode() - Method in class org.apereo.cas.monitor.Status
Gets the status code.
getCode() - Method in exception org.apereo.cas.services.UnauthorizedServiceException
The error code associated with this exception.
getCodeDigits() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getCodes() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getCollection() - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
getCollectionName() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
getCollectionName() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getCollectionName() - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
getColumnMappings() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
getConcurrency() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
getConfig() - Method in class org.apereo.cas.configuration.support.AbstractConfigProperties
 
getConfigBean() - Method in class org.apereo.cas.support.wsfederation.WsFederationHelper
 
getConfigLocation() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getConfigLocation() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
getConfigLocation() - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
getConfiguration(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.LoggingConfigController
Gets configuration as JSON.
getConfirmedPassword() - Method in class org.apereo.cas.pm.PasswordChangeBean
 
getConnectionBackoffStrategy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getConnectionFactory() - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
getConnectionReuseStrategy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getConnectionTimeout() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
getConnectionTimeout() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getConnectionTimeout() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getConnectTimeout() - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
getConnectTimeout() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getConns() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getContactPersons() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getContentType() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getContentType() - Method in class org.apereo.cas.util.http.HttpMessage
 
getContext() - Method in interface org.apereo.cas.authentication.ContextualAuthenticationPolicy
Gets the context used to evaluate the authentication policy.
getCookieStore() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getCouchbase() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getCouchbase() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getCountOfUses() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getCountOfUses() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
getCountOfUses() - Method in interface org.apereo.cas.ticket.Ticket
Gets count of uses.
getCountOfUses() - Method in interface org.apereo.cas.ticket.TicketState
Returns the number of times a ticket was used.
getCountryDatabase() - Method in class org.apereo.cas.configuration.model.support.geo.maxmind.MaxmindProperties
 
getCreationTime() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getCreationTime() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getCreationTime() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
getCreationTime() - Method in interface org.apereo.cas.ticket.Ticket
Method to return the time the Ticket was created.
getCreationTime() - Method in interface org.apereo.cas.ticket.TicketState
Get the time the ticket was created.
getCredential() - Method in class org.apereo.cas.support.events.CasAuthenticationTransactionStartedEvent
 
getCredential() - Method in class org.apereo.cas.support.events.CasAuthenticationTransactionSuccessfulEvent
 
getCredential(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets credential from the context.
getCredentialClass() - Method in class org.apereo.cas.authentication.AbstractCredential
 
getCredentialClass() - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
 
getCredentialClass() - Method in interface org.apereo.cas.authentication.CredentialMetaData
Gets the type of the original credential.
getCredentialClassType() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getCredentialCriteria() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
getCredentialCriteria() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getCredentialCriteria() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
getCredentialCriteria() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getCredentialCriteria() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getCredentialFactory() - Method in class org.apereo.cas.support.rest.TicketsResource
 
getCredentialFromContext(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Gets credential from context.
getCredentialMetaData() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
getCredentialMetaData() - Method in interface org.apereo.cas.authentication.HandlerResult
Gets credential meta data.
getCredentials() - Method in interface org.apereo.cas.authentication.Authentication
Gets a list of metadata about the credentials supplied at authentication time.
getCredentials() - Method in class org.apereo.cas.authentication.AuthenticationTransaction
 
getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the list of credentials that were attempted to be authenticated.
getCredentials() - Method in class org.apereo.cas.authentication.principal.ClientCredential
Return the credentials.
getCredentialsProvider() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getCRL(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Gets the first fetched CRL for the given certificate.
getCrlExpiredPolicy() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCrlFetcher() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCrlResourceExpiredPolicy() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCrlResources() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCrlResourceUnavailablePolicy() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCRLs(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Gets the collection of CRLs for the given certificate.
getCRLs(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Gets the collection of CRLs for the given certificate.
getCRLs(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
getCrlUnavailablePolicy() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
getCrypto() - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
getCurrentAuthentication() - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Get Authentication from ThreadLocal.
getCurrentCredentialIds() - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Get credential ids from ThreadLocal.
getCurrentCredentialIdsAsString() - Static method in class org.apereo.cas.authentication.CurrentCredentialsAndAuthentication
Get credential ids String representation from ThreadLocal.
getCurrentDateAndTime() - Method in class org.apereo.cas.util.ISOStandardDateFormat
Gets the current date and time formatted by the pattern specified.
getCurrentExecutingSubject() - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
Gets current executing subject.
getCustomComponent() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
Visible for serialization only.
getCustomComponent(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
Get the current properties for the specified custom component.
getCustomComponent() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
Visible for serialization only.
getCustomComponent(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
Get the current properties for the specified custom component.
getCustomComponent() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
Visible for serialization only.
getCustomComponent(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
Get the current properties for the specified custom component.
getCustomParamKey1() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getCustomParamKey2() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getCustomParamValue1() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getCustomParamValue2() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getDatabase() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth.Jpa
 
getDatabaseName() - Method in class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
getDatabaseName() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
 
getDataEncryptionParameters(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets data encryption parameters.
getDataSource() - Method in class org.apereo.cas.adaptors.jdbc.AbstractJdbcUsernamePasswordAuthenticationHandler
 
getDataSource() - Method in class org.apereo.cas.configuration.model.support.jpa.JpaConfigDataHolder
 
getDate() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getDate() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
getDateTime() - Static method in class org.apereo.cas.util.CasVersion
Gets last modified date/time for the module.
getDaysToExpiration() - Method in class org.apereo.cas.authentication.support.PasswordExpiringWarningMessageDescriptor
 
getDdlAuto() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getDefaultAttributesToRelease() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getDefaultCatalog() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getDefaultHeaders() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getDefaultLocale() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getDefaultMessage() - Method in interface org.apereo.cas.authentication.MessageDescriptor
Gets default message.
getDefaultMessage() - Method in class org.apereo.cas.DefaultMessageDescriptor
 
getDefaultMessage(String) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
getDefaultRedirectUrl() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
getDefaultSchema() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getDefaultThemeName() - Method in class org.apereo.cas.configuration.model.support.themes.ThemeProperties
 
getDefaultValue() - Method in class org.apereo.cas.configuration.model.webapp.LocaleProperties
 
getDefaultView() - Method in class org.apereo.cas.web.report.LoggingConfigController
Gets default view.
getDescription() - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
getDescription() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getDescription() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getDescription() - Method in class org.apereo.cas.monitor.Status
 
getDescription() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getDescription() - Method in interface org.apereo.cas.services.RegisteredService
Returns the description of the service.
getDescription() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets description.
getDescriptions() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets descriptions.
getDetails() - Method in class org.apereo.cas.monitor.HealthStatus
Gets the status details comprising the individual health checks performed for overall health status.
getDialect() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getDigest() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getDir() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getDirectory() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
getDiscoveryUri() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getDiskExpiryThreadIntervalSeconds() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getDisplayName() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets display name.
getDisplayNames() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets display names.
getDnFormat() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getDnForRegisteredService(String, RegisteredService) - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
getDnForRegisteredService(String, RegisteredService) - Method in interface org.apereo.cas.adaptors.ldap.services.LdapRegisteredServiceMapper
Gets the dn for registered service.
getDnsTimeout() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getDomain() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
getDomainController() - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
getDriverClass() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getDropbox() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getDropbox() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getDuo() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getDuoApiHost() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
 
getDuoApiHost() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
getDuoApplicationKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
getDuoIntegrationKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
getDuoSecretKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
getEhcache() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getEmailAttribute() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getEncode() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
getEncoded() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
getEncoding() - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
getEncoding() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Web
 
getEncodingAlgorithm() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
getEncrypter(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, KeyEncryptionParameters, DataEncryptionParameters) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets encrypter.
getEncryption() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
getEncryptionCertFile() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getEncryptionCertFile() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getEncryptionCertificate() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getEncryptionCertificate() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets encryption certificate.
getEncryptionCertificate() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
getEncryptionKey() - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
getEncryptionKey() - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
getEncryptionKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getEncryptionKeyFile() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getEncryptionPrivateKey() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getEncryptionPrivateKey() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets encryption private key.
getEncryptionPrivateKey() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
getEncryptionPrivateKeyPassword() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getEncryptionPrivateKeyPassword() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
getEndingDateTime() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
getEndingTime() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getEndpoint() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Rest
 
getEndpointUrl() - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
getEntityDescriptor() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getEntityDescriptorForEntityId(String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
 
getEntityDescriptorForEntityId(String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.ChainingMetadataResolverAdapter
 
getEntityDescriptorForEntityId(String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.DynamicMetadataResolverAdapter
 
getEntityDescriptorForEntityId(String) - Method in interface org.apereo.cas.support.saml.web.flow.mdui.MetadataResolverAdapter
Gets entity descriptor for entity id.
getEntityId() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getEntityId() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
Gets entity id.
getEntityId() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getEntityIdAsParameter(Service) - Static method in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
Gets entity id as parameter.
getErrorCodeFrom(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets error code from.
getErrorDescriptionFrom(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets error description from.
getErrorMessage(Error) - Static method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
Gets authy error message.
getErrors() - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
 
getEvalOrder() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getEvalOrder() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getEvaluationOrder() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getEvaluationOrder() - Method in interface org.apereo.cas.services.RegisteredService
Gets the relative evaluation order of this service when determining matches.
getEvents() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getEventsForPrincipal(String) - Method in interface org.apereo.cas.support.events.dao.CasEventRepository
Gets events for principal.
getEventsForPrincipal(String) - Method in class org.apereo.cas.support.events.dao.InMemoryCasEventRepository
 
getEventsForPrincipal(String) - Method in class org.apereo.cas.support.events.jpa.JpaCasEventRepository
 
getEventsForPrincipal(String) - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
getEventsOfType(String) - Method in class org.apereo.cas.support.events.dao.AbstractCasEventRepository
 
getEventsOfType(String) - Method in interface org.apereo.cas.support.events.dao.CasEventRepository
Gets events of type.
getEvictionPercentage() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getEvictionPolicy() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getEvictions() - Method in interface org.apereo.cas.monitor.CacheStatistics
Gets the number of items evicted from the cache in order to make space for new items.
getEvictions() - Method in class org.apereo.cas.monitor.EhCacheStatistics
 
getEvictions() - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
getEvictions() - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
 
getEvictionThreshold() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
getExceptions() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationExceptionsProperties
 
getExceptions() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getExecutorService() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getExpiration() - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
getExpiration() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getExpirationDate() - Method in exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
 
getExpirationMinutes() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getExpirationPolicy() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getExpirationPolicy() - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
getExpirationPolicy() - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
 
getExpirationPolicy() - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
getExpirationPolicy() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
getExpirationPolicy() - Method in interface org.apereo.cas.ticket.Ticket
Get expiration policy associated with ticket.
getExpiredCRLPolicy() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
 
getExpireInMinutes() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getExpressionStringFromAction(EvaluateAction) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Gets expression string from action.
getExtAccessLog() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getExtension() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration.EmbeddedServiceRegistryDao
 
getExtension() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Gets extension associated with files in the given resource directory.
getExtension() - Method in class org.apereo.cas.services.JsonServiceRegistryDao
 
getExtension() - Method in class org.apereo.cas.services.YamlServiceRegistryDao
 
getExtensions() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getFacebook() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getFailure() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
getFailure() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2.Proxy
 
getFailure() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
getFailure() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getFailureMode() - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
getFailureMode() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
getFailureMode() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
getFailureMode() - Method in interface org.apereo.cas.services.RegisteredServiceMultifactorPolicy
Gets failure mode.
getFailureRangeInSeconds() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getFailures() - Method in interface org.apereo.cas.authentication.Authentication
Gets a map describing failed authentications.
getFailures() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Gets the authentication failure map.
getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the authentication failure map.
getFailureThreshold() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getFailureView() - Method in class org.apereo.cas.web.AbstractServiceValidateController
Return the failureView.
getFetcher() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
getFieldPassword() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getFields() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
getFields() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
getFieldUser() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getFieldValue(Object, String) - Method in class org.apereo.cas.ticket.registry.support.kryo.FieldHelper
Gets the field value.
getFile() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getFile() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties.Truststore
 
getFilename() - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
getFirst() - Method in exception org.apereo.cas.authentication.MixedPrincipalException
Gets the first resolved principal.
getFirst() - Method in class org.apereo.cas.util.Pair
Return the first object of the pair.
getFlowDefinitionRegistry() - Method in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
 
getFlowExecutionKey(HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Get the flow execution key.
getFormat() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getFormat() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
Ticket validation response MUST be produced based on the parameter value.
getFormData() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
getFoursquare() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getFreeMemory() - Method in class org.apereo.cas.monitor.MemoryStatus
Gets JVM free memory.
getFreeMemThreshold() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getFrom() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getGauth() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getGeography() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
getGithub() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getGlobalFailureMode() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getGlobalPrincipalAttributeNameTriggers() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getGlobalPrincipalAttributeValueRegex() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getGlobalProviderId() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getGoogle() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getGoogleAnalytics() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getGoogleAnalyticsTrackingId() - Method in class org.apereo.cas.configuration.model.support.analytics.GoogleAnalyticsProperties
 
getGoogleApps() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getGoogleAuthenticator() - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountSaveRegistrationAction
 
getGoogleAuthenticatorInstance() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationHandler
 
getGoogleMaps() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getGoogleRecaptcha() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getGrantingTicket() - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
getGrantingTicket() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
getGrantingTicket() - Method in class org.apereo.cas.ticket.ServiceTicketImpl
 
getGrantingTicket() - Method in interface org.apereo.cas.ticket.Ticket
Method to retrieve the TicketGrantingTicket that granted this ticket.
getGrantingTicket() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getGrantTypesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getGroovy() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getGroovyScript() - Method in class org.apereo.cas.services.GroovyScriptAttributeReleasePolicy
 
getGroupField() - Method in class org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy
 
getGroupField() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getHandlerErrors() - Method in exception org.apereo.cas.authentication.AuthenticationException
Gets an unmodifable map of handler names to errors.
getHandlerName() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
getHandlerName() - Method in interface org.apereo.cas.authentication.HandlerResult
Gets handler name.
getHandlerName() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
getHandlerSuccesses() - Method in exception org.apereo.cas.authentication.AuthenticationException
Gets an unmodifable map of handler names to authentication successes.
getHardTimeout() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getHash() - Method in class org.apereo.cas.digest.DigestCredential
 
getHashAlgorithm() - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
getHazelcast() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getHeader() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
getHealthCheckRegistry() - Method in class org.apereo.cas.config.CasMetricsConfiguration
 
getHealthQuery() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getHeartbeatFrequency() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getHost() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getHost() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getHostName() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getHostName() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getHostNameClientActionStrategy() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getHostNamePatternString() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getHostnameVerifier() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getHttp() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getHttpClient() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getHttpClient() - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
getHttpServletRequest(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the http servlet request from the context.
getHttpServletRequest() - Static method in class org.apereo.cas.web.support.WebUtils
Gets the http servlet request from the current servlet context.
getHttpServletRequestFromRequestAttributes() - Static method in class org.apereo.cas.web.support.WebUtils
Gets http servlet request from request attributes.
getHttpServletRequestGeoLocation() - Static method in class org.apereo.cas.web.support.WebUtils
Gets http servlet request geo location.
getHttpServletRequestUserAgent(HttpServletRequest) - Static method in class org.apereo.cas.web.support.WebUtils
Gets http servlet request user agent.
getHttpServletRequestUserAgent() - Static method in class org.apereo.cas.web.support.WebUtils
Gets http servlet request user agent.
getHttpServletResponse(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the http servlet response from the context.
getHttpServletResponse() - Static method in class org.apereo.cas.web.support.WebUtils
Gets the http servlet response from the current servlet context.
getHttpServletResponseFromRequestAttributes() - Static method in class org.apereo.cas.web.support.WebUtils
Gets http servlet response from request attributes.
getHttpWebRequest() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getHzLocation() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
getId() - Method in class org.apereo.cas.adaptors.authy.AuthyMultifactorAuthenticationProvider
 
getId() - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
getId() - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
getId() - Method in class org.apereo.cas.adaptors.duo.authn.DuoMultifactorAuthenticationProvider
 
getId() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
getId() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorMultifactorAuthenticationProvider
 
getId() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
getId() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
getId() - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressCredential
 
getId() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusMultifactorAuthenticationProvider
 
getId() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
getId() - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingCredential
 
getId() - Method in exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
 
getId() - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509CertificateCredential
 
getId() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
getId() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyMultifactorAuthenticationProvider
 
getId() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getId() - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
 
getId() - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
 
getId() - Method in interface org.apereo.cas.authentication.Credential
Gets a credential identifier that is safe to record for logging, auditing, or presentation to the user.
getId() - Method in interface org.apereo.cas.authentication.CredentialMetaData
Gets a unique identifier for the kind of credential this represents.
getId() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
 
getId() - Method in class org.apereo.cas.authentication.OneTimePasswordCredential
Gets the unique ID commonly used to look up a one-time password in a system of record.
getId() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getId() - Method in class org.apereo.cas.authentication.principal.ClientCredential
 
getId() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
getId() - Method in interface org.apereo.cas.authentication.principal.Principal
 
getId() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
getId() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Dropbox
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Foursquare
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Github
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Twitter
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.WindowsLive
 
getId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Yahoo
 
getId() - Method in class org.apereo.cas.digest.DigestCredential
 
getId() - Method in class org.apereo.cas.MongoDbProperty
 
getId() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getId() - Method in interface org.apereo.cas.services.MultifactorAuthenticationProvider
Gets id for this provider.
getId() - Method in interface org.apereo.cas.services.RegisteredService
The numeric identifier for this service.
getId() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getId() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdCredential
 
getId() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
getId() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getId() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getId() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
Gets an encoded version of ID of the source ticket.
getId() - Method in interface org.apereo.cas.ticket.Ticket
Method to retrieve the id.
getIdAttribute() - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
getIdAttribute() - Method in interface org.apereo.cas.adaptors.ldap.services.LdapRegisteredServiceMapper
Gets the name of the LDAP attribute that stores the registered service integer unique identifier.
getIdAttribute() - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
getIdentifier() - Method in class org.apereo.cas.adaptors.radius.RadiusResponse
 
getIdentity() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdService
 
getIdentityAttribute() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getIdentityAttribute() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the identity of the IdP.
getIdentityProviderIdentifier() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getIdentityProviderIdentifier() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the identity provider identifier.
getIdentityProviderMetadataPath() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getIdentityProviderUrl() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getIdentityProviderUrl() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the identity provider url.
getIdleCount() - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
Gets the number of pool resources idle at present.
getIdleCount() - Method in class org.apereo.cas.monitor.JdbcDataSourceMonitor
 
getIdleCount() - Method in class org.apereo.cas.monitor.PooledLdapConnectionFactoryMonitor
 
getIdleCount() - Method in class org.apereo.cas.monitor.PoolStatus
Gets the number of idle pool resources.
getIdleTime() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getIdleTimeout() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getIdleTimeout() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getIdTokenSigningAlgValuesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getIgnite() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getIgniteAddresses() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getIgniteConfiguration() - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
getIncludePattern() - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
getInetAddress() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
getInetAddress() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
getInfinispan() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getInformationURL() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets information uRL.
getInformationURLs() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets information uR ls.
getInitialAuthentication() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
Gets the initial authentication.
getInitialAuthentication() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
getInitialCapacity() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
getInitToken() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
getInMemory() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getInstance() - Static method in class org.apereo.cas.authentication.principal.NullPrincipal
Returns the single instance of this class.
getInstanceName() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getIp() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
getIpAddressRange() - Method in class org.apereo.cas.configuration.model.support.generic.RemoteAddressAuthenticationProperties
 
getIpsToCheckPattern() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getIsolationLevelName() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
getIssuedOn() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getIssuer() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getIssuer() - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
getIssuer() - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
getIssuer() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getIssuer() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getIssuerFromSamlRequest(RequestAbstractType) - Static method in class org.apereo.cas.support.saml.SamlIdPUtils
Gets issuer from saml request.
getJaas() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getJcifsDomain() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsDomainController() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsNetbiosWins() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsPassword() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsServicePassword() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsServicePrincipal() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJcifsUsername() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getJdbc() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getJdbcTemplate() - Method in class org.apereo.cas.adaptors.jdbc.AbstractJdbcUsernamePasswordAuthenticationHandler
Method to return the jdbcTemplate.
getJoinTimeout() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getJpa() - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
getJpa() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getJpa() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getJpa() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getJpa() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getJpaLockingTimeout() - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
getJpaVendorAdapter() - Method in class org.apereo.cas.configuration.model.support.jpa.JpaConfigDataHolder
 
getJson() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getJsonFactory() - Method in class org.apereo.cas.services.RegisteredServiceYamlSerializer
 
getJsonFactory() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
getJwks() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOidcTypeEditBean
 
getJwks() - Method in class org.apereo.cas.services.OidcRegisteredService
 
getJwksFile() - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
getJwksUri() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getKerberosConf() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getKerberosDebug() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getKerberosKdc() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getKerberosKdcSystemProperty() - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
getKerberosRealm() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getKerberosRealmSystemProperty() - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
getKey() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Encryption
 
getKey() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Signing
 
getKey() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
getKeyAlgorithm() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getKeyAlgorithm() - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
getKeyDescriptors() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getKeyEncryptionCredential(String, SamlRegisteredServiceServiceProviderMetadataFacade, SamlRegisteredService) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets key encryption credential.
getKeyEncryptionParameters(Assertion, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade, Credential) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
Gets key encryption parameters.
getKeySize() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Encryption
 
getKeySize() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Signing
 
getKeystore() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getKeyStoreFilePath() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getKeyStorePassword() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getKeystorePassword() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getKeystorePassword() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getKeystorePath() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getKeyStoreType() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getKeystoreType() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getKryo() - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Gets the kryo object that provides encoding and decoding services for this instance.
getLabel() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getLastTimeUsed() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getLastTimeUsed() - Method in interface org.apereo.cas.ticket.TicketState
Returns the last time the ticket was used.
getLatitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
getLdap() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getLdap() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getLdapAuthz() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getLdapPrincipalIdentifier(String, LdapEntry) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Gets ldap principal identifier.
getLdapUrl() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getLeakThreshold() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getLeniency() - Method in exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
 
getLifetime() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties.Conns
 
getLinkedIn() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getLoadFactor() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
getLocalAddress() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getLocale() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getLocalPort() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getLocation() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getLocation() - Method in class org.apereo.cas.configuration.support.AbstractConfigProperties.Config
 
getLocation() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
getLocation() - Method in interface org.apereo.cas.services.RegisteredServicePublicKey
Gets location to the public key file.
getLocation() - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
getLocation() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
getLocatorType() - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
getLockTimeout() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
getLoggerName() - Method in class org.apereo.cas.configuration.model.core.metrics.MetricsProperties
 
getLoggingType() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getLoginConf() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getLoginFailures() - Method in class org.apereo.cas.authentication.support.PasswordPolicyConfiguration
 
getLoginFailures() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
getLoginFlow() - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
getLoginFlow() - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Gets login flow.
getLoginUrl() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getLoginUrl() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
getLoginUrl() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Cas
 
getLoginUrl() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getLogo() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getLogo() - Method in interface org.apereo.cas.services.RegisteredService
Gets the logo image associated with this service.
getLogoUrl() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getLogoUrl() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getLogoUrl() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets logo url.
getLogoUrls() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets logo urls.
getLogout() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getLogout() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getLogoutFlow() - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
getLogoutFlow() - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Gets logout flow.
getLogoutMessageBuilder() - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
getLogoutParameterName() - Method in class org.apereo.cas.logout.LogoutHttpMessage
 
getLogoutRequests(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the logout requests from flow scope.
getLogoutType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getLogoutType() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getLogoutType() - Method in interface org.apereo.cas.services.RegisteredService
Returns the logout type of the service.
getLogoutUrl() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getLogoutUrl() - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
getLogoutUrl() - Method in interface org.apereo.cas.logout.LogoutRequest
Gets logout url.
getLogoutUrl() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getLogoutUrl() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getLogoutUrl() - Method in interface org.apereo.cas.services.RegisteredService
Identifies the logout url that that will be invoked upon sending single-logout callback notifications.
getLogoutUrl() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getLong(LdapEntry, String) - Static method in class org.apereo.cas.util.LdapUtils
Reads a Long value from the LdapEntry.
getLong(LdapEntry, String, Long) - Static method in class org.apereo.cas.util.LdapUtils
Reads a Long value from the LdapEntry.
getLongitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
getMailAttribute() - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
getMailAttribute() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
getMapName() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
getMarshallerFactory() - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
 
getMaxAge() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
getMaxAgeDays() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
getMaxChunkSize() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMaxClockSkew() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getMaxConnectionsPerRoute() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getMaxConversations() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
getMaxElementsInCache() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMaxElementsInMemory() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMaxElementsOnDisk() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMaxHeapSizePercentage() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMaximumAuthenticationLifetime() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getMaximumBatchSize() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMaximumCacheSize() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getMaxLength() - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyGrantingTicketProperties
 
getMaxLength() - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
getMaxLength() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getMaxLength() - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
 
getMaxLength() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
 
getMaxmind() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getMaxNoHeartbeatSeconds() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMaxPathLength() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getMaxPooledConnections() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getMaxPoolSize() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getMaxPostSize() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getMaxSize() - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
getMaxSize() - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Maximum size of encoded data supported by this transcoder.
getMaxSizePolicy() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMaxTimeToLiveInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getMaxTimeToLiveInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.Timeout
 
getMaxTimeToLiveInSeconds() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.AccessToken
 
getMaxValidity() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
getMaxWait() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Jdbc
 
getMaxWait() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Ldap
 
getMaxWait() - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
getMdLoc() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getMdMaxVal() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getMdPattern() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getMdSigLoc() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getMembers() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMemcached() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
getMemoryStats(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.StatisticsController
Gets memory stats.
getMemoryStoreEvictionPolicy() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getMerger() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
getMergingStrategy() - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
getMergingStrategy() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
getMessage() - Method in exception org.apereo.cas.adaptors.x509.authentication.ExpiredCRLException
getMessage() - Method in exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
getMessage() - Method in exception org.apereo.cas.ticket.InvalidTicketException
Returns the ticket id that causes this exception.
getMessage() - Method in class org.apereo.cas.util.http.HttpMessage
 
getMessageBundle() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getMessageInternal(String, Object[], Locale) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
getMetadata() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getMetadata() - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
getMetadataCriteriaDirection() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetadataCriteriaPattern() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetadataCriteriaRoles() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetadataFile() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getMetadataLocation() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetadataMaxValidity() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetadataResolver() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getMetadataResolverForAllSamlServices(ServicesManager, String, SamlRegisteredServiceCachingMetadataResolver) - Static method in class org.apereo.cas.support.saml.SamlIdPUtils
Gets chaining metadata resolver for all saml services.
getMetadataSignatureLocation() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getMetricRegistry() - Method in class org.apereo.cas.config.CasMetricsConfiguration
 
getMetrics() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getMfa() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getMgmt() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getMinLength() - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
 
getMinLength() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
 
getMinPoolSize() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getMinSize() - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
getModelAttributes(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets model attributes.
getMongo() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getMongo() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getMongodb() - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
getMongodb() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getMongodb() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getMongoHostUri() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getMonitor() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getMultiAuth() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getMulticastGroup() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMulticastPort() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMulticastTimeout() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMulticastTimeToLive() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMulticastTrustedInterfaces() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getMultifactorAuthenticationProviderFromApplicationContext(String) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Find the MultifactorAuthenticationProvider in the application contact that matches the specified providerId (e.g.
getMultifactorAuthenticationProviders() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
getMultifactorAuthenticationProviders() - Method in interface org.apereo.cas.services.RegisteredServiceMultifactorPolicy
Gets MFA authentication provider id.
getMultifactorPolicy() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getMultifactorPolicy() - Method in interface org.apereo.cas.services.RegisteredService
Gets authentication policy.
getName() - Method in enum org.apereo.cas.adaptors.radius.RadiusProtocol
Gets the radius protocol name required by RadiusClient.getAuthProtocol(String).
getName() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
 
getName() - Method in interface org.apereo.cas.authentication.AuthenticationHandler
Gets a unique name for this authentication handler within the Spring context that contains it.
getName() - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 
getName() - Method in class org.apereo.cas.configuration.model.core.HostProperties
 
getName() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getName() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
getName() - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
getName() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getName() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
getName() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getName() - Method in class org.apereo.cas.MongoDbProperty
 
getName() - Method in class org.apereo.cas.monitor.AbstractNamedMonitor
 
getName() - Method in interface org.apereo.cas.monitor.CacheStatistics
Gets a descriptive name of the cache instance for which statistics apply.
getName() - Method in class org.apereo.cas.monitor.EhCacheStatistics
 
getName() - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
getName() - Method in class org.apereo.cas.monitor.HealthCheckMonitor
 
getName() - Method in class org.apereo.cas.monitor.MemoryMonitor
Gets the name of the monitor.
getName() - Method in interface org.apereo.cas.monitor.Monitor
Gets the name of the monitor.
getName() - Method in class org.apereo.cas.monitor.SessionMonitor
 
getName() - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
Gets a descriptive name of the cache instance for which statistics apply.
getName() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getName() - Method in interface org.apereo.cas.services.RegisteredService
Returns the name of the service.
getName() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction.ProviderLoginPageConfiguration
 
getName() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
getName() - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
 
getName() - Method in class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
getName() - Method in class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
getName() - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
getName() - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
Gets name.
getNameID(String, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Gets name id.
getNameIdAttribute() - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
getNameTrigger() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute
 
getNasIdentifier() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasIdentifier() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasIpAddress() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasIpAddress() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasIpv6Address() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasIpv6Address() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasPort() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasPort() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasPortId() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasPortId() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasPortType() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasPortType() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNasRealPort() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getNasRealPort() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getNetPartner() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getNetworkTimeout() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getNewString() - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
 
getNewString() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
 
getNewStringAsBytes() - Method in class org.apereo.cas.util.gen.DefaultRandomStringGenerator
 
getNewStringAsBytes() - Method in interface org.apereo.cas.util.gen.RandomStringGenerator
Gets the new string as bytes.
getNewTicketId(String) - Method in class org.apereo.cas.support.saml.util.SamlCompliantUniqueTicketIdGenerator
Return a new unique ticket id beginning with the prefix.
getNewTicketId(String) - Method in interface org.apereo.cas.ticket.UniqueTicketIdGenerator
Return a new unique ticket id beginning with the prefix.
getNewTicketId(String) - Method in class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
 
getNextLong() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
getNextLong() - Method in interface org.apereo.cas.util.gen.LongNumericGenerator
Get the next long in the sequence.
getNextNumberAsString() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
getNextNumberAsString() - Method in interface org.apereo.cas.util.gen.NumericGenerator
Method to retrieve the next number as a String.
getNextToken() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
getNextValue() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
Gets the next value.
getNodeSet() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
getNodeSet() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
getNotBefore() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getNotOnOrAfter() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getNotPrevented() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
getNtlm() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getNumberOfIterations() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getNumberOfIterationsFieldName() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getNumberOfUses() - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyTicketProperties
 
getNumberOfUses() - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
getNumberOfUses() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.Code
 
getOauth() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getOauth() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getoAuthCodeFactory() - Method in class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
Get the OAuth code factory.
getoAuthCodeIdGenerator() - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
Get the OAuth code identifier generator.
getObject() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getObjectClass() - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
getObjectClass() - Method in interface org.apereo.cas.adaptors.ldap.services.LdapRegisteredServiceMapper
Gets the name of the LDAP object class that represents service registry entries.
getObjectClass() - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
getObjectType() - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
getObjectType() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
getObjectType() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getOffice365() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getOidc() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getOidc() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getOidc() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getOidcMaxAgeFromAuthorizationRequest(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc max age from authorization request.
getOidcPromptFromAuthorizationRequest(String) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc prompt from authorization request.
getOidcPromptFromAuthorizationRequest(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Gets oidc prompt from authorization request.
getOnlyPostParams() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
getOpenid() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getOpenIdPrefixUrl() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceFactory
 
getOrCreateUser(Principal) - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
Gets or create user.
getOrder() - Method in class org.apereo.cas.adaptors.authy.AuthyMultifactorAuthenticationProvider
 
getOrder() - Method in class org.apereo.cas.adaptors.duo.authn.DuoMultifactorAuthenticationProvider
 
getOrder() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorMultifactorAuthenticationProvider
 
getOrder() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusMultifactorAuthenticationProvider
 
getOrder() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyMultifactorAuthenticationProvider
 
getOrganization() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getOriginalService() - Method in exception org.apereo.cas.ticket.AbstractTicketValidationException
 
getOriginalUrl() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
Return the original url provided (as service or targetService request parameter).
getOriginalUrl() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
Return the original url provided (as service or targetService request parameter).
getOverrideSignatureCanonicalizationAlgorithm() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
getPac4j() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getPackagesToScan() - Method in class org.apereo.cas.configuration.model.support.jpa.JpaConfigDataHolder
 
getPageSize() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
getParameter() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
getParamName() - Method in class org.apereo.cas.configuration.model.support.themes.ThemeProperties
 
getParamName() - Method in class org.apereo.cas.configuration.model.webapp.LocaleProperties
 
getParams() - Method in interface org.apereo.cas.authentication.MessageDescriptor
Get params.
getParams() - Method in class org.apereo.cas.DefaultMessageDescriptor
Get parameters for the message.
getParamsToCheck() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
getParserPool() - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
Gets the configured parser pool.
getPassword() - Method in class org.apereo.cas.authentication.OneTimePasswordCredential
Gets the cleartext one-time password value.
getPassword() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
getPassword() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
getPassword() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
getPassword() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getPassword() - Method in class org.apereo.cas.pm.PasswordChangeBean
 
getPasswordAttribute() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.rest.RestAuthenticationProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
getPasswordEncoder() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
getPasswordFieldName() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getPasswordPolicy() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPasswordPolicyConfiguration() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
getPasswordWarningNumberOfDays() - Method in class org.apereo.cas.authentication.support.PasswordPolicyConfiguration
 
getPath() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
getPattern() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
getPattern() - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
Gets the pattern.
getPattern() - Method in class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
Gets the pattern.
getPeople(Map<String, Object>) - Method in class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
getPeopleWithMultivaluedAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
getPercentFree() - Method in interface org.apereo.cas.monitor.CacheStatistics
Gets the percent free capacity remaining in the cache.
getPercentFree() - Method in class org.apereo.cas.monitor.EhCacheStatistics
 
getPercentFree() - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
getPercentFree() - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
 
getPerHost() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties.Conns
 
getPersistence() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getPersistenceUnitName() - Method in class org.apereo.cas.configuration.model.support.jpa.JpaConfigDataHolder
 
getPersistentIdGenerator() - Method in class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
 
getPerson(String) - Method in class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
getPersonDirectory() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getPgt() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getPhoneAttribute() - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
getPhoneAttribute() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
getPm() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getPolicy() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getPolicy() - Method in exception org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
Gets the unsatisfied policy that caused this exception.
getPolicyAttributes() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
getPolicyPattern() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
getPool() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Ldap
 
getPool() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getPoolPassivator() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getPort() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getPort() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
getPort() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getPort() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getPossibleUserAttributeNames() - Method in class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
getPostResponse(String, Map<String, String>) - Static method in class org.apereo.cas.authentication.principal.DefaultResponse
Gets the post response.
getPreferredJwsAlgorithm() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getPrefix() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
getPrefix() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
getPrefix() - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
getPrefix() - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
getPreviousTimeUsed() - Method in class org.apereo.cas.ticket.AbstractTicket
 
getPreviousTimeUsed() - Method in interface org.apereo.cas.ticket.TicketState
Get the second to last time used.
getPrimaryAuthentication() - Method in interface org.apereo.cas.validation.Assertion
Gets the authentication event that is basis of this assertion.
getPrimaryAuthentication() - Method in class org.apereo.cas.validation.ImmutableAssertion
 
getPrimaryAuthenticationFrom(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets the authentication from the model.
getPrincipal() - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingCredential
Get the previously authenticated Principal.
getPrincipal() - Method in interface org.apereo.cas.authentication.Authentication
Method to obtain the Principal.
getPrincipal() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Gets the authenticated principal.
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the authenticated principal.
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
getPrincipal() - Method in interface org.apereo.cas.authentication.HandlerResult
Gets principal.
getPrincipal() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getPrincipal() - Method in class org.apereo.cas.configuration.model.support.openid.OpenIdProperties
 
getPrincipal() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getPrincipal() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getPrincipal() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getPrincipal(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets the principal from the model.
getPrincipal() - Method in class org.apereo.cas.support.events.CasAuthenticationPrincipalResolvedEvent
 
getPrincipal(String, boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
Gets the principal from the given name.
getPrincipal() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
getPrincipal() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
getPrincipal(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
Gets the authenticated principal.
getPrincipalAttr() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
getPrincipalAttribute() - Method in class org.apereo.cas.configuration.model.core.authentication.PersonDirPrincipalResolverProperties
 
getPrincipalAttributeId() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPrincipalAttributeList() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPrincipalAttributeName() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getPrincipalAttributeNameTrigger() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
getPrincipalAttributeNameTrigger() - Method in interface org.apereo.cas.services.RegisteredServiceMultifactorPolicy
Gets principal attribute name trigger.
getPrincipalAttributePassword() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPrincipalAttributes(Principal) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Gets principal attributes from cache.
getPrincipalAttributes(Principal) - Method in class org.apereo.cas.authentication.principal.cache.CachingPrincipalAttributesRepository
 
getPrincipalAttributes(Principal) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
getPrincipalAttributes(Principal, Service) - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
Gets principal attributes.
getPrincipalAttributesAsMultiValuedAttributes(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets principal attributes.
getPrincipalAttributesFrom(String) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport
 
getPrincipalAttributesFrom(String) - Method in interface org.apereo.cas.ticket.registry.TicketRegistrySupport
Retrieve a valid Principal's map of attributes identified by the provided TGT SSO token.
getPrincipalAttributesRepository() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
getPrincipalAttributeValue() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
getPrincipalAttributeValueToMatch() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
getPrincipalAttributeValueToMatch() - Method in interface org.apereo.cas.services.RegisteredServiceMultifactorPolicy
Gets principal attribute value to match.
getPrincipalDescriptor() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getPrincipalElectionStrategy() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Gets principal election strategy.
getPrincipalElectionStrategy() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getPrincipalFactory() - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
getPrincipalId() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getPrincipalIdFrom(Authentication) - Method in interface org.apereo.cas.audit.spi.PrincipalIdProvider
Return principal id from a given authentication event.
getPrincipalIdProvider() - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
Get principal id provider.
getPrincipalNameTransformer() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
 
getPrincipalNameTransformer() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
getPrincipalTransformation() - Method in class org.apereo.cas.configuration.model.support.token.TokenAuthenticationProperties
 
getPrincipalType() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getPrivacyStatementURL() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets privacy statement uRL.
getPrivacyStatementURLs() - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Gets privacy statement uR ls.
getPrivateKeyAlgName() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getPrivateKeyLocation() - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
getPrivateKeyPassword() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getProfileCreator() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
 
getPropagationBehaviorName() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
getProperties() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getProperties() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getProperties() - Method in interface org.apereo.cas.services.RegisteredService
Describes extra metadata about the service; custom fields that could be used by submodules implementing additional behavior on a per-service basis.
getProperties() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getProperty(String) - Method in class org.apereo.cas.MongoDbPropertySource
 
getPropertyNames() - Method in class org.apereo.cas.MongoDbPropertySource
 
getProtocol() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getProtocol() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
getProtocol() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getProtocol() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getProtocol() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Cas
 
getProtocol() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getProviderClass() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getProviders() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
getProxiedBy() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Gets the service that produced a proxy-granting ticket.
getProxiedBy() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getProxy() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
getProxyAuthenticationStrategy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getProxyGrantingTicket() - Method in class org.apereo.cas.support.events.CasProxyTicketGrantedEvent
 
getProxyGrantingTicketId(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets the PGT from the model.
getProxyGrantingTicketIou(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets the PGT-IOU from the model.
getProxyGrantingTickets() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Gets proxy granting tickets created by this TGT.
getProxyGrantingTickets() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getProxyPolicy() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getProxyPolicy() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getProxyPolicy() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getProxyPolicy() - Method in interface org.apereo.cas.services.RegisteredService
Get the proxy policy rules for this service.
getProxyPort() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getProxyTicket() - Method in class org.apereo.cas.support.events.CasProxyTicketGrantedEvent
 
getPrunePeriod() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getPsw() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties.Truststore
 
getPt() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getPublicKey() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getPublicKey() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getPublicKey() - Method in interface org.apereo.cas.services.RegisteredService
Gets the public key associated with this service that is used to authorize the request by encrypting certain elements and attributes in the CAS validation protocol response, such as the PGT.
getPublicKeyLocation() - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
getQuery() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
getQueryType() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
getQueueSize() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getRadius() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getRadius() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getRangeSeconds() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
getRank() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
getRank() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getRank() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
getRank() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
getRawResourceFrom(String) - Static method in class org.apereo.cas.util.ResourceUtils
Gets resource from a String location.
getRawTicket(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Gets the ticket from the database, as is.
getReadTimeout() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
getReadTimeout() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getRealm() - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
getRealm() - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
getRealm() - Method in class org.apereo.cas.digest.DigestCredential
 
getReason() - Method in exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Gets the reason.
getRecords(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.AuthenticationEventsController
Gets records.
getRecords() - Method in class org.apereo.cas.web.report.TrustedDevicesController
Gets records.
getRedirectionStrategy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getRedirectPort() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getRedirectResponse(String, Map<String, String>) - Static method in class org.apereo.cas.authentication.principal.DefaultResponse
Gets the redirect response.
getRedirectUrl() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction.ProviderLoginPageConfiguration
 
getRefreshInterval() - Method in class org.apereo.cas.configuration.model.core.metrics.MetricsProperties
 
getRefreshIntervalSeconds() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getRefreshToken() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
getRefreshTokenFactory() - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenController
 
getRefreshTokenIdGenerator() - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
getRegExSubjectDnPattern() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getRegExTrustedIssuerDnPattern() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getRegisteredOAuthService(ServicesManager, String) - Static method in class org.apereo.cas.support.oauth.util.OAuthUtils
Locate the requested instance of OAuthRegisteredService by the given clientId.
getRegisteredService() - Method in class org.apereo.cas.services.ServiceContext
Gets the registered service for the service principal.
getRegisteredService() - Method in class org.apereo.cas.support.events.CasRegisteredServiceDeletedEvent
 
getRegisteredService() - Method in class org.apereo.cas.support.events.CasRegisteredServiceSavedEvent
 
getRegisteredService(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the registered service from the flow scope.
getRegisteredServiceJwtSecret(RegisteredService, String) - Method in class org.apereo.cas.authentication.handler.support.TokenAuthenticationHandler
Gets registered service jwt secret.
getRegistrationEndpoint() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getRegistry() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
 
getRegistry() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getReject() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getRejectBrowsers() - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
getRejectCountries() - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
getRejectedAttr() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getRejectedAttributes() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
getRejectIpAddresses() - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
getRelayState() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsService
 
getReleasedByDefaultAttributes(Principal, Map<String, Object>) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
Determines a default bundle of attributes that may be released to all services without the explicit mapping for each service.
getRelyingPartyIdentifier() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getRelyingPartyIdentifier() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the relying part identifier.
getRememberMe() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getRememberMeMaxAge() - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
getRemoteAddress() - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressCredential
 
getRemoteAddress() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getRemoteHostName(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Convenience method to perform a reverse DNS lookup.
getRepeatInterval() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getRepeatInterval() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
getRepeatInterval() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
getRepeatInterval() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
getRepeatInterval() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getReplicationInterval() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
getReq() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
getRequest() - Method in class org.apereo.cas.ticket.support.AbstractCasExpirationPolicy
Gets the http request based on the RequestContextHolder.
getRequestedService(HttpServletRequest) - Method in class org.apereo.cas.authentication.principal.WebApplicationServiceFactory
Gets requested service.
getRequestId() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsService
 
getRequestID() - Method in class org.apereo.cas.support.saml.authentication.principal.SamlService
 
getRequestParameter() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getRequiredAttr() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getRequiredAttributes() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
getRequiredAuthenticationContextClass() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getRequiredHandlers() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getRequiredHandlers() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getRequiredHandlers() - Method in interface org.apereo.cas.services.RegisteredService
Gets the set of handler names that must successfully authenticate credentials in order to access the service.
getRequiredNameIdFormat() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
getRequiredPermissions() - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
getRequiredRoles() - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
getRequireMultifactor() - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
getReset() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
getResolvedEventsAsAttribute(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Gets resolved events as attribute.
getResource() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getResource() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
getResourceFrom(String) - Static method in class org.apereo.cas.util.ResourceUtils
Gets resource from a String location.
getResourceInputStream(Resource, String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Retrieve the remote source's input stream to parse data.
getResourceInputStream(Resource, String) - Method in class org.apereo.cas.support.saml.web.flow.mdui.DynamicMetadataResolverAdapter
 
getResources() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
getResources() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
getResources() - Method in class org.apereo.cas.configuration.model.support.saml.shibboleth.ShibbolethAttributeResolverProperties
 
getResponse(String) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getResponse(String) - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
Constructs the url to redirect the service back to.
getResponse() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getResponseBuilder() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
getResponseCode() - Method in class org.apereo.cas.util.http.HttpMessage
 
getResponseType() - Method in class org.apereo.cas.authentication.principal.DefaultResponse
 
getResponseType() - Method in interface org.apereo.cas.authentication.principal.Response
Gets response type.
getResponseTypesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getRest() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getRest() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getRest() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getRestEndpoint() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getRestTemplate() - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
 
getRetries() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
getRetries() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
getRetrievedOn() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
getRevocationChecker() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getRevocationDate() - Method in exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Gets the revocation date.
getRevocationPolicyThreshold() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getRoleAttribute() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
getRolePrefix() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
getRoles() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
getRoot() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Gets the ticket-granting ticket at the root of the ticket hierarchy.
getRoot() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
getSalesforce() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getSalt() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
Get salt.
getSaltFieldName() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getSaManage() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getSaml() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getSaml() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getSamlCore() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getSamlIdp() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getSamlMetadataFacadeFor(SamlRegisteredService, AuthnRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets saml metadata adaptor for service.
getSamlMetadataFacadeFor(SamlRegisteredService, String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets saml metadata adaptor for service.
getSamlMetadataUi() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getSamlObjectQName(Class) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Gets saml object QName.
getSamlObjectQName(Class) - Method in class org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder
 
getSamlSP() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getSaslAuthorizationId() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSaslMechanism() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSaslMutualAuth() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSaslQualityOfProtection() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSaslRealm() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSaslSecurityStrength() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getSatisfiedMultifactorAuthenticationProvider(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets satisfied multifactor authentication provider.
getScheme() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
getScope() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
getScope() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
getScope() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
getScope() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
getScope() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getScopesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getScratchCodes() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
getScratchCodes() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
getScratchCodes() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
getSearch() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
getSearchFilter() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
getSearchFilter() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties.Ldap
 
getSearchFilter() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties.Ldap
 
getSearchFilter() - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
getSecond() - Method in exception org.apereo.cas.authentication.MixedPrincipalException
Gets the second resolved principal.
getSecond() - Method in class org.apereo.cas.util.Pair
Return the second object of the pair.
getSecret() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Dropbox
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Foursquare
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Github
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Twitter
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.WindowsLive
 
getSecret() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Yahoo
 
getSecretKey() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
getSecretKey() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
getSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.InMemoryGoogleAuthenticatorAccountRegistry
 
getSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.JpaGoogleAuthenticatorAccountRegistry
 
getSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
getSecretKey() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
getSecretKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
getSecretkey() - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
getSecurity() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getSecurity() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getSecurityManager() - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
getSecurityQuestions(String) - Method in class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
getSecurityQuestions(String) - Method in interface org.apereo.cas.pm.PasswordManagementService
Gets security questions.
getSecurityQuestionsAttributes() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getSeparator() - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
getSerial() - Method in exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Gets the serial.
getSerialNumberPrefix() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getServer() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getServer() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
getServer() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
getServerIp() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getServerIpAddress() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getServerName() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getServerName() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getServerPrefix() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
getServers() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
getServers() - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
getService() - Method in interface org.apereo.cas.authentication.AuthenticationResult
Gets the service for which this authentication result is relevant.
getService() - Method in class org.apereo.cas.authentication.AuthenticationTransaction
 
getService() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
getService() - Method in class org.apereo.cas.authentication.handler.support.TokenCredential
 
getService() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
Gets service associated with credentials.
getService() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
getService() - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
getService() - Method in interface org.apereo.cas.logout.LogoutRequest
Gets service.
getService() - Method in class org.apereo.cas.services.ServiceContext
Gets the service principal.
getService() - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
getService() - Method in interface org.apereo.cas.ticket.ServiceTicket
Retrieve the service this ticket was given for.
getService() - Method in class org.apereo.cas.ticket.ServiceTicketImpl
 
getService() - Method in interface org.apereo.cas.validation.Assertion
Method to obtain the service for which we are asserting this ticket is valid for.
getService() - Method in class org.apereo.cas.validation.ImmutableAssertion
 
getService(List<ArgumentExtractor>, HttpServletRequest) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the service from the request based on given extractors.
getService(List<ArgumentExtractor>, RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the service.
getService(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the service from the flow scope.
getServiceById(Long, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.mgmt.services.web.RegisteredServiceSimpleFormController
Gets service by id.
getServiceCredentialsFromRequest(WebApplicationService, HttpServletRequest) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Overrideable method to determine which credentials to use to grant a proxy granting ticket.
getServiceData() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
getServiceDefinitionAttribute() - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
getServiceFactories() - Method in class org.apereo.cas.web.support.AbstractArgumentExtractor
 
getServiceFactories() - Method in interface org.apereo.cas.web.support.ArgumentExtractor
Gets service factories.
getServiceFactory() - Method in class org.apereo.cas.web.support.AbstractArgumentExtractor
 
getServiceFrom(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Gets validated service from the model.
getServiceId() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getServiceId() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
getServiceId() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getServiceId() - Method in interface org.apereo.cas.services.RegisteredService
The unique identifier for this service.
getServiceNow() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getServiceProviderEntityId() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getServiceProviderMetadataPath() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
getServiceRegistry() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getServiceRegistryCollection() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getServices(HttpServletResponse) - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Gets services.
getServices() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Gets an immutable map of service ticket and services accessed by this ticket-granting ticket.
getServices() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Gets an immutable map of service ticket and services accessed by this ticket-granting ticket.
getServicesManager() - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
getServicesManager() - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
getServicesManager() - Method in class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
getServicesManager() - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
getServicesManager() - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
getServicesManager() - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
getServiceTicket() - Method in class org.apereo.cas.support.events.CasServiceTicketGrantedEvent
 
getServiceTicket() - Method in class org.apereo.cas.support.events.CasServiceTicketValidatedEvent
 
getServiceTicketCount() - Method in class org.apereo.cas.monitor.SessionStatus
Gets the total number of service tickets in the CAS ticket registry.
getServiceTicketFromRequestScope(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the service ticket from request scope.
getServiceUnavailableRetryStrategy() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getSession() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
getSessionCount() - Method in class org.apereo.cas.monitor.SessionStatus
Gets total number of SSO sessions maintained by CAS.
getSharedSecret() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
getSharedSecret() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
getShibAttributeResolver() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getShiro() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getSignature() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getSignatureSigningConfiguration() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Gets signature signing configuration.
getSignatureValidationConfiguration() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Gets signature validation configuration.
getSignedDuoResponse() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
getSigning() - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
getSigningCertFile() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getSigningCertFile() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
getSigningCertificate() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Gets signing certificate.
getSigningCertificateResources() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getSigningCertificateResources() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the list of signing certificate files.
getSigningCertificates() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the signing certificates.
getSigningKey() - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
getSigningKey() - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
getSigningKey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getSigningKeyFile() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getSigningPrivateKey() - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Gets signing private key.
getSinglelineSeparator() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
getSingleLogoutService() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getSingleLogoutServiceLogoutUrlBuilder() - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
getSingleLogoutServiceMessageHandler() - Method in class org.apereo.cas.logout.LogoutManagerImpl
 
getSingleLogoutServices() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getSiteKey() - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
getSize() - Method in interface org.apereo.cas.monitor.CacheStatistics
Gets the current size of the cache in a unit specific to the cache being monitored (e.g.
getSize() - Method in class org.apereo.cas.monitor.EhCacheStatistics
Gets the size of heap consumed by items stored in the cache.
getSize() - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
getSize() - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
 
getSkew() - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
getSkewAllowance() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
getSkewAllowance() - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
getSlo() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getSocketTimeout() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getSocketTimeout() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
getSocketTimeout() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
getSourceClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
getSpnego() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getSpnegoAttributeName() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getSpringExpressionParser() - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Gets spring expression parser.
getSql() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
getSql() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getSql() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
getSslSocketFactory() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getSso() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getSsoDescriptor() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getSsoSessions(String) - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
Endpoint for getting SSO Sessions in JSON format.
getSt() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getSt() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getStartDelay() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
getStartDelay() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
getStartDelay() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
getStartDelay() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
getStartDelay() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getStartingDateTime() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
getStartingTime() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getStartState(Flow) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
getStartState(Flow) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Gets start state.
getStaticSalt() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
getStatistics() - Method in class org.apereo.cas.monitor.AbstractCacheMonitor
Gets the statistics from this monitor.
getStatistics() - Method in class org.apereo.cas.monitor.CacheStatus
Gets the current cache statistics.
getStatistics() - Method in class org.apereo.cas.monitor.EhCacheMonitor
 
getStatistics() - Method in class org.apereo.cas.monitor.HazelcastMonitor
 
getStatistics() - Method in class org.apereo.cas.monitor.MemcachedMonitor
Get cache statistics for all memcached hosts known to MemcachedClientIF.
getStatus() - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
getStatus() - Method in interface org.apereo.cas.logout.LogoutRequest
Gets status of the request.
getStatus() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
getStore() - Method in class org.apereo.cas.digest.DefaultDigestHashedCredentialRetriever
 
getStormpath() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getStrength() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
getString(LdapEntry, String) - Static method in class org.apereo.cas.util.LdapUtils
Reads a String value from the LdapEntry.
getString(LdapEntry, String, String) - Static method in class org.apereo.cas.util.LdapUtils
Reads a String value from the LdapEntry.
getSubject() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getSubjectTypesSupported() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getSuccess() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
getSuccess() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2.Proxy
 
getSuccess() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
getSuccesses() - Method in interface org.apereo.cas.authentication.Authentication
Gets a map describing successful authentications produced by AuthenticationHandler components.
getSuccesses() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Gets the authentication success map.
getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Gets the authentication success map.
getSuccessView() - Method in class org.apereo.cas.web.AbstractServiceValidateController
Return the successView.
getSuffix() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
getSuffix() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
getSuffix() - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
getSupportAccess() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getSupportedBrowsers() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getSupportedContentTypes() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
getSupportedNameFormats() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
Gets supported name formats.
getSupportedProtocols() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getTableUsers() - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
getTargetClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
getTestShib() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getText() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
getTgc() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getTgt() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getTgt() - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
getTheme() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getTheme() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getTheme() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getTheme() - Method in interface org.apereo.cas.services.RegisteredService
Returns a short theme name.
getThreadPriority() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getThreadsNumber() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
getThreshold() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
getThreshold() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
getThresholdRate() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getThrottle() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getThrottledTimeout() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getThrottler() - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
getTicket(String) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
getTicket(String, Class<T>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Obtains the given ticket by its id and type and returns the CAS-representative object.
getTicket(String) - Method in interface org.apereo.cas.CentralAuthenticationService
Obtains the given ticket by its id and returns the CAS-representative object.
getTicket(String, Class<T>) - Method in interface org.apereo.cas.CentralAuthenticationService
Obtains the given ticket by its id and type and returns the CAS-representative object.
getTicket() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getTicket(String, Class<T>) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
Retrieve a ticket from the registry.
getTicket(String) - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
getTicket(String) - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
 
getTicket(String, Class<T>) - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Retrieve a ticket from the registry.
getTicket(String) - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Retrieve a ticket from the registry.
getTicketGrantingTicket() - Method in class org.apereo.cas.support.events.CasProxyGrantingTicketCreatedEvent
 
getTicketGrantingTicket() - Method in class org.apereo.cas.support.events.CasServiceTicketGrantedEvent
 
getTicketGrantingTicket() - Method in class org.apereo.cas.support.events.CasTicketGrantingTicketCreatedEvent
 
getTicketGrantingTicket() - Method in class org.apereo.cas.support.events.CasTicketGrantingTicketDestroyedEvent
 
getTicketGrantingTicketCookieGenerator() - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
getTicketGrantingTicketId() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdCredential
 
getTicketGrantingTicketId(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets the ticket granting ticket id from the request and flow scopes.
getTicketId() - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
getTicketId() - Method in interface org.apereo.cas.logout.LogoutRequest
Gets ticket id.
getTicketQueryResultList(String, String, Class<T>) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Gets ticket query result list.
getTicketRegistry() - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
getTicketRegistrySupport() - Method in class org.apereo.cas.support.rest.TicketsResource
 
getTickets(Predicate<Ticket>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
getTickets(Predicate<Ticket>) - Method in interface org.apereo.cas.CentralAuthenticationService
Retrieve a collection of tickets from the underlying ticket registry.
getTickets() - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
Retrieve all tickets from the registry.
getTickets() - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
getTickets() - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
Retrieve all tickets from the registry.
getTickets() - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Retrieve all tickets from the registry.
getTicketsCache() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getTicketStats(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.StatisticsController
Gets ticket stats.
getTicketStatus(String) - Method in class org.apereo.cas.support.rest.TicketsResource
Determine the status of a given ticket id, whether it's valid, exists, expired, etc.
getTimeInBetweenUsesInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.ThrottledTimeout
 
getTimeout() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getTimeout() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
getTimeout() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
getTimeout() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
getTimeout() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getTimeout() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
getTimestamp() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
getTimestamp() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getTimeStepSize() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.accesstoken.OAuthAccessTokenExpirationPolicy
 
getTimeToIdle() - Method in interface org.apereo.cas.ticket.ExpirationPolicy
Describes the idle time duration for the item.
getTimeToIdle() - Method in class org.apereo.cas.ticket.refreshtoken.OAuthRefreshTokenExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.AlwaysExpiresExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.HardTimeoutExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.NeverExpiresExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
 
getTimeToIdle() - Method in class org.apereo.cas.ticket.support.TimeoutExpirationPolicy
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyTicketProperties
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.HardTimeout
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.RememberMe
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.ThrottledTimeout
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.AccessToken
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.Code
 
getTimeToKillInSeconds() - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.RefreshToken
 
getTimeToLive() - Method in class org.apereo.cas.ticket.accesstoken.OAuthAccessTokenExpirationPolicy
 
getTimeToLive() - Method in interface org.apereo.cas.ticket.ExpirationPolicy
Describes the time duration where this policy should consider the item alive.
getTimeToLive() - Method in class org.apereo.cas.ticket.refreshtoken.OAuthRefreshTokenExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.AlwaysExpiresExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.HardTimeoutExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.NeverExpiresExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
 
getTimeToLive() - Method in class org.apereo.cas.ticket.support.TimeoutExpirationPolicy
 
getTimeUnit() - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
getTimeUnit() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
getToken() - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
getToken() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
getToken() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
getToken() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
getToken() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getTokenEndpoint() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getTolerance() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
getTolerance() - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
gets the tolerance.
getTotalMemory() - Method in class org.apereo.cas.monitor.MemoryStatus
Gets JVM total memory.
getTrustCertificates() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getTrusted() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getTrusted() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getTrustedIssuerDnPattern() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getTruststore() - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
getTrustStoreFilePath() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getTrustStorePassword() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getTrustStoreType() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
getTwitter() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getType() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
getType() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getType() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyEditBean
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyViewBean
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getType() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean
 
getType() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
getType() - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction.ProviderLoginPageConfiguration
 
getTypeToSerialize() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Gets type to serialize.
getTypeToSerialize() - Method in class org.apereo.cas.util.services.RegisteredServiceJsonSerializer
 
getUnauthorizedRedirectUrl() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getUnauthorizedRedirectUrl() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
getUnauthorizedRedirectUrl() - Method in interface org.apereo.cas.services.RegisteredServiceAccessStrategy
Redirect the request to a separate and possibly external URL in case authorization fails for this service.
getUnavailableCRLPolicy() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
 
getUnmarshallerFactory() - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
 
getUri() - Method in class org.apereo.cas.configuration.model.support.rest.RestAuthenticationProperties
 
getUrl() - Method in class org.apereo.cas.authentication.principal.DefaultResponse
 
getUrl() - Method in interface org.apereo.cas.authentication.principal.Response
Gets url.
getUrl() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getUrl() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
getUrl() - Method in class org.apereo.cas.util.http.HttpMessage
 
getUseNonce() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
getUser() - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
getUser() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
getUserAttrProvider() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
getUserFilter() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
getUserFilter() - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties.Ldap
 
getUserFilter() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
getUserFilter() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
getUserId() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getUserinfoEndpoint() - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
getUsername() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
getUsername() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
getUserName() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
getUsername() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
getUsername() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
getUsername() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdCredential
 
getUsernameAttribute() - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
getUsernameAttribute() - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
 
getUsernameAttributeProvider() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
getUsernameAttributeProvider() - Method in interface org.apereo.cas.services.RegisteredService
Get the name of the attribute this service prefers to consume as username.
getUsernameParameter() - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
getUsernameParameter() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
getUserPassword() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getUserProfile() - Method in class org.apereo.cas.authentication.principal.ClientCredential
Return the profile of the authenticated user.
getUserPropertiesFile() - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
getUsers() - Method in class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
 
getUsers() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
getUsers() - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
getUsers() - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
getUsers() - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
getValidatePeriod() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
getValidationCode() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
getValidationCode() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
getValidationCode() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
getValidationQuery() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Jdbc
 
getValidator() - Method in class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
getValidator() - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
getValidUntil() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
getValue() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
getValue() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean
 
getValue() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean
 
getValue() - Method in class org.apereo.cas.MongoDbProperty
 
getValue() - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
getValue() - Method in interface org.apereo.cas.services.RegisteredServiceProperty
Gets the first single value.
getValue(Object) - Method in class org.apereo.cas.web.flow.BasicSubflowExpression
 
getValueDelimiter() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
getValueMatch() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute
 
getValues() - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
getValues() - Method in interface org.apereo.cas.services.RegisteredServiceProperty
Gets values.
getVerifyUrl() - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
getVersion() - Static method in class org.apereo.cas.util.CasVersion
 
getView() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getView() - Method in class org.apereo.cas.services.web.view.AbstractDelegatingCasView
 
getViewStateBinderConfiguration(ViewState) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Gets state binder configuration.
getWarn() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
getWarn() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.St
 
getWarn() - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Tgt
 
getWarnAttributeName() - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
getWarnCookieGenerator() - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
getWarningAttributeName() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
getWarningAttributeValue() - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
getWarningAttributeValue() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
getWarningCookie() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getWarningCookie(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Gets warning cookie.
getWarningDays() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
getWarnings() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
getWarnings() - Method in interface org.apereo.cas.authentication.HandlerResult
Gets warnings.
getWatchableResource() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
getWatchableResource() - Method in interface org.apereo.cas.services.ResourceBasedServiceRegistryDao
Gets the watchable resource.
getWeb() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
getWebApplicationServiceFactory() - Method in class org.apereo.cas.support.rest.TicketsResource
 
getWebContext() - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
Gets the web context from the current thread-bound object.
getWebex() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getWebflow() - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
getWellKnownDiscoveryConfiguration() - Method in class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
Gets well known discovery configuration.
getWellKnownOpenIdDiscoveryConfiguration() - Method in class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
Gets well known openid discovery configuration.
getWindowSize() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
getWindowsLive() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getWorkday() - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
getWrappedHttpClient() - Method in interface org.apereo.cas.util.http.HttpClient
Gets wrapped http client.
getWrappedHttpClient() - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
getWriteConcern() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
getWriteSynchronizationMode() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
getWsfed() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getX509() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
getYahoo() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
getYubikey() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
getYubikeyAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowAction
 
Github() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Github
 
globalAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
GlobalAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
GlobalAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.GlobalAuthenticationPolicyWebflowEventResolver
 
Google() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
GoogleAccountCheckRegistrationAction - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAccountCheckRegistrationAction() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountCheckRegistrationAction
 
googleAccountRegistrationAction() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAccountSaveRegistrationAction - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAccountSaveRegistrationAction() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountSaveRegistrationAction
 
GoogleAccountsService - Class in org.apereo.cas.support.saml.authentication.principal
Implementation of a Service that supports Google Accounts (eventually a more generic SAML2 support will come).
GoogleAccountsService(String, String, String, ResponseBuilder<WebApplicationService>) - Constructor for class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsService
Instantiates a new google accounts service.
GoogleAccountsServiceFactory - Class in org.apereo.cas.support.saml.authentication.principal
Builds GoogleAccountsService objects.
GoogleAccountsServiceFactory() - Constructor for class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
Instantiates a new Google accounts service factory.
googleAccountsServiceFactory() - Method in class org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration
 
GoogleAccountsServiceResponseBuilder - Class in org.apereo.cas.support.saml.authentication.principal
Builds the google accounts service response.
GoogleAccountsServiceResponseBuilder(PrivateKey, PublicKey, GoogleSaml20ObjectBuilder) - Constructor for class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceResponseBuilder
Instantiates a new Google accounts service response builder.
GoogleAccountsServiceSerializer - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Serializer for GoogleAccountsService.
GoogleAccountsServiceSerializer(FieldHelper, PublicKey, PrivateKey, String) - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.GoogleAccountsServiceSerializer
Instantiates a new google accounts service serializer.
GoogleAnalyticsProperties - Class in org.apereo.cas.configuration.model.support.analytics
GoogleAnalyticsProperties() - Constructor for class org.apereo.cas.configuration.model.support.analytics.GoogleAnalyticsProperties
 
GoogleAppsProperties - Class in org.apereo.cas.configuration.model.support.saml.googleapps
GoogleAppsProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
GoogleAuthentiacatorConfiguration - Class in org.apereo.cas.config
GoogleAuthentiacatorConfiguration() - Constructor for class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthentiacatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration - Class in org.apereo.cas.config
The google authenticator multifactor trust configuration.
GoogleAuthentiacatorJpaConfiguration - Class in org.apereo.cas.config
GoogleAuthentiacatorJpaConfiguration() - Constructor for class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
GoogleAuthentiacatorMongoDbConfiguration - Class in org.apereo.cas.config
GoogleAuthentiacatorMongoDbConfiguration() - Constructor for class org.apereo.cas.config.GoogleAuthentiacatorMongoDbConfiguration
 
GoogleAuthenticatorAccount - Class in org.apereo.cas.adaptors.gauth
GoogleAuthenticatorAccount() - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
Instantiates a new Google authenticator account.
GoogleAuthenticatorAccount(String, int, List<Integer>) - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
Instantiates a new Google authenticator account.
googleAuthenticatorAccountRegistry() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
googleAuthenticatorAccountRegistry() - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
googleAuthenticatorAccountRegistry() - Method in class org.apereo.cas.config.GoogleAuthentiacatorMongoDbConfiguration
 
GoogleAuthenticatorAuthenticationHandler - Class in org.apereo.cas.adaptors.gauth
An authentication handler that uses the token provided to authenticator against google authN for MFA.
GoogleAuthenticatorAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationHandler
Instantiates a new Google authenticator authentication handler.
googleAuthenticatorAuthenticationHandler() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthenticatorAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.gauth
This is GoogleAuthenticatorAuthenticationMetaDataPopulator which inserts the MFA provider id into the final authentication object.
GoogleAuthenticatorAuthenticationMetaDataPopulator(String, AuthenticationHandler, MultifactorAuthenticationProvider) - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationMetaDataPopulator
 
googleAuthenticatorAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
googleAuthenticatorAuthenticationProvider() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthenticatorAuthenticationWebflowAction - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAuthenticatorAuthenticationWebflowAction() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorAuthenticationWebflowAction
 
googleAuthenticatorAuthenticationWebflowAction() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthenticatorAuthenticationWebflowEventResolver - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAuthenticatorAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorAuthenticationWebflowEventResolver
 
googleAuthenticatorAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
googleAuthenticatorEntityManagerFactory() - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
googleAuthenticatorFlowRegistry() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
googleAuthenticatorInstance() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthenticatorMultifactorAuthenticationProvider - Class in org.apereo.cas.adaptors.gauth
The authentication provider for google authenticator.
GoogleAuthenticatorMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorMultifactorAuthenticationProvider
 
GoogleAuthenticatorMultifactorTrustConfiguration() - Constructor for class org.apereo.cas.config.GoogleAuthentiacatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
 
GoogleAuthenticatorMultifactorTrustWebflowConfigurer - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAuthenticatorMultifactorTrustWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorTrustWebflowConfigurer
 
GoogleAuthenticatorMultifactorWebflowConfigurer - Class in org.apereo.cas.adaptors.gauth.web.flow
GoogleAuthenticatorMultifactorWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorWebflowConfigurer
 
googleAuthenticatorMultifactorWebflowConfigurer() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleAuthenticatorQRGeneratorController - Class in org.apereo.cas.adaptors.gauth.web.flow.rest
GoogleAuthenticatorQRGeneratorController() - Constructor for class org.apereo.cas.adaptors.gauth.web.flow.rest.GoogleAuthenticatorQRGeneratorController
 
GoogleAuthenticatorRegistrationRecord - Class in org.apereo.cas.adaptors.gauth
GoogleAuthenticatorRegistrationRecord() - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
GoogleAuthenticatorTokenCredential - Class in org.apereo.cas.adaptors.gauth
GoogleAuthenticatorTokenCredential() - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
Instantiates a new Google authenticator token credential.
GoogleAuthenticatorTokenCredential(String) - Constructor for class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
Instantiates a new google auth credential.
googleBypassEvaluator() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleMapsGeoCodingConfiguration - Class in org.apereo.cas.support.geo.config
GoogleMapsGeoCodingConfiguration() - Constructor for class org.apereo.cas.support.geo.config.GoogleMapsGeoCodingConfiguration
 
GoogleMapsGeoLocationService - Class in org.apereo.cas.support.geo.google
GoogleMapsGeoLocationService() - Constructor for class org.apereo.cas.support.geo.google.GoogleMapsGeoLocationService
 
GoogleMapsProperties - Class in org.apereo.cas.configuration.model.support.geo.googlemaps
GoogleMapsProperties() - Constructor for class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
googlePrincipalFactory() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
GoogleRecaptchaProperties - Class in org.apereo.cas.configuration.model.support.captcha
GoogleRecaptchaProperties() - Constructor for class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
googleSaml20ObjectBuilder() - Method in class org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration
 
GoogleSaml20ObjectBuilder - Class in org.apereo.cas.support.saml.util
This is GoogleSaml20ObjectBuilder that attempts to build the saml response.
GoogleSaml20ObjectBuilder() - Constructor for class org.apereo.cas.support.saml.util.GoogleSaml20ObjectBuilder
 
GRANT_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The grant type.
grantingTicketExpirationPolicy() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
grantProxyGrantingTicket(String, Authentication, ExpirationPolicy) - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
grantProxyGrantingTicket(String, Authentication, ExpirationPolicy) - Method in interface org.apereo.cas.ticket.ServiceTicket
Method to grant a TicketGrantingTicket from this service to the authentication.
grantProxyGrantingTicket(String, Authentication, ExpirationPolicy) - Method in class org.apereo.cas.ticket.ServiceTicketImpl
 
grantProxyTicket(String, Service) - Method in interface org.apereo.cas.CentralAuthenticationService
Grant a ProxyTicket that may be used to access the given service by authenticating the given credentials.
grantProxyTicket(String, Service) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
grantProxyTicket(String, Service, ExpirationPolicy, boolean) - Method in interface org.apereo.cas.ticket.proxy.ProxyGrantingTicket
Grant a proxy ticket for a specific service.
grantProxyTicket(String, Service, ExpirationPolicy, boolean) - Method in class org.apereo.cas.ticket.ProxyGrantingTicketImpl
 
grantServiceTicket(String, Service, AuthenticationResult) - Method in interface org.apereo.cas.CentralAuthenticationService
Grant a ServiceTicket that may be used to access the given service by authenticating the given credentials.
grantServiceTicket(String, Service, AuthenticationResult) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
grantServiceTicket(String, Service, ExpirationPolicy, boolean, boolean) - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Grant a ServiceTicket for a specific service.
grantServiceTicket(String, Service, ExpirationPolicy, boolean, boolean) - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Grant a ServiceTicket for a specific service.
grantServiceTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
Grant service ticket for the given credential based on the service and tgt that are found in the request context.
grantTicketGrantingTicketToAuthenticationResult(RequestContext, AuthenticationResultBuilder, Service) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Grant ticket granting ticket.
Groovy() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Groovy
 
GroovyScriptAttributeReleasePolicy - Class in org.apereo.cas.services
This is GroovyScriptAttributeReleasePolicy that attempts to release attributes based on the execution result of an external groovy script.
GroovyScriptAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.GroovyScriptAttributeReleasePolicy
 
GrouperRegisteredServiceAccessStrategy - Class in org.apereo.cas.grouper.services
The GrouperRegisteredServiceAccessStrategy is an access strategy that consults a grouper instance to figure out affiliations associated with a user.
GrouperRegisteredServiceAccessStrategy() - Constructor for class org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy
 
GrouperRegisteredServiceAccessStrategy.GrouperGroupField - Enum in org.apereo.cas.grouper.services
The enum Grouper group field.

H

handle(AuthenticationTransaction, AuthenticationResultBuilder) - Method in interface org.apereo.cas.authentication.AuthenticationTransactionManager
Handle authentication transaction manager.
handle(AuthenticationTransaction, AuthenticationResultBuilder) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
handle(Callback[]) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler.UsernamePasswordCallbackHandler
 
handle(AuthenticationResponse, LdapPasswordPolicyConfiguration) - Method in interface org.apereo.cas.authentication.support.AccountStateHandler
Handles the account state producing an error or warning messages as appropriate to the state.
handle(AuthenticationResponse, LdapPasswordPolicyConfiguration) - Method in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
 
handle(SingleLogoutService, String) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
Handle logout for slo service.
handle(SingleLogoutService, String) - Method in interface org.apereo.cas.logout.SingleLogoutServiceMessageHandler
Handle logout for slo service.
handle(Credential, TicketGrantingTicket) - Method in interface org.apereo.cas.ticket.proxy.ProxyHandler
Method to actually process the proxy request.
handle(Credential, TicketGrantingTicket) - Method in class org.apereo.cas.ticket.proxy.support.Cas10ProxyHandler
 
handle(Credential, TicketGrantingTicket) - Method in class org.apereo.cas.ticket.proxy.support.Cas20ProxyHandler
 
handle(Exception, MessageContext) - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Maps an authentication exception onto a state name.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.LegacyValidateController
Handle model and view.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.v3.V3ProxyValidateController
Handle model and view.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.v3.V3ServiceValidateController
Handle model and view.
handleAbstractTicketException(AbstractTicketException, MessageContext) - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Maps an AbstractTicketException onto a state name equal to the simple class name of the exception with highest precedence.
handleAndFinalizeSingleAuthenticationTransaction(Service, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Handle a single-transaction authentication event and immediately produce a finalized AuthenticationResult.
handleAndFinalizeSingleAuthenticationTransaction(Service, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
handleAuthenticationException(AuthenticationException, MessageContext) - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Maps an authentication exception onto a state name equal to the simple class name of the AuthenticationException.getHandlerErrors() with highest precedence.
handleAuthenticationTransaction(AuthenticationResultBuilder, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Handle single authentication transaction within potential multi-transaction authentication event.
handleAuthenticationTransaction(AuthenticationResultBuilder, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
handleAuthenticationTransactionAndGrantTicketGrantingTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Handle authentication transaction and grant ticket granting ticket set.
handleCallbackProfileRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileCallbackHandlerController
Handle callback profile request.
handleCasTicketGrantingTicketCreatedEvent(CasTicketGrantingTicketCreatedEvent) - Method in class org.apereo.cas.support.events.listener.DefaultCasEventListener
Handle TGT creation event.
handleCloseElement(ICloseElementTag) - Method in class org.apereo.cas.services.web.config.CasThemesConfiguration.CasThymeleafOutputTemplateHandler
 
handleError(AccountState.Error, AuthenticationResponse, LdapPasswordPolicyConfiguration, List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Handle an account state error produced by ldaptive account state machinery.
handleIdPInitiatedSsoRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.IdPInitiatedProfileHandlerController
Handle idp initiated sso requests.
handleInitialAuthenticationTransaction(Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
Initiate potential multi-transaction authentication event by handling the initial authentication transaction.
handleInitialAuthenticationTransaction(Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
handleOpenElement(IOpenElementTag) - Method in class org.apereo.cas.services.web.config.CasThemesConfiguration.CasThymeleafOutputTemplateHandler
 
handlePolicyAttributes(AuthenticationResponse) - Method in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Maps boolean attribute values to their corresponding exception.
handleRefreshEvent(EnvironmentChangeEvent) - Method in class org.apereo.cas.configuration.CasConfigurationRebinder
Handle refresh event when issued to this CAS server locally.
handleRefreshEvent(RefreshRemoteApplicationEvent) - Method in class org.apereo.cas.configuration.CasConfigurationRebinder
Handle refresh event when issued by the cloud bus.
handleRefreshEvent(CasRegisteredServicesRefreshEvent) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
Handle services manager refresh event.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenController
Handle request internal model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
Handle request internal model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.oauth.web.OAuth20ProfileController
Handle request internal response entity.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.openid.web.mvc.OpenIdValidateController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.openid.web.OpenIdProviderController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.SamlValidateController
Handle model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractDelegateController
Handle request internal.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcAccessTokenEndpointController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcAuthorizeEndpointController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse, Model) - Method in class org.apereo.cas.web.controllers.OidcJwksEndpointController
Handle request for jwk set.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.controllers.OidcProfileEndpointController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.DelegatingController
Handles the request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ProxyController
Handle request internal.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ProxyValidateController
Handle model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.AuthenticationEventsController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.DashboardController
Handle request internal model and view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.HealthCheckController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.InternalConfigStateController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.StatisticsController
Handles the request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.TrustedDevicesController
Handle request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.ServiceValidateController
Handle model and view.
handlerMapping() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
handlerMappingC() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
handlerResolverMap - Variable in class org.apereo.cas.authentication.AbstractAuthenticationManager
Map of authentication handlers to resolvers to be used when handler does not resolve a principal.
HandlerResult - Interface in org.apereo.cas.authentication
This is HandlerResult that describes the result of an authentication attempt.
handleSaml2ProfileSLOPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.SLOPostProfileHandlerController
Handle SLO POST profile request.
handleSaml2ProfileSsoPostRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileHandlerController
Handle SSO POST profile request.
handleSaml2ProfileSsoRedirectRequest(HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileHandlerController
Handle SSO POST profile request.
handleSloPostProfileRequest(HttpServletResponse, HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.SLOPostProfileHandlerController
Handle profile request.
handleSsoPostProfileRequest(HttpServletResponse, HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileHandlerController
Handle profile request.
handleText(IText) - Method in class org.apereo.cas.services.web.config.CasThemesConfiguration.CasThymeleafOutputTemplateHandler
 
handleTicketValidation(HttpServletRequest, WebApplicationService, String) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Handle ticket validation model and view.
handleWarning(AccountState.Warning, AuthenticationResponse, LdapPasswordPolicyConfiguration, List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Handle an account state warning produced by ldaptive account state machinery.
handleWarning(AccountState.Warning, AuthenticationResponse, LdapPasswordPolicyConfiguration, List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
HardTimeout() - Constructor for class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.HardTimeout
 
HardTimeoutExpirationPolicy - Class in org.apereo.cas.ticket.support
Ticket expiration policy based on a hard timeout from ticket creation time rather than the "idle" timeout provided by TimeoutExpirationPolicy.
HardTimeoutExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.HardTimeoutExpirationPolicy
No-arg constructor for serialization support.
HardTimeoutExpirationPolicy(long) - Constructor for class org.apereo.cas.ticket.support.HardTimeoutExpirationPolicy
Instantiates a new hard timeout expiration policy.
hasAttribute(String, Predicate<Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Has attribute boolean.
hasAttribute(String, Predicate<Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
hasDelegationRequestFailed(HttpServletRequest, int) - Static method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
Determine if request has errors.
hashCode() - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
hashCode() - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
hashCode() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
hashCode() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
hashCode() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
hashCode() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
hashCode() - Method in class org.apereo.cas.authentication.AbstractCredential
 
hashCode() - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
 
hashCode() - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
 
hashCode() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
hashCode() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
hashCode() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
 
hashCode() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
hashCode() - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
hashCode() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
hashCode() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
hashCode() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
hashCode() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
hashCode() - Method in class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
 
hashCode() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
hashCode() - Method in class org.apereo.cas.DefaultMessageDescriptor
 
hashCode() - Method in class org.apereo.cas.digest.DigestCredential
 
hashCode() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
hashCode() - Method in class org.apereo.cas.pm.PasswordChangeBean
 
hashCode() - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
hashCode() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
hashCode() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
hashCode() - Method in class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
 
hashCode() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
hashCode() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
hashCode() - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
 
hashCode() - Method in class org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider
 
hashCode() - Method in class org.apereo.cas.services.OidcRegisteredService
 
hashCode() - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
 
hashCode() - Method in class org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy
 
hashCode() - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
 
hashCode() - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
hashCode() - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
hashCode() - Method in class org.apereo.cas.services.ReturnAllAttributeReleasePolicy
 
hashCode() - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
 
hashCode() - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
 
hashCode() - Method in class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
 
hashCode() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
hashCode() - Method in class org.apereo.cas.support.oauth.services.OAuthCallbackAuthorizeService
 
hashCode() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
hashCode() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdService
 
hashCode() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
hashCode() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
hashCode() - Method in class org.apereo.cas.ticket.AbstractTicket
 
hashCode() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
hashCode() - Method in class org.apereo.cas.validation.ImmutableAssertion
 
hazelcast() - Method in class org.apereo.cas.config.HazelcastInstanceConfiguration
Hazelcast hazelcast instance.
hazelcastInstance() - Method in class org.apereo.cas.config.HazelcastSessionConfiguration
Hazelcast instance that is used by the spring session repository to broadcast session events.
HazelcastInstanceConfiguration - Class in org.apereo.cas.config
Spring's Java configuration component for HazelcastInstance that is consumed and used by HazelcastTicketRegistry.
HazelcastInstanceConfiguration() - Constructor for class org.apereo.cas.config.HazelcastInstanceConfiguration
 
hazelcastMonitor() - Method in class org.apereo.cas.monitor.config.HazelcastMonitorConfiguration
 
HazelcastMonitor - Class in org.apereo.cas.monitor
HazelcastMonitor() - Constructor for class org.apereo.cas.monitor.HazelcastMonitor
 
HazelcastMonitor.HazelcastStatistics - Class in org.apereo.cas.monitor
The type Hazelcast statistics.
HazelcastMonitorConfiguration - Class in org.apereo.cas.monitor.config
HazelcastMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.HazelcastMonitorConfiguration
 
HazelcastProperties - Class in org.apereo.cas.configuration.model.support.hazelcast
Encapsulates hazelcast properties exposed by CAS via properties file property source in a type-safe manner.
HazelcastProperties() - Constructor for class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
HazelcastProperties.Cluster - Class in org.apereo.cas.configuration.model.support.hazelcast
 
HazelcastSessionConfiguration - Class in org.apereo.cas.config
HazelcastSessionConfiguration() - Constructor for class org.apereo.cas.config.HazelcastSessionConfiguration
 
HazelcastStatistics(IMap) - Constructor for class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
HazelcastTicketRegistry - Class in org.apereo.cas.ticket.registry
Hazelcast-based implementation of a TicketRegistry.
HazelcastTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
Instantiates a new Hazelcast ticket registry.
HazelcastTicketRegistry(HazelcastInstance, String, int) - Constructor for class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
Instantiates a new Hazelcast ticket registry.
Header() - Constructor for class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
HEADER_AUTHENTICATE - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The header authenticate.
HEADER_AUTHORIZATION - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The header authorization.
healthCheckController() - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
HealthCheckController - Class in org.apereo.cas.web.report
Reports overall CAS health based on the observations of the configured HealthCheckMonitor instance.
HealthCheckController() - Constructor for class org.apereo.cas.web.report.HealthCheckController
 
healthCheckMetrics() - Method in class org.apereo.cas.config.CasMetricsConfiguration
Health check metrics health check registry.
healthCheckMonitor() - Method in class org.apereo.cas.monitor.config.CasCoreMonitorConfiguration
 
HealthCheckMonitor - Class in org.apereo.cas.monitor
Simple health check monitor that reports the overall health as the greatest reported StatusCode of an arbitrary number of individual checks.
HealthCheckMonitor() - Constructor for class org.apereo.cas.monitor.HealthCheckMonitor
 
HealthStatus - Class in org.apereo.cas.monitor
Describes the overall health status of the CAS server as determined by composite status values.
HealthStatus(StatusCode, Map<String, Status>) - Constructor for class org.apereo.cas.monitor.HealthStatus
Creates a new status object with the given code.
hexDecode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Hex decode string.
hexDecode(char[]) - Static method in class org.apereo.cas.util.EncodingUtils
Hex decode string.
hexEncode(byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Hex encode the given byte[] as a string.
HostNameBasedUniqueTicketIdGenerator - Class in org.apereo.cas.util
An implementation of UniqueTicketIdGenerator that is able auto-configure the suffix based on the underlying host name.
HostNameBasedUniqueTicketIdGenerator(int, String) - Constructor for class org.apereo.cas.util.HostNameBasedUniqueTicketIdGenerator
Instantiates a new Host name based unique ticket id generator.
HostNameBasedUniqueTicketIdGenerator.ProxyTicketIdGenerator - Class in org.apereo.cas.util
The type Proxy ticket id generator.
HostNameBasedUniqueTicketIdGenerator.ServiceTicketIdGenerator - Class in org.apereo.cas.util
The type Service ticket id generator.
HostNameBasedUniqueTicketIdGenerator.TicketGrantingTicketIdGenerator - Class in org.apereo.cas.util
The type Ticket granting ticket id generator.
hostnameSpnegoClientAction() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
HostNameSpnegoKnownClientSystemsFilterAction - Class in org.apereo.cas.web.flow.client
A simple implementation of BaseSpnegoKnownClientSystemsFilterAction to allow / skip SPNEGO / KRB / NTLM authentication based on a regex match against a reverse DNS lookup of the requesting system.
HostNameSpnegoKnownClientSystemsFilterAction() - Constructor for class org.apereo.cas.web.flow.client.HostNameSpnegoKnownClientSystemsFilterAction
Instantiates a new Host name spnego known client systems filter action.
HostNameSpnegoKnownClientSystemsFilterAction(String) - Constructor for class org.apereo.cas.web.flow.client.HostNameSpnegoKnownClientSystemsFilterAction
Instantiates a new hostname spnego known client systems filter action.
HostProperties - Class in org.apereo.cas.configuration.model.core
Configuration properties class for host.
HostProperties() - Constructor for class org.apereo.cas.configuration.model.core.HostProperties
 
Http() - Constructor for class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
HttpBasedServiceCredential - Class in org.apereo.cas.authentication
A credential representing an HTTP endpoint given by a URL.
HttpBasedServiceCredential() - Constructor for class org.apereo.cas.authentication.HttpBasedServiceCredential
Empty constructor used by Kryo for de-serialization.
HttpBasedServiceCredential(URL, RegisteredService) - Constructor for class org.apereo.cas.authentication.HttpBasedServiceCredential
Creates a new instance for an HTTP endpoint located at the given URL.
HttpBasedServiceCredentialsAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
Class to validate the credential presented by communicating with the web server and checking the certificate that is returned against the hostname, etc.
HttpBasedServiceCredentialsAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
 
httpClient() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
httpClient - Variable in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
The Http client.
HttpClient - Interface in org.apereo.cas.util.http
Define the behaviour of a HTTP client.
HttpClientProperties - Class in org.apereo.cas.configuration.model.core.authentication
Configuration properties class for http.client.truststore.
HttpClientProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
HttpClientProperties.Truststore - Class in org.apereo.cas.configuration.model.core.authentication
 
HttpMessage - Class in org.apereo.cas.util.http
Abstraction for a message that is sent to an http endpoint.
HttpMessage(URL, String) - Constructor for class org.apereo.cas.util.http.HttpMessage
Prepare the sender with a given url and the message to send.
HttpMessage(URL, String, boolean) - Constructor for class org.apereo.cas.util.http.HttpMessage
Prepare the sender with a given url and the message to send.
HttpWebRequestProperties - Class in org.apereo.cas.configuration.model.core.web.security
HttpWebRequestProperties() - Constructor for class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
HttpWebRequestProperties.Header - Class in org.apereo.cas.configuration.model.core.web.security
 
HttpWebRequestProperties.Web - Class in org.apereo.cas.configuration.model.core.web.security
 

I

ID_TOKEN - Static variable in interface org.apereo.cas.OidcConstants
The id token.
IdPInitiatedProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
IdPInitiatedProfileHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.IdPInitiatedProfileHandlerController
 
idPInitiatedSamlProfileHandlerController() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
igniteConfiguration() - Method in class org.apereo.cas.config.IgniteTicketRegistryConfiguration
Ignite configuration ignite configuration.
IgniteProperties - Class in org.apereo.cas.configuration.model.support.ignite
IgniteProperties() - Constructor for class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
IgniteProperties.TicketsCache - Class in org.apereo.cas.configuration.model.support.ignite
 
IgniteTicketRegistry - Class in org.apereo.cas.ticket.registry
Ignite based distributed ticket registry.
IgniteTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.IgniteTicketRegistry
Instantiates a new Ignite ticket registry.
IgniteTicketRegistryConfiguration - Class in org.apereo.cas.config
IgniteTicketRegistryConfiguration() - Constructor for class org.apereo.cas.config.IgniteTicketRegistryConfiguration
 
ImmutableAssertion - Class in org.apereo.cas.validation
An immutable, serializable ticket validation assertion.
ImmutableAssertion(Authentication, List<Authentication>, Service, boolean) - Constructor for class org.apereo.cas.validation.ImmutableAssertion
Creates a new instance with required parameters.
InetAddressUtils - Class in org.apereo.cas.util
InfinispanProperties - Class in org.apereo.cas.configuration.model.support.infinispan
Encapsulates hazelcast properties exposed by CAS via properties file property source in a type-safe manner.
InfinispanProperties() - Constructor for class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
InfinispanTicketRegistry - Class in org.apereo.cas.ticket.registry
InfinispanTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
Instantiates a new Infinispan ticket registry.
InfinispanTicketRegistryConfiguration - Class in org.apereo.cas.ticket.registry.config
InfinispanTicketRegistryConfiguration() - Constructor for class org.apereo.cas.ticket.registry.config.InfinispanTicketRegistryConfiguration
 
inflate(byte[]) - Static method in class org.apereo.cas.util.CompressionUtils
Inflate the given byte array by CompressionUtils.INFLATED_ARRAY_LENGTH.
INFO - Static variable in class org.apereo.cas.monitor.Status
Generic INFO status.
init() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
Initialized registry post construction.
init() - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
Inits the dao with the search filter and load filters.
init() - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
Init and ensure configuration is correct.
init() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Init.
init() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Initializes the process that periodically fetches CRL data.
init() - Method in class org.apereo.cas.config.CasMetricsConfiguration
 
init() - Method in class org.apereo.cas.config.CasPropertiesConfiguration
Init.
init() - Method in class org.apereo.cas.config.CasSamlSPBoxConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPDropboxConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPNetPartnerConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPOffice365Configuration
 
init() - Method in class org.apereo.cas.config.CasSamlSPSalesforceConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPSaManageConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPServiceNowConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPTestShibConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPWebexConfiguration
 
init() - Method in class org.apereo.cas.config.CasSamlSPWorkdayConfiguration
 
init() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
init() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
init() - Method in class org.apereo.cas.configuration.support.ConvertCasePrincipalNameTransformer
Init the default delegate transformer.
init(FilterConfig) - Method in class org.apereo.cas.logging.web.ThreadContextMDCServletFilter
Does nothing.
init() - Method in class org.apereo.cas.MongoDbPropertySource
Init the collection of properties.
init() - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
Init.
init() - Method in class org.apereo.cas.services.MongoServiceRegistryDao
Initialized registry post construction.
init() - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
Initialized registry post construction.
init() - Method in class org.apereo.cas.support.geo.google.GoogleMapsGeoLocationService
Init the google authn context.
init() - Method in class org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService
Init database readers.
init() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
Init public and private keys.
init() - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
Initialize opensaml.
init() - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Init.
init() - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
Init.
init() - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Init.
init() - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
Init.
init() - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
Init.
init() - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
Init.
init() - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
Initialize registry post construction.
init(FilterConfig) - Method in class org.apereo.cas.web.support.CurrentCredentialsAndAuthenticationClearingFilter
 
init() - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
Init the jdbc template.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Inits the binder with the required fields.
INITIAL_IDENTIFIER_VALUE - Static variable in interface org.apereo.cas.services.RegisteredService
Initial ID value of newly created (but not persisted) registered service.
initialAuthenticationAttemptWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
InitialAuthenticationAttemptWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is InitialAuthenticationAttemptWebflowEventResolver, which handles the initial authentication attempt and calls upon a number of embedded resolvers to produce the next event in the authentication flow.
InitialAuthenticationAttemptWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
 
initialAuthenticationRequestValidationAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitialAuthenticationRequestValidationAction - Class in org.apereo.cas.web.flow
InitialAuthenticationRequestValidationAction() - Constructor for class org.apereo.cas.web.flow.InitialAuthenticationRequestValidationAction
 
initialFlowSetupAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitialFlowSetupAction - Class in org.apereo.cas.web.flow
Class to automatically set the paths for the CookieGenerators.
InitialFlowSetupAction() - Constructor for class org.apereo.cas.web.flow.InitialFlowSetupAction
 
initialize() - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Initialize the handler, setup the authentication entry attributes.
initialize(Map<String, Object>) - Method in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
Initialize the encoding process.
initialize() - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
Start initializing the client.
initialize() - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
Starts the couchbase client and initialization task.
initialize() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
Initializes a new Generate saml metadata.
initialize() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Post constructor placeholder for additional extensions.
initialize() - Method in class org.apereo.cas.ticket.DefaultTicketFactory
Initialize.
initialize() - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
Starts the couchbase client.
initialize() - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Initialize and register classes with kryo.
initialize() - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
initialize() - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Initialize.
initialize() - Method in class org.apereo.cas.web.report.LoggingConfigController
Init.
initializeAuthenticationHandler() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.authentication.config.CasMongoAuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.config.StormpathAuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.config.TokenAuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.digest.config.DigestAuthenticationConfiguration
 
initializeAuthenticationHandler() - Method in class org.apereo.cas.web.flow.config.CasRemoteAuthenticationConfiguration
 
initializeDefaults() - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
Initializes some default mappers after any custom mappers have been wired.
initializeDefaults() - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
Initializes some default mappers after any custom mappers have been wired.
initializeJdbcAuthenticationHandlers() - Method in class org.apereo.cas.adaptors.jdbc.config.CasJdbcConfiguration
 
initializeLoginAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitializeLoginAction - Class in org.apereo.cas.web.flow
InitializeLoginAction() - Constructor for class org.apereo.cas.web.flow.InitializeLoginAction
 
initializeObjectMapper() - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
Initialize object mapper.
initializeObjectMapper() - Method in class org.apereo.cas.util.services.RegisteredServiceJsonSerializer
Mixins are added to the object mapper in order to ignore certain method signatures from serialization that are otherwise treated as getters.
initializeRootApplicationContext() - Method in class org.apereo.cas.adaptors.authy.config.AuthyConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.CasRestAuthenticationConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.RadiusConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.SamlConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration
 
initializeRootApplicationContext() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
initializeServletApplicationContext() - Method in class org.apereo.cas.adaptors.duo.config.DuoConfiguration
 
initializeServletApplicationContext() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
initiateAuthenticationRequest(Pair<? extends SignableSAMLObject, MessageContext>, HttpServletResponse, HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Initiate authentication request.
initLdapAuthenticationHandlers() - Method in class org.apereo.cas.config.LdapAuthenticationConfiguration
 
initOidcConfig() - Method in class org.apereo.cas.config.OidcConfiguration
 
initPasswordChangeAction() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
InitPasswordChangeAction - Class in org.apereo.cas.pm.web.flow
This is InitPasswordChangeAction, serves a as placeholder for extensions.
InitPasswordChangeAction() - Constructor for class org.apereo.cas.pm.web.flow.InitPasswordChangeAction
 
initPasswordResetAction(PasswordManagementService) - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
InitPasswordResetAction - Class in org.apereo.cas.pm.web.flow
This is InitPasswordResetAction, serves a as placeholder for extensions.
InitPasswordResetAction(PasswordManagementService) - Constructor for class org.apereo.cas.pm.web.flow.InitPasswordResetAction
 
initServiceRegistryIfNecessary() - Method in class org.apereo.cas.services.ServiceRegistryInitializer
Init service registry if necessary.
InMemory() - Constructor for class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
InMemoryCasEventRepository - Class in org.apereo.cas.support.events.dao
InMemoryCasEventRepository(LoadingCache<String, CasEvent>) - Constructor for class org.apereo.cas.support.events.dao.InMemoryCasEventRepository
 
InMemoryGoogleAuthenticatorAccountRegistry - Class in org.apereo.cas.adaptors.gauth
InMemoryGoogleAuthenticatorAccountRegistry() - Constructor for class org.apereo.cas.adaptors.gauth.InMemoryGoogleAuthenticatorAccountRegistry
Instantiates a new In memory google authenticator account registry.
InMemoryMultifactorAuthenticationTrustStorage - Class in org.apereo.cas.trusted.authentication.storage
InMemoryMultifactorAuthenticationTrustStorage(LoadingCache<String, MultifactorAuthenticationTrustRecord>) - Constructor for class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
InMemoryServiceRegistryDaoImpl - Class in org.apereo.cas.services
Default In Memory Service Registry Dao for test/demonstration purposes.
InMemoryServiceRegistryDaoImpl() - Constructor for class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
Instantiates a new In memory service registry.
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.apereo.cas.web.support
Attempts to throttle by both IP Address and username.
InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter() - Constructor for class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter - Class in org.apereo.cas.web.support
Throttles access attempts for failed logins by IP Address.
InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter() - Constructor for class org.apereo.cas.web.support.InMemoryThrottledSubmissionByIpAddressHandlerInterceptorAdapter
 
InMemoryThrottledSubmissionCleaner - Class in org.apereo.cas.web.support
InMemoryThrottledSubmissionCleaner(ThrottledSubmissionHandlerInterceptor) - Constructor for class org.apereo.cas.web.support.InMemoryThrottledSubmissionCleaner
 
InMemoryThrottledSubmissionHandlerInterceptor - Interface in org.apereo.cas.web.support
inspektrAuditEntityManagerFactory() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
inspektrAuditTrailDataSource() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
inspektrAuditTrailDataSource() - Method in class org.apereo.cas.web.support.config.CasJdbcThrottlingConfiguration
 
inspektrAuditTransactionManager() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
inspektrAuditTransactionTemplate() - Method in class org.apereo.cas.audit.config.CasSupportJdbcAuditConfiguration
 
inspektrIpAddressUsernameThrottle(AuditTrailManager) - Method in class org.apereo.cas.web.support.config.CasJdbcThrottlingConfiguration
 
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter - Class in org.apereo.cas.web.support
Works in conjunction with the Inspektr Library to block attempts to dictionary attack users.
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter() - Constructor for class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
Instantiates a new Inspektr throttled submission by ip address and username handler interceptor adapter.
InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter(AuditTrailManager, DataSource) - Constructor for class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
Instantiates a new inspektr throttled submission by ip address and username handler interceptor adapter.
internalConfigController() - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
InternalConfigStateController - Class in org.apereo.cas.web.report
Controller that exposes the CAS internal state and beans as JSON.
InternalConfigStateController() - Constructor for class org.apereo.cas.web.report.InternalConfigStateController
 
INVALID - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT invalid event ID="invalid".
INVALID_GRANT - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The invalid grant.
INVALID_REQUEST - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The invalid request.
InvalidLoginLocationException - Exception in org.apereo.cas.authentication
Describes an error condition where authentication occurs from a location that is disallowed by security policy applied to the underlying user account.
InvalidLoginLocationException() - Constructor for exception org.apereo.cas.authentication.InvalidLoginLocationException
Instantiates a new invalid login location exception.
InvalidLoginLocationException(String) - Constructor for exception org.apereo.cas.authentication.InvalidLoginLocationException
Instantiates a new invalid login location exception.
InvalidLoginTimeException - Exception in org.apereo.cas.authentication
Describes an error condition where authentication occurs at a time that is disallowed by security policy applied to the underlying user account.
InvalidLoginTimeException() - Constructor for exception org.apereo.cas.authentication.InvalidLoginTimeException
Instantiates a new invalid login time exception.
InvalidLoginTimeException(String) - Constructor for exception org.apereo.cas.authentication.InvalidLoginTimeException
Instantiates a new invalid login time exception.
InvalidProxyGrantingTicketForServiceTicket - Exception in org.apereo.cas.ticket
Exception thrown when a ST has already granted a PGT and is asked to do so again.
InvalidProxyGrantingTicketForServiceTicket(Service) - Constructor for exception org.apereo.cas.ticket.InvalidProxyGrantingTicketForServiceTicket
Instantiates a new Invalid proxy granting ticket for service ticket.
InvalidProxyGrantingTicketForServiceTicket(String, Service) - Constructor for exception org.apereo.cas.ticket.InvalidProxyGrantingTicketForServiceTicket
Instantiates a new Invalid proxy granting ticket for service ticket.
InvalidTicketException - Exception in org.apereo.cas.ticket
AbstractTicketException to alert that a Ticket was not found or that it is expired.
InvalidTicketException(String) - Constructor for exception org.apereo.cas.ticket.InvalidTicketException
Constructs a InvalidTicketException with the default exception code.
InvalidTicketException(Throwable, String) - Constructor for exception org.apereo.cas.ticket.InvalidTicketException
Constructs a InvalidTicketException with the default exception code and the original exception that was thrown.
ipPatternCanBeChecked(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Base class definition for whether the IP should be checked or not; overridable.
ipPatternMatches(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Simple pattern match to determine whether an IP should be checked.
isActuatorEndpointsEnabled() - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
isAllowedProxyCallbackUrl(URL) - Method in class org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy
 
isAllowedProxyCallbackUrl(URL) - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
 
isAllowedProxyCallbackUrl(URL) - Method in interface org.apereo.cas.services.RegisteredServiceProxyPolicy
Determines if the given proxy callback url is authorized and allowed to request proxy access.
isAllowedToProxy() - Method in class org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy
 
isAllowedToProxy() - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
 
isAllowedToProxy() - Method in interface org.apereo.cas.services.RegisteredServiceProxyPolicy
Determines whether the service is allowed proxy capabilities.
isAllowMultipleDns() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isAllowMultiplePrincipalAttributeValues() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
isAllowMultipleResults() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
isAllowMultiValueParameters() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
isAllowTrace() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
isAlwaysDisplayPasswordExpirationWarning() - Method in class org.apereo.cas.authentication.support.PasswordPolicyConfiguration
 
isAlwaysPauseRedirect() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
isAssertionBackedByNewLogin(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Is assertion backed by new login?
isAssociationValid(Association) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
Is association valid.
isAsynchronous() - Method in class org.apereo.cas.configuration.model.core.slo.SloProperties
 
isAsynchronous() - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
isAsynchronous() - Method in class org.apereo.cas.util.http.HttpMessage
 
isAttributeResolverEnabled() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
isAuthenticatingAtPublicWorkstation(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Is authenticating at a public workstation?
isAuthenticationEnabled() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
isAuthenticationProfileAvailable(WebContext) - Static method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is authentication profile available?.
isAuthnRequestsSigned() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
isAuthorizedToReleaseCredentialPassword() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
isAuthorizedToReleaseCredentialPassword() - Method in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
Is authorized to release credential password?
isAuthorizedToReleaseProxyGrantingTicket() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
isAuthorizedToReleaseProxyGrantingTicket() - Method in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
Is authorized to release proxy granting ticket?
isAutocommit() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
isAutoconfigure() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
isAutoRedirect() - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
isAvailable() - Method in class org.apereo.cas.adaptors.authy.AuthyMultifactorAuthenticationProvider
 
isAvailable() - Method in class org.apereo.cas.adaptors.duo.authn.DuoMultifactorAuthenticationProvider
 
isAvailable() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorMultifactorAuthenticationProvider
 
isAvailable() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusMultifactorAuthenticationProvider
 
isAvailable() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyMultifactorAuthenticationProvider
 
isAvailable(RegisteredService) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
isAvailable() - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
Is provider available?
isAvailable(RegisteredService) - Method in interface org.apereo.cas.services.MultifactorAuthenticationProvider
Ensure the provider is available.
isBypass() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
isBypassApprovalPrompt() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
isCache() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
isCacheCredential() - Method in class org.apereo.cas.configuration.model.support.clearpass.ClearpassProperties
 
isCacheDiskOverflow() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isCacheEternal() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isCasAuthenticationAvailable(WebContext) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication available?
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, ZonedDateTime) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request boolean.
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, Authentication) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request?
isCasAuthenticationOldForMaxAgeAuthorizationRequest(WebContext, UserProfile) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
Is cas authentication old for max age authorization request?
isCaseInsensitive() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Groovy
 
isCaseInsensitive() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Is attribute value matching case insensitive?
isCasEnabled() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
isCaseSensitive() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
isCheckAll() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isCheckKeyUsage() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isCipherEnabled() - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
isCipherEnabled() - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
isCipherEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
isCipherExecutorEnabled() - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
isCircularRedirectsAllowed() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
isCleanerSupported() - Method in class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration.CouchbaseTicketRegistryCleaner
 
isCleanerSupported() - Method in class org.apereo.cas.config.MemcachedTicketRegistryConfiguration.MemcachedTicketRegistryCleaner
 
isCleanerSupported() - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
Indicates whether the registry supports automatic ticket cleanup.
isCompress() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
isConsentApprovalBypassed(J2EContext, OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.OAuth20ConsentApprovalViewResolver
Is consent approval bypassed?
isConsentApprovalBypassed(J2EContext, OAuthRegisteredService) - Method in class org.apereo.cas.web.OidcConsentApprovalViewResolver
 
isCredentialProvided() - Method in interface org.apereo.cas.authentication.AuthenticationResult
Indicates whether the authentication event was established as part of user providing credentials.
isCredentialProvided() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
isDeviceRegistrationEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
isDisabled() - Method in class org.apereo.cas.configuration.model.core.slo.SloProperties
 
isDisplayWarningOnMatch() - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
isDisplayWarningOnMatch() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
isDropCollection() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
isDropCollection() - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
isDropCollection() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
isDropCollection() - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
isDynamicMetadataQueryConfigured(SamlRegisteredService) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Is dynamic metadata query configured ?
isEnabled() - Method in interface org.apereo.cas.CipherExecutor
Supports encryption of values.
isEnabled() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.All
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.NotPrevented
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
isEnabled() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.RememberMe
 
isEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
isEnabled() - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
isEnabled() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
isEnabled() - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
 
isEnableDeviceRegistration() - Method in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
 
isEnableLookups() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
isEncAssert() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
isEncryptAssertions() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
isEnforceRpId() - Method in class org.apereo.cas.configuration.model.support.openid.OpenIdProperties
 
isEnhanceWithEntryResolver() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
isEternal() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isExpired(X509CRL) - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
Determines whether the given CRL is expired by examining the nextUpdate field.
isExpired(X509CRL, ZonedDateTime) - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
Determines whether the given CRL is expired by comparing the nextUpdate field with a given date.
isExpired() - Method in class org.apereo.cas.ticket.AbstractTicket
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.accesstoken.OAuthAccessTokenExpirationPolicy
 
isExpired(TicketState) - Method in interface org.apereo.cas.ticket.ExpirationPolicy
Method to determine if a Ticket has expired or not, based on the policy.
isExpired(TicketState) - Method in class org.apereo.cas.ticket.refreshtoken.OAuthRefreshTokenExpirationPolicy
 
isExpired() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.AlwaysExpiresExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.HardTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.NeverExpiresExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
 
isExpired(TicketState) - Method in class org.apereo.cas.ticket.support.TimeoutExpirationPolicy
 
isExpired() - Method in interface org.apereo.cas.ticket.Ticket
Determines if the ticket is expired.
isExpiredInternal() - Method in class org.apereo.cas.ticket.AbstractTicket
 
isExpiredInternal() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Return if the TGT is expired.
isFailFast() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
isFailFast() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isFailFast() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
isFailoverOnAuthenticationFailure() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
isFailoverOnAuthenticationFailure() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
isFailoverOnAuthenticationFailure() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
isFailoverOnException() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
isFailoverOnException() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
isFailoverOnException() - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
isFallbackSystemLocale() - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
isFollowServiceRedirects() - Method in class org.apereo.cas.configuration.model.core.logout.LogoutProperties
 
isForceEncoding() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Web
 
isForceServerMode() - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
isForceSignedLogoutRequests() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Logout
 
isForceSignedLogoutRequests() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
isForceVerification() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
isFromNewLogin() - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
isFromNewLogin() - Method in interface org.apereo.cas.ticket.ServiceTicket
Determine if this ticket was created at the same time as a TicketGrantingTicket.
isFromNewLogin() - Method in class org.apereo.cas.ticket.ServiceTicketImpl
 
isFromNewLogin() - Method in interface org.apereo.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.apereo.cas.validation.ImmutableAssertion
 
isGatewayPresent(RequestContext) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
Checks if gateway is present in the request params.
isGenDdl() - Method in class org.apereo.cas.configuration.model.support.jpa.DatabaseProperties
 
isGenerateRefreshToken() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
isGoogleAppsEngine() - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
isHsts() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
isHttpOnly() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
isIgnoreAuditFailures() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
isInitFromJson() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
isIpv4Enabled() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
isIsolateInternalQueries() - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
isJpaLockingTgtEnabled() - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
isJsonFormat() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
isJsonFormat() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
isLdapConnectionUrl(String) - Static method in class org.apereo.cas.util.LdapUtils
Is ldap connection url?.
isLdapConnectionUrl(URI) - Static method in class org.apereo.cas.util.LdapUtils
Is ldap connection url?.
isLdapConnectionUrl(URL) - Static method in class org.apereo.cas.util.LdapUtils
Is ldap connection url?.
isLoadBalance() - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
isLoaderAsync() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isLoggedOutAlready() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
Return if the service is already logged out.
isLoggedOutAlready() - Method in interface org.apereo.cas.logout.SingleLogoutService
Return if the service is already logged out.
isLoggedOutAlready() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdService
Return that the service is already logged out.
isLoggedOutAlready() - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsService
Return true if the service is already logged out.
isMaxPathLengthAllowUnspecified() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isMetadataCriteriaRemoveEmptyEntitiesDescriptors() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
isMetadataCriteriaRemoveRolelessEntityDescriptors() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
isMetadataMissing() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
isMissingService() - Method in class org.apereo.cas.configuration.model.core.sso.SsoProperties
 
isMixedModeAuthentication() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isMulticastEnabled() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
isNtlm() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isNtlm() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
isNtlmAllowed() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isOnlyTrackMostRecentSession() - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
ISOStandardDateFormat - Class in org.apereo.cas.util
A fast date format based on the ISO-8601 standard.
ISOStandardDateFormat() - Constructor for class org.apereo.cas.util.ISOStandardDateFormat
Instantiates a new ISO standard date format based on the format ISOStandardDateFormat.DATE_FORMAT.
isPortAutoIncrement() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
isPrincipalWithDomainName() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isQueryEnabled() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
isQueryEnabled() - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
isRedirectSameState() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
isRedirectsEnabled() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
isRefresh() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
isRefreshToken() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
isReleasePassword() - Method in class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyBean
 
isReleaseProtocolAttributes() - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
isReleaseTicket() - Method in class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyBean
 
isRememberMe() - Method in interface org.apereo.cas.authentication.RememberMeCredential
Checks if remember-me is enabled.
isRememberMe() - Method in class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
 
isRememberMeAuthentication(Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Is remember me authentication? looks at the authentication object to find RememberMeCredential.AUTHENTICATION_ATTRIBUTE_REMEMBER_ME and expects the assertion to also note a new login session.
isRemoveEmptyEntities() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
isRemoveRoleless() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
isRenew() - Method in class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
Method to determine if we require renew to be true.
isRenewedAuthn() - Method in class org.apereo.cas.configuration.model.core.sso.SsoProperties
 
isReplicatePuts() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isReplicatePutsViaCopy() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isReplicateRemovals() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isReplicateUpdates() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isReplicateUpdatesViaCopy() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isRequestAskingForServiceTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
Is request asking for service ticket?
isRequireAll() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
isRequireAllAttributes() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
isRequireAllAttributes() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
isRequiredHandlerAuthenticationPolicyEnabled() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
isRequireKeyUsage() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isRequireSignedRoot() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
isRequireValidMetadata() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
isRequireValidMetadata() - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
isReturnNull() - Method in class org.apereo.cas.configuration.model.core.authentication.PersonDirPrincipalResolverProperties
 
isRoot() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Convenience method to determine if the TicketGrantingTicket is the root of the hierarchy of tickets.
isRoot() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Return if the TGT has no parent.
isSasCASEnabled() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
isSatisfiedBy(Authentication) - Method in class org.apereo.cas.authentication.AllAuthenticationPolicy
 
isSatisfiedBy(Authentication) - Method in class org.apereo.cas.authentication.AnyAuthenticationPolicy
 
isSatisfiedBy(Authentication) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
Determines whether an authentication event isSatisfiedBy arbitrary security policy.
isSatisfiedBy(Authentication) - Method in class org.apereo.cas.authentication.NotPreventedAuthenticationPolicy
 
isSatisfiedBy(Authentication) - Method in class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicy
 
isSatisfiedBy(Assertion, HttpServletRequest) - Method in class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
 
isSatisfiedBy(Assertion, HttpServletRequest) - Method in interface org.apereo.cas.validation.ValidationSpecification
Is satisfied.
isSatisfiedByInternal(Assertion) - Method in class org.apereo.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.apereo.cas.validation.Cas10ProtocolValidationSpecification
 
isSatisfiedByInternal(Assertion) - Method in class org.apereo.cas.validation.Cas20ProtocolValidationSpecification
 
isSatisfiedByInternal(Assertion) - Method in class org.apereo.cas.validation.Cas20WithoutProxyingValidationSpecification
 
isSecure() - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
isSecure() - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
isSend401OnAuthenticationFailure() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isServiceAccessAllowed() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
isServiceAccessAllowed() - Method in interface org.apereo.cas.services.RegisteredServiceAccessStrategy
Verify is the service is enabled and recognized by CAS.
isServiceAccessAllowed() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
isServiceAccessAllowedForSso() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
isServiceAccessAllowedForSso() - Method in interface org.apereo.cas.services.RegisteredServiceAccessStrategy
Assert that the service can participate in sso.
isShared() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isShowSql() - Method in class org.apereo.cas.configuration.model.support.jpa.DatabaseProperties
 
isSignAssert() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
isSignAssertions() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
isSignError() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
isSignIdToken() - Method in class org.apereo.cas.services.OidcRegisteredService
 
isSignResp() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
isSignResponses() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
isSignToken() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOidcTypeEditBean
 
isSingleLogoutCallbacksDisabled() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Logout
 
isSingleLogoutCallbacksDisabled() - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
isSingleRow() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
isSingleton() - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
isSocketKeepAlive() - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
isSsoEnabled() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
isSsoEnabled() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
isStorage() - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
isSubtreeSearch() - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
isSubtreeSearch() - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
issueAuthenticationRequestRedirect(AuthnRequest, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Redirect request for authentication.
isSupportedBrowser(String) - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Checks if is supported browser.
isSupportedProtocol(String) - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
Is supported protocol?
isSuspension() - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
isSynchronousWrites() - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
isTcpipEnabled() - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
isThrowOnFetchFailure() - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
isTicketidSaml2() - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
isTrackGeolocation() - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
isTrustedDeviceEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
isTrustedDeviceEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
isTrustedDeviceEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
isTrustedDeviceEnabled() - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
isTryAll() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Any
 
isTryAll() - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
isTypedIdUsed() - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
isUseAttributeFriendlyName() - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
isUseCodeMessage() - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
isUseServerHostAddress() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
isUseSingleLine() - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
isUseSsl() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isUseStartTls() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isUseSubjectCredsOnly() - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
isValid() - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
isValid() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
isValid() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
isValid() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
isValid() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
isValid() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
isValid() - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
isValid(String, String, int) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
isValid validates the credential.
isValidateOnCheckout() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isValidatePeriodically() - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
isValidEndPoint(String) - Method in interface org.apereo.cas.util.http.HttpClient
Make a synchronous HTTP(S) call to ensure that the url is reachable.
isValidEndPoint(URL) - Method in interface org.apereo.cas.util.http.HttpClient
Make a synchronous HTTP(S) call to ensure that the url is reachable.
isValidEndPoint(String) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
isValidEndPoint(URL) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
isValidFor(Service) - Method in class org.apereo.cas.ticket.code.OAuthCodeImpl
 
isValidFor(Service) - Method in interface org.apereo.cas.ticket.ServiceTicket
Attempts to ensure that the service specified matches the service associated with the ticket.
isValidFor(Service) - Method in class org.apereo.cas.ticket.ServiceTicketImpl
Attempts to ensure that the service specified matches the service associated with the ticket.
isValidRegex(String) - Static method in class org.apereo.cas.util.RegexUtils
Check to see if the specified pattern is a valid regular expression.
isWantAssertionsSigned() - Method in class org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade
 
isWarnAll() - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
isWatcherEnabled() - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
isXcontent() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
isXframe() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
isXss() - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
isYubiKeyRegisteredFor(String, String) - Method in interface org.apereo.cas.adaptors.yubikey.YubiKeyAccountRegistry
Determines whether the registered YubiKey public id is allowed for the uid received.

J

JaasAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
JAAS Authentication Handler for CAAS.
JaasAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
Instantiates a new Jaas authentication handler, and attempts to load/verify the configuration.
jaasAuthenticationHandler() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
JaasAuthenticationHandler.UsernamePasswordCallbackHandler - Class in org.apereo.cas.authentication.handler.support
A simple JAAS CallbackHandler which accepts a Name String and Password String in the constructor.
JaasAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.jaas
JaasAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
jaasPrincipalFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
jcifsConfig() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
JcifsConfig - Class in org.apereo.cas.support.spnego.authentication.handler.support
Configuration helper for JCIFS and the Spring framework.
JcifsConfig() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Instantiates a new jCIFS config.
JcifsSpnegoAuthenticationHandler - Class in org.apereo.cas.support.spnego.authentication.handler.support
Implementation of an AuthenticationHandler for SPNEGO supports.
JcifsSpnegoAuthenticationHandler() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
Jdbc() - Constructor for class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
Jdbc() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
Jdbc() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Jdbc
 
Jdbc() - Constructor for class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Jdbc
 
JdbcAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.jdbc
JdbcAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
JdbcAuthenticationProperties.Bind - Class in org.apereo.cas.configuration.model.support.jdbc
 
JdbcAuthenticationProperties.Encode - Class in org.apereo.cas.configuration.model.support.jdbc
 
JdbcAuthenticationProperties.Query - Class in org.apereo.cas.configuration.model.support.jdbc
 
JdbcAuthenticationProperties.Search - Class in org.apereo.cas.configuration.model.support.jdbc
 
JdbcDataSourceMonitor - Class in org.apereo.cas.monitor
Monitors a data source that describes a single connection or connection pool to a database.
JdbcDataSourceMonitor(DataSource) - Constructor for class org.apereo.cas.monitor.JdbcDataSourceMonitor
Creates a new instance that monitors the given data source.
JdbcMultifactorAuthnTrustConfiguration - Class in org.apereo.cas.trusted.config
JdbcMultifactorAuthnTrustConfiguration() - Constructor for class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
jdbcPrincipalFactory() - Method in class org.apereo.cas.adaptors.jdbc.config.CasJdbcConfiguration
 
jdkMongoSessionConverter() - Method in class org.apereo.cas.config.MongoSessionConfiguration
Jdk mongo session converter jdk mongo session converter.
Jpa() - Constructor for class org.apereo.cas.configuration.model.core.events.EventsProperties.Jpa
 
Jpa() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth.Jpa
 
Jpa() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Jpa
 
JpaCasEventRepository - Class in org.apereo.cas.support.events.jpa
This is JpaCasEventRepository that stores event data into a RDBMS database.
JpaCasEventRepository() - Constructor for class org.apereo.cas.support.events.jpa.JpaCasEventRepository
 
JpaConfigDataHolder - Class in org.apereo.cas.configuration.model.support.jpa
Simple structure to collect and pass around pieces of JPA config data reusable across different JPA configuration components.
JpaConfigDataHolder(JpaVendorAdapter, String, String[], DataSource) - Constructor for class org.apereo.cas.configuration.model.support.jpa.JpaConfigDataHolder
 
jpaEventPackagesToScan() - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
jpaEventPackagesToScan() - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
JpaEventsConfiguration - Class in org.apereo.cas.config
This is JpaEventsConfiguration, defines certain beans via configuration while delegating some to Spring namespaces inside the context config file.
JpaEventsConfiguration() - Constructor for class org.apereo.cas.config.JpaEventsConfiguration
 
jpaEventVendorAdapter() - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
jpaEventVendorAdapter() - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
JpaGoogleAuthenticatorAccountRegistry - Class in org.apereo.cas.adaptors.gauth
This is JpaGoogleAuthenticatorAccountRegistry that stores gauth data into a RDBMS database.
JpaGoogleAuthenticatorAccountRegistry() - Constructor for class org.apereo.cas.adaptors.gauth.JpaGoogleAuthenticatorAccountRegistry
 
JpaLockingStrategy - Class in org.apereo.cas.ticket.registry.support
JPA 2.0 implementation of an exclusive, non-reentrant lock.
JpaLockingStrategy() - Constructor for class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
jpaMfaTrustedAuthnPackagesToScan() - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
jpaMfaTrustedAuthnVendorAdapter() - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
JpaMultifactorAuthenticationTrustStorage - Class in org.apereo.cas.trusted.authentication.storage
JpaMultifactorAuthenticationTrustStorage() - Constructor for class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
jpaServicePackagesToScan() - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
JpaServiceRegistryConfiguration - Class in org.apereo.cas.config
JpaServiceRegistryConfiguration() - Constructor for class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
JpaServiceRegistryDaoImpl - Class in org.apereo.cas.services
Implementation of the ServiceRegistryDao based on JPA.
JpaServiceRegistryDaoImpl() - Constructor for class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
JpaServiceRegistryProperties - Class in org.apereo.cas.configuration.model.support.jpa.serviceregistry
Configuration properties class for svcreg.database.
JpaServiceRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.jpa.serviceregistry.JpaServiceRegistryProperties
 
jpaServiceVendorAdapter() - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
JpaTicketRegistry - Class in org.apereo.cas.ticket.registry
JPA implementation of a CAS TicketRegistry.
JpaTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
JpaTicketRegistryConfiguration - Class in org.apereo.cas.config
JpaTicketRegistryConfiguration() - Constructor for class org.apereo.cas.config.JpaTicketRegistryConfiguration
 
JpaTicketRegistryProperties - Class in org.apereo.cas.configuration.model.support.jpa.ticketregistry
Configuration properties class for ticketreg.database.
JpaTicketRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
JRadiusServerImpl - Class in org.apereo.cas.adaptors.radius
Implementation of a RadiusServer that utilizes the JRadius packages available at http://jradius.sf.net.
JRadiusServerImpl(RadiusProtocol, RadiusClientFactory) - Constructor for class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Instantiates a new server implementation with the radius protocol and client factory specified.
Json() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Json
 
jsonify(Map) - Static method in class org.apereo.cas.support.oauth.util.OAuthUtils
Jsonify string.
JsonServiceRegistryConfiguration - Class in org.apereo.cas.config
JsonServiceRegistryConfiguration() - Constructor for class org.apereo.cas.config.JsonServiceRegistryConfiguration
 
JsonServiceRegistryDao - Class in org.apereo.cas.services
Implementation of ServiceRegistryDao that reads services definition from JSON configuration file at the Spring Application Context initialization time.
JsonServiceRegistryDao(Path, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.JsonServiceRegistryDao
Instantiates a new Json service registry dao.
JsonServiceRegistryDao(Resource, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.JsonServiceRegistryDao
Instantiates a new Json service registry dao.
JsonUtils - Class in org.apereo.cas.util.serialization
 
JWKS_URL - Static variable in interface org.apereo.cas.OidcConstants
JWKS Endpoint url.

K

kryoTranscoder() - Method in class org.apereo.cas.config.MemcachedTicketRegistryConfiguration
 
KryoTranscoder - Class in org.apereo.cas.ticket.registry.support.kryo
MemcachedClient transcoder implementation based on Kryo fast serialization framework suited for efficient serialization of tickets.
KryoTranscoder() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Creates a Kryo-based transcoder.

L

Ldap() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
Ldap() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Ldap
 
Ldap() - Constructor for class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties.Ldap
 
Ldap() - Constructor for class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
Ldap() - Constructor for class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties.Ldap
 
Ldap() - Constructor for class org.apereo.cas.configuration.model.support.x509.X509Properties.Ldap
 
LdapAcceptableUsagePolicyRepository - Class in org.apereo.cas.web.flow
LdapAcceptableUsagePolicyRepository() - Constructor for class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
LdapAuthenticationConfiguration - Class in org.apereo.cas.config
This is LdapAuthenticationConfiguration that attempts to create relevant authentication handlers for LDAP.
LdapAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.LdapAuthenticationConfiguration
 
LdapAuthenticationHandler - Class in org.apereo.cas.authentication
LDAP authentication handler that uses the ldaptive Authenticator component underneath.
LdapAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.LdapAuthenticationHandler
Default ctor.
LdapAuthenticationHandler(Authenticator) - Constructor for class org.apereo.cas.authentication.LdapAuthenticationHandler
Creates a new authentication handler that delegates to the given authenticator.
LdapAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.ldap
LdapAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
LdapAuthenticationProperties.AuthenticationTypes - Enum in org.apereo.cas.configuration.model.support.ldap
The enum Authentication types.
LdapAuthorizationGenerator - Class in org.apereo.cas.authorization
Provides a simple AuthorizationGenerator implementation that obtains user roles from an LDAP search.
LdapAuthorizationGenerator() - Constructor for class org.apereo.cas.authorization.LdapAuthorizationGenerator
Instantiates a new Ldap authorization generator.
LdapAuthorizationGenerator(ConnectionFactory, SearchExecutor) - Constructor for class org.apereo.cas.authorization.LdapAuthorizationGenerator
Creates a new instance with the given required parameters.
ldapAuthorizationGeneratorUserSearchExecutor() - Method in class org.apereo.cas.mgmt.config.CasManagementLdapAuthorizationConfiguration
 
LdapAuthorizationProperties - Class in org.apereo.cas.configuration.model.support.ldap
LdapAuthorizationProperties() - Constructor for class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
LdapCoreConfiguration - Class in org.apereo.cas.config
This is LdapCoreConfiguration, reserved as a configuration class to handle core ldap matters.
LdapCoreConfiguration() - Constructor for class org.apereo.cas.config.LdapCoreConfiguration
 
LdapMonitorConfiguration - Class in org.apereo.cas.monitor.config
LdapMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.LdapMonitorConfiguration
 
LdapPasswordManagementService - Class in org.apereo.cas.pm.ldap
LdapPasswordManagementService(CipherExecutor<String, String>) - Constructor for class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
LdapPasswordPolicyConfiguration - Class in org.apereo.cas.authentication.support
LDAP-specific password policy configuration container.
LdapPasswordPolicyConfiguration(PasswordPolicyProperties) - Constructor for class org.apereo.cas.authentication.support.LdapPasswordPolicyConfiguration
 
LdapRegisteredServiceMapper - Interface in org.apereo.cas.adaptors.ldap.services
Strategy interface to define operations required when mapping LDAP entries to registered services and vice versa.
LdapServiceRegistryConfiguration - Class in org.apereo.cas.adaptors.ldap.services.config
LdapServiceRegistryConfiguration() - Constructor for class org.apereo.cas.adaptors.ldap.services.config.LdapServiceRegistryConfiguration
 
LdapServiceRegistryDao - Class in org.apereo.cas.adaptors.ldap.services
Implementation of the ServiceRegistryDao interface which stores the services in a LDAP Directory.
LdapServiceRegistryDao() - Constructor for class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
ldapServiceRegistryMapper() - Method in class org.apereo.cas.adaptors.ldap.services.config.LdapServiceRegistryConfiguration
 
LdapServiceRegistryProperties - Class in org.apereo.cas.configuration.model.support.ldap.serviceregistry
LdapServiceRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
ldapSpnegoClientAction() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
LdapSpnegoKnownClientSystemsFilterAction - Class in org.apereo.cas.web.flow.client
Peek into an LDAP server and check for the existence of an attribute in order to target invocation of spnego.
LdapSpnegoKnownClientSystemsFilterAction() - Constructor for class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
 
LdapSpnegoKnownClientSystemsFilterAction(ConnectionFactory, SearchRequest, String) - Constructor for class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
Instantiates a new action.
LdaptiveResourceCRLFetcher - Class in org.apereo.cas.adaptors.x509.authentication.ldap
Fetches a CRL from an LDAP instance.
LdaptiveResourceCRLFetcher() - Constructor for class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Serialization support.
LdaptiveResourceCRLFetcher(ConnectionConfig, SearchExecutor) - Constructor for class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Instantiates a new Ldap resource cRL fetcher.
ldaptiveResourceCRLFetcher() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
LdapUtils - Class in org.apereo.cas.util
Utilities related to LDAP functions.
legacyValidateController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
LegacyValidateController - Class in org.apereo.cas.web
 
LegacyValidateController() - Constructor for class org.apereo.cas.web.LegacyValidateController
 
LinkedIn() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
load() - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
load() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
load(File) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Load registered service from file.
load() - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
load() - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
Load services that are provided by the DAO.
load() - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
load() - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
load() - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
load(File) - Method in interface org.apereo.cas.services.ResourceBasedServiceRegistryDao
Load registered service from the given file.
load() - Method in interface org.apereo.cas.services.ServiceRegistryDao
Retrieve the services from the data store.
load() - Method in interface org.apereo.cas.services.ServicesManager
Inform the ServicesManager to reload its list of services if its cached them.
load() - Method in interface org.apereo.cas.support.events.dao.CasEventRepository
Load collection.
load() - Method in class org.apereo.cas.support.events.dao.InMemoryCasEventRepository
 
load() - Method in class org.apereo.cas.support.events.jpa.JpaCasEventRepository
 
load() - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
load(SamlRegisteredService) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
loadShiroConfiguration(Resource) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
Sets shiro configuration to the path of the resource that points to the shiro.ini file.
loadView(String, Locale) - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
localDateTimeOf(String) - Static method in class org.apereo.cas.util.DateTimeUtils
Parse the given value as a local datetime.
localeChangeInterceptor() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
localeChangeInterceptor() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
LocaleProperties - Class in org.apereo.cas.configuration.model.webapp
Configuration properties class for locale.
LocaleProperties() - Constructor for class org.apereo.cas.configuration.model.webapp.LocaleProperties
 
localeResolver() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
localeResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
locate(InetAddress) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
Find a geo location based on an address.
locate(String) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
Find a geo location based on an address.
locate(Double, Double) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
Find a geo location based on an address.
locate(String, GeoLocationRequest) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
Locate geo location response.
locate(Environment) - Method in class org.apereo.cas.MongoDbPropertySourceLocator
 
locate(String, GeoLocationRequest) - Method in class org.apereo.cas.support.geo.AbstractGeoLocationService
 
locate(InetAddress) - Method in class org.apereo.cas.support.geo.google.GoogleMapsGeoLocationService
 
locate(String) - Method in class org.apereo.cas.support.geo.google.GoogleMapsGeoLocationService
 
locate(Double, Double) - Method in class org.apereo.cas.support.geo.google.GoogleMapsGeoLocationService
 
locate(InetAddress) - Method in class org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService
 
locate(String) - Method in class org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService
 
locate(Double, Double) - Method in class org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService
 
LockedOutputStream - Class in org.apereo.cas.util
Buffered output stream around a file that is exclusively locked for the lifetime of the stream.
LockedOutputStream(FileOutputStream) - Constructor for class org.apereo.cas.util.LockedOutputStream
Creates a new instance by obtaining a lock on the underlying stream that is held until the stream is closed.
lockingStrategy() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
lockingStrategy() - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
 
LockingStrategy - Interface in org.apereo.cas.ticket.registry.support
Strategy pattern for defining a locking strategy in support of exclusive execution of some process.
log4jServletContextListener() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
logCasValidationAssertion(Assertion) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Log cas validation assertion.
logger - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Log instance for logging events, info, warnings, errors, etc.
logger - Variable in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountCheckRegistrationAction
 
logger - Variable in class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Logger instance.
logger - Variable in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Logger instance.
logger - Variable in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Instance of logging for subclasses.
logger - Variable in class org.apereo.cas.authentication.AbstractAuthenticationManager
Log instance for logging events, errors, warnings, etc.
logger - Variable in class org.apereo.cas.authentication.principal.AbstractServiceFactory
Logger instance.
logger - Variable in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
Logger instance.
LOGGER - Static variable in class org.apereo.cas.authentication.principal.DefaultResponse
Log instance.
logger - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
logger - Variable in class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
 
logger - Variable in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
The Logger.
logger - Variable in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
Logger instance.
logger - Variable in class org.apereo.cas.authentication.support.NoOpCasAttributeEncoder
 
logger - Variable in class org.apereo.cas.logout.DefaultSingleLogoutServiceLogoutUrlBuilder
 
logger - Variable in class org.apereo.cas.mgmt.services.web.AbstractManagementController
Logger instance.
logger - Variable in class org.apereo.cas.monitor.AbstractNamedMonitor
Logger instance.
logger - Variable in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
logger - Variable in class org.apereo.cas.services.web.view.AbstractCasView
Logger instance.
logger - Variable in class org.apereo.cas.support.events.dao.AbstractCasEventRepository
 
logger - Variable in class org.apereo.cas.support.oauth.validator.OAuthValidator
The logger.
logger - Variable in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
logger - Variable in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
 
LOGGER - Static variable in class org.apereo.cas.support.openid.authentication.principal.OpenIdService
The Constant LOGGER.
logger - Variable in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
logger - Variable in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
logger - Variable in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Logger instance.
logger - Variable in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Logger instance.
logger - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
logger - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.DefaultAuthnContextClassRefBuilder
 
logger - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
logger - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
logger - Variable in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
logger - Variable in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
logger - Variable in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
logger - Variable in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
logger - Variable in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Logger instance.
logger - Variable in class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
The logger instance.
logger - Variable in class org.apereo.cas.util.services.DefaultRegisteredServiceCipherExecutor
Logger instance.
logger - Variable in class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
 
logger - Variable in class org.apereo.cas.web.AbstractDelegateController
 
logger - Variable in class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
logger - Variable in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
logger - Variable in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
 
logger - Variable in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
 
logger - Variable in class org.apereo.cas.web.flow.authentication.FirstMultifactorAuthenticationProviderSelector
 
logger - Variable in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Logger instance.
logger - Variable in class org.apereo.cas.web.flow.InitializeLoginAction
 
logger - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
logger - Variable in class org.apereo.cas.web.support.AbstractArgumentExtractor
 
logger - Variable in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
LoggerConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.LoggerConverter
 
LOGGING_TYPE_PROP - Static variable in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
Logging type property name.
loggingConfigController(DelegatingAuditTrailManager) - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
LoggingConfigController - Class in org.apereo.cas.web.report
Controller to handle the logging dashboard requests.
LoggingConfigController() - Constructor for class org.apereo.cas.web.report.LoggingConfigController
 
LOGIN_REQUIRED - Static variable in interface org.apereo.cas.OidcConstants
Indicates authentication is required and could not be performed.
loginFlowCipherBean() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginFlowDefinitionRegistry - Variable in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
The Login flow definition registry.
loginFlowExecutor() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginFlowHandlerMapping() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginFlowRegistry() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginFlowStateTranscoder() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginFlowUrlHandler() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
loginHandlerAdapter() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
Logout() - Constructor for class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Logout
 
logoutAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
LogoutAction - Class in org.apereo.cas.web.flow
Action to delete the TGT and the appropriate cookies.
LogoutAction() - Constructor for class org.apereo.cas.web.flow.LogoutAction
 
logoutBuilder() - Method in class org.apereo.cas.logout.config.CasCoreLogoutConfiguration
 
logoutConversionService() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
LogoutConversionService - Class in org.apereo.cas.web.flow
Special conversion service with a CompositeFlowExecutionKeyConverter.
LogoutConversionService() - Constructor for class org.apereo.cas.web.flow.LogoutConversionService
Build a new conversion service with a CompositeFlowExecutionKeyConverter.
logoutFlowDefinitionRegistry - Variable in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
The logout flow definition registry.
logoutFlowExecutor() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
logoutFlowHandlerMapping() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
logoutFlowRegistry() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
logoutFlowUrlHandler() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
logoutHandlerAdapter() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
LogoutHttpMessage - Class in org.apereo.cas.logout
A logout http message that is accompanied by a special content type and formatting.
LogoutHttpMessage(URL, String, boolean) - Constructor for class org.apereo.cas.logout.LogoutHttpMessage
Constructs a logout message.
logoutManager - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The logout manager.
logoutManager() - Method in class org.apereo.cas.logout.config.CasCoreLogoutConfiguration
 
LogoutManager - Interface in org.apereo.cas.logout
A logout manager handles the Single Log Out process.
LogoutManagerImpl - Class in org.apereo.cas.logout
This logout manager handles the Single Log Out process.
LogoutManagerImpl() - Constructor for class org.apereo.cas.logout.LogoutManagerImpl
Instantiates a new Logout manager.
LogoutManagerImpl(LogoutMessageCreator) - Constructor for class org.apereo.cas.logout.LogoutManagerImpl
Build the logout manager.
LogoutMessageCreator - Interface in org.apereo.cas.logout
Contract that defines the format of the logout message sent to a client to indicate that an SSO session has terminated.
LogoutProperties - Class in org.apereo.cas.configuration.model.core.logout
LogoutProperties() - Constructor for class org.apereo.cas.configuration.model.core.logout.LogoutProperties
 
logoutput() - Method in class org.apereo.cas.web.report.LoggingConfigController
Gets logs.
LogoutRequest - Interface in org.apereo.cas.logout
Identifies a CAS logout request and its properties.
LogoutRequestStatus - Enum in org.apereo.cas.logout
Define the status of a logout request.
LogoutType - Enum in org.apereo.cas.services
Enumeration of the logout type.
logoutView(HttpServletRequest, HttpSession) - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Logout handling.
logSamlObject(OpenSamlConfigBean, SAMLObject) - Static method in class org.apereo.cas.support.saml.SamlUtils
Log saml object.
LongNumericGenerator - Interface in org.apereo.cas.util.gen
Interface to guaranteed to return a long.
lookupHandler(String, HttpServletRequest) - Method in class org.apereo.cas.support.openid.web.support.OpenIdPostUrlHandlerMapping
 

M

main(String[]) - Static method in class org.apereo.cas.mgmt.web.CasManagementWebApplication
Main entry point of the web application.
main(String[]) - Static method in class org.apereo.cas.web.CasWebApplication
Main entry point of the CAS web application.
makeFile(RegisteredService) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
Creates a file for a registered service.
manage(HttpServletResponse) - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Method to show the RegisteredServices.
ManagementWebappProperties - Class in org.apereo.cas.configuration.model.webapp.mgmt
ManagementWebappProperties() - Constructor for class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
manageRegisteredServicesMultiActionController(ServicesManager) - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
ManageRegisteredServicesMultiActionController - Class in org.apereo.cas.mgmt.services.web
MultiActionController to handle the deletion of RegisteredServices as well as displaying them on the Manage Services page.
ManageRegisteredServicesMultiActionController(ServicesManager, RegisteredServiceFactory, String) - Constructor for class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
Instantiates a new manage registered services multi action controller.
mapAccessStrategy(RegisteredServiceAccessStrategy, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AccessStrategyMapper
Map RegisteredServiceAccessStrategy onto the target RegisteredServiceEditBean.ServiceData data bean.
mapAccessStrategy(RegisteredServiceAccessStrategy, RegisteredServiceViewBean) - Method in interface org.apereo.cas.mgmt.services.web.factory.AccessStrategyMapper
mapAccessStrategy(RegisteredServiceAccessStrategy, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAccessStrategyMapper
 
mapAccessStrategy(RegisteredServiceAccessStrategy, RegisteredServiceViewBean) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAccessStrategyMapper
 
mapAttributeFilter(RegisteredServiceAttributeFilter, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AttributeFilterMapper
Map RegisteredServiceAttributeFilter onto the target RegisteredServiceEditBean.ServiceData data bean.
mapAttributeFilter(RegisteredServiceAttributeFilter, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeFilterMapper
 
mapAttributeReleasePolicy(RegisteredServiceAttributeReleasePolicy, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AttributeReleasePolicyMapper
Map RegisteredServiceAttributeReleasePolicy onto the target RegisteredServiceEditBean.ServiceData data bean.
mapAttributeReleasePolicy(RegisteredServiceAttributeReleasePolicy, RegisteredServiceViewBean) - Method in interface org.apereo.cas.mgmt.services.web.factory.AttributeReleasePolicyMapper
mapAttributeReleasePolicy(RegisteredServiceAttributeReleasePolicy, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
mapAttributeReleasePolicy(RegisteredServiceAttributeReleasePolicy, RegisteredServiceViewBean) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
mapFromRegisteredService(String, RegisteredService) - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
mapFromRegisteredService(String, RegisteredService) - Method in interface org.apereo.cas.adaptors.ldap.services.LdapRegisteredServiceMapper
Map from registered service to ldap.
mapMultifactorPolicy(RegisteredServiceMultifactorPolicy, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultMultifactorAuthenticationMapper
 
mapMultifactorPolicy(RegisteredServiceMultifactorPolicy, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.MultifactorAuthenticationMapper
Map multifactor policy.
mappingCustomizer() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
mapPrincipalRepository(PrincipalAttributesRepository, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultPrincipalAttributesRepositoryMapper
 
mapPrincipalRepository(PrincipalAttributesRepository, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.PrincipalAttributesRepositoryMapper
mapProxyPolicy(RegisteredServiceProxyPolicy, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultProxyPolicyMapper
 
mapProxyPolicy(RegisteredServiceProxyPolicy, RegisteredServiceViewBean) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultProxyPolicyMapper
 
mapProxyPolicy(RegisteredServiceProxyPolicy, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.ProxyPolicyMapper
Map RegisteredServiceProxyPolicy onto the target RegisteredServiceEditBean.ServiceData data bean.
mapProxyPolicy(RegisteredServiceProxyPolicy, RegisteredServiceViewBean) - Method in interface org.apereo.cas.mgmt.services.web.factory.ProxyPolicyMapper
mapRegisteredService(RegisteredService, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceMapper
 
mapRegisteredService(RegisteredService, RegisteredServiceViewBean) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceMapper
 
mapRegisteredService(RegisteredService, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceMapper
Map RegisteredService onto the target RegisteredServiceEditBean.ServiceData data bean.
mapRegisteredService(RegisteredService, RegisteredServiceViewBean) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceMapper
Map RegisteredService onto the target RegisteredServiceViewBean data bean.
mapToRegisteredService(LdapEntry) - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
mapToRegisteredService(LdapEntry) - Method in interface org.apereo.cas.adaptors.ldap.services.LdapRegisteredServiceMapper
Map to registered service from ldap.
mapUsernameAttributeProvider(RegisteredServiceUsernameAttributeProvider, RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultUsernameAttributeProviderMapper
 
mapUsernameAttributeProvider(RegisteredServiceUsernameAttributeProvider, RegisteredServiceViewBean) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultUsernameAttributeProviderMapper
 
mapUsernameAttributeProvider(RegisteredServiceUsernameAttributeProvider, RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.UsernameAttributeProviderMapper
Map RegisteredServiceUsernameAttributeProvider onto the target RegisteredServiceEditBean.ServiceData data bean.
mapUsernameAttributeProvider(RegisteredServiceUsernameAttributeProvider, RegisteredServiceViewBean) - Method in interface org.apereo.cas.mgmt.services.web.factory.UsernameAttributeProviderMapper
markTicketExpired() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Mark a ticket as expired.
markTicketExpired() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
 
marshallerFactory() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Marshaller factory marshaller factory.
marshalSamlXmlObject(XMLObject, StringWriter) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Marshal the saml xml object to raw xml.
matches(CharSequence, String) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Used in case passwordEncoder is used to match raw password with encoded password.
matches(Service) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
matches(Service) - Method in interface org.apereo.cas.authentication.principal.Service
Whether the services matches another.
matches(CharSequence, String) - Method in class org.apereo.cas.configuration.support.DefaultPasswordEncoder
 
matches(Service) - Method in class org.apereo.cas.services.RegexRegisteredService
 
matches(Service) - Method in interface org.apereo.cas.services.RegisteredService
Returns whether the service matches the registered service.
matchesExistingService(Service) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
matchesExistingService(String) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
matchesExistingService(Service) - Method in interface org.apereo.cas.services.ServicesManager
Convenience method to let one know if a service exists in the data store.
matchesExistingService(String) - Method in interface org.apereo.cas.services.ServicesManager
Convenience method to let one know if a service exists in the data store.
MAX_AGE - Static variable in interface org.apereo.cas.OidcConstants
The max age.
MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
Max connections per route.
MAX_HEARTBEAT_SECONDS_PROP - Static variable in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
Max num of seconds for heartbeat property name.
MAX_ORDER - Static variable in interface org.apereo.cas.validation.ValidationServiceSelectionStrategy
Defined order of the strategy in the list of available processors.
maxLength() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
maxLength() - Method in interface org.apereo.cas.util.gen.NumericGenerator
The guaranteed maximum length of a String returned by this generator.
MaxmindDatabaseGeoLocationService - Class in org.apereo.cas.support.geo.maxmind
This is MaxmindDatabaseGeoLocationService that reads geo data from a maxmind database and constructs a geo location based on the ip address.
MaxmindDatabaseGeoLocationService() - Constructor for class org.apereo.cas.support.geo.maxmind.MaxmindDatabaseGeoLocationService
 
MaxmindProperties - Class in org.apereo.cas.configuration.model.support.geo.maxmind
MaxmindProperties() - Constructor for class org.apereo.cas.configuration.model.support.geo.maxmind.MaxmindProperties
 
MDUI_FLOW_PARAMETER_NAME - Static variable in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
The default entityId parameter name.
memcachedClient() - Method in class org.apereo.cas.config.MemcachedTicketRegistryConfiguration
 
memcachedMonitor(MemcachedClientIF) - Method in class org.apereo.cas.monitor.config.MemcachedMonitorConfiguration
 
MemcachedMonitor - Class in org.apereo.cas.monitor
Monitors the memcached hosts known to an instance of MemcachedClientIF.
MemcachedMonitor() - Constructor for class org.apereo.cas.monitor.MemcachedMonitor
Instantiates a new Memcached monitor.
MemcachedMonitor(MemcachedClientIF) - Constructor for class org.apereo.cas.monitor.MemcachedMonitor
Creates a new monitor that observes the given memcached client.
MemcachedMonitorConfiguration - Class in org.apereo.cas.monitor.config
MemcachedMonitorConfiguration() - Constructor for class org.apereo.cas.monitor.config.MemcachedMonitorConfiguration
 
MemcachedTicketRegistryCleaner() - Constructor for class org.apereo.cas.config.MemcachedTicketRegistryConfiguration.MemcachedTicketRegistryCleaner
 
MemcachedTicketRegistryConfiguration - Class in org.apereo.cas.config
MemcachedTicketRegistryConfiguration() - Constructor for class org.apereo.cas.config.MemcachedTicketRegistryConfiguration
 
MemcachedTicketRegistryConfiguration.MemcachedTicketRegistryCleaner - Class in org.apereo.cas.config
The type Memcached ticket registry cleaner.
MemcachedTicketRegistryProperties - Class in org.apereo.cas.configuration.model.support.memcached
MemcachedTicketRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
MemCacheTicketRegistry - Class in org.apereo.cas.ticket.registry
Key-value ticket registry implementation that stores tickets in memcached keyed on the ticket ID.
MemCacheTicketRegistry() - Constructor for class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
Instantiates a new Mem cache ticket registry.
MemCacheTicketRegistry(MemcachedClientIF) - Constructor for class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
Creates a new instance using the given memcached client instance, which is presumably configured via net.spy.memcached.spring.MemcachedClientFactoryBean.
memoryMonitor() - Method in class org.apereo.cas.monitor.config.CasCoreMonitorConfiguration
 
MemoryMonitor - Class in org.apereo.cas.monitor
Monitors JVM memory usage.
MemoryMonitor() - Constructor for class org.apereo.cas.monitor.MemoryMonitor
 
MemoryStatus - Class in org.apereo.cas.monitor
Describes the memory status of the JVM.
MemoryStatus(StatusCode, long, long) - Constructor for class org.apereo.cas.monitor.MemoryStatus
Creates a new status object with the given code.
mergeAttribute(String, Object) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Merge attribute.
mergeAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
mergingStrategy - Variable in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
The merging strategy that deals with existing principal attributes and those that are retrieved from the source.
MESSAGE - Static variable in exception org.apereo.cas.services.UnauthorizedProxyingException
The msg description.
messageBundleAwareResourceResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
MessageBundleAwareResourceResolver - Class in org.apereo.cas.audit.spi
MessageBundleAwareResourceResolver() - Constructor for class org.apereo.cas.audit.spi.MessageBundleAwareResourceResolver
 
MessageBundleProperties - Class in org.apereo.cas.configuration.model.core.web
Configuration properties class for message.bundle.
MessageBundleProperties() - Constructor for class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
MessageDescriptor - Interface in org.apereo.cas.authentication
Simple parameterized message descriptor with a code that refers to a message bundle key and a default message string to use if no message code can be resolved.
messageSource() - Method in class org.apereo.cas.config.CasCoreWebConfiguration
 
Metadata() - Constructor for class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
metadataAdapter() - Method in class org.apereo.cas.support.saml.web.flow.config.SamlMetadataUIConfiguration
 
MetadataResolverAdapter - Interface in org.apereo.cas.support.saml.web.flow.mdui
MetadataResolverAdapter is a facade on top of the existing metadata resolution machinery that defines how metadata may be resolved.
metadataResources - Variable in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Metadata resources along with filters to perform validation.
metrics() - Method in class org.apereo.cas.config.CasMetricsConfiguration
Metric registry metric registry.
MetricsProperties - Class in org.apereo.cas.configuration.model.core.metrics
MetricsProperties() - Constructor for class org.apereo.cas.configuration.model.core.metrics.MetricsProperties
 
MFA_AUTHY_EVENT_ID - Static variable in class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorWebflowConfigurer
Webflow event id.
MFA_DUO_EVENT_ID - Static variable in class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorWebflowConfigurer
Duo Webflow event id.
MFA_GAUTH_EVENT_ID - Static variable in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorWebflowConfigurer
Webflow event id.
MFA_RADIUS_EVENT_ID - Static variable in class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorWebflowConfigurer
Radius Webflow event id.
MFA_TRUSTED_AUTHN_SCOPE_ATTR - Static variable in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
Trusted authentication scope attribute.
MFA_YUBIKEY_EVENT_ID - Static variable in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorWebflowConfigurer
Webflow event id.
mfaSetTrustAction(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
mfaTrustCipherExecutor() - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
mfaTrustController(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
mfaTrustedAuthnEntityManagerFactory() - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
mfaTrustEngine() - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
mfaTrustEngine() - Method in class org.apereo.cas.trusted.config.MongoDbMultifactorAuthenticationTrustConfiguration
 
mfaTrustEngine() - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
mfaTrustEngine() - Method in class org.apereo.cas.trusted.config.RestMultifactorAuthenticationTrustConfiguration
 
mfaTrustStorageCleaner(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
mfaVerifyTrustAction(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
minLength() - Method in class org.apereo.cas.util.gen.DefaultLongNumericGenerator
 
minLength() - Method in interface org.apereo.cas.util.gen.NumericGenerator
The guaranteed minimum length of a String returned by this generator.
MISSING_ACCESS_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The missing access token.
MixedPrincipalException - Exception in org.apereo.cas.authentication
Describes an error condition where non-identical principals have been resolved while authenticating multiple credentials.
MixedPrincipalException(Authentication, Principal, Principal) - Constructor for exception org.apereo.cas.authentication.MixedPrincipalException
Creates a new instance from what would otherwise have been a successful authentication event and the two disparate principals resolved.
MODEL_ATTRIBUTE_NAME_ASSERTION - Static variable in interface org.apereo.cas.CasViewConstants
Constant representing the Assertion in the cas validation model.
MODEL_ATTRIBUTE_NAME_CHAINED_AUTHENTICATIONS - Static variable in interface org.apereo.cas.CasViewConstants
Represents the chained authentication objects in the view for proxying.
MODEL_ATTRIBUTE_NAME_ERROR_CODE - Static variable in interface org.apereo.cas.CasViewConstants
The constant representing the error code in the response.
MODEL_ATTRIBUTE_NAME_ERROR_DESCRIPTION - Static variable in interface org.apereo.cas.CasViewConstants
The constant representing the error description in the response.
MODEL_ATTRIBUTE_NAME_PRIMARY_AUTHENTICATION - Static variable in interface org.apereo.cas.CasViewConstants
Represents the Authentication object in the view.
MODEL_ATTRIBUTE_NAME_PRINCIPAL - Static variable in interface org.apereo.cas.CasViewConstants
Represents the Principal object in the view.
MODEL_ATTRIBUTE_NAME_PRINCIPAL_CREDENTIAL - Static variable in interface org.apereo.cas.CasViewConstants
Represents the flag to note the principal credential used to establish a successful authentication event.
MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET - Static variable in interface org.apereo.cas.CasViewConstants
The constant representing the PGT in the response.
MODEL_ATTRIBUTE_NAME_PROXY_GRANTING_TICKET_IOU - Static variable in interface org.apereo.cas.CasViewConstants
The constant representing the PGTIOU in the response.
MODEL_ATTRIBUTE_NAME_SERVICE - Static variable in interface org.apereo.cas.CasViewConstants
The constant representing the validated service in the response.
modifyAttributes(Map<String, List<Object>>) - Method in interface org.apereo.cas.support.wsfederation.WsFederationAttributeMutator
modifyAttributes manipulates the attributes before they are assigned to the credential.
mongo() - Method in class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
mongo() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
 
mongoAuthenticationHandler() - Method in class org.apereo.cas.authentication.config.CasMongoAuthenticationConfiguration
 
MongoAuthenticationHandler - Class in org.apereo.cas.authentication
An authentication handler to verify credentials against a MongoDb instance.
MongoAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.MongoAuthenticationHandler
 
MongoAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.mongo
MongoAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
mongoAuthNEventsDbFactory() - Method in class org.apereo.cas.config.MongoDbEventsConfiguration
 
mongoClientOptions() - Method in class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
mongoClientOptions() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
Mongo mongo client options factory bean.
mongoClientUri() - Method in class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
Mongodb() - Constructor for class org.apereo.cas.configuration.model.core.events.EventsProperties.Mongodb
 
Mongodb() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth.Mongodb
 
Mongodb() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Mongodb
 
MongoDbCasEventRepository - Class in org.apereo.cas.support.events.mongo
This is MongoDbCasEventRepository that stores event data into a mongodb database.
MongoDbCasEventRepository() - Constructor for class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
MongoDbCasEventRepository(MongoOperations, String, boolean) - Constructor for class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
MongoDbCloudConfigBootstrapConfiguration - Class in org.apereo.cas.config
MongoDbCloudConfigBootstrapConfiguration() - Constructor for class org.apereo.cas.config.MongoDbCloudConfigBootstrapConfiguration
 
MongoDbEventsConfiguration - Class in org.apereo.cas.config
This is MongoDbEventsConfiguration, defines certain beans via configuration while delegating some to Spring namespaces inside the context config file.
MongoDbEventsConfiguration() - Constructor for class org.apereo.cas.config.MongoDbEventsConfiguration
 
MongoDbGoogleAuthenticatorAccountRegistry - Class in org.apereo.cas.adaptors.gauth
MongoDbGoogleAuthenticatorAccountRegistry() - Constructor for class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
MongoDbGoogleAuthenticatorAccountRegistry(MongoOperations, String, boolean) - Constructor for class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
mongoDbGoogleAuthenticatorFactory() - Method in class org.apereo.cas.config.GoogleAuthentiacatorMongoDbConfiguration
 
MongoDbGoogleAuthenticatorRecord - Class in org.apereo.cas.adaptors.gauth
MongoDbGoogleAuthenticatorRecord() - Constructor for class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
mongoDbGoogleAuthenticatorTemplate() - Method in class org.apereo.cas.config.GoogleAuthentiacatorMongoDbConfiguration
 
MongoDbMultifactorAuthenticationTrustConfiguration - Class in org.apereo.cas.trusted.config
MongoDbMultifactorAuthenticationTrustConfiguration() - Constructor for class org.apereo.cas.trusted.config.MongoDbMultifactorAuthenticationTrustConfiguration
 
MongoDbMultifactorAuthenticationTrustStorage - Class in org.apereo.cas.trusted.authentication.storage
MongoDbMultifactorAuthenticationTrustStorage(String, boolean, MongoOperations) - Constructor for class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
Instantiates a new Mongo db multifactor authentication trust storage.
MongoDbProperty - Class in org.apereo.cas
MongoDbProperty() - Constructor for class org.apereo.cas.MongoDbProperty
 
MongoDbPropertySource - Class in org.apereo.cas
MongoDbPropertySource(String, MongoOperations) - Constructor for class org.apereo.cas.MongoDbPropertySource
 
MongoDbPropertySourceLocator - Class in org.apereo.cas
MongoDbPropertySourceLocator(MongoOperations) - Constructor for class org.apereo.cas.MongoDbPropertySourceLocator
 
MongoDbServiceRegistryConfiguration - Class in org.apereo.cas.config
MongoDbServiceRegistryConfiguration() - Constructor for class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
 
mongoEventsTemplate() - Method in class org.apereo.cas.config.MongoDbEventsConfiguration
 
mongoMfaTrustedAuthnDbFactory() - Method in class org.apereo.cas.trusted.config.MongoDbMultifactorAuthenticationTrustConfiguration
 
mongoMfaTrustedAuthnTemplate() - Method in class org.apereo.cas.trusted.config.MongoDbMultifactorAuthenticationTrustConfiguration
 
mongoPrincipalFactory() - Method in class org.apereo.cas.authentication.config.CasMongoAuthenticationConfiguration
 
MongoServiceRegistryDao - Class in org.apereo.cas.services
Implementation of ServiceRegistryDao that uses a MongoDb repository as the backend persistence mechanism.
MongoServiceRegistryDao(MongoOperations, String, boolean) - Constructor for class org.apereo.cas.services.MongoServiceRegistryDao
Ctor.
MongoServiceRegistryDao() - Constructor for class org.apereo.cas.services.MongoServiceRegistryDao
 
MongoServiceRegistryProperties - Class in org.apereo.cas.configuration.model.support.mongo.serviceregistry
Configuration properties class mongodb service registry.
MongoServiceRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
MongoServiceRegistryProperties.Conns - Class in org.apereo.cas.configuration.model.support.mongo.serviceregistry
 
MongoSessionConfiguration - Class in org.apereo.cas.config
MongoSessionConfiguration() - Constructor for class org.apereo.cas.config.MongoSessionConfiguration
 
Monitor<S extends Status> - Interface in org.apereo.cas.monitor
A monitor observes a resource and reports its status.
monitorDataSource() - Method in class org.apereo.cas.monitor.config.CasJdbcMonitorConfiguration
 
MonitorProperties - Class in org.apereo.cas.configuration.model.core.monitor
Configuration properties class for cas.monitor.
MonitorProperties() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
MonitorProperties.Jdbc - Class in org.apereo.cas.configuration.model.core.monitor
 
MonitorProperties.Ldap - Class in org.apereo.cas.configuration.model.core.monitor
 
MonitorProperties.St - Class in org.apereo.cas.configuration.model.core.monitor
 
MonitorProperties.Tgt - Class in org.apereo.cas.configuration.model.core.monitor
 
MonitorProperties.Warn - Class in org.apereo.cas.configuration.model.core.monitor
 
MultifactorAuthenticationMapper - Interface in org.apereo.cas.mgmt.services.web.factory
MultifactorAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.mfa
Configuration properties class for cas.mfa.
MultifactorAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
MultifactorAuthenticationProperties.Authy - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.BaseProvider - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.BaseProvider.Bypass - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Duo - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.GAuth - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.GAuth.Jpa - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.GAuth.Jpa.Database - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.GAuth.Mongodb - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Radius - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Radius.Client - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Radius.Server - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Trusted - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Trusted.Cleaner - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Trusted.Jpa - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Trusted.Mongodb - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.Trusted.Rest - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProperties.YubiKey - Class in org.apereo.cas.configuration.model.support.mfa
 
MultifactorAuthenticationProvider - Interface in org.apereo.cas.services
This is MultifactorAuthenticationProvider that describes an external authentication entity/provider matched against a registered service.
MultifactorAuthenticationProviderBypass - Interface in org.apereo.cas.services
MultifactorAuthenticationProviderSelector - Interface in org.apereo.cas.services
This is MultifactorAuthenticationProviderSelector that decides how to resolve a single provider from a collection available to a registered service.
multifactorAuthenticationProviderSelector() - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
multifactorAuthenticationProviderSelector - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
The mfa selector.
MultifactorAuthenticationSetTrustAction - Class in org.apereo.cas.trusted.web.flow
MultifactorAuthenticationSetTrustAction() - Constructor for class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationSetTrustAction
 
MultifactorAuthenticationTrustCipherExecutor - Class in org.apereo.cas.trusted.authentication
MultifactorAuthenticationTrustCipherExecutor(String, String) - Constructor for class org.apereo.cas.trusted.authentication.MultifactorAuthenticationTrustCipherExecutor
 
MultifactorAuthenticationTrustController - Class in org.apereo.cas.trusted.web
MultifactorAuthenticationTrustController(MultifactorAuthenticationTrustStorage) - Constructor for class org.apereo.cas.trusted.web.MultifactorAuthenticationTrustController
 
MultifactorAuthenticationTrustRecord - Class in org.apereo.cas.trusted.authentication.api
MultifactorAuthenticationTrustRecord() - Constructor for class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
MultifactorAuthenticationTrustStorage - Interface in org.apereo.cas.trusted.authentication.api
MultifactorAuthenticationTrustStorageCleaner - Class in org.apereo.cas.trusted.authentication.storage
MultifactorAuthenticationTrustStorageCleaner() - Constructor for class org.apereo.cas.trusted.authentication.storage.MultifactorAuthenticationTrustStorageCleaner
 
MultifactorAuthenticationTrustUtils - Class in org.apereo.cas.trusted.util
MultifactorAuthenticationVerifyTrustAction - Class in org.apereo.cas.trusted.web.flow
MultifactorAuthenticationVerifyTrustAction() - Constructor for class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationVerifyTrustAction
 
MultifactorAuthnTrustConfiguration - Class in org.apereo.cas.trusted.config
MultifactorAuthnTrustConfiguration() - Constructor for class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
MultifactorTriggerSelectionStrategy - Interface in org.apereo.cas.authentication
This interface is responsible for deciding which Multifactor provider to use based on the request, service, and principal.
MultiTimeUseOrTimeoutExpirationPolicy - Class in org.apereo.cas.ticket.support
ExpirationPolicy that is based on certain number of uses of a ticket or a certain time period for a ticket to exist.
MultiTimeUseOrTimeoutExpirationPolicy(int, long) - Constructor for class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy
Instantiates a new multi time use or timeout expiration policy.
MultiTimeUseOrTimeoutExpirationPolicy.ProxyTicketExpirationPolicy - Class in org.apereo.cas.ticket.support
The Proxy ticket expiration policy.
MultiTimeUseOrTimeoutExpirationPolicy.ServiceTicketExpirationPolicy - Class in org.apereo.cas.ticket.support
The Service ticket expiration policy.

N

name - Variable in class org.apereo.cas.monitor.AbstractNamedMonitor
Monitor name.
negociateSpnego() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
NEGOTIATE - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The negotiate.
NetPartner() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.NetPartner
 
NeverExpiresExpirationPolicy - Class in org.apereo.cas.ticket.support
NeverExpiresExpirationPolicy always answers false when asked if a Ticket is expired.
NeverExpiresExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.NeverExpiresExpirationPolicy
Instantiates a new Never expires expiration policy.
newAssertion(AuthnStatement, String, ZonedDateTime, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Create a new SAML1 response object.
newAssertion(List<Statement>, String, ZonedDateTime, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Create a new SAML1 response object.
newAssertion(AuthenticationStatement, String, ZonedDateTime, String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
Create a new SAML1 response object.
newAttributeStatement(Map<String, Object>, boolean) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
New attribute statement.
newAttributeStatement(Subject, Map<String, Object>, String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
New attribute statement.
newAttributeValue(Object, QName) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
New attribute value.
newAuthenticationStatement(ZonedDateTime, Collection<Object>, String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
New authentication statement.
newAuthnStatement(String, ZonedDateTime) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
New authn statement.
newBlockingConnectionPool(AbstractLdapProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New blocking connection pool connection pool.
newConditions(ZonedDateTime, ZonedDateTime, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
New conditions element.
newConditions(ZonedDateTime, String, long) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
New conditions element.
newConnectionConfig(AbstractLdapProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New connection config connection config.
newConnectionFactory(AbstractLdapProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New connection factory connection factory.
newDuration(long) - Static method in class org.apereo.cas.configuration.support.Beans
New duration.
newEntityManagerFactoryBean(JpaConfigDataHolder, AbstractJpaProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New entity manager factory bean.
newEvent(String) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
New event based on the given id.
newEvent(String, Exception) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
New event based on the id, which contains an error attribute referring to the exception occurred.
newHibernateJpaVendorAdapter(DatabaseProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New hibernate jpa vendor adapter.
newHickariDataSource(AbstractJpaProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New hickari data source.
newInstance() - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
Creates a new RADIUS client instance using factory configuration settings.
newInstance(Authentication) - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new builder initialized with data from the given authentication source.
newInstance() - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new builder.
newInstance() - Method in class org.apereo.cas.services.AbstractRegisteredService
Create a new service instance.
newInstance() - Method in class org.apereo.cas.services.OidcRegisteredService
 
newInstance() - Method in class org.apereo.cas.services.RegexRegisteredService
 
newInstance() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
newInstance() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
newInstance(String, String) - Static method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
New instance of authentication trust record.
newIssuer(String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
New issuer.
newPasswordEncoder(PasswordEncoderProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New password encoder password encoder.
newPoolConfig(AbstractLdapProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New pool config pool config.
newPooledConnectionFactory(AbstractLdapProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New pooled connection factory pooled connection factory.
newPrincipalNameTransformer(PrincipalTransformationProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New principal name transformer.
newResponse(String, ZonedDateTime, String, WebApplicationService) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Create a new SAML response object.
newResponse(String, ZonedDateTime, String, WebApplicationService) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
Create a new SAML response object.
newSamlObject(Class<T>) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Create a new SAML object.
newSamlServiceProviderService(AbstractSamlSPProperties, SamlRegisteredServiceCachingMetadataResolver) - Static method in class org.apereo.cas.util.SamlSPUtils
New saml service provider registration.
newSearchEntryResolver(LdapAuthenticationProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New dn resolver entry resolver.
newSearchExecutor(String, String, String...) - Static method in class org.apereo.cas.configuration.support.Beans
New search executor search executor.
newSearchFilter(String, String...) - Static method in class org.apereo.cas.configuration.support.Beans
Constructs a new search filter using SearchRequest.searchFilter as a template and the username as a parameter.
newSearchRequest(String, SearchFilter) - Static method in class org.apereo.cas.configuration.support.Beans
Builds a new request.
newStatus(String, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
Create a new SAML status object.
newStatus(QName, String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
Create a new SAML status object.
newStubAttributeRepository(PrincipalAttributesProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New attribute repository person attribute dao.
newSubject(String, String, String, ZonedDateTime, String) - Method in class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
New subject element.
newSubject(String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
New subject element that uses the confirmation method Saml10ObjectBuilder.CONFIRMATION_METHOD.
newSubject(String, String) - Method in class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
New subject element with given confirmation method.
newThreadPoolExecutorFactoryBean(ConnectionPoolingProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New thread pool executor factory bean thread pool executor factory bean.
newTicketRegistryCipherExecutor(CryptographyProperties) - Static method in class org.apereo.cas.configuration.support.Beans
New ticket registry cipher executor cipher executor.
nominate(Collection<Authentication>, Map<String, Object>) - Method in class org.apereo.cas.authentication.DefaultPrincipalElectionStrategy
 
nominate(Collection<Authentication>, Map<String, Object>) - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategy
Elect the principal.
NONCE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The nonce parameter.
NoOpCasAttributeEncoder - Class in org.apereo.cas.authentication.support
This is NoOpCasAttributeEncoder that does no encoding of attributes received.
NoOpCasAttributeEncoder() - Constructor for class org.apereo.cas.authentication.support.NoOpCasAttributeEncoder
 
noOpCasAttributeEncoder() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
NoOpCipherExecutor - Class in org.apereo.cas.util.cipher
No-Op cipher executor that does nothing for encryption/decryption.
NoOpCipherExecutor() - Constructor for class org.apereo.cas.util.cipher.NoOpCipherExecutor
 
NoOpCookieValueManager - Class in org.apereo.cas.web.support
Default cookie value builder that simply returns the given cookie value and does not perform any additional checks.
NoOpCookieValueManager() - Constructor for class org.apereo.cas.web.support.NoOpCookieValueManager
 
NoOpLockingStrategy - Class in org.apereo.cas.ticket.registry
This is NoOpLockingStrategy that does absolutely nothing when it comes to locking operations.
NoOpLockingStrategy() - Constructor for class org.apereo.cas.ticket.registry.NoOpLockingStrategy
 
NoOpRevocationChecker - Class in org.apereo.cas.adaptors.x509.authentication.revocation.checker
NO-OP implementation certificate revocation checker.
NoOpRevocationChecker() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.NoOpRevocationChecker
 
noOpRevocationChecker() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
noRedirectHttpClient() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
NOT_EXISTS - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT does not exist event ID="notExists".
NotPrevented() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.NotPrevented
 
NotPreventedAuthenticationPolicy - Class in org.apereo.cas.authentication
Authentication policy that defines success as at least one authentication success and no authentication attempts that were prevented by system errors.
NotPreventedAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.NotPreventedAuthenticationPolicy
 
notPreventedAuthenticationPolicy() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
NTLM - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The ntlm.
ntlmAuthenticationHandler() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
NtlmAuthenticationHandler - Class in org.apereo.cas.support.spnego.authentication.handler.support
Implementation of an AuthenticationHandler for NTLM supports.
NtlmAuthenticationHandler() - Constructor for class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
ntlmPrincipalFactory() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
NtlmProperties - Class in org.apereo.cas.configuration.model.support.ntlm
NtlmProperties() - Constructor for class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
NullConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.NullConverter
 
NullPrincipal - Class in org.apereo.cas.authentication.principal
Null principal implementation that allows us to construct Authentications in the event that no principal is resolved during the authentication process.
NullPrincipal() - Constructor for class org.apereo.cas.authentication.principal.NullPrincipal
Instantiates a new Null principal.
numberOfIterations - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The number of iterations.
numberOfIterationsFieldName - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The Number of iterations field name.
NumericGenerator - Interface in org.apereo.cas.util.gen
Interface to return a new sequential number for each call.

O

OAuth20AccessTokenController - Class in org.apereo.cas.support.oauth.web
This controller returns an access token according to the given OAuth code and client credentials (authorization code grant type) or according to the refresh token and client credentials (refresh token grant type) or according to the user identity (resource owner password grant type).
OAuth20AccessTokenController() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20AccessTokenController
 
OAuth20AccessTokenResponseGenerator - Class in org.apereo.cas.support.oauth.web
OAuth20AccessTokenResponseGenerator() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
 
OAuth20AuthorizeController - Class in org.apereo.cas.support.oauth.web
This controller is in charge of responding to the authorize call in OAuth v2 protocol.
OAuth20AuthorizeController() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
 
OAuth20CallbackAuthorizeController - Class in org.apereo.cas.support.oauth.web
OAuth callback authorize controller based on the pac4j callback controller.
OAuth20CallbackAuthorizeController() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeController
 
OAuth20CallbackAuthorizeViewResolver - Interface in org.apereo.cas.support.oauth.web
OAuth20ConsentApprovalViewResolver - Class in org.apereo.cas.support.oauth.web
OAuth20ConsentApprovalViewResolver() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20ConsentApprovalViewResolver
 
oauth20LogoutAction(Config) - Method in class org.apereo.cas.config.CasOAuthWebflowConfiguration
 
OAuth20LogoutAction - Class in org.apereo.cas.support.oauth.web.flow
This is OAuth20LogoutAction that destroys the oauth session.
OAuth20LogoutAction() - Constructor for class org.apereo.cas.support.oauth.web.flow.OAuth20LogoutAction
 
oauth20LogoutWebflowConfigurer() - Method in class org.apereo.cas.config.CasOAuthWebflowConfiguration
 
OAuth20LogoutWebflowConfigurer - Class in org.apereo.cas.support.oauth.web.flow
OAuth20LogoutWebflowConfigurer() - Constructor for class org.apereo.cas.support.oauth.web.flow.OAuth20LogoutWebflowConfigurer
 
OAuth20ProfileController - Class in org.apereo.cas.support.oauth.web
This controller returns a profile for the authenticated user (identifier + attributes), found with the access token.
OAuth20ProfileController() - Constructor for class org.apereo.cas.support.oauth.web.OAuth20ProfileController
 
oauth20ValidationServiceSelectionStrategy() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuth20ValidationServiceSelectionStrategy - Class in org.apereo.cas.support.oauth.validator
OAuth20ValidationServiceSelectionStrategy() - Constructor for class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
OAuthAccessTokenExpirationPolicy - Class in org.apereo.cas.ticket.accesstoken
OAuthAccessTokenExpirationPolicy() - Constructor for class org.apereo.cas.ticket.accesstoken.OAuthAccessTokenExpirationPolicy
 
OAuthAccessTokenExpirationPolicy(long, long) - Constructor for class org.apereo.cas.ticket.accesstoken.OAuthAccessTokenExpirationPolicy
Instantiates a new OAuth access token expiration policy.
oauthAccessTokenResponseGenerator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthCallbackAuthorizeService - Class in org.apereo.cas.support.oauth.services
An extension of the RegexRegisteredService that attempts to enforce the correct url syntax for the OAuth callback authorize url.
OAuthCallbackAuthorizeService() - Constructor for class org.apereo.cas.support.oauth.services.OAuthCallbackAuthorizeService
 
oauthCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
oauthCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.OidcConfiguration
Oauth cas client redirect action builder.
OAuthCasClientRedirectActionBuilder - Interface in org.apereo.cas.support.oauth
oAuthClientAuthenticator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthClientAuthenticator - Class in org.apereo.cas.support.oauth.authenticator
Authenticator for client credentials authentication.
OAuthClientAuthenticator() - Constructor for class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
OAuthClientProfile - Class in org.apereo.cas.support.oauth.profile
Specific profile for OAuth client authentication.
OAuthClientProfile() - Constructor for class org.apereo.cas.support.oauth.profile.OAuthClientProfile
 
OAuthCode - Interface in org.apereo.cas.ticket.code
An OAuth code is an OAuth token which can be used only once and has a short lifetime.
OAuthCodeExpirationPolicy - Class in org.apereo.cas.ticket.code
OAuthCodeExpirationPolicy(int, long) - Constructor for class org.apereo.cas.ticket.code.OAuthCodeExpirationPolicy
Instantiates a new O auth code expiration policy.
oAuthCodeFactory - Variable in class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
The code factory instance.
OAuthCodeFactory - Interface in org.apereo.cas.ticket.code
Factory to create OAuth codes.
oAuthCodeIdGenerator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
oAuthCodeIdGenerator - Variable in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
Default instance for the ticket id generator.
OAuthCodeImpl - Class in org.apereo.cas.ticket.code
An OAuth code implementation.
OAuthCodeImpl() - Constructor for class org.apereo.cas.ticket.code.OAuthCodeImpl
Instantiates a new OAuth code impl.
OAuthCodeImpl(String, Service, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.code.OAuthCodeImpl
Constructs a new OAuth code with unique id for a service and authentication.
oauthConfirmView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Oauth confirm view.
OAuthConstants - Interface in org.apereo.cas.support.oauth
This class has the main constants for the OAuth implementation.
OAuthGrantType - Enum in org.apereo.cas.support.oauth.web
The OAuth grant types (on the access token request).
oauthInterceptor() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
oauthPrincipalFactory() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthProperties - Class in org.apereo.cas.configuration.model.support.oauth
OAuthProperties() - Constructor for class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
OAuthProperties.AccessToken - Class in org.apereo.cas.configuration.model.support.oauth
 
OAuthProperties.Code - Class in org.apereo.cas.configuration.model.support.oauth
 
OAuthProperties.RefreshToken - Class in org.apereo.cas.configuration.model.support.oauth
 
OAuthRefreshTokenExpirationPolicy - Class in org.apereo.cas.ticket.refreshtoken
This is OAuth refresh token expiration policy (max time to live = 1 month by default).
OAuthRefreshTokenExpirationPolicy() - Constructor for class org.apereo.cas.ticket.refreshtoken.OAuthRefreshTokenExpirationPolicy
No-arg constructor for serialization support.
OAuthRefreshTokenExpirationPolicy(long) - Constructor for class org.apereo.cas.ticket.refreshtoken.OAuthRefreshTokenExpirationPolicy
Instantiates a new OAuth refresh token expiration policy.
OAuthRegisteredService - Class in org.apereo.cas.support.oauth.services
An extension of the RegexRegisteredService that defines the OAuth client id and secret for a given registered service.
OAuthRegisteredService() - Constructor for class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
OAuthResponseType - Enum in org.apereo.cas.support.oauth.web
The OAuth response types (on the authorize request).
oauthSecConfig() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthToken - Interface in org.apereo.cas.ticket
OAuth tokens are mostly like service tickets: they deal with authentication and service.
oAuthUserAuthenticator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthUserAuthenticator - Class in org.apereo.cas.support.oauth.authenticator
Authenticator for user credentials authentication.
OAuthUserAuthenticator() - Constructor for class org.apereo.cas.support.oauth.authenticator.OAuthUserAuthenticator
 
OAuthUserProfile - Class in org.apereo.cas.support.oauth.profile
Specific profile for OAuth user authentication.
OAuthUserProfile() - Constructor for class org.apereo.cas.support.oauth.profile.OAuthUserProfile
 
OAuthUtils - Class in org.apereo.cas.support.oauth.util
This class has some usefull methods to output data in plain text, handle redirects, add parameter in url or find the right provider.
oAuthValidator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
OAuthValidator - Class in org.apereo.cas.support.oauth.validator
Validate OAuth inputs.
OAuthValidator() - Constructor for class org.apereo.cas.support.oauth.validator.OAuthValidator
 
OAuthWebApplicationService - Class in org.apereo.cas.support.oauth.services
OAuth web application service.
OAuthWebApplicationService(RegisteredService) - Constructor for class org.apereo.cas.support.oauth.services.OAuthWebApplicationService
Instantiates a new OAuth web application service impl.
OBJECTCLASS_ATTRIBUTE - Static variable in class org.apereo.cas.util.LdapUtils
The objectClass attribute.
observe() - Method in class org.apereo.cas.monitor.AbstractCacheMonitor
 
observe() - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
 
observe() - Method in class org.apereo.cas.monitor.HealthCheckMonitor
 
observe() - Method in class org.apereo.cas.monitor.MemcachedMonitor
Supersede the default cache status algorithm by considering unavailable memcached nodes above cache statistics.
observe() - Method in class org.apereo.cas.monitor.MemoryMonitor
Observes the monitored resource and reports the status.
observe() - Method in interface org.apereo.cas.monitor.Monitor
Observes the monitored resource and reports the status.
observe() - Method in class org.apereo.cas.monitor.SessionMonitor
 
obtainCookieValue(Cookie, HttpServletRequest) - Method in interface org.apereo.cas.web.support.CookieValueManager
Obtain cookie value.
obtainCookieValue(Cookie, HttpServletRequest) - Method in class org.apereo.cas.web.support.DefaultCasCookieValueManager
 
obtainCookieValue(Cookie, HttpServletRequest) - Method in class org.apereo.cas.web.support.NoOpCookieValueManager
 
Office365() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Office365
 
Oidc() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
oidcAccessTokenController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAccessTokenEndpointController - Class in org.apereo.cas.web.controllers
OidcAccessTokenEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcAccessTokenEndpointController
 
oidcAccessTokenResponseGenerator() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAccessTokenResponseGenerator - Class in org.apereo.cas.web
OidcAccessTokenResponseGenerator() - Constructor for class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
oidcAuthenticationContextWebflowEventResolver() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAuthenticationContextWebflowEventResolver - Class in org.apereo.cas.web.flow
OidcAuthenticationContextWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.OidcAuthenticationContextWebflowEventResolver
 
oidcAuthorizationRequestSupport() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAuthorizationRequestSupport - Class in org.apereo.cas.util
OidcAuthorizationRequestSupport() - Constructor for class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
oidcAuthorizeController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcAuthorizeEndpointController - Class in org.apereo.cas.web.controllers
OidcAuthorizeEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcAuthorizeEndpointController
 
oidcCasClientRedirectActionBuilder() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcCasClientRedirectActionBuilder - Class in org.apereo.cas
OidcCasClientRedirectActionBuilder() - Constructor for class org.apereo.cas.OidcCasClientRedirectActionBuilder
 
OidcConfiguration - Class in org.apereo.cas.config
OidcConfiguration() - Constructor for class org.apereo.cas.config.OidcConfiguration
 
OidcConsentApprovalViewResolver - Class in org.apereo.cas.web
OidcConsentApprovalViewResolver() - Constructor for class org.apereo.cas.web.OidcConsentApprovalViewResolver
 
OidcConstants - Interface in org.apereo.cas
This is OidcConstants.
oidcInterceptor() - Method in class org.apereo.cas.config.OidcConfiguration
Oidc interceptor handler interceptor.
oidcJwksController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcJwksEndpointController - Class in org.apereo.cas.web.controllers
OidcJwksEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcJwksEndpointController
 
oidcPrincipalFactory() - Method in class org.apereo.cas.config.OidcConfiguration
 
oidcProfileController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcProfileEndpointController - Class in org.apereo.cas.web.controllers
OidcProfileEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcProfileEndpointController
 
OidcProperties - Class in org.apereo.cas.configuration.model.support.oidc
OidcProperties() - Constructor for class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
OidcRegisteredService - Class in org.apereo.cas.services
OidcRegisteredService() - Constructor for class org.apereo.cas.services.OidcRegisteredService
 
OidcServerDiscoverySettings - Class in org.apereo.cas
OidcServerDiscoverySettings(String, String) - Constructor for class org.apereo.cas.OidcServerDiscoverySettings
 
oidcWellKnownController() - Method in class org.apereo.cas.config.OidcConfiguration
 
OidcWellKnownEndpointController - Class in org.apereo.cas.web.controllers
OidcWellKnownEndpointController() - Constructor for class org.apereo.cas.web.controllers.OidcWellKnownEndpointController
 
OK - Static variable in class org.apereo.cas.monitor.Status
Generic OK status.
onError(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
On error.
onError(RequestContext) - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
 
OneTimePasswordCredential - Class in org.apereo.cas.authentication
Describes a one-time-password credential that contains an optional unique identifier and required password.
OneTimePasswordCredential(String) - Constructor for class org.apereo.cas.authentication.OneTimePasswordCredential
Creates a one-time-password with just a password.
OneTimePasswordCredential(String, String) - Constructor for class org.apereo.cas.authentication.OneTimePasswordCredential
Creates a one-time-password with unique ID and password.
onSuccess(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
On success.
onSuccess(RequestContext) - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
 
onSuccessfulValidation(String, Assertion) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Triggered on successful validation events.
onWarn(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
On warn.
OPENID_ASSOCHANDLE - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID association handle.
OPENID_IDENTIFIERSELECT - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
When the user can select its own username for login.
OPENID_IDENTITY - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID identity.
OPENID_LOCALID - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The name of the OpenID username for the login page.
OPENID_MODE - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID mode.
OPENID_RETURNTO - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The application callback url.
OPENID_SIG - Static variable in class org.apereo.cas.support.openid.OpenIdProtocolConstants
The OpenID SIG.
OpenIdConfiguration - Class in org.apereo.cas.config
OpenIdConfiguration() - Constructor for class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdCredential - Class in org.apereo.cas.support.openid.authentication.principal
 
OpenIdCredential(String, String) - Constructor for class org.apereo.cas.support.openid.authentication.principal.OpenIdCredential
Instantiates a new OpenID credential.
openIdCredentialsAuthenticationHandler() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdCredentialsAuthenticationHandler - Class in org.apereo.cas.support.openid.authentication.handler.support
Ensures that the OpenId provided matches with the existing TicketGrantingTicket.
OpenIdCredentialsAuthenticationHandler() - Constructor for class org.apereo.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler
 
openidDelegatingController() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
openIdPostUrlHandlerMapping() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdPostUrlHandlerMapping - Class in org.apereo.cas.support.openid.web.support
OpenID url handling mappings.
OpenIdPostUrlHandlerMapping() - Constructor for class org.apereo.cas.support.openid.web.support.OpenIdPostUrlHandlerMapping
 
openidPrincipalFactory() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
openIdPrincipalResolver() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdPrincipalResolver - Class in org.apereo.cas.support.openid.authentication.principal
Implementation of PrincipalResolver that converts the OpenId user name to a Principal.
OpenIdPrincipalResolver() - Constructor for class org.apereo.cas.support.openid.authentication.principal.OpenIdPrincipalResolver
 
OpenIdProperties - Class in org.apereo.cas.configuration.model.support.openid
OpenIdProperties() - Constructor for class org.apereo.cas.configuration.model.support.openid.OpenIdProperties
 
OpenIdProtocolConstants - Class in org.apereo.cas.support.openid
OpenID constants.
openIdProviderController() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdProviderController - Class in org.apereo.cas.support.openid.web
Maps requests for usernames to a page that displays the Login URL for an OpenId Identity Provider.
OpenIdProviderController() - Constructor for class org.apereo.cas.support.openid.web.OpenIdProviderController
 
openIdProviderView() - Method in class org.apereo.cas.web.config.CasProtocolViewsConfiguration
Open id provider view.
OpenIdService - Class in org.apereo.cas.support.openid.authentication.principal
 
OpenIdService(String, String, String, String, ResponseBuilder<WebApplicationService>) - Constructor for class org.apereo.cas.support.openid.authentication.principal.OpenIdService
Instantiates a new OpenID service.
openIdServiceFactory() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdServiceFactory - Class in org.apereo.cas.support.openid.authentication.principal
The OpenIdServiceFactory creates OpenIdService objects.
OpenIdServiceFactory() - Constructor for class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceFactory
 
OpenIdServiceResponseBuilder - Class in org.apereo.cas.support.openid.authentication.principal
Builds responses to Openid authN requests.
OpenIdServiceResponseBuilder(ParameterList, String) - Constructor for class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceResponseBuilder
Instantiates a new Open id service response builder.
openIdSingleSignOnAction() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdSingleSignOnAction - Class in org.apereo.cas.support.openid.web.flow
Attempts to utilize an existing single sign on session, but only if the Principal of the existing session matches the new Principal.
OpenIdSingleSignOnAction() - Constructor for class org.apereo.cas.support.openid.web.flow.OpenIdSingleSignOnAction
 
OpenIdUserNameExtractor - Interface in org.apereo.cas.support.openid.web.support
Extract the userid for OpenID protocol.
openIdValidateController() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
OpenIdValidateController - Class in org.apereo.cas.support.openid.web.mvc
An Openid controller that delegates to its own views on service validates.
OpenIdValidateController() - Constructor for class org.apereo.cas.support.openid.web.mvc.OpenIdValidateController
 
OpenIdWebflowConfiguration - Class in org.apereo.cas.web.flow.config
OpenIdWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.OpenIdWebflowConfiguration
 
openidWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.OpenIdWebflowConfiguration
 
OpenIdWebflowConfigurer - Class in org.apereo.cas.web.flow
The OpenIdWebflowConfigurer is responsible for adjusting the CAS webflow context for openid integration.
OpenIdWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.OpenIdWebflowConfigurer
 
openSamlConfigBean() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Open saml config bean open saml config bean.
OpenSamlConfigBean - Class in org.apereo.cas.support.saml
Load the OpenSAML config context.
OpenSamlConfigBean() - Constructor for class org.apereo.cas.support.saml.OpenSamlConfigBean
Instantiates the config bean.
OptionalWarningAccountStateHandler - Class in org.apereo.cas.authentication.support
The component supports both opt-in and opt-out warnings on a per-user basis.
OptionalWarningAccountStateHandler() - Constructor for class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
org.apereo.cas - package org.apereo.cas
This is the entry point to the part of the CAS processing that is independent of the user/program interface.
org.apereo.cas.adaptors.authy - package org.apereo.cas.adaptors.authy
 
org.apereo.cas.adaptors.authy.config - package org.apereo.cas.adaptors.authy.config
 
org.apereo.cas.adaptors.authy.web.flow - package org.apereo.cas.adaptors.authy.web.flow
 
org.apereo.cas.adaptors.duo.authn - package org.apereo.cas.adaptors.duo.authn
 
org.apereo.cas.adaptors.duo.authn.api - package org.apereo.cas.adaptors.duo.authn.api
 
org.apereo.cas.adaptors.duo.authn.web - package org.apereo.cas.adaptors.duo.authn.web
 
org.apereo.cas.adaptors.duo.config - package org.apereo.cas.adaptors.duo.config
 
org.apereo.cas.adaptors.duo.web.flow - package org.apereo.cas.adaptors.duo.web.flow
 
org.apereo.cas.adaptors.gauth - package org.apereo.cas.adaptors.gauth
 
org.apereo.cas.adaptors.gauth.web.flow - package org.apereo.cas.adaptors.gauth.web.flow
 
org.apereo.cas.adaptors.gauth.web.flow.rest - package org.apereo.cas.adaptors.gauth.web.flow.rest
 
org.apereo.cas.adaptors.generic - package org.apereo.cas.adaptors.generic
 
org.apereo.cas.adaptors.generic.config - package org.apereo.cas.adaptors.generic.config
 
org.apereo.cas.adaptors.generic.remote - package org.apereo.cas.adaptors.generic.remote
 
org.apereo.cas.adaptors.jdbc - package org.apereo.cas.adaptors.jdbc
 
org.apereo.cas.adaptors.jdbc.config - package org.apereo.cas.adaptors.jdbc.config
 
org.apereo.cas.adaptors.ldap.services - package org.apereo.cas.adaptors.ldap.services
 
org.apereo.cas.adaptors.ldap.services.config - package org.apereo.cas.adaptors.ldap.services.config
 
org.apereo.cas.adaptors.radius - package org.apereo.cas.adaptors.radius
 
org.apereo.cas.adaptors.radius.authentication - package org.apereo.cas.adaptors.radius.authentication
 
org.apereo.cas.adaptors.radius.authentication.handler.support - package org.apereo.cas.adaptors.radius.authentication.handler.support
 
org.apereo.cas.adaptors.radius.web.flow - package org.apereo.cas.adaptors.radius.web.flow
 
org.apereo.cas.adaptors.rest - package org.apereo.cas.adaptors.rest
 
org.apereo.cas.adaptors.trusted.authentication.handler.support - package org.apereo.cas.adaptors.trusted.authentication.handler.support
 
org.apereo.cas.adaptors.trusted.authentication.principal - package org.apereo.cas.adaptors.trusted.authentication.principal
 
org.apereo.cas.adaptors.trusted.config - package org.apereo.cas.adaptors.trusted.config
 
org.apereo.cas.adaptors.trusted.web.flow - package org.apereo.cas.adaptors.trusted.web.flow
 
org.apereo.cas.adaptors.x509.authentication - package org.apereo.cas.adaptors.x509.authentication
 
org.apereo.cas.adaptors.x509.authentication.handler.support - package org.apereo.cas.adaptors.x509.authentication.handler.support
 
org.apereo.cas.adaptors.x509.authentication.ldap - package org.apereo.cas.adaptors.x509.authentication.ldap
 
org.apereo.cas.adaptors.x509.authentication.principal - package org.apereo.cas.adaptors.x509.authentication.principal
 
org.apereo.cas.adaptors.x509.authentication.revocation - package org.apereo.cas.adaptors.x509.authentication.revocation
 
org.apereo.cas.adaptors.x509.authentication.revocation.checker - package org.apereo.cas.adaptors.x509.authentication.revocation.checker
 
org.apereo.cas.adaptors.x509.authentication.revocation.policy - package org.apereo.cas.adaptors.x509.authentication.revocation.policy
 
org.apereo.cas.adaptors.x509.config - package org.apereo.cas.adaptors.x509.config
 
org.apereo.cas.adaptors.x509.util - package org.apereo.cas.adaptors.x509.util
 
org.apereo.cas.adaptors.yubikey - package org.apereo.cas.adaptors.yubikey
 
org.apereo.cas.adaptors.yubikey.web.flow - package org.apereo.cas.adaptors.yubikey.web.flow
 
org.apereo.cas.audit.config - package org.apereo.cas.audit.config
 
org.apereo.cas.audit.entity - package org.apereo.cas.audit.entity
 
org.apereo.cas.audit.spi - package org.apereo.cas.audit.spi
 
org.apereo.cas.audit.spi.config - package org.apereo.cas.audit.spi.config
 
org.apereo.cas.authentication - package org.apereo.cas.authentication
Authentication validates the Credentials provided during a /login request.
org.apereo.cas.authentication.adaptive - package org.apereo.cas.authentication.adaptive
 
org.apereo.cas.authentication.adaptive.geo - package org.apereo.cas.authentication.adaptive.geo
 
org.apereo.cas.authentication.config - package org.apereo.cas.authentication.config
 
org.apereo.cas.authentication.handler - package org.apereo.cas.authentication.handler
The handler package contains the classes used to authenticate a user.
org.apereo.cas.authentication.handler.support - package org.apereo.cas.authentication.handler.support
Authentication.support contains the specific implementations of the AuthenticationHandler interface.
org.apereo.cas.authentication.principal - package org.apereo.cas.authentication.principal
Credentials is a marker interface for an opaque object that may be recognized by Handlers and Resolvers.
org.apereo.cas.authentication.principal.cache - package org.apereo.cas.authentication.principal.cache
 
org.apereo.cas.authentication.support - package org.apereo.cas.authentication.support
 
org.apereo.cas.authorization - package org.apereo.cas.authorization
 
org.apereo.cas.config - package org.apereo.cas.config
 
org.apereo.cas.configuration - package org.apereo.cas.configuration
 
org.apereo.cas.configuration.model.core - package org.apereo.cas.configuration.model.core
 
org.apereo.cas.configuration.model.core.audit - package org.apereo.cas.configuration.model.core.audit
 
org.apereo.cas.configuration.model.core.authentication - package org.apereo.cas.configuration.model.core.authentication
 
org.apereo.cas.configuration.model.core.events - package org.apereo.cas.configuration.model.core.events
 
org.apereo.cas.configuration.model.core.logout - package org.apereo.cas.configuration.model.core.logout
 
org.apereo.cas.configuration.model.core.metrics - package org.apereo.cas.configuration.model.core.metrics
 
org.apereo.cas.configuration.model.core.monitor - package org.apereo.cas.configuration.model.core.monitor
 
org.apereo.cas.configuration.model.core.rest - package org.apereo.cas.configuration.model.core.rest
 
org.apereo.cas.configuration.model.core.services - package org.apereo.cas.configuration.model.core.services
 
org.apereo.cas.configuration.model.core.slo - package org.apereo.cas.configuration.model.core.slo
 
org.apereo.cas.configuration.model.core.sso - package org.apereo.cas.configuration.model.core.sso
 
org.apereo.cas.configuration.model.core.ticket - package org.apereo.cas.configuration.model.core.ticket
 
org.apereo.cas.configuration.model.core.ticket.registry - package org.apereo.cas.configuration.model.core.ticket.registry
 
org.apereo.cas.configuration.model.core.util - package org.apereo.cas.configuration.model.core.util
 
org.apereo.cas.configuration.model.core.web - package org.apereo.cas.configuration.model.core.web
 
org.apereo.cas.configuration.model.core.web.security - package org.apereo.cas.configuration.model.core.web.security
 
org.apereo.cas.configuration.model.core.web.view - package org.apereo.cas.configuration.model.core.web.view
 
org.apereo.cas.configuration.model.support.analytics - package org.apereo.cas.configuration.model.support.analytics
 
org.apereo.cas.configuration.model.support.aup - package org.apereo.cas.configuration.model.support.aup
 
org.apereo.cas.configuration.model.support.captcha - package org.apereo.cas.configuration.model.support.captcha
 
org.apereo.cas.configuration.model.support.clearpass - package org.apereo.cas.configuration.model.support.clearpass
 
org.apereo.cas.configuration.model.support.cookie - package org.apereo.cas.configuration.model.support.cookie
 
org.apereo.cas.configuration.model.support.couchbase.ticketregistry - package org.apereo.cas.configuration.model.support.couchbase.ticketregistry
 
org.apereo.cas.configuration.model.support.digest - package org.apereo.cas.configuration.model.support.digest
 
org.apereo.cas.configuration.model.support.ehcache - package org.apereo.cas.configuration.model.support.ehcache
 
org.apereo.cas.configuration.model.support.generic - package org.apereo.cas.configuration.model.support.generic
 
org.apereo.cas.configuration.model.support.geo.googlemaps - package org.apereo.cas.configuration.model.support.geo.googlemaps
 
org.apereo.cas.configuration.model.support.geo.maxmind - package org.apereo.cas.configuration.model.support.geo.maxmind
 
org.apereo.cas.configuration.model.support.hazelcast - package org.apereo.cas.configuration.model.support.hazelcast
 
org.apereo.cas.configuration.model.support.ignite - package org.apereo.cas.configuration.model.support.ignite
 
org.apereo.cas.configuration.model.support.infinispan - package org.apereo.cas.configuration.model.support.infinispan
 
org.apereo.cas.configuration.model.support.jaas - package org.apereo.cas.configuration.model.support.jaas
 
org.apereo.cas.configuration.model.support.jdbc - package org.apereo.cas.configuration.model.support.jdbc
 
org.apereo.cas.configuration.model.support.jpa - package org.apereo.cas.configuration.model.support.jpa
 
org.apereo.cas.configuration.model.support.jpa.serviceregistry - package org.apereo.cas.configuration.model.support.jpa.serviceregistry
 
org.apereo.cas.configuration.model.support.jpa.ticketregistry - package org.apereo.cas.configuration.model.support.jpa.ticketregistry
 
org.apereo.cas.configuration.model.support.ldap - package org.apereo.cas.configuration.model.support.ldap
 
org.apereo.cas.configuration.model.support.ldap.serviceregistry - package org.apereo.cas.configuration.model.support.ldap.serviceregistry
 
org.apereo.cas.configuration.model.support.memcached - package org.apereo.cas.configuration.model.support.memcached
 
org.apereo.cas.configuration.model.support.mfa - package org.apereo.cas.configuration.model.support.mfa
 
org.apereo.cas.configuration.model.support.mongo - package org.apereo.cas.configuration.model.support.mongo
 
org.apereo.cas.configuration.model.support.mongo.serviceregistry - package org.apereo.cas.configuration.model.support.mongo.serviceregistry
 
org.apereo.cas.configuration.model.support.ntlm - package org.apereo.cas.configuration.model.support.ntlm
 
org.apereo.cas.configuration.model.support.oauth - package org.apereo.cas.configuration.model.support.oauth
 
org.apereo.cas.configuration.model.support.oidc - package org.apereo.cas.configuration.model.support.oidc
 
org.apereo.cas.configuration.model.support.openid - package org.apereo.cas.configuration.model.support.openid
 
org.apereo.cas.configuration.model.support.pac4j - package org.apereo.cas.configuration.model.support.pac4j
 
org.apereo.cas.configuration.model.support.pm - package org.apereo.cas.configuration.model.support.pm
 
org.apereo.cas.configuration.model.support.radius - package org.apereo.cas.configuration.model.support.radius
 
org.apereo.cas.configuration.model.support.rest - package org.apereo.cas.configuration.model.support.rest
 
org.apereo.cas.configuration.model.support.saml - package org.apereo.cas.configuration.model.support.saml
 
org.apereo.cas.configuration.model.support.saml.googleapps - package org.apereo.cas.configuration.model.support.saml.googleapps
 
org.apereo.cas.configuration.model.support.saml.idp - package org.apereo.cas.configuration.model.support.saml.idp
 
org.apereo.cas.configuration.model.support.saml.mdui - package org.apereo.cas.configuration.model.support.saml.mdui
 
org.apereo.cas.configuration.model.support.saml.shibboleth - package org.apereo.cas.configuration.model.support.saml.shibboleth
 
org.apereo.cas.configuration.model.support.saml.sps - package org.apereo.cas.configuration.model.support.saml.sps
 
org.apereo.cas.configuration.model.support.spnego - package org.apereo.cas.configuration.model.support.spnego
 
org.apereo.cas.configuration.model.support.stormpath - package org.apereo.cas.configuration.model.support.stormpath
 
org.apereo.cas.configuration.model.support.themes - package org.apereo.cas.configuration.model.support.themes
 
org.apereo.cas.configuration.model.support.throttle - package org.apereo.cas.configuration.model.support.throttle
 
org.apereo.cas.configuration.model.support.token - package org.apereo.cas.configuration.model.support.token
 
org.apereo.cas.configuration.model.support.trusted - package org.apereo.cas.configuration.model.support.trusted
 
org.apereo.cas.configuration.model.support.wsfed - package org.apereo.cas.configuration.model.support.wsfed
 
org.apereo.cas.configuration.model.support.x509 - package org.apereo.cas.configuration.model.support.x509
 
org.apereo.cas.configuration.model.webapp - package org.apereo.cas.configuration.model.webapp
 
org.apereo.cas.configuration.model.webapp.mgmt - package org.apereo.cas.configuration.model.webapp.mgmt
 
org.apereo.cas.configuration.support - package org.apereo.cas.configuration.support
 
org.apereo.cas.couchbase.core - package org.apereo.cas.couchbase.core
 
org.apereo.cas.digest - package org.apereo.cas.digest
 
org.apereo.cas.digest.config - package org.apereo.cas.digest.config
 
org.apereo.cas.digest.util - package org.apereo.cas.digest.util
 
org.apereo.cas.digest.web.flow - package org.apereo.cas.digest.web.flow
 
org.apereo.cas.grouper.services - package org.apereo.cas.grouper.services
 
org.apereo.cas.integration.pac4j.authentication.handler.support - package org.apereo.cas.integration.pac4j.authentication.handler.support
 
org.apereo.cas.logging - package org.apereo.cas.logging
 
org.apereo.cas.logging.config - package org.apereo.cas.logging.config
 
org.apereo.cas.logging.web - package org.apereo.cas.logging.web
 
org.apereo.cas.logout - package org.apereo.cas.logout
 
org.apereo.cas.logout.config - package org.apereo.cas.logout.config
 
org.apereo.cas.mgmt.config - package org.apereo.cas.mgmt.config
 
org.apereo.cas.mgmt.services.audit - package org.apereo.cas.mgmt.services.audit
 
org.apereo.cas.mgmt.services.web - package org.apereo.cas.mgmt.services.web
 
org.apereo.cas.mgmt.services.web.beans - package org.apereo.cas.mgmt.services.web.beans
 
org.apereo.cas.mgmt.services.web.factory - package org.apereo.cas.mgmt.services.web.factory
 
org.apereo.cas.mgmt.web - package org.apereo.cas.mgmt.web
 
org.apereo.cas.monitor - package org.apereo.cas.monitor
 
org.apereo.cas.monitor.config - package org.apereo.cas.monitor.config
 
org.apereo.cas.persondir.support - package org.apereo.cas.persondir.support
 
org.apereo.cas.pm - package org.apereo.cas.pm
 
org.apereo.cas.pm.config - package org.apereo.cas.pm.config
 
org.apereo.cas.pm.ldap - package org.apereo.cas.pm.ldap
 
org.apereo.cas.pm.web.flow - package org.apereo.cas.pm.web.flow
 
org.apereo.cas.services - package org.apereo.cas.services
This package is contains classes related to the restriction of CAS usage to a particular set of services.
org.apereo.cas.services.config - package org.apereo.cas.services.config
 
org.apereo.cas.services.convert - package org.apereo.cas.services.convert
 
org.apereo.cas.services.support - package org.apereo.cas.services.support
 
org.apereo.cas.services.web - package org.apereo.cas.services.web
 
org.apereo.cas.services.web.config - package org.apereo.cas.services.web.config
 
org.apereo.cas.services.web.view - package org.apereo.cas.services.web.view
 
org.apereo.cas.support.events - package org.apereo.cas.support.events
 
org.apereo.cas.support.events.config - package org.apereo.cas.support.events.config
 
org.apereo.cas.support.events.dao - package org.apereo.cas.support.events.dao
 
org.apereo.cas.support.events.jpa - package org.apereo.cas.support.events.jpa
 
org.apereo.cas.support.events.listener - package org.apereo.cas.support.events.listener
 
org.apereo.cas.support.events.mongo - package org.apereo.cas.support.events.mongo
 
org.apereo.cas.support.geo - package org.apereo.cas.support.geo
 
org.apereo.cas.support.geo.config - package org.apereo.cas.support.geo.config
 
org.apereo.cas.support.geo.google - package org.apereo.cas.support.geo.google
 
org.apereo.cas.support.geo.maxmind - package org.apereo.cas.support.geo.maxmind
 
org.apereo.cas.support.oauth - package org.apereo.cas.support.oauth
 
org.apereo.cas.support.oauth.authenticator - package org.apereo.cas.support.oauth.authenticator
 
org.apereo.cas.support.oauth.profile - package org.apereo.cas.support.oauth.profile
 
org.apereo.cas.support.oauth.services - package org.apereo.cas.support.oauth.services
 
org.apereo.cas.support.oauth.util - package org.apereo.cas.support.oauth.util
 
org.apereo.cas.support.oauth.validator - package org.apereo.cas.support.oauth.validator
 
org.apereo.cas.support.oauth.web - package org.apereo.cas.support.oauth.web
 
org.apereo.cas.support.oauth.web.flow - package org.apereo.cas.support.oauth.web.flow
 
org.apereo.cas.support.openid - package org.apereo.cas.support.openid
 
org.apereo.cas.support.openid.authentication.handler.support - package org.apereo.cas.support.openid.authentication.handler.support
 
org.apereo.cas.support.openid.authentication.principal - package org.apereo.cas.support.openid.authentication.principal
 
org.apereo.cas.support.openid.web - package org.apereo.cas.support.openid.web
 
org.apereo.cas.support.openid.web.flow - package org.apereo.cas.support.openid.web.flow
 
org.apereo.cas.support.openid.web.mvc - package org.apereo.cas.support.openid.web.mvc
 
org.apereo.cas.support.openid.web.support - package org.apereo.cas.support.openid.web.support
 
org.apereo.cas.support.pac4j.authentication - package org.apereo.cas.support.pac4j.authentication
 
org.apereo.cas.support.pac4j.authentication.handler.support - package org.apereo.cas.support.pac4j.authentication.handler.support
 
org.apereo.cas.support.pac4j.config - package org.apereo.cas.support.pac4j.config
 
org.apereo.cas.support.pac4j.web.flow - package org.apereo.cas.support.pac4j.web.flow
 
org.apereo.cas.support.rest - package org.apereo.cas.support.rest
 
org.apereo.cas.support.rest.config - package org.apereo.cas.support.rest.config
 
org.apereo.cas.support.saml - package org.apereo.cas.support.saml
 
org.apereo.cas.support.saml.authentication - package org.apereo.cas.support.saml.authentication
 
org.apereo.cas.support.saml.authentication.principal - package org.apereo.cas.support.saml.authentication.principal
 
org.apereo.cas.support.saml.config - package org.apereo.cas.support.saml.config
 
org.apereo.cas.support.saml.services - package org.apereo.cas.support.saml.services
 
org.apereo.cas.support.saml.services.idp.metadata - package org.apereo.cas.support.saml.services.idp.metadata
 
org.apereo.cas.support.saml.services.idp.metadata.cache - package org.apereo.cas.support.saml.services.idp.metadata.cache
 
org.apereo.cas.support.saml.util - package org.apereo.cas.support.saml.util
 
org.apereo.cas.support.saml.web - package org.apereo.cas.support.saml.web
 
org.apereo.cas.support.saml.web.flow - package org.apereo.cas.support.saml.web.flow
 
org.apereo.cas.support.saml.web.flow.config - package org.apereo.cas.support.saml.web.flow.config
 
org.apereo.cas.support.saml.web.flow.mdui - package org.apereo.cas.support.saml.web.flow.mdui
 
org.apereo.cas.support.saml.web.idp.metadata - package org.apereo.cas.support.saml.web.idp.metadata
 
org.apereo.cas.support.saml.web.idp.profile - package org.apereo.cas.support.saml.web.idp.profile
 
org.apereo.cas.support.saml.web.idp.profile.builders - package org.apereo.cas.support.saml.web.idp.profile.builders
 
org.apereo.cas.support.saml.web.idp.profile.builders.enc - package org.apereo.cas.support.saml.web.idp.profile.builders.enc
 
org.apereo.cas.support.saml.web.view - package org.apereo.cas.support.saml.web.view
 
org.apereo.cas.support.spnego.authentication.handler.support - package org.apereo.cas.support.spnego.authentication.handler.support
 
org.apereo.cas.support.spnego.authentication.principal - package org.apereo.cas.support.spnego.authentication.principal
 
org.apereo.cas.support.spnego.util - package org.apereo.cas.support.spnego.util
 
org.apereo.cas.support.wsfederation - package org.apereo.cas.support.wsfederation
 
org.apereo.cas.support.wsfederation.authentication.handler.support - package org.apereo.cas.support.wsfederation.authentication.handler.support
 
org.apereo.cas.support.wsfederation.authentication.principal - package org.apereo.cas.support.wsfederation.authentication.principal
 
org.apereo.cas.support.wsfederation.config - package org.apereo.cas.support.wsfederation.config
 
org.apereo.cas.support.wsfederation.web.flow - package org.apereo.cas.support.wsfederation.web.flow
 
org.apereo.cas.ticket - package org.apereo.cas.ticket
Classes that represent tickets and can manipulate tickets.
org.apereo.cas.ticket.accesstoken - package org.apereo.cas.ticket.accesstoken
 
org.apereo.cas.ticket.code - package org.apereo.cas.ticket.code
 
org.apereo.cas.ticket.proxy - package org.apereo.cas.ticket.proxy
This package contains an abstracted interface for handling the proxying of a user.
org.apereo.cas.ticket.proxy.support - package org.apereo.cas.ticket.proxy.support
Package containing the specific implementations of the ProxyHandler interface related to the various versions of the CAS protocol.
org.apereo.cas.ticket.refreshtoken - package org.apereo.cas.ticket.refreshtoken
 
org.apereo.cas.ticket.registry - package org.apereo.cas.ticket.registry
This package contains the classes related to maintaining the persistence of the Tickets for retrieval later by the Central Authentication Service.
org.apereo.cas.ticket.registry.config - package org.apereo.cas.ticket.registry.config
 
org.apereo.cas.ticket.registry.support - package org.apereo.cas.ticket.registry.support
 
org.apereo.cas.ticket.registry.support.kryo - package org.apereo.cas.ticket.registry.support.kryo
 
org.apereo.cas.ticket.registry.support.kryo.serial - package org.apereo.cas.ticket.registry.support.kryo.serial
 
org.apereo.cas.ticket.support - package org.apereo.cas.ticket.support
This package includes the various default expiration policies included with CAS.
org.apereo.cas.trusted.authentication - package org.apereo.cas.trusted.authentication
 
org.apereo.cas.trusted.authentication.api - package org.apereo.cas.trusted.authentication.api
 
org.apereo.cas.trusted.authentication.storage - package org.apereo.cas.trusted.authentication.storage
 
org.apereo.cas.trusted.config - package org.apereo.cas.trusted.config
 
org.apereo.cas.trusted.util - package org.apereo.cas.trusted.util
 
org.apereo.cas.trusted.web - package org.apereo.cas.trusted.web
 
org.apereo.cas.trusted.web.flow - package org.apereo.cas.trusted.web.flow
 
org.apereo.cas.util - package org.apereo.cas.util
Various utility classes to generate unique ids and work with urls.
org.apereo.cas.util.cipher - package org.apereo.cas.util.cipher
 
org.apereo.cas.util.crypto - package org.apereo.cas.util.crypto
 
org.apereo.cas.util.gen - package org.apereo.cas.util.gen
 
org.apereo.cas.util.http - package org.apereo.cas.util.http
 
org.apereo.cas.util.jpa - package org.apereo.cas.util.jpa
 
org.apereo.cas.util.serialization - package org.apereo.cas.util.serialization
 
org.apereo.cas.util.services - package org.apereo.cas.util.services
 
org.apereo.cas.validation - package org.apereo.cas.validation
Classes to perform additional validation the Assertions provided by the CAS server.
org.apereo.cas.validation.config - package org.apereo.cas.validation.config
 
org.apereo.cas.web - package org.apereo.cas.web
 
org.apereo.cas.web.config - package org.apereo.cas.web.config
 
org.apereo.cas.web.controllers - package org.apereo.cas.web.controllers
 
org.apereo.cas.web.flow - package org.apereo.cas.web.flow
 
org.apereo.cas.web.flow.authentication - package org.apereo.cas.web.flow.authentication
 
org.apereo.cas.web.flow.client - package org.apereo.cas.web.flow.client
 
org.apereo.cas.web.flow.config - package org.apereo.cas.web.flow.config
 
org.apereo.cas.web.flow.resolver - package org.apereo.cas.web.flow.resolver
 
org.apereo.cas.web.flow.resolver.impl - package org.apereo.cas.web.flow.resolver.impl
 
org.apereo.cas.web.flow.token - package org.apereo.cas.web.flow.token
 
org.apereo.cas.web.report - package org.apereo.cas.web.report
 
org.apereo.cas.web.report.config - package org.apereo.cas.web.report.config
 
org.apereo.cas.web.support - package org.apereo.cas.web.support
 
org.apereo.cas.web.support.config - package org.apereo.cas.web.support.config
 
org.apereo.cas.web.v3 - package org.apereo.cas.web.v3
 
org.apereo.cas.web.view - package org.apereo.cas.web.view
 
overrideBlackListedEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override black listed encryption signing algorithms.
overrideBlackListedSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
The Override black listed signature algorithms.
overrideDataEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override data encryption algorithms.
overrideKeyEncryptionAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override key encryption algorithms.
overrideSignatureAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
The Override signature algorithms.
overrideSignatureReferenceDigestMethods - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
The Override signature reference digest methods.
overrideWhiteListedAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
The Override white listed encryption signing algorithms.
overrideWhiteListedAlgorithms - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
The Override white listed signature signing algorithms.

P

PAC4J_URLS - Static variable in class org.apereo.cas.support.pac4j.web.flow.ClientAction
All the urls and names of the pac4j clients.
Pac4jAuditablePrincipalResolver - Class in org.apereo.cas.mgmt.services.audit
Principal resolver for inspektr based on pac4j.
Pac4jAuditablePrincipalResolver() - Constructor for class org.apereo.cas.mgmt.services.audit.Pac4jAuditablePrincipalResolver
 
Pac4jConfiguration - Class in org.apereo.cas.support.pac4j.config
Pac4jConfiguration() - Constructor for class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
pac4jErrorViewResolver() - Method in class org.apereo.cas.web.flow.config.Pac4jWebflowConfiguration
 
Pac4jErrorViewResolver - Class in org.apereo.cas.web.flow
Pac4jErrorViewResolver() - Constructor for class org.apereo.cas.web.flow.Pac4jErrorViewResolver
 
Pac4jProperties - Class in org.apereo.cas.configuration.model.support.pac4j
Pac4jProperties() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
pac4jProperties() - Method in class org.apereo.cas.support.pac4j.config.Pac4jConfiguration
 
Pac4jProperties.Cas - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Dropbox - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Facebook - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Foursquare - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Github - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Google - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.LinkedIn - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Oidc - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Saml - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Twitter - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.WindowsLive - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jProperties.Yahoo - Class in org.apereo.cas.configuration.model.support.pac4j
 
Pac4jWebflowConfiguration - Class in org.apereo.cas.web.flow.config
Pac4jWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.Pac4jWebflowConfiguration
 
pac4jWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.Pac4jWebflowConfiguration
 
Pac4jWebflowConfigurer - Class in org.apereo.cas.web.flow
The Pac4jWebflowConfigurer is responsible for adjusting the CAS webflow context for pac4j integration.
Pac4jWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.Pac4jWebflowConfigurer
 
Pair<A,B> - Class in org.apereo.cas.util
This class contains a pair of objects.
Pair(A, B) - Constructor for class org.apereo.cas.util.Pair
Build a pair.
PARAMETER_ENTITY_ID - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Parameter representing entity id.
PARAMETER_FORMAT - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the format parameter in the request.
PARAMETER_GATEWAY - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the gateway parameter in the request.
PARAMETER_METHOD - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the method parameter in the request.
PARAMETER_NAME_TOKEN - Static variable in class org.apereo.cas.pm.web.flow.SendPasswordResetInstructionsAction
Param name for the token.
PARAMETER_NAME_TOKEN - Static variable in interface org.apereo.cas.TokenConstants
Token parameter passed to the request.
PARAMETER_PROXY_CALLBACK_URL - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the proxy callback url parameter in the request.
PARAMETER_PROXY_GRANTINOG_TICKET - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the pgt parameter in the request.
PARAMETER_RENEW - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the renew parameter in the request.
PARAMETER_SAML_RELAY_STATE - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Constant representing the saml relay state.
PARAMETER_SAML_REQUEST - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Constant representing the saml request.
PARAMETER_SAML_RESPONSE - Static variable in interface org.apereo.cas.support.saml.SamlProtocolConstants
Constant representing the saml response.
PARAMETER_SERVICE - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the service parameter in the request.
PARAMETER_TARGET_SERVICE - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the targetService parameter in the request.
PARAMETER_TICKET - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the ticket parameter in the request.
parserPool() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Parser pool basic parser pool.
parserPool - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Parser pool.
parseToken(String) - Method in class org.apereo.cas.pm.ldap.LdapPasswordManagementService
 
parseToken(String) - Method in interface org.apereo.cas.pm.PasswordManagementService
Parse token string.
parseTokenFromString(String, WsFederationConfiguration) - Method in class org.apereo.cas.support.wsfederation.WsFederationHelper
parseTokenFromString converts a raw wresult and extracts it into an assertion.
passThroughController() - Method in class org.apereo.cas.config.CasApplicationContextConfiguration
 
PASSWORD_UPDATE_SUCCESS - Static variable in class org.apereo.cas.pm.web.flow.PasswordChangeAction
Password Update Success event.
passwordChangeAction() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordChangeAction - Class in org.apereo.cas.pm.web.flow
PasswordChangeAction(PasswordManagementService) - Constructor for class org.apereo.cas.pm.web.flow.PasswordChangeAction
 
PasswordChangeBean - Class in org.apereo.cas.pm
PasswordChangeBean() - Constructor for class org.apereo.cas.pm.PasswordChangeBean
 
passwordChangeService() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordEncoderProperties - Class in org.apereo.cas.configuration.model.core.authentication
PasswordEncoderProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
PasswordEncoderProperties.PasswordEncoderTypes - Enum in org.apereo.cas.configuration.model.core.authentication
 
PasswordExpiringWarningMessageDescriptor - Class in org.apereo.cas.authentication.support
Message conveying account password expiration warning details.
PasswordExpiringWarningMessageDescriptor(String, long) - Constructor for class org.apereo.cas.authentication.support.PasswordExpiringWarningMessageDescriptor
Creates a new instance.
passwordFieldName - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The Password field name.
passwordManagementCipherExecutor() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordManagementConfiguration - Class in org.apereo.cas.pm.config
PasswordManagementConfiguration() - Constructor for class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordManagementProperties - Class in org.apereo.cas.configuration.model.support.pm
PasswordManagementProperties() - Constructor for class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
PasswordManagementProperties.Ldap - Class in org.apereo.cas.configuration.model.support.pm
 
PasswordManagementProperties.Ldap.LdapType - Enum in org.apereo.cas.configuration.model.support.pm
The ldap type used to handle specific ops.
PasswordManagementProperties.Reset - Class in org.apereo.cas.configuration.model.support.pm
 
PasswordManagementService - Interface in org.apereo.cas.pm
passwordManagementWebflowConfigurer() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordManagementWebflowConfigurer - Class in org.apereo.cas.pm.web.flow
PasswordManagementWebflowConfigurer() - Constructor for class org.apereo.cas.pm.web.flow.PasswordManagementWebflowConfigurer
 
PasswordPolicyConfiguration - Class in org.apereo.cas.authentication.support
Container for password policy configuration.
PasswordPolicyConfiguration(PasswordPolicyProperties) - Constructor for class org.apereo.cas.authentication.support.PasswordPolicyConfiguration
 
PasswordPolicyProperties - Class in org.apereo.cas.configuration.model.core.authentication
Configuration properties class for password.policy.
PasswordPolicyProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
passwordResetHandlerAdapter() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordResetTokenCipherExecutor - Class in org.apereo.cas.pm
PasswordResetTokenCipherExecutor(String, String) - Constructor for class org.apereo.cas.pm.PasswordResetTokenCipherExecutor
Instantiates a new pm cipher executor.
PasswordResetTokenCipherExecutor(String, String, String) - Constructor for class org.apereo.cas.pm.PasswordResetTokenCipherExecutor
Instantiates a new pm cipher executor.
passwordValidator() - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
PasswordValidator - Class in org.apereo.cas.pm
PasswordValidator() - Constructor for class org.apereo.cas.pm.PasswordValidator
 
performBackChannelLogout(LogoutRequest) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
Log out of a service through back channel.
performGenerationSteps() - Method in interface org.apereo.cas.support.saml.web.idp.metadata.SamlIdpMetadataAndCertificatesGenerationService
Perform the metadata generation steps.
performGenerationSteps() - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
performLdapSearch(String) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Executes an LDAP search against the supplied URL.
performLogout(TicketGrantingTicket) - Method in interface org.apereo.cas.logout.LogoutManager
Perform a back channel logout for a given ticket granting ticket and returns all the logout requests.
performLogout(TicketGrantingTicket) - Method in class org.apereo.cas.logout.LogoutManagerImpl
Perform a back channel logout for a given ticket granting ticket and returns all the logout requests.
persistenceExceptionTranslationPostProcessor() - Method in class org.apereo.cas.config.GoogleAuthentiacatorMongoDbConfiguration
 
persistenceExceptionTranslationPostProcessor() - Method in class org.apereo.cas.config.MongoDbEventsConfiguration
 
persistenceExceptionTranslationPostProcessor() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
Persistence exception translation post processor persistence exception translation post processor.
persistenceMfaTrustedAuthnExceptionTranslationPostProcessor() - Method in class org.apereo.cas.trusted.config.MongoDbMultifactorAuthenticationTrustConfiguration
 
PersistentIdGenerator - Interface in org.apereo.cas.authentication.principal
Generates a unique consistent Id based on the principal.
PersonAttributesConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.PersonAttributesConverter
 
PersonDirectoryPrincipalResolver - Class in org.apereo.cas.authentication.principal
Resolves principals by querying a data source using the Jasig Person Directory API.
PersonDirectoryPrincipalResolver() - Constructor for class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
personDirectoryPrincipalResolver() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
PersonDirPrincipalResolverProperties - Class in org.apereo.cas.configuration.model.core.authentication
Configuration properties class for cas.principal.resolver.persondir.
PersonDirPrincipalResolverProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PersonDirPrincipalResolverProperties
 
placeHolderConfigurer() - Static method in class org.apereo.cas.config.CasPropertiesConfiguration
Place holder configurer property sources placeholder configurer.
placeHolderConfigurer() - Static method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
PolicyBasedAuthenticationManager - Class in org.apereo.cas.authentication
Provides an authentication manager that is inherently aware of multiple credentials and supports pluggable security policy via the AuthenticationPolicy component.
PolicyBasedAuthenticationManager() - Constructor for class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Instantiates a new Policy based authentication manager.
PolicyBasedAuthenticationManager(AuthenticationHandler...) - Constructor for class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Instantiates a new Policy based authentication manager.
PolicyBasedAuthenticationManager(List<AuthenticationHandler>) - Constructor for class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Instantiates a new Policy based authentication manager.
PolicyBasedAuthenticationManager(Map<AuthenticationHandler, PrincipalResolver>) - Constructor for class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Instantiates a new Policy based authentication manager.
pooledConnectionFactoryMonitorExecutorService() - Method in class org.apereo.cas.monitor.config.LdapMonitorConfiguration
 
pooledJdbcMonitorExecutorService() - Method in class org.apereo.cas.monitor.config.CasJdbcMonitorConfiguration
 
pooledLdapConnectionFactoryMonitor(ExecutorService) - Method in class org.apereo.cas.monitor.config.LdapMonitorConfiguration
 
PooledLdapConnectionFactoryMonitor - Class in org.apereo.cas.monitor
Monitors an ldaptive PooledConnectionFactory.
PooledLdapConnectionFactoryMonitor() - Constructor for class org.apereo.cas.monitor.PooledLdapConnectionFactoryMonitor
Instantiates a new Pooled connection factory monitor.
PooledLdapConnectionFactoryMonitor(PooledConnectionFactory, Validator<Connection>) - Constructor for class org.apereo.cas.monitor.PooledLdapConnectionFactoryMonitor
Creates a new instance that monitors the given pooled connection factory.
PoolStatus - Class in org.apereo.cas.monitor
Describes the status of a resource pool.
PoolStatus(StatusCode, String, int, int) - Constructor for class org.apereo.cas.monitor.PoolStatus
Creates a new status object with the given code.
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.adaptors.authy.AuthyAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
Adds authentication metadata attributes on successful authentication of the given credential.
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.authentication.CacheCredentialsMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.authentication.SuccessfulHandlerMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, Credential) - Method in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
 
populateAuthenticationMetadataAttributes(AuthenticationBuilder, Collection<Credential>) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
Populate authentication metadata attributes.
populateFormData(RegisteredServiceEditBean.FormData) - Method in class org.apereo.cas.mgmt.services.web.factory.AttributeFormDataPopulator
 
populateFormData(RegisteredServiceEditBean.FormData) - Method in interface org.apereo.cas.mgmt.services.web.factory.FormDataPopulator
Method called to populate a RegisteredServiceEditBean.FormData object with dynamic form configuration data.
postAuthenticate(Credential, HandlerResult) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Template method to perform arbitrary post-authentication actions.
postAuthenticate(Credential, HandlerResult) - Method in class org.apereo.cas.authentication.handler.support.TokenAuthenticationHandler
 
postConstruct() - Method in class org.apereo.cas.support.saml.web.idp.metadata.SamlMetadataController
Post constructor placeholder for additional extensions.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.apereo.cas.config.CasSecurityContextConfiguration.CasAdminStatusInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
 
postLoad() - Method in class org.apereo.cas.services.AbstractRegisteredService
Initializes the registered service with default values for fields that are unspecified.
preAuthenticate(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
Template method to perform arbitrary pre-authentication actions.
PREFIX - Static variable in interface org.apereo.cas.ticket.accesstoken.AccessToken
The prefix for access tokens.
PREFIX - Static variable in interface org.apereo.cas.ticket.code.OAuthCode
The prefix for OAuth codes.
PREFIX - Static variable in interface org.apereo.cas.ticket.refreshtoken.RefreshToken
The prefix for refresh tokens.
PREFIX - Static variable in interface org.apereo.cas.ticket.ServiceTicket
Prefix generally applied to unique ids generated by UniqueTicketIdGenerator.
PREFIX - Static variable in interface org.apereo.cas.ticket.TicketGrantingTicket
The prefix to use when generating an id for a Ticket Granting Ticket.
PrefixSuffixPrincipalNameTransformer - Class in org.apereo.cas.configuration.support
Transform the user id by adding a prefix or suffix.
PrefixSuffixPrincipalNameTransformer() - Constructor for class org.apereo.cas.configuration.support.PrefixSuffixPrincipalNameTransformer
Instantiates a new Prefix suffix principal name transformer.
PrefixSuffixPrincipalNameTransformer(String, String) - Constructor for class org.apereo.cas.configuration.support.PrefixSuffixPrincipalNameTransformer
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apereo.cas.config.CasSecurityContextConfiguration.CasAdminStatusInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
 
prepareClasspathResourceIfNeeded(Resource) - Static method in class org.apereo.cas.util.ResourceUtils
Prepare classpath resource if needed file.
prepareClasspathResourceIfNeeded(Resource, boolean, String) - Static method in class org.apereo.cas.util.ResourceUtils
If the provided resource is a classpath resource, running inside an embedded container, and if the container is running in a non-exploded form, classpath resources become non-accessible.
prepareConnectionFactory(String) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Prepare a new LDAP connection.
prepareEndpointURLSchemeSecurityHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Prepare endpoint url scheme security handler.
prepareForLoginPage(RequestContext) - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
Prepare the data for the login page.
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.services.web.view.AbstractDelegatingCasView
Prepare merged output model before final rendering.
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas20ResponseView
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas30JsonResponseView
 
prepareMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas30ResponseView
 
prepareOutboundContext(T, SamlRegisteredServiceServiceProviderMetadataFacade, MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Prepare outbound context.
preparePeerEntitySamlEndpointContext(MessageContext, SamlRegisteredServiceServiceProviderMetadataFacade) - Static method in class org.apereo.cas.support.saml.SamlIdPUtils
Prepare peer entity saml endpoint.
prepareResponse(Response, Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
Subclasses must implement this method by adding child elements (status, assertion, etc) to the given empty SAML 1 response message.
prepareResponse(Response, Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.view.Saml10FailureResponseView
 
prepareResponse(Response, Map<String, Object>) - Method in class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
prepareSamlOutboundDestinationHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Prepare saml outbound destination handler.
prepareSamlOutboundProtocolMessageSigningHandler(MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Prepare saml outbound protocol message signing handler.
prepareSecurityParametersContext(SamlRegisteredServiceServiceProviderMetadataFacade, MessageContext<T>) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Prepare security parameters context.
preventCaching(HttpServletResponse) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
Prevent caching by adding the appropriate headers.
PreventedException - Exception in org.apereo.cas.authentication
Describes an error condition where authentication was prevented for some reason, e.g.
PreventedException(Throwable) - Constructor for exception org.apereo.cas.authentication.PreventedException
Creates a new instance with the exception that prevented authentication.
PreventedException(String, Throwable) - Constructor for exception org.apereo.cas.authentication.PreventedException
Creates a new instance with an explanatory message and the exception that prevented authentication.
Principal - Interface in org.apereo.cas.authentication.principal
Generic concept of an authenticated thing.
PrincipalAttribute() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute
 
principalAttributeAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
PrincipalAttributeAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is PrincipalAttributeAuthenticationPolicyWebflowEventResolver that attempts to locate a principal attribute, match its value against the provided pattern and decide the next event in the flow for the given service.
PrincipalAttributeAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.PrincipalAttributeAuthenticationPolicyWebflowEventResolver
 
principalAttributeMap - Variable in class org.apereo.cas.authentication.LdapAuthenticationHandler
Mapping of LDAP attribute name to principal attribute name.
principalAttributeName - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Optional principal attribute name.
PrincipalAttributeRegisteredServiceUsernameProvider - Class in org.apereo.cas.services
Determines the username for this registered service based on a principal attribute.
PrincipalAttributeRegisteredServiceUsernameProvider(String) - Constructor for class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
Instantiates a new default registered service username provider.
PrincipalAttributesProperties - Class in org.apereo.cas.configuration.model.core.authentication
PrincipalAttributesProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
PrincipalAttributesProperties.Groovy - Class in org.apereo.cas.configuration.model.core.authentication
 
PrincipalAttributesProperties.Jdbc - Class in org.apereo.cas.configuration.model.core.authentication
 
PrincipalAttributesProperties.Json - Class in org.apereo.cas.configuration.model.core.authentication
 
PrincipalAttributesProperties.Ldap - Class in org.apereo.cas.configuration.model.core.authentication
 
PrincipalAttributesRepository - Interface in org.apereo.cas.authentication.principal
Defines operations required for retrieving principal attributes.
PrincipalAttributesRepositoryMapper - Interface in org.apereo.cas.mgmt.services.web.factory
PrincipalBearingCredential - Class in org.apereo.cas.adaptors.trusted.authentication.principal
Credential that bear the fully resolved and authenticated Principal, or an indication that there is no such Principal.
PrincipalBearingCredential(Principal) - Constructor for class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingCredential
Instantiates a new principal bearing credential.
PrincipalBearingCredentialsAuthenticationHandler - Class in org.apereo.cas.adaptors.trusted.authentication.handler.support
AuthenticationHandler which authenticates Principal-bearing credentials.
PrincipalBearingCredentialsAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
 
principalBearingCredentialsAuthenticationHandler() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
PrincipalBearingPrincipalResolver - Class in org.apereo.cas.adaptors.trusted.authentication.principal
Extracts the Principal out of PrincipalBearingCredential.
PrincipalBearingPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
 
PrincipalElectionStrategy - Interface in org.apereo.cas.authentication
This is PrincipalElectionStrategy that attempts to nominate a given principal as the primary principal object amongst many authentication events.
PrincipalException - Exception in org.apereo.cas.authentication
Describes a principal resolution error, which is a subcategory of authentication error.
PrincipalException(String, Map<String, Class<? extends Exception>>, Map<String, HandlerResult>) - Constructor for exception org.apereo.cas.authentication.PrincipalException
Creates a new instance.
principalFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Factory to create the principal type.
principalFactory - Variable in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Factory to create the principal type.
principalFactory - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Factory to create the principal type.
PrincipalFactory - Interface in org.apereo.cas.authentication.principal
Defines operations to create principals.
principalFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
principalFromRemoteUserAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
principalFromRemoteUserPrincipalAction() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
Implementation of the NonInteractiveCredentialsAction that looks for a remote user that is set in the HttpServletRequest and attempts to construct a Principal (and thus a PrincipalBearingCredential).
PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction() - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction
 
PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.trusted.web.flow
Implementation of the NonInteractiveCredentialsAction that looks for a user principal that is set in the HttpServletRequest and attempts to construct a Principal (and thus a PrincipalBearingCredential).
PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction() - Constructor for class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
 
principalIdProvider() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
PrincipalIdProvider - Interface in org.apereo.cas.audit.spi
Strategy interface to provide principal id tokens from any given authentication event.
PrincipalNameTransformer - Interface in org.apereo.cas.authentication.handler
Strategy pattern component for transforming principal names in the authentication pipeline.
principalNameTransformer - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Transform principal name.
PrincipalResolver - Interface in org.apereo.cas.authentication.principal
Resolves a Principal from a Credential using an arbitrary strategy.
PrincipalTransformationProperties - Class in org.apereo.cas.configuration.model.core.authentication
PrincipalTransformationProperties() - Constructor for class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
PrincipalTransformationProperties.CaseConversion - Enum in org.apereo.cas.configuration.model.core.authentication
 
printAsciiArt(PrintStream, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art.
printAsciiArt(Logger, String, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art.
printAsciiArt(PrintStream, String, String) - Static method in class org.apereo.cas.util.AsciiArtUtils
Print ascii art.
printBanner(Environment, Class<?>, PrintStream) - Method in class org.apereo.cas.mgmt.web.CasManagementBanner
 
printBanner(Environment, Class<?>, PrintStream) - Method in class org.apereo.cas.util.CasBanner
 
PrivateKeyFactoryBean - Class in org.apereo.cas.util.crypto
Factory Bean for creating a private key from a file.
PrivateKeyFactoryBean() - Constructor for class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
processSpnegoAttribute(Response<SearchResult>) - Method in class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
Verify spnego attribute value.
produceIdTokenClaims(HttpServletRequest, AccessToken, long, OidcRegisteredService, UserProfile, J2EContext) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Produce id token claims jwt claims.
PROFILE_URL - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The profile url.
profileController() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
profileCreator - Variable in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
The pac4j profile creator used for authentication.
PROMPT - Static variable in interface org.apereo.cas.OidcConstants
The prompt parameter.
PROMPT_CONSENT - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server SHOULD prompt the End-User consent.
PROMPT_LOGIN - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server SHOULD prompt the End-User for reauthentication.
PROMPT_NONE - Static variable in interface org.apereo.cas.OidcConstants
The Authorization Server MUST NOT display any authentication or consent user interface pages.
PROPERTY_NAME_TOKEN_SECRET_ENCRYPTION - Static variable in interface org.apereo.cas.TokenConstants
Jwt encryption secret defined for a given service.
PROPERTY_NAME_TOKEN_SECRET_ENCRYPTION_ALG - Static variable in interface org.apereo.cas.TokenConstants
Jwt encryption secret alg defined for a given service.
PROPERTY_NAME_TOKEN_SECRET_ENCRYPTION_METHOD - Static variable in interface org.apereo.cas.TokenConstants
Jwt encryption secret method defined for a given service.
PROPERTY_NAME_TOKEN_SECRET_SIGNING - Static variable in interface org.apereo.cas.TokenConstants
Jwt signing secret defined for a given service.
PROPERTY_NAME_TOKEN_SECRET_SIGNING_ALG - Static variable in interface org.apereo.cas.TokenConstants
Jwt signing secret alg defined for a given service.
PropertyBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
PropertyBean(String, String) - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
protocolTicketCipherExecutor() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
ProtocolTicketCipherExecutor - Class in org.apereo.cas.util.cipher
ProtocolTicketCipherExecutor(String, String) - Constructor for class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
Instantiates a new Protocol ticket cipher executor.
ProtocolTicketCipherExecutor(String, String, String) - Constructor for class org.apereo.cas.util.cipher.ProtocolTicketCipherExecutor
Instantiates a new Protocol ticket cipher executor.
PROVIDER_ID - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The provider id constant.
Proxy() - Constructor for class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2.Proxy
 
proxy10Handler() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
proxy20Handler() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
proxy20TicketUniqueIdGenerator() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
PROXY_GRANTING_TICKET_IOU_PREFIX - Static variable in interface org.apereo.cas.ticket.proxy.ProxyGrantingTicket
The prefix to use when generating an id for a Proxy Granting Ticket IOU.
PROXY_GRANTING_TICKET_PREFIX - Static variable in interface org.apereo.cas.ticket.proxy.ProxyGrantingTicket
The prefix to use when generating an id for a Proxy Granting Ticket.
PROXY_TICKET_PREFIX - Static variable in interface org.apereo.cas.ticket.proxy.ProxyTicket
Proxy ticket prefix applied to unique ids.
proxyAuthenticationHandler(HttpClient) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
proxyController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ProxyController - Class in org.apereo.cas.web
The ProxyController is involved with returning a Proxy Ticket (in CAS 2 terms) to the calling application.
ProxyController() - Constructor for class org.apereo.cas.web.ProxyController
Instantiates a new proxy controller, with cache seconds set to 0.
ProxyGrantingTicket - Interface in org.apereo.cas.ticket.proxy
Interface for a proxy granting ticket.
ProxyGrantingTicketFactory - Interface in org.apereo.cas.ticket.proxy
The ProxyGrantingTicketFactory is responsible for creating instances of ProxyGrantingTicket.
ProxyGrantingTicketImpl - Class in org.apereo.cas.ticket
Concrete implementation of a proxy granting ticket (PGT).
ProxyGrantingTicketImpl() - Constructor for class org.apereo.cas.ticket.ProxyGrantingTicketImpl
Instantiates a new proxy granting ticket impl.
ProxyGrantingTicketImpl(String, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.ProxyGrantingTicketImpl
Instantiates a new proxy granting ticket impl.
ProxyGrantingTicketImpl(String, Service, TicketGrantingTicket, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.ProxyGrantingTicketImpl
Instantiates a new proxy granting ticket impl.
ProxyGrantingTicketProperties - Class in org.apereo.cas.configuration.model.core.ticket
ProxyGrantingTicketProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.ProxyGrantingTicketProperties
 
ProxyHandler - Interface in org.apereo.cas.ticket.proxy
Abstraction for what needs to be done to handle proxies.
ProxyPolicyMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredServiceProxyPolicy to/from RegisteredServiceEditBean.ServiceData.
proxyPrincipalFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
proxyPrincipalResolver() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
ProxyTicket - Interface in org.apereo.cas.ticket.proxy
The ProxyTicket represents a CAS proxy ticket.
proxyTicketExpirationPolicy() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
proxyTicketExpirationPolicy - Variable in class org.apereo.cas.ticket.DefaultProxyTicketFactory
ExpirationPolicy for Service Tickets.
ProxyTicketExpirationPolicy(int, long) - Constructor for class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy.ProxyTicketExpirationPolicy
Instantiates a new proxy ticket expiration policy.
ProxyTicketFactory - Interface in org.apereo.cas.ticket.proxy
The ProxyTicketFactory is responsible for creating instances of ProxyTicket.
ProxyTicketIdGenerator(int, String) - Constructor for class org.apereo.cas.util.HostNameBasedUniqueTicketIdGenerator.ProxyTicketIdGenerator
Instantiates a new Proxy ticket id generator.
ProxyTicketImpl - Class in org.apereo.cas.ticket
The ProxyTicketImpl is a concrete implementation of the ProxyTicket.
ProxyTicketImpl() - Constructor for class org.apereo.cas.ticket.ProxyTicketImpl
Instantiates a new Proxy ticket.
ProxyTicketImpl(String, TicketGrantingTicketImpl, Service, boolean, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.ProxyTicketImpl
Instantiates a new Proxy ticket.
ProxyTicketProperties - Class in org.apereo.cas.configuration.model.core.ticket
ProxyTicketProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.ProxyTicketProperties
 
proxyValidateController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ProxyValidateController - Class in org.apereo.cas.web
Proxy validation controller.
ProxyValidateController() - Constructor for class org.apereo.cas.web.ProxyValidateController
 
PublicKeyFactoryBean - Class in org.apereo.cas.util.crypto
FactoryBean for creating a public key from a file.
PublicKeyFactoryBean() - Constructor for class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
put(String, String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put property.
putAgent(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put agent.
putAllIntoModel(Map<String, Object>, Map<String, Object>) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Put all into model.
putAuthentication(Authentication, RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Put authentication into conversation scope.
putAuthenticationResult(AuthenticationResult, RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Put authentication result.
putAuthenticationResultBuilder(AuthenticationResultBuilder, RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Put authentication result builder.
putCasResponseAttributesIntoModel(Map<String, Object>, Map<String, Object>, RegisteredService) - Method in class org.apereo.cas.web.view.Cas30ResponseView
Put cas response attributes into model.
putClientIpAddress(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put client ip.
putCreationTime(ZonedDateTime) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put creation time.
putCredential(RequestContext, Credential) - Static method in class org.apereo.cas.web.support.WebUtils
Puts credential into the context.
putGeoLocation(GeoLocationRequest) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put geo location.
putGeoLocationTrackingIntoFlowScope(RequestContext, Object) - Static method in class org.apereo.cas.web.support.WebUtils
Put geo location tracking into flow scope.
putGoogleAnalyticsTrackingIdIntoFlowScope(RequestContext, Object) - Static method in class org.apereo.cas.web.support.WebUtils
Put tracking id into flow scope.
putId(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put id.
putIntoModel(Map<String, Object>, String, Object) - Method in class org.apereo.cas.services.web.view.AbstractCasView
Put into model.
putLogoutRedirectUrl(RequestContext, String) - Static method in class org.apereo.cas.web.support.WebUtils
Put logout redirect url.
putLogoutRequests(RequestContext, List<LogoutRequest>) - Static method in class org.apereo.cas.web.support.WebUtils
Put logout requests into flow scope.
putPasswordManagementEnabled(RequestContext, Boolean) - Static method in class org.apereo.cas.web.support.WebUtils
Put static authentication into flow scope.
putPrincipal(RequestContext, Principal) - Static method in class org.apereo.cas.web.support.WebUtils
Put principal.
putPublicWorkstationToFlowIfRequestParameterPresent(RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Put public workstation into the flow if request parameter present.
putRecaptchaSiteKeyIntoFlowScope(RequestContext, Object) - Static method in class org.apereo.cas.web.support.WebUtils
Put recaptcha site key into flow scope.
putRegisteredService(RequestContext, RegisteredService) - Static method in class org.apereo.cas.web.support.WebUtils
Put registered service into flowscope.
putRememberMeAuthenticationEnabled(RequestContext, Boolean) - Static method in class org.apereo.cas.web.support.WebUtils
Put remember me authentication enabled.
putResolvedEventsAsAttribute(RequestContext, Set<Event>) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Put resolved events as attribute.
putServerIpAddress(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put server ip.
putService(RequestContext, Service) - Static method in class org.apereo.cas.web.support.WebUtils
Put service into flowscope.
putServiceTicketInRequestScope(RequestContext, ServiceTicket) - Static method in class org.apereo.cas.web.support.WebUtils
Put service ticket in request scope.
putStaticAuthenticationIntoFlowScope(RequestContext, Object) - Static method in class org.apereo.cas.web.support.WebUtils
Put static authentication into flow scope.
putTicketGrantingTicketInScopes(RequestContext, TicketGrantingTicket) - Static method in class org.apereo.cas.web.support.WebUtils
Put ticket granting ticket in request and flow scopes.
putTicketGrantingTicketInScopes(RequestContext, String) - Static method in class org.apereo.cas.web.support.WebUtils
Put ticket granting ticket in request and flow scopes.
putTicketGrantingTicketIntoMap(MutableAttributeMap, String) - Static method in class org.apereo.cas.web.support.WebUtils
Put ticket granting ticket into map that is either backed by the flow/request scope.
putTimestamp(Long) - Method in class org.apereo.cas.support.events.dao.CasEvent
Put timestamp.
putUnauthorizedRedirectUrl(RequestContext, URI) - Static method in class org.apereo.cas.web.support.WebUtils
Put unauthorized redirect url into flowscope.
putUnauthorizedRedirectUrlIntoFlowScope(RequestContext, URI) - Static method in class org.apereo.cas.web.support.WebUtils
Adds the unauthorized redirect url to the flow scope.
putWarnCookieIfRequestParameterPresent(CookieGenerator, RequestContext) - Static method in class org.apereo.cas.web.support.WebUtils
Put warn cookie if request parameter present.
putWarningCookie(RequestContext, Boolean) - Static method in class org.apereo.cas.web.support.WebUtils
Put warning cookie value into flowscope.

Q

Query() - Constructor for class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
QueryAndEncodeDatabaseAuthenticationHandler - Class in org.apereo.cas.adaptors.jdbc
A JDBC querying handler that will pull back the password and the private salt value for a user and validate the encoded password using the public salt value.
QueryAndEncodeDatabaseAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
QueryDatabaseAuthenticationHandler - Class in org.apereo.cas.adaptors.jdbc
Class that if provided a query that returns a password (parameter of query must be username) will compare that password to a translated version of the password provided by the user.
QueryDatabaseAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler
 

R

Radius() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
RadiusAuthenticationHandler - Class in org.apereo.cas.adaptors.radius.authentication.handler.support
Authentication Handler to authenticate a user against a RADIUS server.
RadiusAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler
Instantiates a new Radius authentication handler.
radiusAuthenticationHandler() - Method in class org.apereo.cas.config.RadiusConfiguration
 
RadiusAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.radius
This is RadiusAuthenticationMetaDataPopulator which inserts the radius MFA provider id into the final authentication object.
RadiusAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
radiusAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
radiusAuthenticationProvider() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
RadiusAuthenticationWebflowAction - Class in org.apereo.cas.adaptors.radius.web.flow
RadiusAuthenticationWebflowAction() - Constructor for class org.apereo.cas.adaptors.radius.web.flow.RadiusAuthenticationWebflowAction
 
radiusAuthenticationWebflowAction() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
RadiusAuthenticationWebflowEventResolver - Class in org.apereo.cas.adaptors.radius.web.flow
RadiusAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.adaptors.radius.web.flow.RadiusAuthenticationWebflowEventResolver
 
radiusAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
radiusBypassEvaluator() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
RadiusClientFactory - Class in org.apereo.cas.adaptors.radius
Factory for creating RADIUS client instances.
RadiusClientFactory() - Constructor for class org.apereo.cas.adaptors.radius.RadiusClientFactory
 
RadiusConfiguration - Class in org.apereo.cas.config
RadiusConfiguration() - Constructor for class org.apereo.cas.config.RadiusConfiguration
 
radiusFlowRegistry() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
Radius flow registry flow definition registry.
RadiusMultifactorAuthenticationProvider - Class in org.apereo.cas.adaptors.radius.authentication
The authentication provider for yubikey.
RadiusMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.adaptors.radius.authentication.RadiusMultifactorAuthenticationProvider
 
RadiusMultifactorConfiguration - Class in org.apereo.cas.config
RadiusMultifactorConfiguration() - Constructor for class org.apereo.cas.config.RadiusMultifactorConfiguration
 
RadiusMultifactorConfiguration.RadiusMultifactorTrustConfiguration - Class in org.apereo.cas.config
The Radius multifactor trust configuration.
RadiusMultifactorTrustConfiguration() - Constructor for class org.apereo.cas.config.RadiusMultifactorConfiguration.RadiusMultifactorTrustConfiguration
 
radiusMultifactorTrustConfiguration() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration.RadiusMultifactorTrustConfiguration
 
RadiusMultifactorTrustWebflowConfigurer - Class in org.apereo.cas.adaptors.radius.web.flow
RadiusMultifactorTrustWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorTrustWebflowConfigurer
 
RadiusMultifactorWebflowConfigurer - Class in org.apereo.cas.adaptors.radius.web.flow
RadiusMultifactorWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorWebflowConfigurer
 
radiusMultifactorWebflowConfigurer() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
radiusPrincipalFactory() - Method in class org.apereo.cas.config.RadiusConfiguration
 
RadiusProperties - Class in org.apereo.cas.configuration.model.support.radius
RadiusProperties() - Constructor for class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
RadiusProperties.Client - Class in org.apereo.cas.configuration.model.support.radius
 
RadiusProperties.Server - Class in org.apereo.cas.configuration.model.support.radius
 
RadiusProtocol - Enum in org.apereo.cas.adaptors.radius
RADIUS protocol enumeration.
RadiusResponse - Class in org.apereo.cas.adaptors.radius
Acts as a DTO, to carry the response returned by the Radius authenticator in the event of a successful authentication, and provides access to the response code as well as attributes which may be used as authentication attributes.
RadiusResponse(int, int, List<RadiusAttribute>) - Constructor for class org.apereo.cas.adaptors.radius.RadiusResponse
Instantiates a new radius response.
RadiusServer - Interface in org.apereo.cas.adaptors.radius
Interface representing a Radius Server.
radiusServer() - Method in class org.apereo.cas.config.RadiusConfiguration
Radius server j radius server.
radiusServers() - Method in class org.apereo.cas.config.RadiusConfiguration
Radius servers list.
RadiusTokenAuthenticationHandler - Class in org.apereo.cas.adaptors.radius.authentication
RadiusTokenAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
Instantiates a new Radius authentication handler.
radiusTokenAuthenticationHandler() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
RadiusTokenCredential - Class in org.apereo.cas.adaptors.radius.authentication
RadiusTokenCredential() - Constructor for class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
radiusTokenPrincipalFactory() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
 
radiusTokenServers() - Method in class org.apereo.cas.config.RadiusMultifactorConfiguration
Radius servers list.
RadiusUtils - Class in org.apereo.cas.adaptors.radius
This is RadiusUtils.
RandomStringGenerator - Interface in org.apereo.cas.util.gen
Interface to return a random String.
rankedAuthenticationProviderWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
RankedAuthenticationProviderWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
RankedAuthenticationProviderWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.RankedAuthenticationProviderWebflowEventResolver
 
rawDigest(String, byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Computes digest.
read(Kryo, Input, Class<T>) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.AbstractWebApplicationServiceSerializer
 
read(Kryo, Input, Class<RegisteredService>) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.RegisteredServiceSerializer
 
read(Kryo, Input, Class<SimpleWebApplicationServiceImpl>) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.SimpleWebApplicationServiceSerializer
 
read(Kryo, Input, Class<URL>) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.URLSerializer
 
read(Kryo, Input, Class<ZonedDateTime>) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.ZonedDateTimeTranscoder
 
readCertificate(InputStreamSource) - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
Read certificate.
readCertificate(Resource) - Static method in class org.apereo.cas.support.saml.SamlUtils
Read certificate x 509 certificate.
rebindCasConfigurationProperties() - Method in class org.apereo.cas.configuration.CasConfigurationRebinder
Rebind cas configuration properties.
record(AuditActionContext) - Method in class org.apereo.cas.audit.spi.DefaultDelegatingAuditTrailManager
 
recordSubmissionFailure(HttpServletRequest) - Method in class org.apereo.cas.web.support.AbstractInMemoryThrottledSubmissionHandlerInterceptorAdapter
 
recordSubmissionFailure(HttpServletRequest) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
recordSubmissionFailure(HttpServletRequest) - Method in interface org.apereo.cas.web.support.ThrottledSubmissionHandlerInterceptor
Record submission failure.
recordThrottle(HttpServletRequest) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
Record throttling event.
recordThrottle(HttpServletRequest) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
REDIRECT_URI - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The redirect uri.
redirectTo(String) - Static method in class org.apereo.cas.support.oauth.util.OAuthUtils
Return a view which is a redirection to an url.
redirectToApproveView(J2EContext, OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.OAuth20ConsentApprovalViewResolver
Redirect to approve view model and view.
RedisSessionConfiguration - Class in org.apereo.cas.config
RedisSessionConfiguration() - Constructor for class org.apereo.cas.config.RedisSessionConfiguration
 
ReferenceQueueConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.ReferenceQueueConverter
 
REFRESH_TOKEN - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The refresh token.
RefreshToken() - Constructor for class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.RefreshToken
 
RefreshToken - Interface in org.apereo.cas.ticket.refreshtoken
A refresh token is an OAuth token which can be used multiple times and has a very long lifetime.
RefreshTokenFactory - Interface in org.apereo.cas.ticket.refreshtoken
Factory to create OAuth refresh tokens.
refreshTokenIdGenerator() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
refreshTokenIdGenerator - Variable in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
Default instance for the ticket id generator.
RefreshTokenImpl - Class in org.apereo.cas.ticket.refreshtoken
An OAuth refresh token implementation.
RefreshTokenImpl() - Constructor for class org.apereo.cas.ticket.refreshtoken.RefreshTokenImpl
Instantiates a new OAuth refresh token.
RefreshTokenImpl(String, Service, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.refreshtoken.RefreshTokenImpl
Constructs a new refresh token with unique id for a service and authentication.
RefuseRegisteredServiceProxyPolicy - Class in org.apereo.cas.services
A proxy policy that disallows proxying.
RefuseRegisteredServiceProxyPolicy() - Constructor for class org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy
 
RegexMatchingRegisteredServiceProxyPolicy - Class in org.apereo.cas.services
A proxy policy that only allows proxying to pgt urls that match the specified regex pattern.
RegexMatchingRegisteredServiceProxyPolicy() - Constructor for class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
Instantiates a new Regex matching registered service proxy policy.
RegexMatchingRegisteredServiceProxyPolicy(String) - Constructor for class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
Init the policy with the pgt url regex pattern that will determine the urls allowed to receive the pgt.
RegexRegisteredService - Class in org.apereo.cas.services
Mutable registered service that uses Java regular expressions for service matching.
RegexRegisteredService() - Constructor for class org.apereo.cas.services.RegexRegisteredService
 
RegexUtils - Class in org.apereo.cas.util
Utility class to assist with regex operations.
registerCallback(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Initialize callback service.
RegisteredService - Interface in org.apereo.cas.services
Interface for a service that can be registered by the Services Management interface.
RegisteredServiceAccessStrategy - Interface in org.apereo.cas.services
This is RegisteredServiceAccessStrategy that can decide if a service is recognized and authorized to participate in the CAS protocol flow during authentication/validation events.
RegisteredServiceAccessStrategyUtils - Class in org.apereo.cas.services
This is RegisteredServiceAccessStrategyUtils that encapsulates common operations relevant to registered service access strategy and authorizations.
RegisteredServiceAttributeFilter - Interface in org.apereo.cas.services
Defines the general contract of the attribute release policy for a registered service.
RegisteredServiceAttributeReleasePolicy - Interface in org.apereo.cas.services
The release policy that decides how attributes are to be released for a given service.
RegisteredServiceAttributeReleasePolicyEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Attribute release policy defined per JSON feed.
RegisteredServiceAttributeReleasePolicyEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
RegisteredServiceAttributeReleasePolicyEditBean.AttributeMergerTypes - Enum in org.apereo.cas.mgmt.services.web.beans
The enum AttributeMergerTypes.
RegisteredServiceAttributeReleasePolicyEditBean.Types - Enum in org.apereo.cas.mgmt.services.web.beans
The enum Types.
RegisteredServiceAttributeReleasePolicyStrategyEditBean - Class in org.apereo.cas.mgmt.services.web.beans
The attribute release strategy used for edits.
RegisteredServiceAttributeReleasePolicyStrategyEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyEditBean
 
RegisteredServiceAttributeReleasePolicyStrategyViewBean - Class in org.apereo.cas.mgmt.services.web.beans
The attribute release strategy used for views.
RegisteredServiceAttributeReleasePolicyStrategyViewBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyViewBean
 
RegisteredServiceAttributeReleasePolicyViewBean - Class in org.apereo.cas.mgmt.services.web.beans
Attribute release policy defined per JSON feed.
RegisteredServiceAttributeReleasePolicyViewBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyViewBean
 
RegisteredServiceAuthenticationHandlerResolver - Class in org.apereo.cas.authentication
This is RegisteredServiceAuthenticationHandlerResolver that acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.
RegisteredServiceAuthenticationHandlerResolver() - Constructor for class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
 
registeredServiceAuthenticationHandlerResolver() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
registeredServiceAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
RegisteredServiceAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is RegisteredServiceAuthenticationPolicyWebflowEventResolver that attempts to resolve the next event based on the authentication providers of this service.
RegisteredServiceAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.RegisteredServiceAuthenticationPolicyWebflowEventResolver
 
registeredServiceCipherExecutor() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
RegisteredServiceCipherExecutor - Interface in org.apereo.cas.services
Defines how to encrypt data based on registered service's public key, etc.
RegisteredServiceEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Defines the service bean that is produced by the webapp and passed down for edit views.
RegisteredServiceEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
RegisteredServiceEditBean.FormData - Class in org.apereo.cas.mgmt.services.web.beans
The type Form data.
RegisteredServiceEditBean.ServiceData - Class in org.apereo.cas.mgmt.services.web.beans
The type Service data.
RegisteredServiceEditBean.ServiceData.PropertyBean - Class in org.apereo.cas.mgmt.services.web.beans
The property bean.
registeredServiceFactory() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
RegisteredServiceFactory - Interface in org.apereo.cas.mgmt.services.web.factory
Factory used to convert RegisteredService from/to RegisteredServiceEditBean.ServiceData.
RegisteredServiceJsonSerializer - Class in org.apereo.cas.util.services
Serializes registered services to JSON based on the Jackson JSON library.
RegisteredServiceJsonSerializer() - Constructor for class org.apereo.cas.util.services.RegisteredServiceJsonSerializer
 
RegisteredServiceLogoutTypeEditBean - Enum in org.apereo.cas.mgmt.services.web.beans
Defines logout types.
RegisteredServiceMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredService to/from RegisteredServiceEditBean.ServiceData.
RegisteredServiceMultifactorAuthenticationEditBean - Class in org.apereo.cas.mgmt.services.web.beans
The type Registered service multifactor authentication edit bean.
RegisteredServiceMultifactorAuthenticationEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute - Class in org.apereo.cas.mgmt.services.web.beans
Represents principal attributes for mfa.
RegisteredServiceMultifactorPolicy - Interface in org.apereo.cas.services
This is RegisteredServiceMultifactorPolicy that describes how a service should handle authentication requests.
RegisteredServiceMultifactorPolicy.FailureModes - Enum in org.apereo.cas.services
The enum Failure modes.
RegisteredServiceOAuthTypeEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Defines service type for OAuth, etc.
RegisteredServiceOAuthTypeEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
RegisteredServiceOidcTypeEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Defines service type for oidc, etc.
RegisteredServiceOidcTypeEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOidcTypeEditBean
 
registeredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
RegisteredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is RegisteredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver that attempts to locate the given principal attribute in the service authentication policy and match it against the pattern provided in the same policy.
RegisteredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.RegisteredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver
 
RegisteredServiceProperty - Interface in org.apereo.cas.services
The RegisteredServiceProperty defines a single custom property that is associated with a service.
RegisteredServiceProxyPolicy - Interface in org.apereo.cas.services
Defines the proxying policy for a registered service.
RegisteredServiceProxyPolicyBean - Class in org.apereo.cas.mgmt.services.web.beans
Proxy policy bean defined per JSON feed.
RegisteredServiceProxyPolicyBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean
 
RegisteredServiceProxyPolicyBean.Types - Enum in org.apereo.cas.mgmt.services.web.beans
The enum AlgorithmTypes.
RegisteredServicePublicKey - Interface in org.apereo.cas.services
Represents a public key for a CAS registered service.
RegisteredServicePublicKeyEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Registered service public key options.
RegisteredServicePublicKeyEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
RegisteredServicePublicKeyImpl - Class in org.apereo.cas.services
Represents a public key for a CAS registered service.
RegisteredServicePublicKeyImpl() - Constructor for class org.apereo.cas.services.RegisteredServicePublicKeyImpl
Instantiates a new Registered service public key impl.
RegisteredServicePublicKeyImpl(String, String) - Constructor for class org.apereo.cas.services.RegisteredServicePublicKeyImpl
Instantiates a new Registered service public key impl.
RegisteredServiceRegexAttributeFilter - Class in org.apereo.cas.services.support
The regex filter that is responsible to make sure only attributes that match a certain regex pattern registered service are released.
RegisteredServiceRegexAttributeFilter() - Constructor for class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
Instantiates a new Registered service regex attribute filter.
RegisteredServiceRegexAttributeFilter(String) - Constructor for class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
Instantiates a new registered service regex attribute filter.
RegisteredServiceResource - Class in org.apereo.cas.support.rest
RestController implementation of a REST API that allows for registration of CAS services.
RegisteredServiceResource() - Constructor for class org.apereo.cas.support.rest.RegisteredServiceResource
 
registeredServiceResourceRestController() - Method in class org.apereo.cas.support.rest.config.RestServicesConfiguration
 
RegisteredServiceSamlTypeEditBean - Class in org.apereo.cas.mgmt.services.web.beans
RegisteredServiceSamlTypeEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
RegisteredServiceSerializer - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Serializer for RegisteredService instances.
RegisteredServiceSerializer() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.RegisteredServiceSerializer
 
registeredServiceSimpleFormController(ServicesManager) - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
RegisteredServiceSimpleFormController - Class in org.apereo.cas.mgmt.services.web
Handle adding/editing of RegisteredServices.
RegisteredServiceSimpleFormController(ServicesManager, RegisteredServiceFactory) - Constructor for class org.apereo.cas.mgmt.services.web.RegisteredServiceSimpleFormController
Instantiates a new registered service simple form controller.
RegisteredServiceSupportAccessEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Defines a JSON bean that is mapped to the CAS service access strategy.
RegisteredServiceSupportAccessEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
RegisteredServiceSupportAccessEditBean.Types - Enum in org.apereo.cas.mgmt.services.web.beans
The enum Types.
RegisteredServiceThemeBasedViewResolver - Class in org.apereo.cas.services.web
RegisteredServiceThemeBasedViewResolver is an alternate Spring View Resolver that utilizes a service's associated theme to selectively choose which set of UI views will be used to generate the standard views.
RegisteredServiceThemeBasedViewResolver() - Constructor for class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
Instantiates a new Registered service theme based view resolver.
RegisteredServiceTypeEditBean - Enum in org.apereo.cas.mgmt.services.web.beans
Defines service types.
RegisteredServiceUsernameAttributeProvider - Interface in org.apereo.cas.services
Strategy interface to define what username attribute should be returned for a given registered service.
RegisteredServiceUsernameAttributeProviderEditBean - Class in org.apereo.cas.mgmt.services.web.beans
Bean that defines user-name attribute providers.
RegisteredServiceUsernameAttributeProviderEditBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean
 
RegisteredServiceUsernameAttributeProviderEditBean.Types - Enum in org.apereo.cas.mgmt.services.web.beans
The enum Types.
RegisteredServiceViewBean - Class in org.apereo.cas.mgmt.services.web.beans
Defines the service bean that is produced by the webapp and passed down.
RegisteredServiceViewBean() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
registeredServiceViewResolver() - Method in class org.apereo.cas.services.web.config.CasThemesConfiguration
 
RegisteredServiceYamlSerializer - Class in org.apereo.cas.services
RegisteredServiceYamlSerializer() - Constructor for class org.apereo.cas.services.RegisteredServiceYamlSerializer
 
registerFlowDefinitionIntoLoginFlowRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Register flow definition into login flow registry.
registerMultifactorProviderAuthenticationWebflow(Flow, String, FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Register multifactor provider authentication webflow.
registerMultifactorProvidersStateTransitionsIntoWebflow(TransitionableState) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
Register multifactor providers state transitions into webflow.
registerMultifactorTrustedAuthentication() - Method in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
Register multifactor trusted authentication into webflow.
registerStompEndpoints(StompEndpointRegistry) - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
REGISTRATION_URL - Static variable in interface org.apereo.cas.OidcConstants
Registration endpoint URL.
RejectAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.generic
RejectAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
rejectUsersAuthenticationHandler() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
RejectUsersAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
AuthenticationHandler which fails to authenticate a user purporting to be one of the blocked usernames, and blindly authenticates all other users.
RejectUsersAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
 
rejectUsersPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
release() - Method in class org.apereo.cas.ticket.registry.NoOpLockingStrategy
Does nothing.
release() - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
release() - Method in interface org.apereo.cas.ticket.registry.support.LockingStrategy
Release the lock if held.
RememberMe() - Constructor for class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.RememberMe
 
RememberMeAuthenticationMetaDataPopulator - Class in org.apereo.cas.authentication.principal
Determines if the credential 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.apereo.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
 
rememberMeAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
RememberMeCredential - Interface in org.apereo.cas.authentication
Credential that wish to handle remember me scenarios need to implement this class.
RememberMeDelegatingExpirationPolicy - Class in org.apereo.cas.ticket.support
Delegates to different expiration policies depending on whether remember me is true or not.
RememberMeDelegatingExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
Instantiates a new Remember me delegating expiration policy.
RememberMeUsernamePasswordCredential - Class in org.apereo.cas.authentication
Handles both remember me services and username and password.
RememberMeUsernamePasswordCredential() - Constructor for class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
 
remoteAddressAuthenticationHandler() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
RemoteAddressAuthenticationHandler - Class in org.apereo.cas.adaptors.generic.remote
Checks if the remote address is in the range of allowed addresses.
RemoteAddressAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.generic.remote.RemoteAddressAuthenticationHandler
 
RemoteAddressAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.generic
Configuration properties class for remote.authn.
RemoteAddressAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.generic.RemoteAddressAuthenticationProperties
 
remoteAddressCheck() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
RemoteAddressCredential - Class in org.apereo.cas.adaptors.generic.remote
Represents a remote address as CAS credential.
RemoteAddressCredential(String) - Constructor for class org.apereo.cas.adaptors.generic.remote.RemoteAddressCredential
Instantiates a new remote address credential.
RemoteAddressNonInteractiveCredentialsAction - Class in org.apereo.cas.adaptors.generic.remote
A webflow action that attrmpts to grab the remote address from the reques, and construct a RemoteAddressCredential object.
RemoteAddressNonInteractiveCredentialsAction() - Constructor for class org.apereo.cas.adaptors.generic.remote.RemoteAddressNonInteractiveCredentialsAction
 
remoteAddressPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
remoteAddressWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.CasRemoteAuthenticationConfiguration
 
RemoteAddressWebflowConfigurer - Class in org.apereo.cas.web.flow
The RemoteAddressWebflowConfigurer is responsible for adjusting the CAS webflow context for remote address integration.
RemoteAddressWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.RemoteAddressWebflowConfigurer
 
RemoteEndpointServiceAccessStrategy - Class in org.apereo.cas.services
This is RemoteEndpointServiceAccessStrategy that reaches out to a remote endpoint, passing the CAS principal id to determine if access is allowed.
RemoteEndpointServiceAccessStrategy() - Constructor for class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
remove(String) - Method in class org.apereo.cas.adaptors.gauth.InMemoryGoogleAuthenticatorAccountRegistry
Remove.
removeAllServices() - Method in interface org.apereo.cas.ticket.TicketGrantingTicket
Remove all services of the TGT (at logout).
removeAllServices() - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Remove all services of the TGT (at logout).
removeTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
Removes the ticket.
render(Object, HttpServletResponse) - Static method in class org.apereo.cas.util.serialization.JsonUtils
Render model and view.
render(HttpServletResponse) - Static method in class org.apereo.cas.util.serialization.JsonUtils
Render model and view.
renderException(Exception, HttpServletResponse) - Static method in class org.apereo.cas.util.serialization.JsonUtils
Render exceptions.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.services.web.view.AbstractDelegatingCasView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
 
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.view.Cas10ResponseView
 
Req() - Constructor for class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
REQUEST_PARAMETER_REMEMBER_ME - Static variable in interface org.apereo.cas.authentication.RememberMeCredential
Request parameter name.
requestParameterAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
RequestParameterAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is RequestParameterAuthenticationPolicyWebflowEventResolver that attempts to resolve the next event based on the authentication providers of this service.
RequestParameterAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.RequestParameterAuthenticationPolicyWebflowEventResolver
 
requestParameterSecurityFilter() - Method in class org.apereo.cas.config.CasFiltersConfiguration
Request parameter security filter request parameter policy enforcement filter.
requireAnyRoleAuthorizer() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
RequiredHandlerAuthenticationPolicy - Class in org.apereo.cas.authentication
Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.
RequiredHandlerAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicy
Instantiates a new Required handler authentication policy.
RequiredHandlerAuthenticationPolicy(String) - Constructor for class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicy
Instantiates a new required handler authentication policy.
RequiredHandlerAuthenticationPolicyFactory - Class in org.apereo.cas.authentication
Produces ContextualAuthenticationPolicy instances that are satisfied iff the given Authentication was created by authenticating credentials by all handlers named in RegisteredService.getRequiredHandlers().
RequiredHandlerAuthenticationPolicyFactory() - Constructor for class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicyFactory
 
requiredHandlerAuthenticationPolicyFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
requiresAuthenticationAccessTokenInterceptor() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
requiresAuthenticationAuthorizeInterceptor() - Method in class org.apereo.cas.config.CasOAuthConfiguration
 
requiresAuthenticationAuthorizeInterceptor() - Method in class org.apereo.cas.config.OidcConfiguration
Requires authentication authorize interceptor.
requiresAuthenticationStatusAdminEndpointsInterceptor() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
requiresAuthenticationStatusInterceptor() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
requireValidMetadata - Variable in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
Whether the metadata resolver should require valid metadata.
Reset() - Constructor for class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
reset() - Method in class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
 
reset() - Method in interface org.apereo.cas.validation.ValidationSpecification
Reset.
resolve() - Method in class org.apereo.cas.audit.spi.ThreadLocalPrincipalResolver
 
resolve() - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
 
resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
Resolve set of authentication handlers.
resolve(Collection<MultifactorAuthenticationProvider>, HttpServletRequest, RegisteredService, Principal) - Method in class org.apereo.cas.authentication.DefaultMultifactorTriggerSelectionStrategy
 
resolve(Collection<MultifactorAuthenticationProvider>, HttpServletRequest, RegisteredService, Principal) - Method in interface org.apereo.cas.authentication.MultifactorTriggerSelectionStrategy
Resolve the multifactor authentication provider id for the specified HttpServletRequest, RegisteredService and Principal.
resolve(Credential) - Method in class org.apereo.cas.authentication.principal.BasicPrincipalResolver
 
resolve(Credential) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalResolver
Resolves a credential by delegating to each of the configured resolvers in sequence.
resolve(Credential) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
resolve(Credential) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
Resolves a principal from the given credential using an arbitrary strategy.
resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
 
resolve() - Method in class org.apereo.cas.mgmt.services.audit.Pac4jAuditablePrincipalResolver
 
resolve(Collection<MultifactorAuthenticationProvider>, RegisteredService, Principal) - Method in interface org.apereo.cas.services.MultifactorAuthenticationProviderSelector
Resolve multifactor authentication provider.
resolve(J2EContext, OAuthRegisteredService) - Method in interface org.apereo.cas.support.oauth.web.ConsentApprovalViewResolver
Resolve model and view.
resolve(J2EContext, ProfileManager, String) - Method in interface org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeViewResolver
Pre callback redirect.
resolve(J2EContext, OAuthRegisteredService) - Method in class org.apereo.cas.support.oauth.web.OAuth20ConsentApprovalViewResolver
 
resolve(SamlRegisteredService) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.DefaultSamlRegisteredServiceCachingMetadataResolver
 
resolve(SamlRegisteredService) - Method in interface org.apereo.cas.support.saml.services.idp.metadata.cache.SamlRegisteredServiceCachingMetadataResolver
Resolve chaining metadata resolver.
resolve(Collection<MultifactorAuthenticationProvider>, RegisteredService, Principal) - Method in class org.apereo.cas.web.flow.authentication.FirstMultifactorAuthenticationProviderSelector
 
resolve(RequestContext) - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
Resolve event.
resolve(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
resolveCandidateAuthenticationEvents(RequestContext, Service, RegisteredService) - Method in class org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
Resolve candidate authentication events set.
resolveErrorView(HttpServletRequest, HttpStatus, Map<String, Object>) - Method in class org.apereo.cas.web.flow.Pac4jErrorViewResolver
 
resolveEventPerAuthenticationProvider(Principal, RequestContext, RegisteredService) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Resolve event per authentication provider event.
resolveEventsInternal(Set<Event>, Authentication, RegisteredService, HttpServletRequest, RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.SelectiveAuthenticationProviderWebflowEventResolver
Resolve events internal set.
resolveEventViaPrincipalAttribute(Principal, Collection<String>, RegisteredService, RequestContext, Collection<MultifactorAuthenticationProvider>, Predicate) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Resolve event via principal attribute set.
resolveException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.apereo.cas.mgmt.services.web.AbstractManagementController
Resolve exception.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.apereo.cas.web.FlowExecutionExceptionResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.CredentialsAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.MessageBundleAwareResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.audit.spi.ServiceResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.ServiceResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.audit.spi.ThreadLocalPrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.ThreadLocalPrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.mgmt.services.audit.Pac4jAuditablePrincipalResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.mgmt.services.audit.Pac4jAuditablePrincipalResolver
 
resolveFrom(JoinPoint, Object) - Method in class org.apereo.cas.mgmt.services.audit.ServiceManagementResourceResolver
 
resolveFrom(JoinPoint, Exception) - Method in class org.apereo.cas.mgmt.services.audit.ServiceManagementResourceResolver
 
resolveFromInternal(JoinPoint) - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
Resolve the principal from the join point given.
resolveInternal(RequestContext) - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.OidcAuthenticationContextWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Resolve internal event.
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AdaptiveMultifactorAuthenticationWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.GlobalAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.PrincipalAttributeAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.RankedAuthenticationProviderWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.RegisteredServiceAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.RegisteredServicePrincipalAttributeAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.RequestParameterAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.RestEndpointAuthenticationPolicyWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.SelectiveAuthenticationProviderWebflowEventResolver
 
resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
 
resolveMetadataDynamically(SamlRegisteredService, List<MetadataResolver>) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Resolve metadata dynamically.
resolveMetadataFromResource(SamlRegisteredService, List<MetadataResolver>) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
Resolve metadata from resource.
resolvePrincipal(String, PrincipalResolver, Credential) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
Resolve principal.
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.AbstractX509PrincipalResolver
Resolve principal internally, and return the id.
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberAndIssuerDNPrincipalResolver
 
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberPrincipalResolver
 
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectAlternativeNameUPNPrincipalResolver
Retrieves Subject Alternative Name UPN extension as a principal id String.
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectDNPrincipalResolver
 
resolvePrincipalInternal(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectPrincipalResolver
Replaces placeholders in the descriptor with values extracted from attribute values in relative distinguished name components of the DN.
resolveServiceFrom(Service) - Method in class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
resolveServiceFrom(Service) - Method in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
resolveServiceFrom(Service) - Method in class org.apereo.cas.validation.DefaultValidationServiceSelectionStrategy
 
resolveServiceFrom(Service) - Method in interface org.apereo.cas.validation.ValidationServiceSelectionStrategy
Resolves the real service from the provided service, if appropriate.
resolveSingle(RequestContext) - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
Resolve single event.
resolveSingle(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
resolveThemeName(HttpServletRequest) - Method in class org.apereo.cas.services.web.ServiceThemeResolver
 
resolveUsername(Principal, Service) - Method in class org.apereo.cas.services.AnonymousRegisteredServiceUsernameAttributeProvider
 
resolveUsername(Principal, Service) - Method in class org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider
 
resolveUsername(Principal, Service) - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
 
resolveUsername(Principal, Service) - Method in interface org.apereo.cas.services.RegisteredServiceUsernameAttributeProvider
Resolve the username that is to be returned to CAS clients.
ResourceBasedServiceRegistryDao - Interface in org.apereo.cas.services
This is ResourceBasedServiceRegistryDao, which describes operations relevant to a service registry that is backed by file-system resources.
ResourceCRLFetcher - Class in org.apereo.cas.adaptors.x509.authentication
Handles the fetching of CRL objects based on resources.
ResourceCRLFetcher() - Constructor for class org.apereo.cas.adaptors.x509.authentication.ResourceCRLFetcher
Creates a new instance using the specified resources for CRL data.
resourceCrlFetcher() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
ResourceCRLRevocationChecker - Class in org.apereo.cas.adaptors.x509.authentication.revocation.checker
CRL-based revocation checker that uses one or more CRL resources to fetch local or remote CRL data periodically.
ResourceCRLRevocationChecker() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Used for serialization and auto wiring.
ResourceCRLRevocationChecker(Resource) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Creates a new instance using the specified resource for CRL data.
ResourceCRLRevocationChecker(Resource[]) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Creates a new instance using the specified resources for CRL data.
ResourceCRLRevocationChecker(CRLFetcher, Resource[]) - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Instantiates a new Resource cRL revocation checker.
resourceCrlRevocationChecker() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
resourceLoader - Variable in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenResponseGenerator
The Resource loader.
resourceLoader - Variable in class org.apereo.cas.web.controllers.OidcJwksEndpointController
The Resource loader.
ResourceUtils - Class in org.apereo.cas.util
Utility class to assist with resource operations.
Response - Interface in org.apereo.cas.authentication.principal
This is Response that is outputted by each service principal.
Response() - Constructor for class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
Response.ResponseType - Enum in org.apereo.cas.authentication.principal
An enumeration of different response types.
RESPONSE_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The response type.
ResponseBuilder<T extends WebApplicationService> - Interface in org.apereo.cas.authentication.principal
Represents the task of building a CAS response that is returned by a service.
responseBuilder - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Response builder.
responseHeadersSecurityFilter() - Method in class org.apereo.cas.config.CasFiltersConfiguration
Response headers security filter response headers enforcement filter.
Rest() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Rest
 
RestAuthenticationApi - Class in org.apereo.cas.adaptors.rest
RestAuthenticationApi() - Constructor for class org.apereo.cas.adaptors.rest.RestAuthenticationApi
 
restAuthenticationApi() - Method in class org.apereo.cas.config.CasRestAuthenticationConfiguration
 
RestAuthenticationHandler - Class in org.apereo.cas.adaptors.rest
This is RestAuthenticationHandler that authenticates uid/password against a remote rest endpoint based on the status code received.
RestAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.rest.RestAuthenticationHandler
 
restAuthenticationHandler() - Method in class org.apereo.cas.config.CasRestAuthenticationConfiguration
 
RestAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.rest
RestAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.rest.RestAuthenticationProperties
 
restAuthenticationTemplate() - Method in class org.apereo.cas.config.CasRestAuthenticationConfiguration
 
restAuthenticationThrottle() - Method in class org.apereo.cas.config.CasRestConfiguration
 
restEndpointAuthenticationPolicyWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
RestEndpointAuthenticationPolicyWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
RestEndpointAuthenticationPolicyWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.RestEndpointAuthenticationPolicyWebflowEventResolver
 
RestMultifactorAuthenticationTrustConfiguration - Class in org.apereo.cas.trusted.config
RestMultifactorAuthenticationTrustConfiguration() - Constructor for class org.apereo.cas.trusted.config.RestMultifactorAuthenticationTrustConfiguration
 
RestMultifactorAuthenticationTrustStorage - Class in org.apereo.cas.trusted.authentication.storage
RestMultifactorAuthenticationTrustStorage(String) - Constructor for class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
RestProperties - Class in org.apereo.cas.configuration.model.core.rest
RestProperties() - Constructor for class org.apereo.cas.configuration.model.core.rest.RestProperties
 
RestServicesConfiguration - Class in org.apereo.cas.support.rest.config
RestServicesConfiguration() - Constructor for class org.apereo.cas.support.rest.config.RestServicesConfiguration
 
retrieveAuthnRequest(HttpServletRequest) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Retrieve authn request authn request.
retrieveAuthnRequest(HttpServletRequest, BaseHttpServletRequestXMLMessageDecoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileHandlerController
Retrieve authn request.
retrieveCookieValue(HttpServletRequest) - Method in class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
Retrieve cookie value.
retrievePersonAttributes(String, Credential) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
Retrieve person attributes map.
retrievePersonAttributes(String, Credential) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver
 
retrievePersonAttributesToPrincipalAttributes(String) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Obtains attributes first from the repository by calling IPersonAttributeDao.getPerson(String).
ReturnAllAttributeReleasePolicy - Class in org.apereo.cas.services
Return all attributes for the service, regardless of service settings.
ReturnAllAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.ReturnAllAttributeReleasePolicy
 
ReturnAllowedAttributeReleasePolicy - Class in org.apereo.cas.services
Return only the collection of allowed attributes out of what's resolved for the principal.
ReturnAllowedAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
Instantiates a new Return allowed attribute release policy.
ReturnAllowedAttributeReleasePolicy(List<String>) - Constructor for class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
Instantiates a new Return allowed attribute release policy.
returnFinalAttributesCollection(Map<String, Object>) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
Return the final attributes collection.
returnFinalAttributesCollection(Map<String, Object>) - Method in class org.apereo.cas.services.DenyAllAttributeReleasePolicy
 
ReturnMappedAttributeReleasePolicy - Class in org.apereo.cas.services
Return a collection of allowed attributes for the principal, but additionally, offers the ability to rename attributes on a per-service level.
ReturnMappedAttributeReleasePolicy() - Constructor for class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
Instantiates a new Return mapped attribute release policy.
ReturnMappedAttributeReleasePolicy(Map<String, String>) - Constructor for class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
Instantiates a new Return mapped attribute release policy.
returnNullIfNoAttributes - Variable in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
return null if no attributes are found.
returnValueResourceResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
ReverseDNSRunnable - Class in org.apereo.cas.support.spnego.util
Utility class to perform DNS work in a threaded, timeout-able way Adapted from: http://thushw.blogspot.com/2009/11/resolving-domain-names-quickly-with.html.
ReverseDNSRunnable(String) - Constructor for class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Simple constructor which also pre-sets hostName attribute for failover situations.
RevocationChecker - Interface in org.apereo.cas.adaptors.x509.authentication.revocation.checker
Strategy interface for checking revocation status of a certificate.
RevocationPolicy<T> - Interface in org.apereo.cas.adaptors.x509.authentication.revocation.policy
Strategy interface for enforcing various policy matters related to certificate revocation, such as what to do when revocation data is unavailable or stale.
RevokedCertificateException - Exception in org.apereo.cas.adaptors.x509.authentication.revocation
Exception that describes a revoked X.509 certificate.
RevokedCertificateException(ZonedDateTime, BigInteger) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Instantiates a new revoked certificate exception.
RevokedCertificateException(ZonedDateTime, BigInteger, RevokedCertificateException.Reason) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Instantiates a new revoked certificate exception.
RevokedCertificateException(X509CRLEntry) - Constructor for exception org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException
Instantiates a new revoked certificate exception.
RevokedCertificateException.Reason - Enum in org.apereo.cas.adaptors.x509.authentication.revocation
CRL revocation reason codes per RFC 3280.
revokeRecord(String, HttpServletRequest) - Method in class org.apereo.cas.web.report.TrustedDevicesController
Revoke record.
RootCasException - Exception in org.apereo.cas.authentication
Generic CAS exception that sits at the top of the exception hierarchy.
RootCasException(String) - Constructor for exception org.apereo.cas.authentication.RootCasException
Constructor that takes a code description of the error along with the exception msg generally for logging purposes.
RootCasException(String, String) - Constructor for exception org.apereo.cas.authentication.RootCasException
Constructs a new exception with the code identifying the exception and the error message.
RootCasException(String, Throwable) - Constructor for exception org.apereo.cas.authentication.RootCasException
Constructs a new exception with the code identifying the exception and the original throwable.
rootController() - Method in class org.apereo.cas.config.CasApplicationContextConfiguration
 
rootController() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
rootController() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
run() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Runnable implementation to thread the work done in this class, allowing the implementer to set a thread timeout and thereby short-circuit the lookup.
run() - Method in class org.apereo.cas.web.support.InMemoryThrottledSubmissionCleaner
Kicks off the job that attempts to clean the throttling submission record history.
RunnableConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.RunnableConverter
 

S

Salesforce() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Salesforce
 
saltFieldName - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The Salt field name.
SAManage() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.SAManage
 
Saml() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
Saml10FailureResponseView - Class in org.apereo.cas.support.saml.web.view
Represents a failed attempt at validating a ticket, responding via a SAML SOAP message.
Saml10FailureResponseView() - Constructor for class org.apereo.cas.support.saml.web.view.Saml10FailureResponseView
 
saml10ObjectBuilder() - Method in class org.apereo.cas.config.SamlConfiguration
 
Saml10ObjectBuilder - Class in org.apereo.cas.support.saml.util
This is the response builder for Saml1 Protocol.
Saml10ObjectBuilder() - Constructor for class org.apereo.cas.support.saml.util.Saml10ObjectBuilder
 
Saml10SuccessResponseView - Class in org.apereo.cas.support.saml.web.view
Implementation of a view to return a SAML SOAP response and assertion, based on the SAML 1.1 specification.
Saml10SuccessResponseView() - Constructor for class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
SamlAttributeEncoder - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlAttributeEncoder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlAttributeEncoder
 
samlAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.config.SamlConfiguration
 
SamlAuthenticationMetaDataPopulator - Class in org.apereo.cas.support.saml.authentication
AuthenticationMetaDataPopulator to retrieve the Authentication Type.
SamlAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
Instantiates a new SAML authentication meta data populator.
SamlCompliantLogoutMessageCreator - Class in org.apereo.cas.logout
A builder that uses the saml standard's LogoutRequest template in order to build the logout request.
SamlCompliantLogoutMessageCreator() - Constructor for class org.apereo.cas.logout.SamlCompliantLogoutMessageCreator
 
SamlCompliantUniqueTicketIdGenerator - Class in org.apereo.cas.support.saml.util
Unique Ticket Id Generator compliant with the SAML 1.1 specification for artifacts.
SamlCompliantUniqueTicketIdGenerator(String) - Constructor for class org.apereo.cas.support.saml.util.SamlCompliantUniqueTicketIdGenerator
Instantiates a new SAML compliant unique ticket id generator.
SamlConfiguration - Class in org.apereo.cas.config
This is SamlConfiguration that creates the necessary opensaml context and beans.
SamlConfiguration() - Constructor for class org.apereo.cas.config.SamlConfiguration
 
SamlCore - Class in org.apereo.cas.configuration.model.support.saml
This is SamlCore.
SamlCore() - Constructor for class org.apereo.cas.configuration.model.support.saml.SamlCore
 
SamlException - Exception in org.apereo.cas.support.saml
Represents the root SAML exception.
SamlException(String) - Constructor for exception org.apereo.cas.support.saml.SamlException
Instantiates a new Saml exception.
SamlException(String, Throwable) - Constructor for exception org.apereo.cas.support.saml.SamlException
Instantiates a new Saml exception.
SamlGoogleAppsConfiguration - Class in org.apereo.cas.support.saml.config
SamlGoogleAppsConfiguration() - Constructor for class org.apereo.cas.support.saml.config.SamlGoogleAppsConfiguration
 
SamlIdPConfiguration - Class in org.apereo.cas.config
SamlIdPConfiguration() - Constructor for class org.apereo.cas.config.SamlIdPConfiguration
 
SamlIdPConstants - Interface in org.apereo.cas.support.saml
Class that exposes relevant constants and parameters to the SAML IdP.
samlIdPEntityIdValidationServiceSelectionStrategy() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlIdPEntityIdValidationServiceSelectionStrategy - Class in org.apereo.cas.support.saml.services
SamlIdPEntityIdValidationServiceSelectionStrategy() - Constructor for class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
SamlIdpMetadataAndCertificatesGenerationService - Interface in org.apereo.cas.support.saml.web.idp.metadata
This is SamlIdpMetadataAndCertificatesGenerationService, responsible for generating metadata and required certificates for signing and encryption.
SamlIdPProperties - Class in org.apereo.cas.configuration.model.support.saml.idp
SamlIdPProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
SamlIdPProperties.Logout - Class in org.apereo.cas.configuration.model.support.saml.idp
 
SamlIdPProperties.Metadata - Class in org.apereo.cas.configuration.model.support.saml.idp
 
SamlIdPProperties.Response - Class in org.apereo.cas.configuration.model.support.saml.idp
 
samlIdPSingleLogoutServiceLogoutUrlBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
Saml id p single logout service logout url builder saml id p single logout service logout url builder.
SamlIdPSingleLogoutServiceLogoutUrlBuilder - Class in org.apereo.cas.support.saml.services
SamlIdPSingleLogoutServiceLogoutUrlBuilder() - Constructor for class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
 
SamlIdPUtils - Class in org.apereo.cas.support.saml
This is SamlIdPUtils.
SamlMetadataController - Class in org.apereo.cas.support.saml.web.idp.metadata
The SamlMetadataController will attempt to produce saml metadata for CAS as an identity provider.
SamlMetadataController() - Constructor for class org.apereo.cas.support.saml.web.idp.metadata.SamlMetadataController
Instantiates a new Saml metadata controller.
SamlMetadataUIConfiguration - Class in org.apereo.cas.support.saml.web.flow.config
SamlMetadataUIConfiguration() - Constructor for class org.apereo.cas.support.saml.web.flow.config.SamlMetadataUIConfiguration
 
samlMetadataUIParserAction() - Method in class org.apereo.cas.support.saml.web.flow.config.SamlMetadataUIConfiguration
 
SamlMetadataUIParserAction - Class in org.apereo.cas.support.saml.web.flow
This is SamlMetadataUIParserAction that attempts to parse the mdui extension block for a SAML SP from the provided metadata locations.
SamlMetadataUIParserAction(MetadataResolverAdapter) - Constructor for class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
Instantiates a new SAML mdui parser action.
SamlMetadataUIParserAction(String, MetadataResolverAdapter) - Constructor for class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
Instantiates a new SAML mdui parser action.
SamlMetadataUIProperties - Class in org.apereo.cas.configuration.model.support.saml.mdui
SamlMetadataUIProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
samlMetadataUIWebConfigurer() - Method in class org.apereo.cas.support.saml.web.flow.config.SamlMetadataUIConfiguration
 
SamlMetadataUIWebflowConfigurer - Class in org.apereo.cas.support.saml.web.flow
SamlMetadataUIWebflowConfigurer() - Constructor for class org.apereo.cas.support.saml.web.flow.SamlMetadataUIWebflowConfigurer
 
samlObjectBuilder - Variable in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
The Saml object builder.
samlObjectEncrypter() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlObjectEncrypter - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlObjectEncrypter() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
samlObjectSigner() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
samlObjectSigner - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Saml object signer.
SamlObjectSigner - Class in org.apereo.cas.support.saml.web.idp.profile.builders.enc
SamlObjectSigner() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
samlObjectSigner - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
The Saml object encoder.
SamlProfileObjectBuilder<T extends org.opensaml.saml.common.SAMLObject> - Interface in org.apereo.cas.support.saml.web.idp.profile.builders
The SamlProfileObjectBuilder defines the operations required for building the saml response for an RP.
samlProfileSamlAssertionBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlAssertionBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlAssertionBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
samlProfileSamlAttributeStatementBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlAttributeStatementBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlAttributeStatementBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAttributeStatementBuilder
 
samlProfileSamlAuthNStatementBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlAuthNStatementBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlAuthNStatementBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAuthNStatementBuilder
 
samlProfileSamlConditionsBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlConditionsBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlConditionsBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlConditionsBuilder
 
samlProfileSamlNameIdBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlNameIdBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlNameIdBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlNameIdBuilder
 
samlProfileSamlResponseBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlResponseBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
The SamlProfileSamlResponseBuilder is responsible for building the final SAML assertion for the relying party.
SamlProfileSamlResponseBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
samlProfileSamlSubjectBuilder() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SamlProfileSamlSubjectBuilder - Class in org.apereo.cas.support.saml.web.idp.profile.builders
SamlProfileSamlSubjectBuilder() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlSubjectBuilder
 
SamlProtocolConstants - Interface in org.apereo.cas.support.saml
Class that exposes relevant constants and parameters to the SAML protocol.
SamlRegisteredService - Class in org.apereo.cas.support.saml.services
The SamlRegisteredService is responsible for managing the SAML metadata for a given SP.
SamlRegisteredService() - Constructor for class org.apereo.cas.support.saml.services.SamlRegisteredService
Instantiates a new Saml registered service.
SamlRegisteredServiceCachingMetadataResolver - Interface in org.apereo.cas.support.saml.services.idp.metadata.cache
This is SamlRegisteredServiceCachingMetadataResolver that defines how metadata is to be resolved and cached for a given saml registered service.
samlRegisteredServiceCachingMetadataResolver - Variable in class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
The Saml registered service caching metadata resolver.
samlRegisteredServiceCachingMetadataResolver - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Saml registered service caching metadata resolver.
SamlRegisteredServiceServiceProviderMetadataFacade - Class in org.apereo.cas.support.saml.services.idp.metadata
This is SamlRegisteredServiceServiceProviderMetadataFacade that acts a façade between the SAML metadata resolved from a metadata resource and other outer layers in CAS that need access to the bits of that metadata.
SamlService - Class in org.apereo.cas.support.saml.authentication.principal
Class to represent that this service wants to use SAML.
SamlService(String, String, String, String, ResponseBuilder<WebApplicationService>) - Constructor for class org.apereo.cas.support.saml.authentication.principal.SamlService
Instantiates a new SAML service.
samlServiceFactory() - Method in class org.apereo.cas.config.SamlConfiguration
 
SamlServiceFactory - Class in org.apereo.cas.support.saml.authentication.principal
The SamlServiceFactory creates SamlService objects.
SamlServiceFactory() - Constructor for class org.apereo.cas.support.saml.authentication.principal.SamlServiceFactory
 
SamlServiceProviderProperties - Class in org.apereo.cas.configuration.model.support.saml.sps
SamlServiceProviderProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
SamlServiceProviderProperties.Box - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.Dropbox - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.NetPartner - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.Office365 - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.Salesforce - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.SAManage - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.ServiceNow - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.TestShib - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.Webex - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceProviderProperties.Workday - Class in org.apereo.cas.configuration.model.support.saml.sps
 
SamlServiceResponseBuilder - Class in org.apereo.cas.support.saml.authentication.principal
Builds responses to SAML service requests.
SamlServiceResponseBuilder() - Constructor for class org.apereo.cas.support.saml.authentication.principal.SamlServiceResponseBuilder
 
SamlServiceSerializer - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Serializer for SamlService class.
SamlServiceSerializer(FieldHelper) - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.SamlServiceSerializer
Instantiates a new SAML service serializer.
samlServiceTicketUniqueIdGenerator() - Method in class org.apereo.cas.config.SamlConfiguration
 
SamlSPUtils - Class in org.apereo.cas.util
This is SamlSPUtils.
SamlUtils - Class in org.apereo.cas.support.saml
This is SamlUtils.
samlValidateController() - Method in class org.apereo.cas.config.SamlConfiguration
 
SamlValidateController - Class in org.apereo.cas.support.saml.web
The SamlValidateController is responsible for validating requests based on the saml1 protocol.
SamlValidateController() - Constructor for class org.apereo.cas.support.saml.web.SamlValidateController
 
sanitize(String) - Static method in class org.apereo.cas.util.serialization.TicketIdSanitizationUtils
Remove ticket id from the message.
save(RegisteredService) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
save(RegisteredService) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
save(RegisteredService) - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
save(RegisteredService) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
save(RegisteredService) - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
save(RegisteredService) - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
save(RegisteredService) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
save(RegisteredService) - Method in interface org.apereo.cas.services.ServiceRegistryDao
Persist the service in the data store.
save(RegisteredService) - Method in interface org.apereo.cas.services.ServicesManager
Register a service with CAS, or update an existing an entry.
save(CasEvent) - Method in interface org.apereo.cas.support.events.dao.CasEventRepository
Save.
save(CasEvent) - Method in class org.apereo.cas.support.events.dao.InMemoryCasEventRepository
 
save(CasEvent) - Method in class org.apereo.cas.support.events.jpa.JpaCasEventRepository
 
save(CasEvent) - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
saveAccountRegistrationAction() - Method in class org.apereo.cas.config.GoogleAuthentiacatorConfiguration
 
saveService(HttpServletRequest, HttpServletResponse, RegisteredServiceEditBean.ServiceData, BindingResult) - Method in class org.apereo.cas.mgmt.services.web.RegisteredServiceSimpleFormController
Adds the service to the Service Registry.
saveService(RegisteredService, ServicesManager) - Static method in class org.apereo.cas.util.SamlSPUtils
Save service only if it's not already found in the registry.
saveServiceActionResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
saveServiceResourceResolver() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
saveUserCredentials(String, String, int, List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.InMemoryGoogleAuthenticatorAccountRegistry
 
saveUserCredentials(String, String, int, List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.JpaGoogleAuthenticatorAccountRegistry
 
saveUserCredentials(String, String, int, List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
SCOPES - Static variable in interface org.apereo.cas.OidcConstants
The Scopes.
Search() - Constructor for class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
searchExecutor - Variable in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
Search exec that looks for the attribute.
SearchModeSearchDatabaseAuthenticationHandler - Class in org.apereo.cas.adaptors.jdbc
Class that given a table, username field and password field will query a database table with the provided encryption technique to see if the user exists.
SearchModeSearchDatabaseAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler
 
selectiveAuthenticationProviderWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
SelectiveAuthenticationProviderWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is SelectiveAuthenticationProviderWebflowEventResolver that acts as a stub resolver, specifically designed for extensions.
SelectiveAuthenticationProviderWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.SelectiveAuthenticationProviderWebflowEventResolver
 
sendMessageToEndPoint(HttpMessage) - Method in interface org.apereo.cas.util.http.HttpClient
Sends a message to a particular endpoint.
sendMessageToEndPoint(URL) - Method in interface org.apereo.cas.util.http.HttpClient
Contact the URL endpoint as a GET and return the resulting http message.
sendMessageToEndPoint(HttpMessage) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
sendMessageToEndPoint(URL) - Method in class org.apereo.cas.util.http.SimpleHttpClient
 
sendPasswordResetEmailToAccount(String, String) - Method in class org.apereo.cas.pm.web.flow.SendPasswordResetInstructionsAction
Send password reset email to account.
sendPasswordResetInstructionsAction(PasswordManagementService) - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
SendPasswordResetInstructionsAction - Class in org.apereo.cas.pm.web.flow
SendPasswordResetInstructionsAction(PasswordManagementService) - Constructor for class org.apereo.cas.pm.web.flow.SendPasswordResetInstructionsAction
 
sendTicketGrantingTicketAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
SendTicketGrantingTicketAction - Class in org.apereo.cas.web.flow
Action that handles the TicketGrantingTicket creation and destruction.
SendTicketGrantingTicketAction() - Constructor for class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
Instantiates a new Send ticket granting ticket action.
SerializationUtils - Class in org.apereo.cas.util.serialization
This is SerializationUtils that encapsulates common serialization operations in one spot.
serialize(Serializable) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize an object.
serialize(Serializable, OutputStream) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize an object.
serializeAndEncodeObject(CipherExecutor<byte[], byte[]>, Serializable) - Static method in class org.apereo.cas.util.serialization.SerializationUtils
Serialize and encode object.
Server() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
Server() - Constructor for class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
serverManager() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
ServerProperties - Class in org.apereo.cas.configuration.model.core
ServerProperties() - Constructor for class org.apereo.cas.configuration.model.core.ServerProperties
 
ServerProperties.Ajp - Class in org.apereo.cas.configuration.model.core
 
ServerProperties.ExtendedAccessLog - Class in org.apereo.cas.configuration.model.core
 
ServerProperties.Http - Class in org.apereo.cas.configuration.model.core
 
Service - Interface in org.apereo.cas.authentication.principal
Marker interface for Services.
serviceAuthorizationCheck() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
ServiceAuthorizationCheck - Class in org.apereo.cas.web.flow
Performs a basic check if an authentication request for a provided service is authorized to proceed based on the registered services registry configuration (or lack thereof).
ServiceAuthorizationCheck(ServicesManager) - Constructor for class org.apereo.cas.web.flow.ServiceAuthorizationCheck
Initialize the component with an instance of the services manager.
ServiceContext - Class in org.apereo.cas.services
Simple container for holding a service principal and its corresponding registered serivce.
ServiceContext(Service, RegisteredService) - Constructor for class org.apereo.cas.services.ServiceContext
Creates a new instance with required parameters.
serviceContextAuthenticationPolicyFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Authentication policy that uses a service context to produce stateful security policies to apply when authenticating credentials.
ServiceData() - Constructor for class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
serviceEntityManagerFactory() - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
ServiceFactory<T extends Service> - Interface in org.apereo.cas.authentication.principal
The ServiceFactory is responsible for creating service objects.
serviceFactoryList() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
serviceFactoryList() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
serviceFactoryList - Variable in class org.apereo.cas.web.support.AbstractArgumentExtractor
The factory responsible for creating service objects based on the arguments extracted.
serviceId - Variable in class org.apereo.cas.services.AbstractRegisteredService
The unique identifier for this service.
ServiceManagementResourceResolver - Class in org.apereo.cas.mgmt.services.audit
Resolves a service id to the service.
ServiceManagementResourceResolver() - Constructor for class org.apereo.cas.mgmt.services.audit.ServiceManagementResourceResolver
 
ServiceNow() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.ServiceNow
 
serviceRegistryCouchbaseClientFactory() - Method in class org.apereo.cas.config.CouchbaseServiceRegistryConfiguration
Service registry couchbase client factory couchbase client factory.
serviceRegistryDao(LdapRegisteredServiceMapper) - Method in class org.apereo.cas.adaptors.ldap.services.config.LdapServiceRegistryConfiguration
 
serviceRegistryDao() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
serviceRegistryDao() - Method in class org.apereo.cas.config.CouchbaseServiceRegistryConfiguration
 
serviceRegistryDao() - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
serviceRegistryDao() - Method in class org.apereo.cas.config.JsonServiceRegistryConfiguration
 
serviceRegistryDao() - Method in class org.apereo.cas.config.MongoDbServiceRegistryConfiguration
 
ServiceRegistryDao - Interface in org.apereo.cas.services
Registry of all RegisteredServices.
serviceRegistryDirectory - Variable in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
The Service registry directory.
serviceRegistryInitializer(ServiceRegistryDao) - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
ServiceRegistryInitializer - Class in org.apereo.cas.services
Initializes a given service registry data store with available JSON service definitions if necessary (based on configuration flag).
ServiceRegistryInitializer() - Constructor for class org.apereo.cas.services.ServiceRegistryInitializer
 
ServiceRegistryInitializer(ServiceRegistryDao, ServiceRegistryDao, ServicesManager, boolean) - Constructor for class org.apereo.cas.services.ServiceRegistryInitializer
 
ServiceRegistryProperties - Class in org.apereo.cas.configuration.model.core.services
Configuration properties class for service.registry.
ServiceRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
Instantiates a new Service registry properties.
ServiceResourceResolver - Class in org.apereo.cas.audit.spi
Extracts the resource as a CAS service for the audit.
ServiceResourceResolver() - Constructor for class org.apereo.cas.audit.spi.ServiceResourceResolver
 
servicesManager - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
Implementation of Service Manager.
servicesManager - Variable in class org.apereo.cas.authentication.AbstractAuthenticationHandler
The services manager instance, as the entry point to the registry.
servicesManager - Variable in class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
The Services manager.
servicesManager - Variable in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
The Services manager.
servicesManager(ServiceRegistryDao) - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
servicesManager - Variable in class org.apereo.cas.mgmt.services.web.AbstractManagementController
Instance of ServicesManager.
ServicesManager - Interface in org.apereo.cas.services
Manages the storage, retrieval, and matching of Services wishing to use CAS and services that have been registered with CAS.
servicesManager - Variable in class org.apereo.cas.services.web.view.AbstractCasView
The Services manager.
servicesManager - Variable in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
The services manager.
servicesManager - Variable in class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
The Services manager.
servicesManager - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Services manager.
servicesManager - Variable in class org.apereo.cas.web.flow.InitializeLoginAction
The services manager with access to the registry.
servicesManager - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
The Services manager.
serviceThemeResolver() - Method in class org.apereo.cas.services.web.config.CasThemesConfiguration
 
ServiceThemeResolver - Class in org.apereo.cas.services.web
ThemeResolver to determine the theme for CAS based on the service provided.
ServiceThemeResolver() - Constructor for class org.apereo.cas.services.web.ServiceThemeResolver
 
serviceThemeResolverSupportedBrowsers() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
ServiceTicket - Interface in org.apereo.cas.ticket
Interface for a Service Ticket.
serviceTicketCount() - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
serviceTicketCount() - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
serviceTicketCount() - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
serviceTicketCount() - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Computes the number of service tickets stored in the ticket registry.
serviceTicketExpirationPolicy() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
serviceTicketExpirationPolicy - Variable in class org.apereo.cas.ticket.DefaultServiceTicketFactory
ExpirationPolicy for Service Tickets.
ServiceTicketExpirationPolicy(int, long) - Constructor for class org.apereo.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy.ServiceTicketExpirationPolicy
Instantiates a new Service ticket expiration policy.
ServiceTicketFactory - Interface in org.apereo.cas.ticket
The ServiceTicketFactory is responsible for creating instances of ServiceTicket.
ServiceTicketIdGenerator(int, String) - Constructor for class org.apereo.cas.util.HostNameBasedUniqueTicketIdGenerator.ServiceTicketIdGenerator
Instantiates a new Service ticket id generator.
ServiceTicketImpl - Class in org.apereo.cas.ticket
Domain object representing a Service Ticket.
ServiceTicketImpl() - Constructor for class org.apereo.cas.ticket.ServiceTicketImpl
Instantiates a new service ticket impl.
ServiceTicketImpl(String, TicketGrantingTicketImpl, Service, boolean, ExpirationPolicy) - Constructor for class org.apereo.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.
ServiceTicketProperties - Class in org.apereo.cas.configuration.model.core.ticket
ServiceTicketProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
serviceTicketRequestWebflowEventResolver(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
ServiceTicketRequestWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
This is ServiceTicketRequestWebflowEventResolver that creates the next event responding to requests that are service-ticket requests.
ServiceTicketRequestWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
 
serviceTicketUniqueIdGenerator() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
serviceValidateController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
ServiceValidateController - Class in org.apereo.cas.web
 
ServiceValidateController() - Constructor for class org.apereo.cas.web.ServiceValidateController
 
serviceWarningAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
ServiceWarningAction - Class in org.apereo.cas.web.flow
ServiceWarningAction() - Constructor for class org.apereo.cas.web.flow.ServiceWarningAction
 
servletContainer() - Method in class org.apereo.cas.config.CasEmbeddedContainerConfiguration
 
Session() - Constructor for class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
sessionCount() - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
sessionCount() - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
sessionCount() - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
sessionCount() - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Computes the number of SSO sessions stored in the ticket registry.
sessionMonitor() - Method in class org.apereo.cas.monitor.config.CasCoreMonitorConfiguration
 
SessionMonitor - Class in org.apereo.cas.monitor
Monitors the status of a TicketRegistry for exposing internal state information used in status reports.
SessionMonitor() - Constructor for class org.apereo.cas.monitor.SessionMonitor
 
SessionStatus - Class in org.apereo.cas.monitor
Provides status information about the number of SSO sessions established in CAS.
SessionStatus(StatusCode, String) - Constructor for class org.apereo.cas.monitor.SessionStatus
Creates a new status object with the given code.
SessionStatus(StatusCode, String, long, long) - Constructor for class org.apereo.cas.monitor.SessionStatus
Creates a new status object with the given code.
set(String) - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
Glorified setter with logging.
set(MultifactorAuthenticationTrustRecord) - Method in interface org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage
Set trusted record.
set(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
setAccept(AcceptAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setAcceptableCodes(int[]) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setAcceptableResponseCodes(String) - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
setAcceptableUsagePolicy(AcceptableUsagePolicyProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setAccessStrategy(RegisteredServiceAccessStrategy) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setAccessStrategyMapper(AccessStrategyMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setAccessToken(OAuthProperties.AccessToken) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
setAccessTokenFactory(AccessTokenFactory) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
setAccessTokenIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
setAccessTokenResponseGenerator(AccessTokenResponseGenerator) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenController
 
setAccountingPort(int) - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
Sets the RADIUS server accounting port.
setAccountingPort(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
setAccountingPort(int) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
setAccountStateHandler(AccountStateHandler) - Method in class org.apereo.cas.authentication.support.LdapPasswordPolicyConfiguration
 
setAccuracy(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
setAction(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setActuatorEndpointsEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setAdapters(Set<MetadataResolverAdapter>) - Method in class org.apereo.cas.support.saml.web.flow.mdui.ChainingMetadataResolverAdapter
 
setAdaptive(AdaptiveAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setAdaptiveAuthenticationPolicy(AdaptiveAuthenticationPolicy) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
setAdaptiveAuthenticationProperties(AdaptiveAuthenticationProperties) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
setAdditionalAttributes(List<String>) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the list of additional attributes to be fetched from the user entry during authentication.
setAdditionalAttributes(List) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setAdminPagesSecurity(AdminPagesSecurityProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setAdminRoles(String) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setAdminRoles(String) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setAjp(ServerProperties.Ajp) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setAlg(String) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
setAlgorithm(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
setAlgorithm(String) - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
setAlgorithm(String) - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
setAlgorithm(String) - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
setAlgorithmName(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setAlgorithmName(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setAll(AuthenticationPolicyProperties.All) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
setAllowedAttributes(List<String>) - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
Sets the allowed attributes.
setAllowedAttributes(Map<String, String>) - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
Sets the allowed attributes.
setAllowMultipleDns(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setAllowMultiplePrincipalAttributeValues(boolean) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets a flag that determines whether multiple values are allowed for the LdapAuthenticationHandler.principalIdAttribute.
setAllowMultiplePrincipalAttributeValues(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setAllowMultipleResults(boolean) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
Sets whether to allow multiple search results for user details given a username.
setAllowMultipleResults(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
setAllowMultiValueParameters(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
setAllowTrace(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setAlternateClientAddrHeaderName(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setAlternateServerAddrHeaderName(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setAlternativeRemoteHostAttribute(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setAlternativeRemoteHostAttribute(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Alternative header to be used for retrieving the remote system IP address.
setAlwaysPauseRedirect(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
setAny(AuthenticationPolicyProperties.Any) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
setApi(RestAuthenticationApi) - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationHandler
 
setApiKey(String) - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
setApiKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setApiKey(String) - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
setApiUrl(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setApiUrls(List<String>) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
setAppCode(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setAppcode(String) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
setAppId(String) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
setApplicationCode(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setApplicationCode(String) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setApplicationContext(ApplicationContext) - Method in class org.apereo.cas.util.ApplicationContextProvider
 
setApplicationContext(ApplicationContext) - Method in class org.apereo.cas.web.AbstractDelegateController
 
setApplicationContext(ApplicationContext) - Method in class org.apereo.cas.web.ProxyController
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setApplicationId(String) - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
setApplicationId(String) - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
setApplicationLogoutController(ApplicationLogoutController) - Method in class org.apereo.cas.support.oauth.web.flow.OAuth20LogoutAction
 
setApplicationLogoutController(ApplicationLogoutController) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
setArgumentExtractor(ArgumentExtractor) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setArgumentExtractors(List) - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
setArgumentExtractors(List<ArgumentExtractor>) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
setAssignedId(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setAssignedId(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setAsyncBackupCount(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setAsynchronous(boolean) - Method in class org.apereo.cas.configuration.model.core.slo.SloProperties
 
setAsynchronous(boolean) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
Set if messages are sent in an asynchronous fashion.
setAsyncTimeout(int) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
setAsyncTimeout(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setAtomicityMode(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
setAttrFilter(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setAttributeFilter(RegisteredServiceAttributeFilter) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
setAttributeFilter(RegisteredServiceAttributeFilter) - Method in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
Sets the attribute filter.
setAttributeFilterMapper(AttributeFilterMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
setAttributeMutator(WsFederationAttributeMutator) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the attributeMutator.
setAttributeName(String) - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
setAttributeName(String) - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
setAttributeNamespace(String) - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
setAttributeReleasePolicy(RegisteredServiceAttributeReleasePolicy) - Method in class org.apereo.cas.services.AbstractRegisteredService
Sets the attribute filtering policy.
setAttributeReleasePolicyMapper(AttributeReleasePolicyMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setAttributeRepository(IPersonAttributeDao) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
setAttributeRepository(IPersonAttributeDao) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
setAttributeRepository(PrincipalAttributesProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setAttributeResolverEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setAttributes(Map<String, Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Sets the authentication metadata attributes.
setAttributes(Map<String, Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the authentication metadata attributes.
setAttributes(String) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setAttributes(Map<String, String>) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setAttributes(String) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setAttributes(List<String>) - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
setAttributes(Object) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyEditBean
 
setAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setAttributesToErrorMap(Map<String, Class<LoginException>>) - Method in class org.apereo.cas.authentication.support.DefaultAccountStateHandler
 
setAttributesType(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setAttributesType(WsFederationConfiguration.WsFedPrincipalResolutionAttributesType) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
setAttributeValue(String) - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
setAttributeValue(String) - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
setAttrOption(RegisteredServiceAttributeReleasePolicyEditBean.Types) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setAttrPolicy(RegisteredServiceAttributeReleasePolicyStrategyEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setAttrPolicy(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyViewBean
 
setAttrRelease(RegisteredServiceAttributeReleasePolicyEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setAttrRelease(RegisteredServiceAttributeReleasePolicyViewBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setAudience(String) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setAudit(AuditProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setAuditFormat(AbstractStringAuditTrailManager.AuditFormats) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setAuditQuery(String) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Jdbc
 
setAuditTrailManager(DelegatingAuditTrailManager) - Method in class org.apereo.cas.web.report.LoggingConfigController
 
setAupAttributeName(String) - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties
 
setAupAttributeName(String) - Method in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
 
setAuth20CallbackAuthorizeViewResolver(OAuth20CallbackAuthorizeViewResolver) - Method in class org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeController
 
setAuthCtxCls(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setAuthentication(Authentication) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
setAuthenticationAttributeName(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setAuthenticationAttributeValue(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.authentication.AuthenticationContextValidator
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
setAuthenticationContextAttribute(String) - Method in class org.apereo.cas.web.view.Cas30ResponseView
 
setAuthenticationContextClassMappings(Map<String, String>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setAuthenticationContextRequestParameter(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setAuthenticationContextValidator(AuthenticationContextValidator) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthenticationContextValidator(AuthenticationContextValidator) - Method in class org.apereo.cas.web.flow.resolver.impl.RankedAuthenticationProviderWebflowEventResolver
 
setAuthenticationDate(ZonedDateTime) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Sets the authentication date and returns this instance.
setAuthenticationDate(ZonedDateTime) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the authentication date and returns this instance.
setAuthenticationEnabled(boolean) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setAuthenticationFailureCode(String) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setAuthenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
setAuthenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
setAuthenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
setAuthenticationHandlerName(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setAuthenticationHandlerResolver(AuthenticationHandlerResolver) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
 
setAuthenticationManager(AuthenticationManager) - Method in interface org.apereo.cas.authentication.AuthenticationTransactionManager
Sets authentication manager.
setAuthenticationManager(AuthenticationManager) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
setAuthenticationMetaDataPopulators(List<AuthenticationMetaDataPopulator>) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
Sets the authentication metadata populators that will be applied to every successful authentication event.
setAuthenticationMethod(String) - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
setAuthenticationMethod(String) - Method in class org.apereo.cas.digest.web.flow.DigestAuthenticationAction
 
setAuthenticationMethod(String) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setAuthenticationMethodName(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setAuthenticationPolicy(AuthenticationPolicy) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
Sets the authentication policy used by this component.
setAuthenticationPort(int) - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
Sets the RADIUS server authentication port.
setAuthenticationPort(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
setAuthenticationPort(int) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.support.oauth.authenticator.OAuthUserAuthenticator
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.support.rest.TicketsResource
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
setAuthenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
 
setAuthenticationTransactionManager(AuthenticationTransactionManager) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
setAuthenticationUri(String) - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
 
setAuthenticator(Authenticator) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
 
setAuthenticator(Authenticator<UsernamePasswordCredentials>) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
setAuthn(AuthenticationProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setAuthnContextAttribute(String) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setAuthnContextClassRefBuilder(AuthnContextClassRefBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAuthNStatementBuilder
 
setAuthorizedToReleaseCredentialPassword(boolean) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
setAuthorizedToReleaseProxyGrantingTicket(boolean) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
setAuthy(MultifactorAuthenticationProperties.Authy) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setAuthzAttributes(String) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setAutocommit(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setAutoconfigure(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
setAutoRedirect(boolean) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setAutoRedirect(boolean) - Method in class org.apereo.cas.web.flow.WsFederationWebflowConfigurer
 
setAvailableAttributes(List<String>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
 
setBackupCount(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setBaseDn(String) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties.Ldap
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties.Ldap
 
setBaseDn(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties.Ldap
 
setBaseDn(String) - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
setBaseNames(String[]) - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
setBasenames(String...) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
setBasicAuthnPassword(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setBasicAuthnPassword(String) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setBasicAuthnUsername(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setBasicAuthnUsername(String) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setBatchSize(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setBind(List<JdbcAuthenticationProperties.Bind>) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
setBindCredential(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setBindDn(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setBlockWaitTime(long) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setBox(SamlServiceProviderProperties.Box) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setBucket(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
setBucket(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setBucketName(String) - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
 
setBuilder(GoogleSaml20ObjectBuilder) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
setBypass(MultifactorAuthenticationProperties.BaseProvider.Bypass) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider
 
setBypass(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
setBypassApprovalPrompt(Boolean) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
setBypassEvaluator(MultifactorAuthenticationProviderBypass) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
setCache(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
setCache(Cache<String, Ticket>) - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
 
setCacheCredential(boolean) - Method in class org.apereo.cas.configuration.model.support.clearpass.ClearpassProperties
 
setCachedExpiration(long) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setCacheDiskOverflow(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCachedTimeUnit(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setCacheEternal(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCacheExpirationMinutes(long) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setCacheManagerName(String) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setCacheMaxElementsInMemory(int) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCacheMode(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
setCacheName(String) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setCacheName(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
setCacheName(String) - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
setCachePolicy(long) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setCacheSeconds(int) - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
setCacheSeconds(int) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
setCacheTimeToIdle(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setCacheTimeToIdleSeconds(long) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCacheTimeToLive(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setCacheTimeToLiveSeconds(long) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCallbackController(CallbackController) - Method in class org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeController
 
setCas(Pac4jProperties.Cas) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setCas2(ViewProperties.Cas2) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
setCas3(ViewProperties.Cas3) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
setCasAttributeEncoder(CasAttributeEncoder) - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
setCaseCanonicalization(CaseCanonicalizationMode) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setCaseConversion(PrincipalTransformationProperties.CaseConversion) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
setCaseInsensitive(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Groovy
 
setCaseInsensitive(boolean) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Sets case insensitive.
setCasEnabled(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setCaseSensitive(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setCasEventRepository(CasEventRepository) - Method in class org.apereo.cas.support.events.listener.DefaultCasEventListener
 
setCasProperties(CasConfigurationProperties) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
setCasProperties(CasConfigurationProperties) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
setCasWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyAuthenticationWebflowAction
 
setCasWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorAuthenticationWebflowAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.support.rest.TicketsResource
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
set the CAS config.
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.ProxyController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
 
setCentralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.report.StatisticsController
 
setCertificate(X509Certificate) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509CertificateCredential
 
setChain(List<PrincipalResolver>) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalResolver
Sets the resolver chain.
setChainingMetadataResolverCacheLoader(ChainingMetadataResolverCacheLoader) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.DefaultSamlRegisteredServiceCachingMetadataResolver
 
setCharacterEncoding(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
setCheckAll(boolean) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Indicates whether all resources should be checked, or revocation should stop at the first resource that produces the cert.
setCheckAll(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCheckKeyUsage(boolean) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setCheckKeyUsage(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCipherEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
setCipherEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
setCipherEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setCipherExecutor(CipherExecutor<String, String>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setCipherExecutor(RegisteredServiceCipherExecutor) - Method in class org.apereo.cas.authentication.support.AbstractCasAttributeEncoder
 
setCipherExecutor(CipherExecutor<String, String>) - Method in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
setCipherExecutor(CipherExecutor<String, String>) - Method in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
setCipherExecutor(CipherExecutor<byte[], byte[]>) - Method in class org.apereo.cas.ticket.registry.AbstractTicketRegistry
 
setCipherExecutor(CipherExecutor<String, String>) - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
setCircularRedirectsAllowed(boolean) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setCityDatabase(Resource) - Method in class org.apereo.cas.configuration.model.support.geo.maxmind.MaxmindProperties
 
setClaimsSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setClaimTypesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setCleaner(TicketRegistryProperties.Cleaner) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setCleaner(MultifactorAuthenticationProperties.Trusted.Cleaner) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setClearpass(ClearpassProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setClient(MultifactorAuthenticationProperties.Radius.Client) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setClient(RadiusProperties.Client) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setClientId(String) - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
setClientId(Integer) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
setClientId(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
setClientId(String) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
setClientIp(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setClients(Clients) - Method in class org.apereo.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
 
setClients(Clients) - Method in class org.apereo.cas.support.pac4j.web.flow.ClientAction
 
setClientSecret(String) - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
setClientSecret(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
setClientSecret(String) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
setClientUri(String) - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
setCluster(HazelcastProperties.Cluster) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
setCode(OAuthProperties.Code) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
setCode(String) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
setCodeDigits(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setCodes(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setCollection(String) - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
setCollectionName(String) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
setCollectionName(String) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setCollectionName(String) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setCollectionName(String) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
setCollectionName(String) - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
setColumnMappings(Map<String, String>) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setCompress(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
setConcurrency(int) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
setConfig(AbstractConfigProperties.Config) - Method in class org.apereo.cas.configuration.support.AbstractConfigProperties
 
setConfig(Config) - Method in class org.apereo.cas.support.oauth.web.OAuth20CallbackAuthorizeController
 
setConfigBean(OpenSamlConfigBean) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setConfigBean(OpenSamlConfigBean) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
 
setConfigBean(OpenSamlConfigBean) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
 
setConfigBean(OpenSamlConfigBean) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setConfigBean(OpenSamlConfigBean) - Method in class org.apereo.cas.support.wsfederation.WsFederationHelper
 
setConfigLocation(Resource) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setConfigLocation(Resource) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
setConfigLocation(Resource) - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
setConfiguration(WsFederationConfiguration) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver
Sets the configuration.
setConfiguration(WsFederationConfiguration) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
sets the WsFederation configuration.
setConfirmedPassword(String) - Method in class org.apereo.cas.pm.PasswordChangeBean
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setConnectionConfig(ConnectionConfig) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
setConnectionFactory(ConnectionFactory) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
setConnectionFactory(ConnectionFactory) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
 
setConnectionFactory(ConnectionFactory) - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setConnectionTimeout(int) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
setConnectionTimeout(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setConnectionTimeout(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setConnectTimeout(long) - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
setConnectTimeout(long) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setConns(MongoServiceRegistryProperties.Conns) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setConsentApprovalViewResolver(ConsentApprovalViewResolver) - Method in class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
 
setContentType(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setContentType(String) - Method in class org.apereo.cas.util.http.HttpMessage
 
setContentType(String) - Method in class org.apereo.cas.web.flow.CheckWebAuthenticationRequestAction
 
setCookieDomain(String) - Method in class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
 
setCookieStore(CookieStore) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setCouchbase(CouchbaseServiceRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setCouchbase(CouchbaseTicketRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setCouchbaseClientFactory(CouchbaseClientFactory) - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
setCouchbaseClientFactory(CouchbaseClientFactory) - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
setCountryDatabase(Resource) - Method in class org.apereo.cas.configuration.model.support.geo.maxmind.MaxmindProperties
 
setCreateSsoSessionCookieOnRenewAuthentications(boolean) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
setCredentialClassType(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setCredentialCriteria(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
setCredentialCriteria(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setCredentialCriteria(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
setCredentialCriteria(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setCredentialCriteria(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setCredentialFactory(CredentialFactory) - Method in class org.apereo.cas.support.rest.TicketsResource
 
setCredentialProvided(boolean) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
setCredentialRetriever(DigestHashedCredentialRetriever) - Method in class org.apereo.cas.digest.web.flow.DigestAuthenticationAction
 
setCredentials(List<CredentialMetaData>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the list of metadata about credentials presented for authentication.
setCredentialSelectionPredicate(Predicate<Credential>) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setCrlExpiredPolicy(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrlFetcher(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrlResourceExpiredPolicy(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrlResources(List<String>) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrlResourceUnavailablePolicy(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrlUnavailablePolicy(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.infinispan.InfinispanProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
setCrypto(CryptographyProperties) - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
setCustomComponent(String, Map<String, ?>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.FormData
This is reserved for usage by any custom components that need to present their config to the management UI.
setCustomComponent(Map<String, Map<String, ?>>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
Visible for deserialization only.
setCustomComponent(String, Map<String, ?>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
This is reserved for usage by any custom components that need to present their config to the management UI.
setCustomComponent(String, Map<String, ?>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
This is reserved for usage by any custom components that need to present their config to the management UI.
setCustomParamKey1(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setCustomParamKey2(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setCustomParamValue1(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setCustomParamValue2(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setDatabase(MultifactorAuthenticationProperties.GAuth.Jpa.Database) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth.Jpa
 
setDataSource(DataSource) - Method in class org.apereo.cas.adaptors.jdbc.AbstractJdbcUsernamePasswordAuthenticationHandler
Method to set the datasource and generate a JdbcTemplate.
setDate(ZonedDateTime) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setDate(LocalDate) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
setDdlAuto(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setDefaultAttributeNamespace(String) - Method in class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
setDefaultAttributesToRelease(Set<String>) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setDefaultCatalog(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setDefaultEncoding(String) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
setDefaultHeaders(Collection<? extends Header>) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setDefaultLocale(String) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setDefaultRedirectUrl(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
setDefaultSchema(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setDefaultThemeName(String) - Method in class org.apereo.cas.configuration.model.support.themes.ThemeProperties
 
setDefaultThemeName(String) - Method in class org.apereo.cas.services.web.ServiceThemeResolver
 
setDefaultValue(String) - Method in class org.apereo.cas.configuration.model.webapp.LocaleProperties
 
setDelegates(List<AbstractDelegateController>) - Method in class org.apereo.cas.web.DelegatingController
 
setDescription(String) - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
setDescription(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setDescription(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setDescription(String) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setDescriptor(String) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectPrincipalResolver
Sets the descriptor that describes for format of the principal ID to create from X.509 subject DN attributes.
setDeviceRegistrationEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setDialect(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setDigest(DigestProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setDir(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setDirectory(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
setDisabled(boolean) - Method in class org.apereo.cas.configuration.model.core.slo.SloProperties
 
setDiscoveryUri(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setDiskExpiryThreadIntervalSeconds(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setDisplayWarningOnMatch(boolean) - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
setDisplayWarningOnMatch(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setDnFormat(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setDnsTimeout(int) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setDomain(String) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setDomainController(String) - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
setDomainController(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
Sets domain controller.
setDriverClass(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setDropbox(Pac4jProperties.Dropbox) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setDropbox(SamlServiceProviderProperties.Dropbox) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setDropCollection(boolean) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
setDropCollection(boolean) - Method in class org.apereo.cas.configuration.model.support.mongo.AbstractMongoProperties
 
setDropCollection(boolean) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setDropCollection(boolean) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
setDropCollection(boolean) - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
setDuo(MultifactorAuthenticationProperties.Duo) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setDuoApiAuthenticationService(DuoApiAuthenticationService) - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationHandler
 
setDuoApiHost(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setDuoApplicationKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setDuoAuthenticationService(DuoAuthenticationService) - Method in class org.apereo.cas.adaptors.duo.authn.DuoMultifactorAuthenticationProvider
 
setDuoAuthenticationService(DuoAuthenticationService) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationHandler
 
setDuoAuthenticationWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoAuthenticationWebflowAction
 
setDuoFlowRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.adaptors.duo.web.flow.DuoMultifactorWebflowConfigurer
 
setDuoIntegrationKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setDuoSecretKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setEhcache(EhcacheProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setEhcacheTicketsCache(Cache) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
setEmailAttribute(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.All
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.NotPrevented
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.RememberMe
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
setEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
setEnabled(boolean) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
setEnableDeviceRegistration(boolean) - Method in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
 
setEnableLookups(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setEncAssert(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setEncode(List<JdbcAuthenticationProperties.Encode>) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
setEncoding(String) - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
setEncoding(String) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Web
 
setEncoding(String) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
Sets the character encoding in the HTTP response.
setEncodingAlgorithm(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
setEncryptAssertions(boolean) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setEncryption(CryptographyProperties.Encryption) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
setEncryptionCertificate(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setEncryptionCertificate(Resource) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
setEncryptionKey(String) - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
setEncryptionKey(String) - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
setEncryptionKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setEncryptionPrivateKey(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setEncryptionPrivateKey(Resource) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
setEncryptionPrivateKeyPassword(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setEncryptionPrivateKeyPassword(String) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
setEndingDateTime(String) - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
setEndingTime(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setEndpoint(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Rest
 
setEndpointUrl(String) - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
setEnforceRpId(boolean) - Method in class org.apereo.cas.configuration.model.support.openid.OpenIdProperties
 
setEnhanceWithEntryResolver(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setEntityId(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setEntityId(String) - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
setErrors(List<Class<? extends Exception>>) - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Sets the list of custom exceptions that this class knows how to handle.
setEternal(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setEvalOrder(int) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setEvalOrder(int) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setEvaluationOrder(int) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setEvaluationOrder(int) - Method in interface org.apereo.cas.services.RegisteredService
Sets the relative evaluation order of this service when determining matches.
setEvents(EventsProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setEvictionPercentage(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setEvictionPolicy(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setEvictionThreshold(long) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
setExceptions(List<Class<? extends Exception>>) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationExceptionsProperties
 
setExceptions(AuthenticationExceptionsProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setExecutor(ExecutorService) - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
Sets the executor service responsible for pool resource validation.
setExecutorService(ExecutorService) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setExpiration(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setExpirationDuration(int) - Method in class org.apereo.cas.audit.spi.DefaultDelegatingAuditTrailManager
 
setExpirationMinutes(float) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.accesstoken.DefaultAccessTokenFactory
 
setExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
 
setExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
setExpirationTimeUnit(TimeUnit) - Method in class org.apereo.cas.audit.spi.DefaultDelegatingAuditTrailManager
 
setExpiredCRLPolicy(RevocationPolicy<X509CRL>) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Sets the policy to apply when CRL data is expired.
setExpireInMinutes(int) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setExtAccessLog(ServerProperties.ExtendedAccessLog) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setExtractor(OpenIdUserNameExtractor) - Method in class org.apereo.cas.support.openid.web.flow.OpenIdSingleSignOnAction
 
setFacebook(Pac4jProperties.Facebook) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setFailFast(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setFailFast(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setFailFast(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setFailFastInitialization(boolean) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setFailoverOnAuthenticationFailure(boolean) - Method in class org.apereo.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler
Determines whether to fail over to the next configured RadiusServer if there was an authentication failure.
setFailoverOnAuthenticationFailure(boolean) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
setFailoverOnAuthenticationFailure(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setFailoverOnAuthenticationFailure(boolean) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setFailoverOnException(boolean) - Method in class org.apereo.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler
Determines whether to fail over to the next configured RadiusServer if there was an exception.
setFailoverOnException(boolean) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
setFailoverOnException(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setFailoverOnException(boolean) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setFailure(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2.Proxy
 
setFailure(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
setFailure(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
setFailure(ThrottleProperties.Failure) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
setFailureMode(String) - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
setFailureMode(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
setFailureMode(RegisteredServiceMultifactorPolicy.FailureModes) - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
setFailureRangeInSeconds(int) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailures(Map<String, Class<? extends Exception>>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Sets failures.
setFailures(Map<String, Class<? extends Exception>>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the authentication handler failure map.
setFailureThreshold(int) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setFailureView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setFailureView(String) - Method in class org.apereo.cas.web.DelegatingController
 
setFallbackSystemLocale(boolean) - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
setFallbackToSystemLocale(boolean) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
setFetcher(CRLFetcher) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
setFieldPassword(String) - Method in class org.apereo.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler
 
setFieldPassword(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setFields(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
setFields(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
setFieldUser(String) - Method in class org.apereo.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler
 
setFieldUser(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setFieldValue(Object, String, Object) - Method in class org.apereo.cas.ticket.registry.support.kryo.FieldHelper
Sets the field value.
setFile(FileAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setFile(Resource) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties.Truststore
 
setFileName(Resource) - Method in class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
setFilename(Resource) - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
setFlowBuilderServices(FlowBuilderServices) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
setFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.adaptors.authy.web.flow.AuthyMultifactorWebflowConfigurer
 
setFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAuthenticatorMultifactorWebflowConfigurer
 
setFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.AbstractMultifactorTrustedDeviceWebflowConfigurer
 
setFlowExecutionKeyParameter(String) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Sets the parameter name used to carry flow execution key in request.
setFollowServiceRedirects(boolean) - Method in class org.apereo.cas.configuration.model.core.logout.LogoutProperties
 
setFollowServiceRedirects(boolean) - Method in class org.apereo.cas.web.flow.LogoutAction
 
setForceEncoding(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Web
 
setForceServerMode(boolean) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setForceSignedLogoutRequests(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Logout
 
setForceSignedLogoutRequests(boolean) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setForceVerification(Boolean) - Method in class org.apereo.cas.adaptors.authy.AuthyAuthenticationHandler
 
setForceVerification(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setFormat(ValidationResponseType) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
setFormData(RegisteredServiceEditBean.FormData) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
setFormDataPopulators(List<? extends FormDataPopulator>) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setFoursquare(Pac4jProperties.Foursquare) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setFreeMemoryWarnThreshold(long) - Method in class org.apereo.cas.monitor.MemoryMonitor
Sets the percent of free memory below which a warning is reported.
setFreeMemThreshold(int) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setFrom(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setGauth(MultifactorAuthenticationProperties.GAuth) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setGenDdl(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.DatabaseProperties
 
setGenerateRefreshToken(Boolean) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
setGeography(String) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
setGeoLocationService(GeoLocationService) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
setGeoLocationService(GeoLocationService) - Method in class org.apereo.cas.web.flow.resolver.impl.AdaptiveMultifactorAuthenticationWebflowEventResolver
 
setGithub(Pac4jProperties.Github) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setGlobalFailureMode(String) - Method in class org.apereo.cas.authentication.AuthenticationContextValidator
 
setGlobalFailureMode(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setGlobalPrincipalAttributeNameTriggers(String) - Method in class org.apereo.cas.authentication.DefaultMultifactorTriggerSelectionStrategy
 
setGlobalPrincipalAttributeNameTriggers(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setGlobalPrincipalAttributeValueRegex(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setGlobalProviderId(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setGoogle(Pac4jProperties.Google) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setGoogleAnalytics(GoogleAnalyticsProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setGoogleAnalyticsTrackingId(String) - Method in class org.apereo.cas.configuration.model.support.analytics.GoogleAnalyticsProperties
 
setGoogleApps(GoogleAppsProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setGoogleAppsEngine(boolean) - Method in class org.apereo.cas.configuration.model.support.geo.googlemaps.GoogleMapsProperties
 
setGoogleAuthenticator(IGoogleAuthenticator) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountSaveRegistrationAction
 
setGoogleAuthenticatorInstance(IGoogleAuthenticator) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationHandler
 
setGoogleAuthenticatorInstance(IGoogleAuthenticator) - Method in class org.apereo.cas.adaptors.gauth.web.flow.GoogleAccountCheckRegistrationAction
 
setGoogleMaps(GoogleMapsProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setGoogleRecaptcha(GoogleRecaptchaProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setGrantTypesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setGroovy(PrincipalAttributesProperties.Groovy) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setGroovyScript(String) - Method in class org.apereo.cas.services.GroovyScriptAttributeReleasePolicy
 
setGroupField(GrouperRegisteredServiceAccessStrategy.GrouperGroupField) - Method in class org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy
 
setGroupField(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setHandlerName(String) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
setHandlerResolverMap(Map<AuthenticationHandler, PrincipalResolver>) - Method in class org.apereo.cas.authentication.AbstractAuthenticationManager
 
setHardTimeout(TicketGrantingTicketProperties.HardTimeout) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setHash(String) - Method in class org.apereo.cas.digest.DigestCredential
 
setHashAlgorithm(String) - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
setHazelcast(HazelcastProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setHazelcastInstance(HazelcastInstance) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
setHeader(HttpWebRequestProperties.Header) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
setHealthCheckMonitor(Monitor<HealthStatus>) - Method in class org.apereo.cas.web.report.HealthCheckController
 
setHealthCheckRegistry(HealthCheckRegistry) - Method in class org.apereo.cas.web.report.StatisticsController
 
setHealthQuery(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setHeartbeatFrequency(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setHost(HostProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setHost(String) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setHostName(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setHostName(String) - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
setHostNameClientActionStrategy(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setHostNamePatternString(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setHostnameVerifier(HostnameVerifier) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setHsts(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
setHttp(ServerProperties.Http) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setHttpClient(HttpClient) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationService
 
setHttpClient(HttpClient) - Method in class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
Sets the HttpClient which will do all of the connection stuff.
setHttpClient(HttpClientProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setHttpClient(HttpClient) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
setHttpClient(HttpClient) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setHttpClient(HttpClient) - Method in class org.apereo.cas.ticket.proxy.support.Cas20ProxyHandler
 
setHttpOnly(boolean) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setHttpWebRequest(HttpWebRequestProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setHzLocation(Resource) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
setId(long) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
setId(Long) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setId(String) - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Dropbox
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Foursquare
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Github
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Twitter
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.WindowsLive
 
setId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Yahoo
 
setId(String) - Method in class org.apereo.cas.MongoDbProperty
 
setId(long) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setId(String) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setIdAttribute(String) - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
setIdentityAttribute(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setIdentityAttribute(String) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the identity of the IdP.
setIdentityProviderIdentifier(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setIdentityProviderIdentifier(String) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the identity provider identifier.
setIdentityProviderMetadataPath(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setIdentityProviderUrl(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setIdentityProviderUrl(String) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the identity provider url.
setIdleTime(long) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setIdleTimeout(int) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setIdleTimeout(int) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setIdTokenSigningAlgValuesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setIgnite(IgniteProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setIgniteAddresses(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setIgniteConfiguration(IgniteConfiguration) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
setIgnoreAuditFailures(boolean) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setIncludePattern(String) - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
setIncludePattern(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
setInetAddress(String) - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
RADIUS server network address.
setInetAddress(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
setInetAddress(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
setInfinispan(InfinispanProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setInitFromJson(boolean) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setInitialAuthenticationAttemptWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
setInitialAuthenticationAttemptWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.resolver.impl.RankedAuthenticationProviderWebflowEventResolver
 
setInitialCapacity(int) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
setInMemory(TicketRegistryProperties.InMemory) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setInstanceName(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setInternal(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
Set records.
setInternal(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.InMemoryMultifactorAuthenticationTrustStorage
 
setInternal(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.JpaMultifactorAuthenticationTrustStorage
 
setInternal(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.MongoDbMultifactorAuthenticationTrustStorage
 
setInternal(MultifactorAuthenticationTrustRecord) - Method in class org.apereo.cas.trusted.authentication.storage.RestMultifactorAuthenticationTrustStorage
 
setIp(String) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setIpAddressRange(String) - Method in class org.apereo.cas.configuration.model.support.generic.RemoteAddressAuthenticationProperties
 
setIpNetworkRange(String) - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressAuthenticationHandler
Sets ip network range.
setIpsToCheckPattern(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setIpsToCheckPattern(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Regular expression string to define IPs which should be considered.
setIpv4Enabled(boolean) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setIsolateInternalQueries(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setIsolationLevelName(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
setIssuedOn(ZonedDateTime) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setIssueLength(long) - Method in class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
setIssuer(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setIssuer(String) - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
setIssuer(String) - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
setIssuer(String) - Method in class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
setIssuer(String) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setIssuer(String) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setJaas(JaasAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setJcifsDomain(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsDomain(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsDomainController(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsDomainController(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsNetbiosCachePolicy(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets jcifs netbios cache policy.
setJcifsNetbiosWins(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsNetbiosWins(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsPassword(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsPassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJcifsServicePassword(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsServicePassword(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the jcifs service password.
setJcifsServicePrincipal(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsServicePrincipal(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the jcifs service principal.
setJcifsSocketTimeout(long) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets jcifs socket timeout.
setJcifsUsername(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setJcifsUsername(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setJdbc(DatabaseProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setJdbc(AuditProperties.Jdbc) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setJdbc(JdbcAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setJdbc(PrincipalAttributesProperties.Jdbc) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setJdbc(MonitorProperties.Jdbc) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setJoinTimeout(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setJpa(EventsProperties.Jpa) - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
setJpa(JpaServiceRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setJpa(JpaTicketRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setJpa(MultifactorAuthenticationProperties.GAuth.Jpa) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setJpa(MultifactorAuthenticationProperties.Trusted.Jpa) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setJpaLockingTgtEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
setJpaLockingTimeout(int) - Method in class org.apereo.cas.configuration.model.support.jpa.ticketregistry.JpaTicketRegistryProperties
 
setJson(PrincipalAttributesProperties.Json) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setJsonFormat(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
setJsonFormat(Boolean) - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
setJsonSerializer(StringSerializer<RegisteredService>) - Method in class org.apereo.cas.adaptors.ldap.services.DefaultLdapRegisteredServiceMapper
 
setJsonView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setJwks(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOidcTypeEditBean
 
setJwks(String) - Method in class org.apereo.cas.services.OidcRegisteredService
 
setJwksFile(Resource) - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
setJwksFile(Resource) - Method in class org.apereo.cas.web.controllers.OidcJwksEndpointController
 
setJwksFile(Resource) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setKerberosConf(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setKerberosConf(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos conf.
setKerberosDebug(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setKerberosDebug(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos debug.
setKerberosKdc(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setKerberosKdc(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos kdc.
setKerberosKdcSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
Typically, the default realm and the KDC for that realm are indicated in the Kerberos krb5.conf configuration file.
setKerberosKdcSystemProperty(String) - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
setKerberosRealm(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setKerberosRealm(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the kerberos realm.
setKerberosRealmSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
Typically, the default realm and the KDC for that realm are indicated in the Kerberos krb5.conf configuration file.
setKerberosRealmSystemProperty(String) - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
setKey(String) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Encryption
 
setKey(String) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Signing
 
setKey(String) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
setKeyAlgorithm(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setKeyAlgorithm(String) - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
setKeyAlgorithm(String) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
setKeySize(int) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Encryption
 
setKeySize(int) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Signing
 
setKeystore(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setKeyStoreFilePath(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setKeyStorePassword(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setKeystorePassword(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setKeystorePassword(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setKeystorePath(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setKeyStoreType(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setKeystoreType(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setLabel(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setLatitude(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
setLdap(List<LdapAuthenticationProperties>) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setLdap(PrincipalAttributesProperties.Ldap) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setLdap(MonitorProperties.Ldap) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setLdap(LdapServiceRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setLdap(AcceptableUsagePolicyProperties.Ldap) - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties
 
setLdap(PasswordManagementProperties.Ldap) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
setLdap(SpnegoProperties.Ldap) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setLdap(X509Properties.Ldap) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setLdapAuthz(LdapAuthorizationProperties) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setLdapServiceMapper(LdapRegisteredServiceMapper) - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
setLdapUrl(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setLeakThreshold(int) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setLifetime(int) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties.Conns
 
setLinkedIn(Pac4jProperties.LinkedIn) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setLoadBalance(boolean) - Method in class org.apereo.cas.configuration.model.support.ntlm.NtlmProperties
 
setLoadBalance(boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
setLoaderAsync(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setLoadFactor(int) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.InMemory
 
setLocalAddress(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setLocale(LocaleProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setLocalPort(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setLocation(File) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setLocation(Resource) - Method in class org.apereo.cas.configuration.support.AbstractConfigProperties.Config
 
setLocation(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServicePublicKeyEditBean
 
setLocation(String) - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
setLocation(Resource) - Method in class org.apereo.cas.util.crypto.PrivateKeyFactoryBean
 
setLocation(Resource) - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
setLocatorType(String) - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
setLockingStrategy(LockingStrategy) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
 
setLockTgt(boolean) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
setLockTimeout(int) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
setLockTimeout(int) - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
setLoggedOutAlready(boolean) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
Set if the service is already logged out.
setLoggedOutAlready(boolean) - Method in interface org.apereo.cas.logout.SingleLogoutService
Set if the service is already logged out.
setLoggerName(String) - Method in class org.apereo.cas.configuration.model.core.metrics.MetricsProperties
 
setLoggingType(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setLoginConf(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setLoginConf(String) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
 
setLoginFailures(int) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setLoginFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
setLoginUrl(String) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setLoginUrl(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Cas
 
setLoginUrl(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setLogo(URL) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setLogoUrl(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setLogoUrl(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setLogout(LogoutProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setLogout(SamlIdPProperties.Logout) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setLogoutFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
setLogoutManager(LogoutManager) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setLogoutManager(LogoutManager) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
 
setLogoutMessageBuilder(LogoutMessageCreator) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
setLogoutMessageBuilder(LogoutMessageCreator) - Method in class org.apereo.cas.logout.LogoutManagerImpl
 
setLogoutType(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setLogoutType(LogoutType) - Method in class org.apereo.cas.services.AbstractRegisteredService
Set the logout type of the service.
setLogoutUrl(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setLogoutUrl(URL) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setLogoutUrl(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setLongitude(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
setMailAttribute(String) - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
setMailAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setMapName(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
setMaxAge(int) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setMaxAgeDays(int) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
setMaxChunkSize(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMaxClockSkew(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setMaxConnectionsPerRoute(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setMaxConversations(int) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
setMaxElementsInCache(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMaxElementsInMemory(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMaxElementsOnDisk(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMaxHeapSizePercentage(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMaximumAuthenticationLifetime(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setMaximumBatchSize(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMaximumCacheSize(int) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setMaxLength(int) - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyGrantingTicketProperties
 
setMaxLength(int) - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
setMaxLength(int) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setMaxLength(int) - Method in class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
Sets max length of id generation.
setMaxmind(MaxmindProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setMaxNoHeartbeatSeconds(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMaxPathLength(int) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setMaxPathLength(int) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setMaxPathLengthAllowUnspecified(boolean) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setMaxPathLengthAllowUnspecified(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setMaxPooledConnections(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setMaxPoolSize(int) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setMaxPostSize(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setMaxSize(int) - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
setMaxSizePolicy(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMaxTimeToLiveInSeconds(int) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setMaxTimeToLiveInSeconds(int) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.Timeout
 
setMaxTimeToLiveInSeconds(long) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.AccessToken
 
setMaxValidity(long) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setMaxWait(int) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Jdbc
 
setMaxWait(int) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Ldap
 
setMaxWait(int) - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
setMaxWait(int) - Method in class org.apereo.cas.monitor.AbstractPoolMonitor
Set the maximum amount of time wait while validating pool resources.
setMdLoc(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setMdMaxVal(long) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setMdPattern(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setMdSigLoc(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setMembers(List<String>) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMemcached(MemcachedTicketRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
setMemcachedClient(MemcachedClientIF) - Method in class org.apereo.cas.monitor.MemcachedMonitor
 
setMemoryStoreEvictionPolicy(String) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setMerger(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties
 
setMergingStrategy(AbstractPrincipalAttributesRepository.MergingStrategy) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
The merging strategy that deals with existing principal attributes and those that are retrieved from the source.
setMergingStrategy(RegisteredServiceAttributeReleasePolicyEditBean.AttributeMergerTypes) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean
 
setMessageBundle(MessageBundleProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setMessageBundlePrefix(String) - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandler
Sets the message bundle prefix appended to exception class names to create a message bundle key for that particular error.
setMetadata(SamlIdPProperties.Metadata) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setMetadata(String) - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
setMetadataCacheExpirationMinutes(long) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setMetadataCacheExpirationMinutes(long) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.DefaultSamlRegisteredServiceCachingMetadataResolver
 
setMetadataCriteriaDirection(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataCriteriaPattern(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataCriteriaRemoveEmptyEntitiesDescriptors(boolean) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataCriteriaRemoveRolelessEntityDescriptors(boolean) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataCriteriaRoles(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataLocation(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataLocation(File) - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
setMetadataMaxValidity(long) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetadataResources(Map<Resource, MetadataFilterChain>) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
 
setMetadataSignatureLocation(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setMetrics(MetricsProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setMetricsRegistry(MetricRegistry) - Method in class org.apereo.cas.web.report.StatisticsController
 
setMfa(MultifactorAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setMfaTrustedAuthnAttributeName(String) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationSetTrustAction
 
setMgmt(ManagementWebappProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setMinPoolSize(int) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setMinSize(int) - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
setMissingService(boolean) - Method in class org.apereo.cas.configuration.model.core.sso.SsoProperties
 
setMixedModeAuthentication(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setMixedModeAuthentication(boolean) - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Sets whether mixed mode authentication should be enabled.
setMobileBrowsers(Map) - Method in class org.apereo.cas.services.web.ServiceThemeResolver
Sets the map of mobile browsers.
setModelKey(String) - Method in class org.apereo.cas.web.FlowExecutionExceptionResolver
 
setMongo(MongoAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setMongo(MongoServiceRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setMongodb(EventsProperties.Mongodb) - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
setMongodb(MultifactorAuthenticationProperties.GAuth.Mongodb) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setMongodb(MultifactorAuthenticationProperties.Trusted.Mongodb) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setMongoHostUri(String) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setMongoHostUri(String) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setMongoPasswordEncoder(PasswordEncoder) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setMongoTemplate(MongoOperations) - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
setMonitor(MonitorProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setMonitors(Collection) - Method in class org.apereo.cas.monitor.HealthCheckMonitor
 
setMultiAuth(RegisteredServiceMultifactorAuthenticationEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setMulticastEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMulticastGroup(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMulticastPort(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMulticastTimeout(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMulticastTimeToLive(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMulticastTrustedInterfaces(String) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setMultifactorAuthenticationMapper(MultifactorAuthenticationMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setMultifactorAuthenticationProviders(Set<String>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
setMultifactorAuthenticationProviderSelector(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setMultifactorPolicy(RegisteredServiceMultifactorPolicy) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setMultifactorTriggerSelectionStrategy(MultifactorTriggerSelectionStrategy) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setName(String) - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Sets the authentication handler name.
setName(String) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the component name.
setName(String) - Method in class org.apereo.cas.configuration.model.core.HostProperties
 
setName(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setName(String) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setName(String) - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
setName(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
setName(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setName(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setName(String) - Method in class org.apereo.cas.MongoDbProperty
 
setName(String) - Method in class org.apereo.cas.monitor.AbstractNamedMonitor
 
setName(String) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setName(String) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
setNameIdAttribute(String) - Method in class org.apereo.cas.configuration.model.support.saml.sps.AbstractSamlSPProperties
 
setNameTrigger(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute
 
setNasIdentifier(String) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas identifier.
setNasIdentifier(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasIdentifier(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasIpAddress(String) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas ip address.
setNasIpAddress(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasIpAddress(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasIpv6Address(String) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas ipv6 address.
setNasIpv6Address(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasIpv6Address(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasPort(long) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas port.
setNasPort(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasPort(long) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasPortId(long) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas port id.
setNasPortId(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasPortId(long) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasPortType(long) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas port type.
setNasPortType(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasPortType(int) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNasRealPort(long) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the nas real port.
setNasRealPort(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setNasRealPort(long) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setNetPartner(SamlServiceProviderProperties.NetPartner) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setNetworkTimeout(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setNextToken(byte[]) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
Sets next token.
setNodes(Set<String>) - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
 
setNodeSet(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
setNodeSet(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setNotBefore(ZonedDateTime) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setNotOnOrAfter(ZonedDateTime) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setNotPrevented(AuthenticationPolicyProperties.NotPrevented) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
setNtlm(NtlmProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setNtlm(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setNtlm(boolean) - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
Sets the ntlm and generate message prefix.
setNtlm(boolean) - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Sets the ntlm.
setNtlmAllowed(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setNTLMallowed(boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
setNumberOfIterations(long) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setNumberOfIterations(long) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setNumberOfIterationsFieldName(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setNumberOfIterationsFieldName(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setNumberOfUses(int) - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyTicketProperties
 
setNumberOfUses(int) - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
setNumberOfUses(int) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.Code
 
setOauth(OAuthProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setOauth(RegisteredServiceOAuthTypeEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setoAuthCodeFactory(OAuthCodeFactory) - Method in class org.apereo.cas.support.oauth.web.OAuth20AuthorizeController
Set the OAuth code factory.
setoAuthCodeIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.code.DefaultOAuthCodeFactory
Set the OAuth code identifier generator.
setObjectClass(String) - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
setOffice365(SamlServiceProviderProperties.Office365) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setOidc(OidcProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setOidc(Pac4jProperties.Oidc) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setOidc(RegisteredServiceOidcTypeEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setOidcAuthorizationRequestSupport(OidcAuthorizationRequestSupport) - Method in class org.apereo.cas.OidcCasClientRedirectActionBuilder
 
setOidcAuthzRequestSupport(OidcAuthorizationRequestSupport) - Method in class org.apereo.cas.web.OidcConsentApprovalViewResolver
 
setOnlyPostParams(String) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
setOnlyTrackMostRecentSession(boolean) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setOpenid(OpenIdProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setOpenIdPrefixUrl(String) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdServiceFactory
 
setOverrideBlackListedEncryptionAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
setOverrideBlackListedSignatureAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
setOverrideDataEncryptionAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
setOverrideKeyEncryptionAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
setOverrideSignatureAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
setOverrideSignatureCanonicalizationAlgorithm(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
setOverrideSignatureReferenceDigestMethods(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
setOverrideWhiteListedAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectEncrypter
 
setOverrideWhiteListedAlgorithms(List) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
 
setPac4j(Pac4jProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setPageSize(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties
 
setParameter(String) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setParamName(String) - Method in class org.apereo.cas.configuration.model.support.themes.ThemeProperties
 
setParamName(String) - Method in class org.apereo.cas.configuration.model.webapp.LocaleProperties
 
setParamsToCheck(String) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
setParserPool(ParserPool) - Method in class org.apereo.cas.support.saml.OpenSamlConfigBean
 
setParserPool(ParserPool) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setPassword(String) - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
setPassword(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
setPassword(String) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setPassword(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setPassword(String) - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
 
setPassword(String) - Method in class org.apereo.cas.pm.PasswordChangeBean
 
setPasswordAttribute(String) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setPasswordAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setPasswordEncoder(PasswordEncoder) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.rest.RestAuthenticationProperties
 
setPasswordEncoder(PasswordEncoderProperties) - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
setPasswordEncoder(PasswordEncoder) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
setPasswordFieldName(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setPasswordFieldName(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setPasswordPolicy(PasswordPolicyProperties) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPasswordPolicyConfiguration(PasswordPolicyConfiguration) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPath(String) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setPattern(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
setPerHost(int) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties.Conns
 
setPersistence(String) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setPersonDirectory(PersonDirPrincipalResolverProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setPgt(ProxyGrantingTicketProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setPhoneAttribute(String) - Method in class org.apereo.cas.adaptors.authy.AuthyClientInstance
 
setPhoneAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setPm(PasswordManagementProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setPolicy(AuthenticationPolicyProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setPolicyAttributes(Map<String, Class<LoginException>>) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setPolicyPattern(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
setPool(ConnectionPoolingProperties) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Ldap
 
setPool(ConnectionPoolingProperties) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setPoolPassivator(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setPort(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setPort(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
setPort(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setPort(int) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setPortAutoIncrement(boolean) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setPreferredJwsAlgorithm(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setPrefix(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
setPrefix(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
setPrefix(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties
 
setPrefix(String) - Method in class org.apereo.cas.configuration.support.PrefixSuffixPrincipalNameTransformer
 
setPrefix(String) - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
setPrefixLogoutParameterName(boolean) - Method in class org.apereo.cas.logout.LogoutHttpMessage
 
setPrincipal(Principal) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Sets the principal returns this instance.
setPrincipal(Principal) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the principal returns this instance.
setPrincipal(Principal) - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
setPrincipal(Principal) - Method in interface org.apereo.cas.authentication.principal.Service
Sets the principal.
setPrincipal(PersonDirPrincipalResolverProperties) - Method in class org.apereo.cas.configuration.model.support.openid.OpenIdProperties
 
setPrincipal(PersonDirPrincipalResolverProperties) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setPrincipal(PersonDirPrincipalResolverProperties) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setPrincipal(PersonDirPrincipalResolverProperties) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setPrincipal(Principal) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
setPrincipal(String) - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
setPrincipalAttr(RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
setPrincipalAttribute(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PersonDirPrincipalResolverProperties
 
setPrincipalAttributeId(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPrincipalAttributeList(List<String>) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the mapping of additional principal attributes where the key and value is the LDAP attribute name.
setPrincipalAttributeList(List) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPrincipalAttributeMap(Map<String, String>) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the mapping of additional principal attributes where the key is the LDAP attribute name and the value is the principal attribute name.
setPrincipalAttributeName(String) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
setPrincipalAttributeName(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setPrincipalAttributeNameTrigger(String) - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
setPrincipalAttributePassword(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPrincipalAttributesRepository(PrincipalAttributesRepository) - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
setPrincipalAttributesRepositoryMapper(PrincipalAttributesRepositoryMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
setPrincipalAttributeValue(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.BaseProvider.Bypass
 
setPrincipalAttributeValueToMatch(String) - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
setPrincipalDescriptor(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setPrincipalElectionStrategy(PrincipalElectionStrategy) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
setPrincipalElectionStrategy(PrincipalElectionStrategy) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Sets principal factory to create principal objects.
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestRemoteUserNonInteractiveCredentialsAction
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.adaptors.trusted.web.flow.PrincipalFromRequestUserPrincipalNonInteractiveCredentialsAction
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Sets principal factory to create principal objects.
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.authentication.DefaultPrincipalElectionStrategy
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.authentication.principal.BasicPrincipalResolver
Sets principal factory to create principal objects.
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
setPrincipalFactory(PrincipalFactory) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
setPrincipalId(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
 
setPrincipalIdAttribute(String) - Method in class org.apereo.cas.authentication.LdapAuthenticationHandler
Sets the name of the LDAP principal attribute whose value should be used for the principal ID.
setPrincipalIdProvider(PrincipalIdProvider) - Method in class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
 
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractTokenWrapperAuthenticationHandler
 
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Bind
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
setPrincipalTransformation(PrincipalTransformationProperties) - Method in class org.apereo.cas.configuration.model.support.token.TokenAuthenticationProperties
 
setPrincipalType(X509Properties.PrincipalTypes) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setPrincipalWithDomainName(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setPrincipalWithDomainName(boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
setPrivateKeyAlgName(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setPrivateKeyLocation(String) - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
setPrivateKeyLocation(String) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
setPrivateKeyPassword(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setProfileCreator(ProfileCreator) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
 
setPropagationBehaviorName(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties.Jdbc
 
setProperties(Set<RegisteredServiceEditBean.ServiceData.PropertyBean>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setProperties(Map<String, RegisteredServiceProperty>) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setProperties(Map<String, String>) - Method in class org.apereo.cas.support.events.dao.CasEvent
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Http
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Cas
 
setProtocol(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setProvider(MultifactorAuthenticationProvider) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
setProvider(MultifactorAuthenticationProvider) - Method in class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
setProvider(MultifactorAuthenticationProvider) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
setProviderClass(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setProviders(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean
 
setProxy(ViewProperties.Cas2.Proxy) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setProxyGrantingTicketFactory(ProxyGrantingTicketFactory) - Method in class org.apereo.cas.ticket.DefaultTicketFactory
 
setProxyHandler(ProxyHandler) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setProxyPolicy(RegisteredServiceProxyPolicyBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setProxyPolicy(RegisteredServiceProxyPolicyBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setProxyPolicy(RegisteredServiceProxyPolicy) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setProxyPolicyMapper(ProxyPolicyMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setProxyPort(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setProxyTicketExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
setProxyTicketFactory(ProxyTicketFactory) - Method in class org.apereo.cas.ticket.DefaultTicketFactory
 
setPrunePeriod(long) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setPsw(String) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties.Truststore
 
setPt(ProxyTicketProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setPublicKey(RegisteredServicePublicKeyEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setPublicKey(RegisteredServicePublicKey) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setPublicKeyFactoryBeanClass(Class<PublicKeyFactoryBean>) - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
Sets public key factory bean class.
setPublicKeyLocation(String) - Method in class org.apereo.cas.configuration.model.support.saml.googleapps.GoogleAppsProperties
 
setPublicKeyLocation(String) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
setQuery(List<JdbcAuthenticationProperties.Query>) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
setQueryEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
setQueryEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setQueryType(QueryType) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setQueueSize(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setRadius(RadiusProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setRadius(MultifactorAuthenticationProperties.Radius) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setRadiusAuthenticationHandler(RadiusTokenAuthenticationHandler) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusMultifactorAuthenticationProvider
 
setRadiusAuthenticationWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusAuthenticationWebflowAction
 
setRadiusFlowRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.adaptors.radius.web.flow.RadiusMultifactorWebflowConfigurer
 
setRangeSeconds(int) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
setRank(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setRank(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setRank(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setRank(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
setRankedAuthenticationProviderWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.InitialAuthenticationRequestValidationAction
 
setReadTimeout(int) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
setReadTimeout(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setRealm(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
 
setRealm(String) - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
setRealm(String) - Method in class org.apereo.cas.configuration.model.support.jaas.JaasAuthenticationProperties
 
setRealm(String) - Method in class org.apereo.cas.digest.DigestCredential
 
setRealm(String) - Method in class org.apereo.cas.digest.web.flow.DigestAuthenticationAction
 
setRedirectionStrategy(RedirectStrategy) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setRedirectPort(int) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setRedirectSameState(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
setRedirectsEnabled(boolean) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setRedirectUrl(String) - Method in class org.apereo.cas.web.flow.GenericSuccessViewAction
 
setRefresh(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
setRefreshInterval(int) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Sets the interval at which CRL data should be reloaded from CRL resources.
setRefreshInterval(long) - Method in class org.apereo.cas.configuration.model.core.metrics.MetricsProperties
 
setRefreshIntervalSeconds(int) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRefreshToken(OAuthProperties.RefreshToken) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties
 
setRefreshToken(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOAuthTypeEditBean
 
setRefreshTokenFactory(RefreshTokenFactory) - Method in class org.apereo.cas.support.oauth.web.OAuth20AccessTokenController
 
setRefreshTokenIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.refreshtoken.DefaultRefreshTokenFactory
 
setRegExSubjectDnPattern(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRegExTrustedIssuerDnPattern(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRegisteredServiceMapper(RegisteredServiceMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setRegisteredServices(List) - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
setRegistry(YubiKeyAccountRegistry) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
 
setRegistry(TicketRegistryProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setRegistry(IMap<String, Ticket>) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
setReject(RejectAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setRejectBrowsers(String) - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
setRejectCountries(String) - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
setRejectedAttr(Set<RegisteredServiceEditBean.ServiceData.PropertyBean>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setRejectedAttributes(Map<String, Set<String>>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Sets rejected attributes.
setRejectIpAddresses(String) - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
setReleasePassword(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyBean
 
setReleaseProtocolAttributes(boolean) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
setReleaseProtocolAttributes(boolean) - Method in class org.apereo.cas.web.view.Cas30ResponseView
 
setReleaseTicket(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyBean
 
setRelyingPartyIdentifier(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setRelyingPartyIdentifier(String) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the relying party identifier.
setRememberMe(boolean) - Method in interface org.apereo.cas.authentication.RememberMeCredential
Sets the remember me.
setRememberMe(boolean) - Method in class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
 
setRememberMe(TicketGrantingTicketProperties.RememberMe) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setRememberMeAttributeName(String) - Method in class org.apereo.cas.support.saml.web.view.Saml10SuccessResponseView
 
setRememberMeExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
setRememberMeMaxAge(int) - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
setRememberMeMaxAge(int) - Method in class org.apereo.cas.web.support.CookieRetrievingCookieGenerator
 
setRemoteAddress(RemoteAddressAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setRemoveEmptyEntities(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setRemoveRoleless(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setRenew(boolean) - Method in class org.apereo.cas.validation.AbstractCasProtocolValidationSpecification
Method to set the renew requirement.
setRenewedAuthn(boolean) - Method in class org.apereo.cas.configuration.model.core.sso.SsoProperties
 
setRepeatInterval(int) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setRepeatInterval(long) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
setRepeatInterval(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
setRepeatInterval(int) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setRepeatInterval(int) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
setReplicatePuts(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setReplicatePutsViaCopy(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setReplicateRemovals(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setReplicateUpdates(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setReplicateUpdatesViaCopy(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setReplicationInterval(int) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setRepository(AcceptableUsagePolicyRepository) - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
 
setReq(AuthenticationPolicyProperties.Req) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
setRequestParameter(String) - Method in class org.apereo.cas.authentication.DefaultMultifactorTriggerSelectionStrategy
 
setRequestParameter(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setRequireAll(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setRequireAllAttributes(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setRequireAllAttributes(boolean) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Defines the attribute aggregation when checking for required attributes.
setRequiredAttr(Map<String, Set<String>>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setRequiredAttributes(Map<String, Set<String>>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Defines the required attribute names and values that must be available to the principal before the flow can proceed to the next step.
setRequiredAuthenticationContextClass(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setRequiredHandlerAuthenticationPolicyEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties
 
setRequiredHandlers(Set<String>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setRequiredHandlers(Set<String>) - Method in class org.apereo.cas.services.AbstractRegisteredService
Sets the required handlers for this service.
setRequiredNameIdFormat(String) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setRequiredPermissions(Set<String>) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
 
setRequiredPermissions(Set<String>) - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
setRequiredRoles(Set<String>) - Method in class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
 
setRequiredRoles(Set<String>) - Method in class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
setRequireKeyUsage(boolean) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setRequireKeyUsage(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRequireMultifactor(Map) - Method in class org.apereo.cas.configuration.model.core.authentication.AdaptiveAuthenticationProperties
 
setRequireSignedRoot(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setRequireValidMetadata(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setRequireValidMetadata(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setRequireValidMetadata(boolean) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setRequireValidMetadata(boolean) - Method in class org.apereo.cas.support.saml.web.flow.mdui.AbstractMetadataResolverAdapter
 
setReset(PasswordManagementProperties.Reset) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties
 
setResource(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setResources(Set<Resource>) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
 
setResources(List<String>) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setResources(List<Resource>) - Method in class org.apereo.cas.configuration.model.support.saml.shibboleth.ShibbolethAttributeResolverProperties
 
setResponse(SamlIdPProperties.Response) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setResponseBuilder(SamlProfileSamlResponseBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setResponseCode(int) - Method in class org.apereo.cas.util.http.HttpMessage
 
setResponseTypesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setRest(RestProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setRest(RestAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setRest(MultifactorAuthenticationProperties.Trusted.Rest) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setRestEndpoint(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setRestTemplate(RestTemplate) - Method in class org.apereo.cas.adaptors.rest.RestAuthenticationApi
 
setRetries(int) - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
Sets the retries.
setRetries(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Server
 
setRetries(int) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Server
 
setRetrievedOn(ZonedDateTime) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
setReturnNull(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PersonDirPrincipalResolverProperties
 
setReturnNullIfNoAttributes(boolean) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
setRevocationChecker(RevocationChecker) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
Sets the component responsible for evaluating certificate revocation status for client certificates presented to handler.
setRevocationChecker(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRevocationPolicyThreshold(int) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setRoleAttribute(String) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
 
setRoleAttribute(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
setRolePrefix(String) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
 
setRolePrefix(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
setRoles(Set<String>) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setSalesforce(SamlServiceProviderProperties.Salesforce) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setSaltFieldName(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setSaltFieldName(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setSaManage(SamlServiceProviderProperties.SAManage) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setSaml(Pac4jProperties.Saml) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setSaml(RegisteredServiceSamlTypeEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setSaml2compliant(boolean) - Method in class org.apereo.cas.support.saml.util.SamlCompliantUniqueTicketIdGenerator
 
setSamlArgumentExtractor(ArgumentExtractor) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
 
setSamlAttributeEncoder(SamlAttributeEncoder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAttributeStatementBuilder
 
setSamlCore(SamlCore) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setSamlIdp(SamlIdPProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setSamlMetadataUi(SamlMetadataUIProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setSamlMetadataUIParserAction(Action) - Method in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIWebflowConfigurer
 
setSamlObjectBuilder(Saml10ObjectBuilder) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
 
setSamlObjectEncrypter(SamlObjectEncrypter) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
setSamlObjectSigner(SamlObjectSigner) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setSamlObjectSigner(SamlObjectSigner) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
setSamlObjectSigner(SamlObjectSigner) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
setSamlProfileSamlAssertionBuilder(SamlProfileSamlAssertionBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
setSamlProfileSamlAttributeStatementBuilder(SamlProfileSamlAttributeStatementBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
setSamlProfileSamlAuthNStatementBuilder(SamlProfileSamlAuthNStatementBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
setSamlProfileSamlConditionsBuilder(SamlProfileSamlConditionsBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
setSamlProfileSamlSubjectBuilder(SamlProfileSamlSubjectBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
 
setSamlRegisteredServiceCachingMetadataResolver(SamlRegisteredServiceCachingMetadataResolver) - Method in class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
 
setSamlRegisteredServiceCachingMetadataResolver(SamlRegisteredServiceCachingMetadataResolver) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setSamlSP(SamlServiceProviderProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setSasCASEnabled(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setSaslAuthorizationId(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setSaslMechanism(Mechanism) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setSaslMutualAuth(Boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setSaslQualityOfProtection(QualityOfProtection) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setSaslRealm(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setSaslSecurityStrength(SecurityStrength) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setScheme(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setScope(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
setScope(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
setScope(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
setScope(String) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties
 
setScope(String) - Method in class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
setScopesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setScratchCodes(List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
setScratchCodes(List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
setScratchCodes(List<Integer>) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
setSearch(List<JdbcAuthenticationProperties.Search>) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties
 
setSearchExecutor(SearchExecutor) - Method in class org.apereo.cas.adaptors.x509.authentication.ldap.LdaptiveResourceCRLFetcher
 
setSearchFilter(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthorizationProperties
 
setSearchFilter(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties.Ldap
 
setSearchFilter(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties.Ldap
 
setSearchFilter(String) - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Dropbox
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Facebook
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Foursquare
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Github
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Google
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.LinkedIn
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Twitter
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.WindowsLive
 
setSecret(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Yahoo
 
setSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
setSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
setSecretKey(String) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
setSecretKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
setSecretkey(String) - Method in class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
setSecretKeyAlgorithm(String) - Method in class org.apereo.cas.util.cipher.BinaryCipherExecutor
 
setSecure(boolean) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.Ajp
 
setSecure(boolean) - Method in class org.apereo.cas.configuration.model.support.cookie.CookieProperties
 
setSecurity(SigningEncryptionProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setSecurity(SigningEncryptionProperties) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setSecurityManager(String) - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
setSecurityQuestionsAttributes(Map<String, String>) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setSelectiveResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver
 
setSend401OnAuthenticationFailure(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setSend401OnAuthenticationFailure(boolean) - Method in class org.apereo.cas.web.flow.SpnegoCredentialsAction
 
setSeparator(String) - Method in class org.apereo.cas.adaptors.generic.FileAuthenticationHandler
 
setSeparator(String) - Method in class org.apereo.cas.configuration.model.support.generic.FileAuthenticationProperties
 
setSerializerMap(Map<Class<?>, Serializer>) - Method in class org.apereo.cas.ticket.registry.support.kryo.KryoTranscoder
Sets a map of additional types that should be regisetered with Kryo, for example GoogleAccountsService and OpenIdService.
setSerialNumberPrefix(String) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberAndIssuerDNPrincipalResolver
Sets a prefix for the certificate serialnumber (default: "SERIALNUMBER=").
setSerialNumberPrefix(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setServer(ServerProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setServer(MultifactorAuthenticationProperties.Radius.Server) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setServer(RadiusProperties.Server) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties
 
setServerIp(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setServerManager(ServerManager) - Method in class org.apereo.cas.support.openid.web.mvc.OpenIdValidateController
 
setServerManager(ServerManager) - Method in class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
 
setServerName(String) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setServerName(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setServerPrefix(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setServers(List<RadiusServer>) - Method in class org.apereo.cas.adaptors.radius.authentication.handler.support.RadiusAuthenticationHandler
 
setServers(List<RadiusServer>) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
setServers(String) - Method in class org.apereo.cas.configuration.model.support.memcached.MemcachedTicketRegistryProperties
 
setService(String) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setServiceContextAuthenticationPolicyFactory(ContextualAuthenticationPolicyFactory<ServiceContext>) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setServiceData(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
setServiceDefinitionAttribute(String) - Method in class org.apereo.cas.configuration.model.support.ldap.serviceregistry.LdapServiceRegistryProperties
 
setServiceFactory(ServiceFactory) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
setServiceFactory(ServiceFactory<WebApplicationService>) - Method in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
 
setServiceId(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setServiceId(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceViewBean
 
setServiceId(String) - Method in class org.apereo.cas.services.AbstractRegisteredService
Sets the service identifier.
setServiceId(String) - Method in class org.apereo.cas.services.RegexRegisteredService
 
setServiceId(String) - Method in class org.apereo.cas.support.oauth.services.OAuthCallbackAuthorizeService
Sets the service identifier.
setServiceNow(SamlServiceProviderProperties.ServiceNow) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setServiceProviderEntityId(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setServiceProviderMetadataPath(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Saml
 
setServiceRegistry(ServiceRegistryProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setServiceRegistryCollection(String) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setServiceRegistryDao(ServiceRegistryDao) - Method in class org.apereo.cas.services.DefaultServicesManagerImpl
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.services.web.ServiceThemeResolver
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.rest.RegisteredServiceResource
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.saml.services.SamlIdPSingleLogoutServiceLogoutUrlBuilder
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.saml.web.flow.SamlMetadataUIParserAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Sets the services manager.
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.InitializeLoginAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.LogoutAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
setServicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.token.TokenAuthenticationAction
 
setServiceTicketCountWarnThreshold(int) - Method in class org.apereo.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.apereo.cas.ticket.DefaultServiceTicketFactory
 
setServiceTicketFactory(ServiceTicketFactory) - Method in class org.apereo.cas.ticket.DefaultTicketFactory
 
setServiceTicketRequestWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.AbstractAuthenticationAction
 
setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setServletContext(ServletContext) - Method in class org.apereo.cas.web.report.StatisticsController
 
setSession(WebflowProperties.Session) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
setSessionCountWarnThreshold(int) - Method in class org.apereo.cas.monitor.SessionMonitor
Sets the threshold above which warnings are issued for session counts in excess of value.
setSessionExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.support.RememberMeDelegatingExpirationPolicy
 
setShared(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setSharedSecret(String) - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
RADIUS server authentication shared secret.
setSharedSecret(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
setSharedSecret(String) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
setShibAttributeResolver(ShibbolethAttributeResolverProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setShiro(ShiroAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setShowSql(boolean) - Method in class org.apereo.cas.configuration.model.support.jpa.DatabaseProperties
 
setSignAssert(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setSignAssertions(boolean) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setSignedDuoResponse(String) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
setSignError(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
setSignIdToken(boolean) - Method in class org.apereo.cas.services.OidcRegisteredService
 
setSigning(CryptographyProperties.Signing) - Method in class org.apereo.cas.configuration.model.core.util.CryptographyProperties
 
setSigningCertificateResources(String) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setSigningCertificateResources(Resource...) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the signing certs.
setSigningCertificateResources(List<Resource>) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
setSigningKey(String) - Method in class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
setSigningKey(String) - Method in class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
setSigningKey(String) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setSigningKey(String) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
 
setSignResp(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSamlTypeEditBean
 
setSignResponses(boolean) - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
setSignToken(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceOidcTypeEditBean
 
setSinglelineSeparator(String) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setSingleLogoutCallbacksDisabled(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Logout
 
setSingleLogoutCallbacksDisabled(boolean) - Method in class org.apereo.cas.logout.LogoutManagerImpl
Set if the logout is disabled.
setSingleLogoutCallbacksDisabled(boolean) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setSingleLogoutServiceLogoutUrlBuilder(SingleLogoutServiceLogoutUrlBuilder) - Method in class org.apereo.cas.logout.DefaultSingleLogoutServiceMessageHandler
 
setSingleLogoutServiceMessageHandler(SingleLogoutServiceMessageHandler) - Method in class org.apereo.cas.logout.LogoutManagerImpl
 
setSingleRow(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setSiteKey(String) - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
setSkew(int) - Method in class org.apereo.cas.configuration.model.support.oidc.OidcProperties
 
setSkew(int) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
 
setSkewAllowance(int) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
setSkewAllowance(int) - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
setSkewAllowance(int) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceFactory
 
setSkewAllowance(int) - Method in class org.apereo.cas.support.saml.authentication.principal.GoogleAccountsServiceResponseBuilder
Sets the allowance for time skew in seconds between CAS and the client server.
setSkewAllowance(int) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlSubjectBuilder
 
setSkewAllowance(int) - Method in class org.apereo.cas.support.saml.web.view.AbstractSaml10ResponseView
Sets the allowance for time skew in seconds between CAS and the client server.
setSlo(SloProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setSocketKeepAlive(boolean) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setSocketTimeout(int) - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
Sets the RADIUS server UDP socket timeout.
setSocketTimeout(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setSocketTimeout(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius.Client
 
setSocketTimeout(int) - Method in class org.apereo.cas.configuration.model.support.radius.RadiusProperties.Client
 
setSpnego(SpnegoProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setSpnegoAttributeName(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setSql(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
 
setSql(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler
 
setSql(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setSql(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setSql(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Query
 
setSqlQueryAudit(String) - Method in class org.apereo.cas.web.support.InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter
 
setSslSocketFactory(SSLConnectionSocketFactory) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setSso(SsoProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setSsoEnabled(boolean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setSsoEnabled(boolean) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
Set to enable/authorize this service.
setSsoPostProfileSamlNameIdBuilder(SamlProfileSamlNameIdBuilder) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlSubjectBuilder
 
setSt(MonitorProperties.St) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setSt(ServiceTicketProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setStartDelay(int) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setStartDelay(long) - Method in class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties.Cleaner
 
setStartDelay(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted.Cleaner
 
setStartDelay(int) - Method in class org.apereo.cas.configuration.model.support.saml.mdui.SamlMetadataUIProperties
 
setStartDelay(int) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
setStartingDateTime(String) - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
setStartingTime(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setStartState(Flow, String) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
setStartState(Flow, TransitionableState) - Method in class org.apereo.cas.web.flow.AbstractCasWebflowConfigurer
 
setStartState(Flow, String) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Sets start state.
setStartState(Flow, TransitionableState) - Method in interface org.apereo.cas.web.flow.CasWebflowConfigurer
Sets start state.
setStaticSalt(String) - Method in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
Sets static/private salt to be combined with the dynamic salt retrieved from the database.
setStaticSalt(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Encode
 
setStatus(LogoutRequestStatus) - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
setStatus(LogoutRequestStatus) - Method in interface org.apereo.cas.logout.LogoutRequest
Sets status of the request.
setStatus(int) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean
 
setStorage(boolean) - Method in class org.apereo.cas.configuration.model.webapp.WebflowProperties.Session
 
setStorage(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.authentication.storage.MultifactorAuthenticationTrustStorageCleaner
 
setStorage(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationSetTrustAction
 
setStorage(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationVerifyTrustAction
 
setStore(Table<String, String, String>) - Method in class org.apereo.cas.digest.DefaultDigestHashedCredentialRetriever
 
setStormpath(StormpathProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setStrength(int) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
setSubject(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setSubjectDnPattern(String) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setSubjectTypesSupported(List<String>) - Method in class org.apereo.cas.OidcServerDiscoverySettings
 
setSubtreeSearch(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
setSubtreeSearch(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setSuccess(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2.Proxy
 
setSuccess(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas2
 
setSuccess(String) - Method in class org.apereo.cas.configuration.model.core.web.view.ViewProperties.Cas3
 
setSuccesses(Map<String, HandlerResult>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
Set successes authentication builder.
setSuccesses(Map<String, HandlerResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Sets the authentication handler success map.
setSuccessResponse(boolean) - Method in class org.apereo.cas.services.web.view.AbstractCasView
 
setSuccessView(View) - Method in class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
 
setSuccessView(View) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setSuffix(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties
 
setSuffix(String) - Method in class org.apereo.cas.configuration.model.core.ServerProperties.ExtendedAccessLog
 
setSuffix(String) - Method in class org.apereo.cas.configuration.support.PrefixSuffixPrincipalNameTransformer
 
setSuffix(String) - Method in class org.apereo.cas.services.web.RegisteredServiceThemeBasedViewResolver
 
setSuffix(String) - Method in class org.apereo.cas.util.DefaultUniqueTicketIdGenerator
 
setSupportAccess(RegisteredServiceSupportAccessEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setSupportedBrowsers(String) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setSupportedBrowsers(List<String>) - Method in class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Sets supported browsers by their user agent.
setSupportedContentTypes(List<String>) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Metadata
 
setSupportedContentTypes(List<String>) - Method in class org.apereo.cas.support.saml.services.idp.metadata.cache.ChainingMetadataResolverCacheLoader
 
setSupportRegistryState(boolean) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
Flag to indicate whether this registry instance should participate in reporting its state with default value set to true.
setSupportRegistryState(boolean) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
Flag to indicate whether this registry instance should participate in reporting its state with default value set to true.
setSuspension(boolean) - Method in class org.apereo.cas.configuration.support.ConnectionPoolingProperties
 
setSynchronousWrites(boolean) - Method in class org.apereo.cas.configuration.model.support.ehcache.EhcacheProperties
 
setTableUsers(String) - Method in class org.apereo.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler
 
setTableUsers(String) - Method in class org.apereo.cas.configuration.model.support.jdbc.JdbcAuthenticationProperties.Search
 
setTcpipEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setTestShib(SamlServiceProviderProperties.TestShib) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setText(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Reset
 
setTgc(TicketGrantingCookieProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setTgt(MonitorProperties.Tgt) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setTgt(TicketGrantingTicketProperties) - Method in class org.apereo.cas.configuration.model.core.util.TicketProperties
 
setTheme(ThemeProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setTheme(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setTheme(String) - Method in class org.apereo.cas.services.AbstractRegisteredService
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - Method in class org.apereo.cas.services.web.ServiceThemeResolver
 
setThreadPriority(int) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setThreadsNumber(int) - Method in class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
setThreshold(int) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.policy.ThresholdExpiredCRLRevocationPolicy
Sets the threshold period of time after which expired CRL data is rejected.
setThreshold(int) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
setThreshold(int) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties.Failure
 
setThrottle(ThrottleProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setThrottledTimeout(TicketGrantingTicketProperties.ThrottledTimeout) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setThrottler(String) - Method in class org.apereo.cas.configuration.model.core.rest.RestProperties
 
setThrowOnFetchFailure(boolean) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.CRLDistributionPointRevocationChecker
Throws exceptions if fetching crl fails.
setThrowOnFetchFailure(boolean) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setTicket(TicketProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setTicketFactory(TicketFactory) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
setTicketGrantingTicketExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
 
setTicketGrantingTicketExpirationPolicy(ExpirationPolicy) - Method in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
 
setTicketGrantingTicketFactory(TicketGrantingTicketFactory) - Method in class org.apereo.cas.ticket.DefaultTicketFactory
 
setTicketGrantingTicketUniqueTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
 
setTicketGrantingTicketUniqueTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
 
setTicketidSaml2(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.SamlCore
 
setTicketIgniteCache(IgniteCache<String, Ticket>) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.monitor.SessionMonitor
Sets the ticket registry that exposes state information that may be queried by this monitor.
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner
 
setTicketRegistry(TicketRegistry) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.support.openid.web.flow.OpenIdSingleSignOnAction
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.support.rest.TicketsResource
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.util.OidcAuthorizationRequestSupport
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setTicketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
setTicketsCache(IgniteProperties.TicketsCache) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setTimeInBetweenUsesInSeconds(long) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.ThrottledTimeout
 
setTimeInBetweenUsesInSeconds(long) - Method in class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
setTimeout(TicketGrantingTicketProperties.Timeout) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setTimeout(int) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseServiceRegistryProperties
 
setTimeout(int) - Method in class org.apereo.cas.configuration.model.support.couchbase.ticketregistry.CouchbaseTicketRegistryProperties
 
setTimeout(int) - Method in class org.apereo.cas.configuration.model.support.hazelcast.HazelcastProperties.Cluster
 
setTimeout(int) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setTimeout(long) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setTimeout(long) - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
 
setTimeout(long) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Set timeout (ms) for DNS requests; valuable for heterogeneous environments employing fall-through authentication mechanisms.
setTimestamp(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
setTimeStepSize(long) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setTimeToKillInSeconds(int) - Method in class org.apereo.cas.configuration.model.core.ticket.ProxyTicketProperties
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.core.ticket.ServiceTicketProperties
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.HardTimeout
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.RememberMe
 
setTimeToKillInSeconds(int) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.ThrottledTimeout
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.AccessToken
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.Code
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.configuration.model.support.oauth.OAuthProperties.RefreshToken
 
setTimeToKillInSeconds(long) - Method in class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
 
setTimeUnit(String) - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
setTimeUnit(TimeUnit) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
setToken(String) - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
setToken(String) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
setToken(String) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
setToken(String) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
setToken(TokenAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setTolerance(int) - Method in class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
setTolerance(int) - Method in class org.apereo.cas.support.wsfederation.WsFederationConfiguration
sets the tolerance of the validity of the timestamp token.
setToUpperCase(boolean) - Method in class org.apereo.cas.configuration.support.ConvertCasePrincipalNameTransformer
 
setTrackGeolocation(boolean) - Method in class org.apereo.cas.configuration.model.core.events.EventsProperties
 
setTrackMostRecentSession(boolean) - Method in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
setTrustCertificates(String) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setTrusted(TrustedAuthenticationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setTrusted(MultifactorAuthenticationProperties.Trusted) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setTrustedDeviceEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Authy
 
setTrustedDeviceEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Duo
 
setTrustedDeviceEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Radius
 
setTrustedDeviceEnabled(boolean) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
setTrustedIssuerDnPattern(String) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
setTrustedIssuerDnPattern(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setTrustedProperties(MultifactorAuthenticationProperties.Trusted) - Method in class org.apereo.cas.trusted.authentication.storage.MultifactorAuthenticationTrustStorageCleaner
 
setTrustedProperties(MultifactorAuthenticationProperties.Trusted) - Method in class org.apereo.cas.trusted.web.flow.MultifactorAuthenticationVerifyTrustAction
 
setTrustedProperties(MultifactorAuthenticationProperties.Trusted) - Method in class org.apereo.cas.trusted.web.MultifactorAuthenticationTrustController
 
setTruststore(HttpClientProperties.Truststore) - Method in class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties
 
setTrustStoreFilePath(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setTrustStorePassword(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setTrustStoreType(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties
 
setTryAll(boolean) - Method in class org.apereo.cas.authentication.AnyAuthenticationPolicy
Sets the flag to try all credentials before the policy is satisfied.
setTryAll(boolean) - Method in class org.apereo.cas.authentication.RequiredHandlerAuthenticationPolicy
Sets the flag to try all credentials before the policy is satisfied.
setTryAll(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Any
 
setTryAll(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationPolicyProperties.Req
 
setTwitter(Pac4jProperties.Twitter) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setType(PasswordEncoderProperties.PasswordEncoderTypes) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties
 
setType(LdapAuthenticationProperties.AuthenticationTypes) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setType(PasswordManagementProperties.Ldap.LdapType) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
setType(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyEditBean
 
setType(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyStrategyViewBean
 
setType(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setType(RegisteredServiceProxyPolicyBean.Types) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean
 
setType(RegisteredServiceSupportAccessEditBean.Types) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setType(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean
 
setType(String) - Method in class org.apereo.cas.support.events.dao.CasEvent
 
setTypedIdUsed(boolean) - Method in class org.apereo.cas.authentication.handler.support.AbstractPac4jAuthenticationHandler
 
setTypedIdUsed(boolean) - Method in class org.apereo.cas.authentication.principal.ClientCredential
 
setTypedIdUsed(boolean) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setUIInfo(UIInfo) - Method in class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
 
setUnauthorizedRedirectUrl(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setUnauthorizedRedirectUrl(URI) - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
setUnavailableCRLPolicy(RevocationPolicy<Void>) - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.AbstractCRLRevocationChecker
Sets the policy to apply when CRL data is unavailable.
setUniqueId(String) - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
setUniqueTicketIdGenerator(UniqueTicketIdGenerator) - Method in class org.apereo.cas.ticket.proxy.support.Cas20ProxyHandler
 
setUniqueTicketIdGeneratorsForService(Map<String, UniqueTicketIdGenerator>) - Method in class org.apereo.cas.ticket.DefaultProxyTicketFactory
 
setUniqueTicketIdGeneratorsForService(Map<String, UniqueTicketIdGenerator>) - Method in class org.apereo.cas.ticket.DefaultServiceTicketFactory
 
setUri(String) - Method in class org.apereo.cas.configuration.model.support.rest.RestAuthenticationProperties
 
setUrl(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setUrl(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean
 
setUseAttributeFriendlyName(boolean) - Method in class org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties.Response
 
setUseCodeAsDefaultMessage(boolean) - Method in class org.apereo.cas.web.view.CasReloadableMessageBundle
 
setUseCodeMessage(boolean) - Method in class org.apereo.cas.configuration.model.core.web.MessageBundleProperties
 
setUseNonce(String) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Oidc
 
setUser(String) - Method in class org.apereo.cas.audit.entity.AuditTrailEntity
 
setUser(String) - Method in class org.apereo.cas.configuration.model.support.jpa.AbstractJpaProperties
 
setUserAttrProvider(RegisteredServiceUsernameAttributeProviderEditBean) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData
 
setUserDefinedMappings(Map<String, String>) - Method in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
Map of user-defined mappings.
setUserFilter(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Ldap
 
setUserFilter(String) - Method in class org.apereo.cas.configuration.model.support.aup.AcceptableUsagePolicyProperties.Ldap
 
setUserFilter(String) - Method in class org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties
 
setUserFilter(String) - Method in class org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap
 
setUserId(String) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setUsername(String) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
setUsername(String) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
setUserName(String) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
setUsername(String) - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
setUsername(List<String>) - Method in class org.apereo.cas.configuration.model.core.authentication.PrincipalAttributesProperties.Jdbc
 
setUsernameAttribute(String) - Method in class org.apereo.cas.authentication.MongoAuthenticationHandler
 
setUsernameAttribute(String) - Method in class org.apereo.cas.configuration.model.support.mongo.MongoAuthenticationProperties
 
setUsernameAttributeProvider(RegisteredServiceUsernameAttributeProvider) - Method in class org.apereo.cas.services.AbstractRegisteredService
Sets the user attribute provider instance when providing usernames to this registered service.
setUsernameAttributeProviderMapper(UsernameAttributeProviderMapper) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceFactory
 
setUsernameParameter(String) - Method in class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
setUsernameParameter(String) - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
setUserPassword(String) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setUserProfile(UserProfile) - Method in class org.apereo.cas.authentication.principal.ClientCredential
Define the user profile.
setUserPropertiesFile(Resource) - Method in class org.apereo.cas.configuration.model.webapp.mgmt.ManagementWebappProperties
 
setUsers(Set<String>) - Method in class org.apereo.cas.adaptors.generic.RejectUsersAuthenticationHandler
Set the Collection of usernames which we will fail to authenticate.
setUsers(Map<String, String>) - Method in class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
 
setUsers(Resource) - Method in class org.apereo.cas.configuration.model.core.web.security.AdminPagesSecurityProperties
 
setUsers(Map<String, String>) - Method in class org.apereo.cas.configuration.model.support.digest.DigestProperties
 
setUsers(String) - Method in class org.apereo.cas.configuration.model.support.generic.AcceptAuthenticationProperties
 
setUsers(String) - Method in class org.apereo.cas.configuration.model.support.generic.RejectAuthenticationProperties
 
setUserSearchExecutor(SearchExecutor) - Method in class org.apereo.cas.authorization.LdapAuthorizationGenerator
 
setUseServerHostAddress(boolean) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setUseSingleLine(boolean) - Method in class org.apereo.cas.configuration.model.core.audit.AuditProperties
 
setUseSsl(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setUseStartTls(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setUseSubjectCredsOnly(boolean) - Method in class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
setUseSubjectCredsOnly(boolean) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsConfig
Sets the use subject creds only.
setValidateOnCheckout(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setValidatePeriod(long) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setValidatePeriodically(boolean) - Method in class org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties
 
setValidationCode(int) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAccount
 
setValidationCode(Integer) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorRegistrationRecord
 
setValidationCode(int) - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorRecord
 
setValidationQuery(String) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Jdbc
 
setValidationQuery(String) - Method in class org.apereo.cas.monitor.JdbcDataSourceMonitor
Sets the validation query used to monitor the data source.
setValidationServiceSelectionStrategies(List) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
setValidationSpecification(ValidationSpecification) - Method in class org.apereo.cas.web.AbstractServiceValidateController
 
setValidator(OAuthValidator) - Method in class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
setValidator(OAuthValidator) - Method in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
 
setValue(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceEditBean.ServiceData.PropertyBean
 
setValue(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean
 
setValue(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean
 
setValue(Object) - Method in class org.apereo.cas.MongoDbProperty
 
setValueDelimiter(String) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberAndIssuerDNPrincipalResolver
Sets a delimiter to separate the two certificate properties in the string.
setValueDelimiter(String) - Method in class org.apereo.cas.configuration.model.support.x509.X509Properties
 
setValueMatch(String) - Method in class org.apereo.cas.mgmt.services.web.beans.RegisteredServiceMultifactorAuthenticationEditBean.PrincipalAttribute
 
setValues(Set<String>) - Method in class org.apereo.cas.services.DefaultRegisteredServiceProperty
Sets values.
setVelocityEngineFactory(VelocityEngineFactory) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
 
setVerifyUrl(String) - Method in class org.apereo.cas.configuration.model.support.captcha.GoogleRecaptchaProperties
 
setView(ViewProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setView(View) - Method in class org.apereo.cas.services.web.view.AbstractDelegatingCasView
 
setWarn(MonitorProperties.Warn) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties
 
setWarn(MonitorProperties.Warn) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.St
 
setWarn(MonitorProperties.Warn) - Method in class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Tgt
 
setWarnAll(boolean) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setWarnAttributeName(String) - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
setWarnCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
setWarnCookieGenerator(CookieGenerator) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
 
setWarnCookieGenerator(CookieGenerator) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
setWarnCookieGenerator(CookieRetrievingCookieGenerator) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
setWarningAttributeName(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setWarningAttributeValue(String) - Method in class org.apereo.cas.authentication.support.OptionalWarningAccountStateHandler
 
setWarningAttributeValue(String) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setWarningCookie(WarningCookieProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setWarningDays(int) - Method in class org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties
 
setWatcherEnabled(boolean) - Method in class org.apereo.cas.configuration.model.core.services.ServiceRegistryProperties
 
setWeb(HttpWebRequestProperties.Web) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties
 
setWebApplicationServiceFactory(ServiceFactory<WebApplicationService>) - Method in class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
setWebApplicationServiceFactory(ServiceFactory) - Method in class org.apereo.cas.support.rest.TicketsResource
 
setWebApplicationServiceFactory(ServiceFactory) - Method in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
setWebApplicationServiceFactory(ServiceFactory<WebApplicationService>) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
 
setWebApplicationServiceFactory(ServiceFactory) - Method in class org.apereo.cas.web.ProxyController
 
setWebex(SamlServiceProviderProperties.Webex) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setWebflow(WebflowProperties) - Method in class org.apereo.cas.configuration.CasConfigurationProperties
 
setWindowSize(int) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.GAuth
 
setWindowsLive(Pac4jProperties.WindowsLive) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setWorkday(SamlServiceProviderProperties.Workday) - Method in class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties
 
setWriteConcern(String) - Method in class org.apereo.cas.configuration.model.support.mongo.serviceregistry.MongoServiceRegistryProperties
 
setWriteSynchronizationMode(String) - Method in class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
setWsfed(WsFederationProperties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setWsFederationHelper(WsFederationHelper) - Method in class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
 
setX509(X509Properties) - Method in class org.apereo.cas.configuration.model.core.authentication.AuthenticationProperties
 
setXcontent(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
setXframe(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
setXss(boolean) - Method in class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Header
 
setYahoo(Pac4jProperties.Yahoo) - Method in class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties
 
setYubikey(MultifactorAuthenticationProperties.YubiKey) - Method in class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties
 
setYubikeyAuthenticationWebflowEventResolver(CasWebflowEventResolver) - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowAction
 
setYubikeyFlowRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorWebflowConfigurer
 
sha(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded SHA digest.
sha(byte[]) - Static method in class org.apereo.cas.util.DigestUtils
Computes SHA digest.
sha512(String) - Static method in class org.apereo.cas.util.DigestUtils
Computes hex encoded SHA512 digest.
ShibbolethAttributeResolverConfiguration - Class in org.apereo.cas.config
ShibbolethAttributeResolverConfiguration() - Constructor for class org.apereo.cas.config.ShibbolethAttributeResolverConfiguration
 
ShibbolethAttributeResolverProperties - Class in org.apereo.cas.configuration.model.support.saml.shibboleth
ShibbolethAttributeResolverProperties() - Constructor for class org.apereo.cas.configuration.model.support.saml.shibboleth.ShibbolethAttributeResolverProperties
 
ShibbolethCompatiblePersistentIdGenerator - Class in org.apereo.cas.authentication.principal
Generates PersistentIds based on the Shibboleth algorithm.
ShibbolethCompatiblePersistentIdGenerator() - Constructor for class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
Instantiates a new shibboleth compatible persistent id generator.
ShibbolethCompatiblePersistentIdGenerator(String) - Constructor for class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
shibbolethCompatiblePersistentIdGenerator() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
shibbolethIdpMetadataAndCertificatesGenerationService() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
ShibbolethIdpMetadataAndCertificatesGenerationService - Class in org.apereo.cas.support.saml.web.idp.metadata
A metadata generator based on the Shibboleth IdP's MetadataGenerator.
ShibbolethIdpMetadataAndCertificatesGenerationService() - Constructor for class org.apereo.cas.support.saml.web.idp.metadata.ShibbolethIdpMetadataAndCertificatesGenerationService
 
shibbolethPersonAttributeDao() - Method in class org.apereo.cas.config.ShibbolethAttributeResolverConfiguration
 
ShibbolethPersonAttributeDao - Class in org.apereo.cas.persondir.support
A IPersonAttributeDao implementation that can use a Shibboleth AttributeResolver to resolve attributes.
ShibbolethPersonAttributeDao(AttributeResolver) - Constructor for class org.apereo.cas.persondir.support.ShibbolethPersonAttributeDao
 
SHIRE - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The shire constant.
shiroAuthenticationHandler() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
ShiroAuthenticationHandler - Class in org.apereo.cas.adaptors.generic
An authentication handler that routes requests to Apache Shiro.
ShiroAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.generic.ShiroAuthenticationHandler
 
ShiroAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.generic
Configuration properties class for shiro.authn.
ShiroAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.generic.ShiroAuthenticationProperties
 
shiroPrincipalFactory() - Method in class org.apereo.cas.adaptors.generic.config.CasGenericConfiguration
 
shouldDoSpnego(String) - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
Default implementation -- simply check the IP filter.
shouldDoSpnego(String) - Method in class org.apereo.cas.web.flow.client.HostNameSpnegoKnownClientSystemsFilterAction
Default implementation -- simply check the IP filter.
shouldDoSpnego(String) - Method in class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
 
showSsoSessions() - Method in class org.apereo.cas.web.report.SingleSignOnSessionsReportController
Show sso sessions.
shutdown() - Method in class org.apereo.cas.adaptors.x509.authentication.revocation.checker.ResourceCRLRevocationChecker
Shutdown scheduler.
shutdown() - Method in class org.apereo.cas.couchbase.core.CouchbaseClientFactory
Inverse of initialize, shuts down the client, cancelling connection task if not completed.
shutdown() - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
Make sure we shutdown HazelCast when the context is destroyed.
shutdown() - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
Make sure we shutdown Ignite when the context is destroyed.
sign(byte[]) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Sign the array by first turning it into a base64 encoded string.
signAssertion(Assertion, HttpServletRequest, HttpServletResponse, SamlRegisteredService, SamlRegisteredServiceServiceProviderMetadataFacade) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlAssertionBuilder
Sign assertion.
signIdTokenClaim(OidcRegisteredService, Optional<JsonWebKeySet>, JwtClaims) - Method in class org.apereo.cas.web.OidcAccessTokenResponseGenerator
Sign id token claim string.
Signing() - Constructor for class org.apereo.cas.configuration.model.core.util.CryptographyProperties.Signing
 
SigningEncryptionProperties - Class in org.apereo.cas.configuration.model.core.ticket
SigningEncryptionProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.SigningEncryptionProperties
 
signJws(Key, byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Sign jws.
signSamlResponse(String, PrivateKey, PublicKey) - Method in class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
Sign SAML response.
SimpleCacheStatistics - Class in org.apereo.cas.monitor
Simple implementation of cache statistics.
SimpleCacheStatistics(long, long, long) - Constructor for class org.apereo.cas.monitor.SimpleCacheStatistics
Creates a new instance with given parameters.
SimpleCacheStatistics(long, long, long, String) - Constructor for class org.apereo.cas.monitor.SimpleCacheStatistics
Creates a new named instance with given parameters.
simpleControllerHandlerAdapter() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
simpleControllerHandlerAdapter() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
SimpleHttpClient - Class in org.apereo.cas.util.http
Implementation of CAS HttpClient which delegates requests to a SimpleHttpClient.httpClient instance.
SimpleHttpClientFactoryBean - Class in org.apereo.cas.util.http
The factory to build a SimpleHttpClient.
SimpleHttpClientFactoryBean() - Constructor for class org.apereo.cas.util.http.SimpleHttpClientFactoryBean
 
SimpleHttpClientFactoryBean.DefaultHttpClient - Class in org.apereo.cas.util.http
The type Default http client.
SimpleHttpClientFactoryBean.SslTrustStoreAwareHttpClient - Class in org.apereo.cas.util.http
The type Ssl trust store aware http client.
SimpleMetadataUIInfo - Class in org.apereo.cas.support.saml.web.flow.mdui
SimpleMetadataUIInfo(RegisteredService) - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Instantiates a new Simple metadata uI info.
SimpleMetadataUIInfo(UIInfo, RegisteredService) - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.SimpleMetadataUIInfo
Instantiates a new Simple mdui info.
SimplePrincipal - Class in org.apereo.cas.authentication.principal
Simple implementation of a Principal that exposes an unmodifiable map of attributes.
SimplePrincipal(String, Map<String, Object>) - Constructor for class org.apereo.cas.authentication.principal.SimplePrincipal
Instantiates a new simple principal.
SimpleWebApplicationServiceImpl - Class in org.apereo.cas.authentication.principal
Represents a service which wishes to use the CAS protocol.
SimpleWebApplicationServiceImpl(String, String, String, ResponseBuilder<WebApplicationService>) - Constructor for class org.apereo.cas.authentication.principal.SimpleWebApplicationServiceImpl
Instantiates a new simple web application service impl.
SimpleWebApplicationServiceSerializer - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Serializer for SimpleWebApplicationServiceImpl class.
SimpleWebApplicationServiceSerializer() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.SimpleWebApplicationServiceSerializer
 
SingleLogoutService - Interface in org.apereo.cas.logout
Define a service which support single logout.
SingleLogoutServiceLogoutUrlBuilder - Interface in org.apereo.cas.logout
This is SingleLogoutServiceLogoutUrlBuilder, which determines which given endpoint of a registered service must receive logout messages.
SingleLogoutServiceMessageHandler - Interface in org.apereo.cas.logout
This is SingleLogoutServiceMessageHandler which defines how a logout message for a service that supports SLO should be handled.
singleSignOnSessionsReportController() - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
SingleSignOnSessionsReportController - Class in org.apereo.cas.web.report
SSO Report web controller that produces JSON data for the view.
SingleSignOnSessionsReportController() - Constructor for class org.apereo.cas.web.report.SingleSignOnSessionsReportController
Instantiates a new Single sign on sessions report resource.
size() - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
Return number of records held in this service registry.
size() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
size() - Method in class org.apereo.cas.services.CouchbaseServiceRegistryDao
 
size() - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
size() - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
size() - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
size() - Method in interface org.apereo.cas.services.ServiceRegistryDao
Return number of records held in this service registry.
skipBypassAndSupportEventBasedOnAuthenticationAttributes(MultifactorAuthenticationProperties.BaseProvider.Bypass, Authentication) - Method in class org.apereo.cas.services.DefaultMultifactorAuthenticationProviderBypass
Skip bypass and support event based on authentication attributes.
skipBypassAndSupportEventBasedOnPrincipalAttributes(MultifactorAuthenticationProperties.BaseProvider.Bypass, Principal) - Method in class org.apereo.cas.services.DefaultMultifactorAuthenticationProviderBypass
Skip bypass and support event based on principal attributes.
sloPostProfileHandlerController() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SLOPostProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
This is SLOPostProfileHandlerController, responsible for handling requests for SAML2 SLO.
SLOPostProfileHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.SLOPostProfileHandlerController
Instantiates a new Slo post profile handler controller.
SloProperties - Class in org.apereo.cas.configuration.model.core.slo
This is SloProperties.
SloProperties() - Constructor for class org.apereo.cas.configuration.model.core.slo.SloProperties
 
smartOpenIdAssociationController() - Method in class org.apereo.cas.config.OpenIdConfiguration
 
SmartOpenIdController - Class in org.apereo.cas.support.openid.web.mvc
Generates an association to an openid association request.
SmartOpenIdController() - Constructor for class org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
 
SpengoWebflowConfigurer - Class in org.apereo.cas.web.flow
The SpengoWebflowConfigurer is responsible for adjusting the CAS webflow context for spnego integration.
SpengoWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.SpengoWebflowConfigurer
 
spnego() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
SPNEGO_CREDENTIALS - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The spnego credentials.
SPNEGO_FIRST_TIME - Static variable in interface org.apereo.cas.support.spnego.util.SpnegoConstants
The spnego first time.
spnegoAuthentication() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoConfiguration - Class in org.apereo.cas.config
SpnegoConfiguration() - Constructor for class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoConstants - Interface in org.apereo.cas.support.spnego.util
Spnego Constants.
SpnegoCredential - Class in org.apereo.cas.support.spnego.authentication.principal
Credential that are a holder for SPNEGO init token.
SpnegoCredential(byte[]) - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
Instantiates a new SPNEGO credential.
SpnegoCredentialsAction - Class in org.apereo.cas.web.flow
Second action of a SPNEGO flow : decode the gssapi-data and build a new SpnegoCredential.
SpnegoCredentialsAction() - Constructor for class org.apereo.cas.web.flow.SpnegoCredentialsAction
 
spnegoHandler() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoNegociateCredentialsAction - Class in org.apereo.cas.web.flow
First action of a SPNEGO flow : negotiation.
SpnegoNegociateCredentialsAction() - Constructor for class org.apereo.cas.web.flow.SpnegoNegociateCredentialsAction
Instantiates a new Spnego negociate credentials action.
spnegoPrincipalFactory() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
spnegoPrincipalResolver() - Method in class org.apereo.cas.config.SpnegoConfiguration
 
SpnegoPrincipalResolver - Class in org.apereo.cas.support.spnego.authentication.principal
Implementation of a CredentialToPrincipalResolver that takes a SpnegoCredential and returns a SimplePrincipal.
SpnegoPrincipalResolver() - Constructor for class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
SpnegoProperties - Class in org.apereo.cas.configuration.model.support.spnego
SpnegoProperties() - Constructor for class org.apereo.cas.configuration.model.support.spnego.SpnegoProperties
 
SpnegoProperties.Ldap - Class in org.apereo.cas.configuration.model.support.spnego
 
SpnegoWebflowConfiguration - Class in org.apereo.cas.web.flow.config
SpnegoWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
spnegoWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.SpnegoWebflowConfiguration
 
sql - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The Sql statement to execute.
SslTrustStoreAwareHttpClient() - Constructor for class org.apereo.cas.util.http.SimpleHttpClientFactoryBean.SslTrustStoreAwareHttpClient
 
ssoPostProfileCallbackHandlerController() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SSOPostProfileCallbackHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
This is SSOPostProfileCallbackHandlerController, which handles the profile callback request to build the final saml response.
SSOPostProfileCallbackHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileCallbackHandlerController
 
ssoPostProfileHandlerController() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
SSOPostProfileHandlerController - Class in org.apereo.cas.support.saml.web.idp.profile
The SSOPostProfileHandlerController is responsible for handling profile requests for SAML2 Web SSO.
SSOPostProfileHandlerController() - Constructor for class org.apereo.cas.support.saml.web.idp.profile.SSOPostProfileHandlerController
Instantiates a new redirect profile handler controller.
SsoProperties - Class in org.apereo.cas.configuration.model.core.sso
Configuration properties class for create.sso.
SsoProperties() - Constructor for class org.apereo.cas.configuration.model.core.sso.SsoProperties
 
St() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.St
 
STATE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The state.
STATE_ID_GATEWAY - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
'gateway' state id.
STATE_ID_GATEWAY_REQUEST_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'gatewayRequestCheck'.
STATE_ID_GATEWAY_SERVICES_MGMT_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'gatewayServicesManagementCheck'.
STATE_ID_GENERATE_SERVICE_TICKET - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'gatewayRequestCheck'.
STATE_ID_HAS_SERVICE_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'hasServiceCheck'.
STATE_ID_INIT_LOGIN_FORM - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'initializeLoginForm'.
STATE_ID_POST_REDIR_DECISION - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'postRedirectDecision'.
STATE_ID_POST_VIEW - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'postView'.
STATE_ID_REDIR_VIEW - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'redirectView'.
STATE_ID_REDIRECT - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'redirect'.
STATE_ID_REGISTER_TRUSTED_DEVICE - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'registerTrustedDevice'.
STATE_ID_RENEW_REQUEST_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'renewRequestCheck'.
STATE_ID_SERVICE_AUTHZ_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'serviceAuthorizationCheck'.
STATE_ID_SERVICE_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'serviceCheck'.
STATE_ID_SERVICE_UNAUTHZ_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'serviceUnauthorizedCheck'.
STATE_ID_SHOW_WARNING_VIEW - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'showWarningView'.
STATE_ID_SUCCESS - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'success'.
STATE_ID_TERMINATE_SESSION - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'terminateSession'.
STATE_ID_VERIFY_TRUSTED_DEVICE - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'verifyTrustedDevice'.
STATE_ID_VIEW_GENERIC_LOGIN_SUCCESS - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'viewGenericLoginSuccess'.
STATE_ID_VIEW_LOGIN_FORM - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'viewLoginForm'.
STATE_ID_VIEW_REDIR_UNAUTHZ_URL - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'viewRedirectToUnauthorizedUrlView'.
STATE_ID_VIEW_SERVICE_ERROR - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state 'viewServiceErrorView'.
STATE_ID_WARN - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The state id 'warn'.
StaticMetadataResolverAdapter - Class in org.apereo.cas.support.saml.web.flow.mdui
A StaticMetadataResolverAdapter that loads metadata from static xml files served by urls or locally.
StaticMetadataResolverAdapter() - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.StaticMetadataResolverAdapter
New ctor - required for serialization and job scheduling.
StaticMetadataResolverAdapter(Map<Resource, MetadataFilterChain>) - Constructor for class org.apereo.cas.support.saml.web.flow.mdui.StaticMetadataResolverAdapter
Instantiates a new static metadata resolver adapter.
staticSalt - Variable in class org.apereo.cas.adaptors.jdbc.QueryAndEncodeDatabaseAuthenticationHandler
The static/private salt.
statisticsController() - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration
 
StatisticsController - Class in org.apereo.cas.web.report
 
StatisticsController() - Constructor for class org.apereo.cas.web.report.StatisticsController
 
status(CacheStatistics) - Method in class org.apereo.cas.monitor.AbstractCacheMonitor
Computes the status code for a given set of cache statistics.
Status - Class in org.apereo.cas.monitor
Describes a generic status condition.
Status(StatusCode) - Constructor for class org.apereo.cas.monitor.Status
Creates a new status object with the given code.
Status(StatusCode, String) - Constructor for class org.apereo.cas.monitor.Status
Creates a new status object with the given code.
StatusCode - Enum in org.apereo.cas.monitor
Monitor status code inspired by HTTP status codes.
statusInterceptor() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
STOP - Static variable in class org.apereo.cas.support.pac4j.web.flow.ClientAction
Stop the webflow.
STOP_WEBFLOW - Static variable in class org.apereo.cas.support.pac4j.web.flow.ClientAction
Stop the webflow for pac4j and route to view.
StormpathAuthenticationConfiguration - Class in org.apereo.cas.config
StormpathAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.StormpathAuthenticationConfiguration
 
StormpathAuthenticationHandler - Class in org.apereo.cas.authentication
This is StormpathAuthenticationHandler that verifies accounts against Stormpath Cloud.
StormpathAuthenticationHandler(String, String, String) - Constructor for class org.apereo.cas.authentication.StormpathAuthenticationHandler
 
stormpathAuthenticationHandler() - Method in class org.apereo.cas.config.StormpathAuthenticationConfiguration
 
stormpathPrincipalFactory() - Method in class org.apereo.cas.config.StormpathAuthenticationConfiguration
 
StormpathProperties - Class in org.apereo.cas.configuration.model.support.stormpath
StormpathProperties() - Constructor for class org.apereo.cas.configuration.model.support.stormpath.StormpathProperties
 
StringSerializer<T> - Interface in org.apereo.cas.util.serialization
Interface to define operations needed to map objects from/to clobs.
submit(RequestContext, Credential, MessageContext) - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
Record the fact that the policy is accepted.
submit(RequestContext, Credential) - Method in interface org.apereo.cas.web.flow.AcceptableUsagePolicyRepository
Record the fact that the policy is accepted..
submit(RequestContext, Credential) - Method in class org.apereo.cas.web.flow.DefaultAcceptableUsagePolicyRepository
 
submit(RequestContext, Credential) - Method in class org.apereo.cas.web.flow.LdapAcceptableUsagePolicyRepository
 
SUCCESSFUL_AUTHENTICATION_HANDLERS - Static variable in interface org.apereo.cas.authentication.AuthenticationHandler
Attribute name containing collection of handler names that successfully authenticated credential.
SuccessfulHandlerMetaDataPopulator - Class in org.apereo.cas.authentication
Sets an authentication attribute containing the collection of authentication handlers (by name) that successfully authenticated credential.
SuccessfulHandlerMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.SuccessfulHandlerMetaDataPopulator
 
successfulHandlerMetaDataPopulator() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
successResponse - Variable in class org.apereo.cas.services.web.view.AbstractCasView
Indicate whether this view will be generating the success response or not.
supports(Credential) - Method in class org.apereo.cas.adaptors.authy.AuthyAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.authy.AuthyAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.adaptors.generic.remote.RemoteAddressAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.radius.RadiusAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.handler.support.PrincipalBearingCredentialsAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.trusted.authentication.principal.PrincipalBearingPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.x509.authentication.principal.AbstractX509PrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
supports(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationHandler
Determines whether the handler has the capability to authenticate the given credential.
supports(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
Determines whether the populator has the capability to perform tasks on the given credential.
supports(Credential) - Method in class org.apereo.cas.authentication.CacheCredentialsMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
Determines whether the handler has the capability to authenticate the given credential.
supports(Credential) - Method in class org.apereo.cas.authentication.principal.BasicPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalResolver
Determines whether the credential is supported by this component by delegating to the first configured resolver in the chain.
supports(Credential) - Method in class org.apereo.cas.authentication.principal.PersonDirectoryPrincipalResolver
 
supports(Credential) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
Determines whether this instance supports principal resolution from the given credential.
supports(Credential) - Method in class org.apereo.cas.authentication.principal.RememberMeAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.SuccessfulHandlerMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.digest.DigestAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.integration.pac4j.authentication.handler.support.AbstractWrapperAuthenticationHandler
 
supports(Event, Authentication, RegisteredService) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
supports(Event, Authentication, RegisteredService) - Method in interface org.apereo.cas.services.MultifactorAuthenticationProvider
Indicates whether the current active event is supported by this mfa provider based on the given authentication and service definition.
supports(Service) - Method in class org.apereo.cas.support.oauth.validator.OAuth20ValidationServiceSelectionStrategy
 
supports(Credential) - Method in class org.apereo.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.saml.authentication.SamlAuthenticationMetaDataPopulator
 
supports(Service) - Method in class org.apereo.cas.support.saml.services.SamlIdPEntityIdValidationServiceSelectionStrategy
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.JcifsSpnegoAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.handler.support.NtlmAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.support.wsfederation.authentication.handler.support.WsFederationAuthenticationHandler
Determines if this handler can support the credentials provided.
supports(Credential) - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver
 
supports(Service) - Method in class org.apereo.cas.validation.DefaultValidationServiceSelectionStrategy
 
supports(Service) - Method in interface org.apereo.cas.validation.ValidationServiceSelectionStrategy
Indicates whether this strategy supports service selection.
supportsInternal(Event, Authentication, RegisteredService) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
Determine internally if provider is able to support this authentication request for multifactor, and account for bypass rules..
supportsTrustStoreSslSocketFactoryHttpClient() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 

T

TARGET - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The target constant.
templateSpMetadata() - Method in class org.apereo.cas.config.SamlIdPConfiguration
 
terminate(RequestContext) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
Terminates the CAS SSO session by destroying the TGT (if any) and removing cookies related to the SSO session.
terminateSessionAction(Config) - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
TerminateSessionAction - Class in org.apereo.cas.web.flow
Terminates the CAS SSO session by destroying all SSO state data (i.e.
TerminateSessionAction() - Constructor for class org.apereo.cas.web.flow.TerminateSessionAction
Creates a new instance with the given parameters.
TestShib() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.TestShib
 
tgcCipherExecutor() - Method in class org.apereo.cas.web.config.CasCookieConfiguration
 
TGCCookieRetrievingCookieGenerator - Class in org.apereo.cas.web.support
Generates the tgc cookie.
TGCCookieRetrievingCookieGenerator(CookieValueManager) - Constructor for class org.apereo.cas.web.support.TGCCookieRetrievingCookieGenerator
Instantiates a new TGC cookie retrieving cookie generator.
Tgt() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Tgt
 
themeChangeInterceptor() - Method in class org.apereo.cas.config.CasWebAppConfiguration
 
ThemeProperties - Class in org.apereo.cas.configuration.model.support.themes
ThemeProperties() - Constructor for class org.apereo.cas.configuration.model.support.themes.ThemeProperties
 
threadContextMDCServletFilter() - Method in class org.apereo.cas.logging.config.CasLoggingConfiguration
 
ThreadContextMDCServletFilter - Class in org.apereo.cas.logging.web
ThreadContextMDCServletFilter(TicketRegistrySupport, CookieRetrievingCookieGenerator) - Constructor for class org.apereo.cas.logging.web.ThreadContextMDCServletFilter
 
ThreadLocalConverter() - Constructor for class org.apereo.cas.services.convert.BaseConverters.ThreadLocalConverter
 
ThreadLocalPrincipalResolver - Class in org.apereo.cas.audit.spi
Inspektr PrincipalResolver that gets the value for principal id from Authentication object bound to a current thread of execution.
ThreadLocalPrincipalResolver(PrincipalIdProvider) - Constructor for class org.apereo.cas.audit.spi.ThreadLocalPrincipalResolver
 
ThresholdExpiredCRLRevocationPolicy - Class in org.apereo.cas.adaptors.x509.authentication.revocation.policy
Implements a policy to handle expired CRL data whereby expired data is permitted up to a threshold period of time but not afterward.
ThresholdExpiredCRLRevocationPolicy() - Constructor for class org.apereo.cas.adaptors.x509.authentication.revocation.policy.ThresholdExpiredCRLRevocationPolicy
 
thresholdExpiredCRLRevocationPolicy() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
ThrottledSubmissionHandlerInterceptor - Interface in org.apereo.cas.web.support
ThrottledTimeout() - Constructor for class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.ThrottledTimeout
 
ThrottledUseAndTimeoutExpirationPolicy - Class in org.apereo.cas.ticket.support
Implementation of an expiration policy that adds the concept of saying that a ticket can only be used once every X milliseconds to prevent mis-configured clients from consuming resources by doing constant redirects.
ThrottledUseAndTimeoutExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.ThrottledUseAndTimeoutExpirationPolicy
Instantiates a new Throttled use and timeout expiration policy.
ThrottleProperties - Class in org.apereo.cas.configuration.model.support.throttle
Configuration properties class for cas.throttle.
ThrottleProperties() - Constructor for class org.apereo.cas.configuration.model.support.throttle.ThrottleProperties
 
ThrottleProperties.Failure - Class in org.apereo.cas.configuration.model.support.throttle
Failure.
ThrottleProperties.Jdbc - Class in org.apereo.cas.configuration.model.support.throttle
 
throttleSubmissionCleaner(ThrottledSubmissionHandlerInterceptor) - Method in class org.apereo.cas.web.support.config.CasThrottlingConfiguration
 
Ticket - Interface in org.apereo.cas.ticket
Interface for the generic concept of a ticket.
TicketAsFirstParameterResourceResolver - Class in org.apereo.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.apereo.cas.audit.spi.TicketAsFirstParameterResourceResolver
 
ticketCacheBootstrapCacheLoader() - Method in class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
ticketCreationActionResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
ticketEntityManagerFactory() - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
Entity manager factory local container.
ticketFactory - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The ticket factory.
TicketFactory - Interface in org.apereo.cas.ticket
The TicketFactory is an abstraction that decides how CAS ticket factory objects are created.
TicketGrantingCookieCipherExecutor - Class in org.apereo.cas.util.cipher
This is TicketGrantingCookieCipherExecutor that reads TGC keys from the CAS config and presents a cipher.
TicketGrantingCookieCipherExecutor(String, String) - Constructor for class org.apereo.cas.util.cipher.TicketGrantingCookieCipherExecutor
Instantiates a new Tgc cipher executor.
TicketGrantingCookieProperties - Class in org.apereo.cas.configuration.model.support.cookie
Configuration properties class for tgc.
TicketGrantingCookieProperties() - Constructor for class org.apereo.cas.configuration.model.support.cookie.TicketGrantingCookieProperties
 
TicketGrantingTicket - Interface in org.apereo.cas.ticket
Interface for a ticket granting ticket.
ticketGrantingTicketCheckAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
TicketGrantingTicketCheckAction - Class in org.apereo.cas.web.flow
Webflow action that checks whether the TGT in the request context is valid.
TicketGrantingTicketCheckAction() - Constructor for class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
 
TicketGrantingTicketCheckAction(CentralAuthenticationService) - Constructor for class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
Creates a new instance with the given ticket registry.
ticketGrantingTicketCookieGenerator() - Method in class org.apereo.cas.web.config.CasCookieConfiguration
 
ticketGrantingTicketExpirationPolicy - Variable in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
Expiration policy for ticket granting tickets.
ticketGrantingTicketExpirationPolicy - Variable in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
Expiration policy for ticket granting tickets.
TicketGrantingTicketExpirationPolicy - Class in org.apereo.cas.ticket.support
Provides the Ticket Granting Ticket expiration policy.
TicketGrantingTicketExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
 
TicketGrantingTicketExpirationPolicy(long, long) - Constructor for class org.apereo.cas.ticket.support.TicketGrantingTicketExpirationPolicy
Instantiates a new Ticket granting ticket expiration policy.
TicketGrantingTicketFactory - Interface in org.apereo.cas.ticket
The TicketGrantingTicketFactory is responsible for creating instances of TicketGrantingTicket.
TicketGrantingTicketIdGenerator(int, String) - Constructor for class org.apereo.cas.util.HostNameBasedUniqueTicketIdGenerator.TicketGrantingTicketIdGenerator
Instantiates a new Ticket granting ticket id generator.
TicketGrantingTicketImpl - Class in org.apereo.cas.ticket
Concrete implementation of a TicketGrantingTicket.
TicketGrantingTicketImpl() - Constructor for class org.apereo.cas.ticket.TicketGrantingTicketImpl
Instantiates a new ticket granting ticket impl.
TicketGrantingTicketImpl(String, Service, TicketGrantingTicket, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.TicketGrantingTicketImpl
Constructs a new TicketGrantingTicket.
TicketGrantingTicketImpl(String, Authentication, ExpirationPolicy) - Constructor for class org.apereo.cas.ticket.TicketGrantingTicketImpl
Constructs a new TicketGrantingTicket without a parent TicketGrantingTicket.
TicketGrantingTicketProperties - Class in org.apereo.cas.configuration.model.core.ticket
TicketGrantingTicketProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties
 
TicketGrantingTicketProperties.HardTimeout - Class in org.apereo.cas.configuration.model.core.ticket
 
TicketGrantingTicketProperties.RememberMe - Class in org.apereo.cas.configuration.model.core.ticket
 
TicketGrantingTicketProperties.ThrottledTimeout - Class in org.apereo.cas.configuration.model.core.ticket
 
TicketGrantingTicketProperties.Timeout - Class in org.apereo.cas.configuration.model.core.ticket
 
ticketGrantingTicketUniqueIdGenerator() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
ticketGrantingTicketUniqueTicketIdGenerator - Variable in class org.apereo.cas.ticket.DefaultProxyGrantingTicketFactory
Used to generate ids for TicketGrantingTickets created.
ticketGrantingTicketUniqueTicketIdGenerator - Variable in class org.apereo.cas.ticket.DefaultTicketGrantingTicketFactory
UniqueTicketIdGenerator to generate ids for TicketGrantingTickets created.
TicketIdSanitizationUtils - Class in org.apereo.cas.util.serialization
This is TicketIdSanitizationUtils which attempts to remove sensitive ticket ids from a given String.
TicketOrCredentialPrincipalResolver - Class in org.apereo.cas.audit.spi
Deprecated.
As of CAS 5.
TicketOrCredentialPrincipalResolver(CentralAuthenticationService) - Constructor for class org.apereo.cas.audit.spi.TicketOrCredentialPrincipalResolver
Deprecated.
Instantiates a new Ticket or credential principal resolver.
ticketPackagesToScan() - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
Jpa packages to scan string [].
TicketProperties - Class in org.apereo.cas.configuration.model.core.util
Configuration properties class for ticket.
TicketProperties() - Constructor for class org.apereo.cas.configuration.model.core.util.TicketProperties
 
ticketRegistry - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
TicketRegistry for storing and retrieving tickets as needed.
ticketRegistry() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
ticketRegistry() - Method in class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration
 
ticketRegistry(Cache) - Method in class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
ticketRegistry() - Method in class org.apereo.cas.config.HazelcastInstanceConfiguration
Ticket registry ticket registry.
ticketRegistry() - Method in class org.apereo.cas.config.IgniteTicketRegistryConfiguration
 
ticketRegistry() - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
 
ticketRegistry(MemcachedClientIF) - Method in class org.apereo.cas.config.MemcachedTicketRegistryConfiguration
 
ticketRegistry - Variable in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
The ticket registry.
ticketRegistry() - Method in class org.apereo.cas.ticket.registry.config.InfinispanTicketRegistryConfiguration
 
TicketRegistry - Interface in org.apereo.cas.ticket.registry
Interface for a registry that stores tickets.
ticketRegistryCleaner() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
ticketRegistryCleaner() - Method in class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration
 
ticketRegistryCleaner(MemcachedClientIF) - Method in class org.apereo.cas.config.MemcachedTicketRegistryConfiguration
 
TicketRegistryCleaner - Interface in org.apereo.cas.ticket.registry
ticketRegistryCouchbaseClientFactory() - Method in class org.apereo.cas.config.CouchbaseTicketRegistryConfiguration
 
TicketRegistryProperties - Class in org.apereo.cas.configuration.model.core.ticket.registry
TicketRegistryProperties() - Constructor for class org.apereo.cas.configuration.model.core.ticket.registry.TicketRegistryProperties
 
TicketRegistryProperties.Cleaner - Class in org.apereo.cas.configuration.model.core.ticket.registry
 
TicketRegistryProperties.InMemory - Class in org.apereo.cas.configuration.model.core.ticket.registry
 
TicketRegistrySupport - Interface in org.apereo.cas.ticket.registry
Helper strategy API to ease retrieving CAS' Authentication object and its associated components from available CAS SSO String token called Ticket Granting Ticket (TGT).
ticketRegistrySupport - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Ticket registry support.
ticketResourceResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
ticketResourceRestController() - Method in class org.apereo.cas.config.CasRestConfiguration
 
ticketRMISynchronousCacheReplicator() - Method in class org.apereo.cas.config.EhcacheTicketRegistryConfiguration
 
TicketsCache() - Constructor for class org.apereo.cas.configuration.model.support.ignite.IgniteProperties.TicketsCache
 
TicketsResource - Class in org.apereo.cas.support.rest
RestController implementation of CAS' REST API.
TicketsResource() - Constructor for class org.apereo.cas.support.rest.TicketsResource
 
TicketState - Interface in org.apereo.cas.ticket
 
ticketTransactionManager() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
ticketTransactionManager(EntityManagerFactory) - Method in class org.apereo.cas.config.JpaTicketRegistryConfiguration
Transaction manager events jpa transaction manager.
ticketValidationActionResolver() - Method in class org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration
 
TIME - Static variable in interface org.apereo.cas.support.saml.SamlIdPConstants
The time constant.
TimeBasedRegisteredServiceAccessStrategy - Class in org.apereo.cas.services
The TimeBasedRegisteredServiceAccessStrategy is responsible for enforcing CAS authorization strategy based on a configured start/end time.
TimeBasedRegisteredServiceAccessStrategy() - Constructor for class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
Initiates the time-based access strategy.
TimeBasedRegisteredServiceAccessStrategy(boolean, boolean) - Constructor for class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
Initiates the time-based access strategy.
Timeout() - Constructor for class org.apereo.cas.configuration.model.core.ticket.TicketGrantingTicketProperties.Timeout
 
TimeoutExpirationPolicy - Class in org.apereo.cas.ticket.support
Expiration policy that is based on a certain time period for a ticket to exist.
TimeoutExpirationPolicy() - Constructor for class org.apereo.cas.ticket.support.TimeoutExpirationPolicy
No-arg constructor for serialization support.
TimeoutExpirationPolicy(long) - Constructor for class org.apereo.cas.ticket.support.TimeoutExpirationPolicy
Instantiates a new timeout expiration policy.
timestampOf(ZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
timeUnit - Variable in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
Expiration time unit.
to(OutputStream, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
to(Writer, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
to(File, T) - Method in class org.apereo.cas.util.serialization.AbstractJacksonBackedStringSerializer
 
to(OutputStream, T) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Serialize the given object to its equivalent to the output stream.
to(Writer, T) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Serialize the given object to its equivalent to the output writer.
to(File, T) - Method in interface org.apereo.cas.util.serialization.StringSerializer
Serialize the given object to its equivalent to the output file.
toAccessStrategy(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AccessStrategyMapper
Create a RegisteredServiceAccessStrategy represented by the specified RegisteredServiceEditBean.ServiceData bean.
toAccessStrategy(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAccessStrategyMapper
 
toAttributeFilter(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AttributeFilterMapper
Create a RegisteredServiceAttributeFilter represented by the specified RegisteredServiceEditBean.ServiceData bean.
toAttributeFilter(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeFilterMapper
 
toAttributeReleasePolicy(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.AttributeReleasePolicyMapper
Create a RegisteredServiceAttributeReleasePolicy represented by the specified RegisteredServiceEditBean.ServiceData bean.
toAttributeReleasePolicy(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultAttributeReleasePolicyMapper
 
toChronoUnit(TimeUnit) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
TOKEN_TYPE - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The token type parameter.
TOKEN_TYPE_BEARER - Static variable in interface org.apereo.cas.support.oauth.OAuthConstants
The bearer type.
tokenAuthenticationAction() - Method in class org.apereo.cas.config.TokenAuthenticationConfiguration
 
TokenAuthenticationAction - Class in org.apereo.cas.web.flow.token
TokenAuthenticationAction() - Constructor for class org.apereo.cas.web.flow.token.TokenAuthenticationAction
 
TokenAuthenticationConfiguration - Class in org.apereo.cas.config
TokenAuthenticationConfiguration() - Constructor for class org.apereo.cas.config.TokenAuthenticationConfiguration
 
TokenAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
This is TokenAuthenticationHandler that authenticates instances of TokenCredential.
TokenAuthenticationHandler() - Constructor for class org.apereo.cas.authentication.handler.support.TokenAuthenticationHandler
 
tokenAuthenticationHandler() - Method in class org.apereo.cas.config.TokenAuthenticationConfiguration
 
TokenAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.token
TokenAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.token.TokenAuthenticationProperties
 
TokenAuthenticationWebflowConfiguration - Class in org.apereo.cas.web.flow.config
TokenAuthenticationWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.TokenAuthenticationWebflowConfiguration
 
TokenConstants - Interface in org.apereo.cas
This is TokenConstants, an interface to hold constants relates to token authentication.
TokenCredential - Class in org.apereo.cas.authentication.handler.support
This is TokenCredential that represents the user credentials in form of an encrypted token.
TokenCredential(String, Service) - Constructor for class org.apereo.cas.authentication.handler.support.TokenCredential
Instantiates a new Token credential.
tokenPrincipalFactory() - Method in class org.apereo.cas.config.TokenAuthenticationConfiguration
 
tokenWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.TokenAuthenticationWebflowConfiguration
 
TokenWebflowConfigurer - Class in org.apereo.cas.web.flow
The TokenWebflowConfigurer is responsible for adjusting the CAS webflow context for token authentication support integration.
TokenWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.TokenWebflowConfigurer
 
toMultifactorPolicy(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultMultifactorAuthenticationMapper
 
toMultifactorPolicy(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.MultifactorAuthenticationMapper
To multifactor policy registered service multifactor policy.
toPrincipalRepository(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultPrincipalAttributesRepositoryMapper
 
toPrincipalRepository(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.PrincipalAttributesRepositoryMapper
Create a PrincipalAttributesRepository represented by the specified RegisteredServiceEditBean.ServiceData bean.
toProxyPolicy(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultProxyPolicyMapper
 
toProxyPolicy(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.ProxyPolicyMapper
Create a RegisteredServiceProxyPolicy represented by the specified RegisteredServiceEditBean.ServiceData bean.
toRegisteredService(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultRegisteredServiceMapper
 
toRegisteredService(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.RegisteredServiceMapper
Create a RegisteredService represented by the specified RegisteredServiceEditBean.ServiceData bean.
toString() - Method in class org.apereo.cas.adaptors.authy.AuthyTokenCredential
 
toString() - Method in class org.apereo.cas.adaptors.duo.authn.api.DuoApiCredential
 
toString() - Method in class org.apereo.cas.adaptors.duo.authn.web.DuoCredential
 
toString() - Method in class org.apereo.cas.adaptors.gauth.GoogleAuthenticatorTokenCredential
 
toString() - Method in class org.apereo.cas.adaptors.gauth.JpaGoogleAuthenticatorAccountRegistry
 
toString() - Method in class org.apereo.cas.adaptors.gauth.MongoDbGoogleAuthenticatorAccountRegistry
 
toString() - Method in class org.apereo.cas.adaptors.ldap.services.LdapServiceRegistryDao
 
toString() - Method in class org.apereo.cas.adaptors.radius.authentication.RadiusTokenCredential
 
toString() - Method in class org.apereo.cas.adaptors.radius.JRadiusServerImpl
 
toString() - Method in class org.apereo.cas.adaptors.radius.RadiusClientFactory
 
toString(X509Certificate) - Static method in class org.apereo.cas.adaptors.x509.util.CertUtils
Creates a unique and human-readable representation of the given certificate.
toString() - Method in class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
 
toString() - Method in class org.apereo.cas.authentication.AbstractCredential
 
toString() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
 
toString() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
 
toString() - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
toString() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
 
toString() - Method in class org.apereo.cas.authentication.handler.support.TokenCredential
 
toString() - Method in class org.apereo.cas.authentication.principal.AbstractWebApplicationService
 
toString() - Method in class org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository
 
toString() - Method in class org.apereo.cas.authentication.principal.ClientCredential
 
toString() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository
 
toString() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
toString() - Method in exception org.apereo.cas.authentication.RootCasException
 
toString() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
 
toString() - Method in class org.apereo.cas.digest.DigestCredential
 
toString() - Method in class org.apereo.cas.logout.DefaultLogoutRequest
 
toString() - Method in enum org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyStrategyBean.Types
 
toString() - Method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceLogoutTypeEditBean
 
toString() - Method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceTypeEditBean
 
toString() - Method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean.Types
 
toString(StringBuilder) - Method in interface org.apereo.cas.monitor.CacheStatistics
Writes a string representation of cache statistics to the given string builder.
toString(StringBuilder) - Method in class org.apereo.cas.monitor.EhCacheStatistics
 
toString(StringBuilder) - Method in class org.apereo.cas.monitor.HazelcastMonitor.HazelcastStatistics
 
toString(StringBuilder) - Method in class org.apereo.cas.monitor.SimpleCacheStatistics
 
toString() - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
 
toString() - Method in class org.apereo.cas.services.AbstractRegisteredService
 
toString() - Method in class org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy
 
toString() - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
toString() - Method in class org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy
 
toString() - Method in class org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy
 
toString() - Method in class org.apereo.cas.services.InMemoryServiceRegistryDaoImpl
 
toString() - Method in class org.apereo.cas.services.JpaServiceRegistryDaoImpl
 
toString() - Method in class org.apereo.cas.services.MongoServiceRegistryDao
 
toString() - Method in class org.apereo.cas.services.OidcRegisteredService
 
toString() - Method in class org.apereo.cas.services.PrincipalAttributeRegisteredServiceUsernameProvider
 
toString() - Method in class org.apereo.cas.services.RegexMatchingRegisteredServiceProxyPolicy
 
toString() - Method in class org.apereo.cas.services.RegisteredServicePublicKeyImpl
 
toString() - Method in class org.apereo.cas.services.RemoteEndpointServiceAccessStrategy
 
toString() - Method in class org.apereo.cas.services.ReturnAllAttributeReleasePolicy
 
toString() - Method in class org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy
 
toString() - Method in class org.apereo.cas.services.ReturnMappedAttributeReleasePolicy
 
toString() - Method in class org.apereo.cas.services.support.RegisteredServiceRegexAttributeFilter
 
toString() - Method in class org.apereo.cas.services.TimeBasedRegisteredServiceAccessStrategy
 
toString() - Method in class org.apereo.cas.support.events.CasProxyGrantingTicketCreatedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasProxyTicketGrantedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasRegisteredServiceDeletedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasRegisteredServiceSavedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasServiceTicketGrantedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasServiceTicketValidatedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasTicketGrantingTicketCreatedEvent
 
toString() - Method in class org.apereo.cas.support.events.CasTicketGrantingTicketDestroyedEvent
 
toString() - Method in class org.apereo.cas.support.events.dao.CasEvent
 
toString() - Method in class org.apereo.cas.support.events.jpa.JpaCasEventRepository
 
toString() - Method in class org.apereo.cas.support.events.mongo.MongoDbCasEventRepository
 
toString() - Method in class org.apereo.cas.support.oauth.services.OAuthRegisteredService
 
toString() - Method in class org.apereo.cas.support.openid.authentication.principal.OpenIdCredential
 
toString() - Method in class org.apereo.cas.support.saml.services.SamlRegisteredService
 
toString() - Method in class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
 
toString() - Method in class org.apereo.cas.support.spnego.util.ReverseDNSRunnable
 
toString() - Method in class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
toString produces a human readable representation of the WsFederationCredential.
toString() - Method in class org.apereo.cas.ticket.AbstractTicket
 
toString() - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
toString() - Method in class org.apereo.cas.ticket.registry.EncodedTicket
 
toString() - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
toString() - Method in class org.apereo.cas.ticket.registry.support.JpaLockingStrategy
 
toString() - Method in class org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord
 
toString() - Method in class org.apereo.cas.trusted.authentication.storage.BaseMultifactorAuthenticationTrustStorage
 
toString() - Method in class org.apereo.cas.util.crypto.PublicKeyFactoryBean
 
toString() - Method in class org.apereo.cas.util.http.HttpMessage
 
toString() - Method in class org.apereo.cas.validation.ImmutableAssertion
 
toString() - Method in class org.apereo.cas.web.flow.client.BaseSpnegoKnownClientSystemsFilterAction
 
toString() - Method in class org.apereo.cas.web.support.AbstractThrottledSubmissionHandlerInterceptorAdapter
 
toString() - Method in class org.apereo.cas.web.view.Cas30JsonResponseView
 
toString() - Method in class org.apereo.cas.web.view.CasProtocolView
 
toTimeUnit(ChronoUnit) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
toUsernameAttributeProvider(RegisteredServiceEditBean.ServiceData) - Method in class org.apereo.cas.mgmt.services.web.factory.DefaultUsernameAttributeProviderMapper
 
toUsernameAttributeProvider(RegisteredServiceEditBean.ServiceData) - Method in interface org.apereo.cas.mgmt.services.web.factory.UsernameAttributeProviderMapper
Create a RegisteredServiceUsernameAttributeProvider represented by the specified RegisteredServiceEditBean.ServiceData bean.
trackServiceSession(String, Service, boolean) - Method in class org.apereo.cas.ticket.TicketGrantingTicketImpl
Update service and track session.
transactionManagerEvents(EntityManagerFactory) - Method in class org.apereo.cas.config.JpaEventsConfiguration
 
transactionManagerGoogleAuthenticator(EntityManagerFactory) - Method in class org.apereo.cas.config.GoogleAuthentiacatorJpaConfiguration
 
transactionManagerMfaAuthnTrust(EntityManagerFactory) - Method in class org.apereo.cas.trusted.config.JdbcMultifactorAuthnTrustConfiguration
 
transactionManagerMfaAuthnTrust() - Method in class org.apereo.cas.trusted.config.MultifactorAuthnTrustConfiguration
 
transactionManagerServiceReg(EntityManagerFactory) - Method in class org.apereo.cas.config.JpaServiceRegistryConfiguration
 
transform(String) - Method in interface org.apereo.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.
transform(String) - Method in class org.apereo.cas.configuration.support.ConvertCasePrincipalNameTransformer
 
transform(String) - Method in class org.apereo.cas.configuration.support.PrefixSuffixPrincipalNameTransformer
 
transformSamlObject(OpenSamlConfigBean, SAMLObject) - Static method in class org.apereo.cas.support.saml.SamlUtils
Transform saml object to String.
TRANSITION_ID_AUTHENTICATION_FAILURE - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'authenticationFailure'.
TRANSITION_ID_ERROR - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'error'.
TRANSITION_ID_INITIAL_AUTHN_REQUEST_VALIDATION_CHECK - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'initialAuthenticationRequestValidationCheck'.
TRANSITION_ID_NO - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'no'.
TRANSITION_ID_REAL_SUBMIT - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'realSubmit'.
TRANSITION_ID_RESET_PASSWORD - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
Transition id 'resetPassword'.
TRANSITION_ID_SEND_TICKET_GRANTING_TICKET - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'sendTicketGrantingTicket'.
TRANSITION_ID_SUBMIT - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'submit'.
TRANSITION_ID_SUCCESS - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'success'.
TRANSITION_ID_WARN - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'warn'.
TRANSITION_ID_YES - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The transition state 'yes'.
Trusted() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.Trusted
 
TrustedAuthenticationConfiguration - Class in org.apereo.cas.adaptors.trusted.config
TrustedAuthenticationConfiguration() - Constructor for class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
TrustedAuthenticationProperties - Class in org.apereo.cas.configuration.model.support.trusted
TrustedAuthenticationProperties() - Constructor for class org.apereo.cas.configuration.model.support.trusted.TrustedAuthenticationProperties
 
TrustedAuthenticationWebflowConfiguration - Class in org.apereo.cas.web.flow.config
TrustedAuthenticationWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.TrustedAuthenticationWebflowConfiguration
 
TrustedAuthenticationWebflowConfigurer - Class in org.apereo.cas.web.flow
The TrustedAuthenticationWebflowConfigurer is responsible for adjusting the CAS webflow context for trusted authn integration.
TrustedAuthenticationWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.TrustedAuthenticationWebflowConfigurer
 
TrustedDevicesConfiguration() - Constructor for class org.apereo.cas.web.report.config.CasReportsConfiguration.TrustedDevicesConfiguration
 
trustedDevicesController(MultifactorAuthenticationTrustStorage) - Method in class org.apereo.cas.web.report.config.CasReportsConfiguration.TrustedDevicesConfiguration
 
TrustedDevicesController - Class in org.apereo.cas.web.report
TrustedDevicesController(MultifactorAuthenticationTrustStorage) - Constructor for class org.apereo.cas.web.report.TrustedDevicesController
 
trustedPrincipalFactory() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
trustedPrincipalResolver() - Method in class org.apereo.cas.adaptors.trusted.config.TrustedAuthenticationConfiguration
 
trustedWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.TrustedAuthenticationWebflowConfiguration
 
Truststore() - Constructor for class org.apereo.cas.configuration.model.core.authentication.HttpClientProperties.Truststore
 
trustStoreSslSocketFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
 
Twitter() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Twitter
 

U

UnauthorizedAuthenticationException - Exception in org.apereo.cas.authentication.adaptive
UnauthorizedAuthenticationException(String, Map<String, Class<? extends Exception>>) - Constructor for exception org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
 
UnauthorizedAuthenticationException(Map<String, Class<? extends Exception>>) - Constructor for exception org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
 
UnauthorizedAuthenticationException(Map<String, Class<? extends Exception>>, Map<String, HandlerResult>) - Constructor for exception org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
 
UnauthorizedAuthenticationException(String, Map<String, Class<? extends Exception>>, Map<String, HandlerResult>) - Constructor for exception org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
 
UnauthorizedProxyingException - Exception in org.apereo.cas.services
Exception thrown when a service attempts to proxy when it is not allowed to.
UnauthorizedProxyingException() - Constructor for exception org.apereo.cas.services.UnauthorizedProxyingException
Instantiates a new unauthorized proxying exception.
UnauthorizedProxyingException(String, Throwable) - Constructor for exception org.apereo.cas.services.UnauthorizedProxyingException
Instantiates a new unauthorized proxying exception.
UnauthorizedProxyingException(String) - Constructor for exception org.apereo.cas.services.UnauthorizedProxyingException
Instantiates a new unauthorized proxying exception.
UnauthorizedServiceException - Exception in org.apereo.cas.services
Exception that is thrown when an Unauthorized Service attempts to use CAS.
UnauthorizedServiceException(String) - Constructor for exception org.apereo.cas.services.UnauthorizedServiceException
Construct the exception object with the associated error code.
UnauthorizedServiceException(String, String) - Constructor for exception org.apereo.cas.services.UnauthorizedServiceException
Constructs an UnauthorizedServiceException with a custom message and the root cause of this exception.
UnauthorizedServiceException(String, Throwable) - Constructor for exception org.apereo.cas.services.UnauthorizedServiceException
Constructs an UnauthorizedServiceException with a custom message and the root cause of this exception.
UnauthorizedServiceForPrincipalException - Exception in org.apereo.cas.services
This is UnauthorizedServiceForPrincipalException thrown when an attribute is missing from principal attribute release policy that would otherwise grant access to the service that is requesting authentication.
UnauthorizedServiceForPrincipalException() - Constructor for exception org.apereo.cas.services.UnauthorizedServiceForPrincipalException
Instantiates a new unauthorized sso service exception.
UnauthorizedServiceForPrincipalException(String, Throwable) - Constructor for exception org.apereo.cas.services.UnauthorizedServiceForPrincipalException
Instantiates a new unauthorized sso service exception.
UnauthorizedServiceForPrincipalException(String) - Constructor for exception org.apereo.cas.services.UnauthorizedServiceForPrincipalException
Instantiates a new unauthorized sso service exception.
UnauthorizedSsoServiceException - Exception in org.apereo.cas.services
Exception thrown when a service attempts to use SSO when it should not be allowed to.
UnauthorizedSsoServiceException() - Constructor for exception org.apereo.cas.services.UnauthorizedSsoServiceException
Instantiates a new unauthorized sso service exception.
UnauthorizedSsoServiceException(String, Throwable) - Constructor for exception org.apereo.cas.services.UnauthorizedSsoServiceException
Instantiates a new unauthorized sso service exception.
UnauthorizedSsoServiceException(String) - Constructor for exception org.apereo.cas.services.UnauthorizedSsoServiceException
Instantiates a new unauthorized sso service exception.
uniqueIdGeneratorsMap() - Method in class org.apereo.cas.config.CasCoreTicketsConfiguration
 
uniqueIdGeneratorsMap() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
UniqueTicketIdGenerator - Interface in org.apereo.cas.ticket
Interface that enables for pluggable unique ticket Ids strategies.
uniqueTicketIdGeneratorsForService - Variable in class org.apereo.cas.ticket.DefaultProxyTicketFactory
Map to contain the mappings of service to UniqueTicketIdGenerators.
uniqueTicketIdGeneratorsForService - Variable in class org.apereo.cas.ticket.DefaultServiceTicketFactory
Map to contain the mappings of service to UniqueTicketIdGenerators.
UNKNOWN - Static variable in class org.apereo.cas.monitor.Status
Generic UNKNOWN status.
UNKNOWN_COUNT - Static variable in class org.apereo.cas.monitor.PoolStatus
Return value for PoolStatus.getActiveCount() and PoolStatus.getIdleCount() when pool metrics are unknown or unknowable.
UNKNOWN_ID - Static variable in interface org.apereo.cas.authentication.Credential
An ID that may be used to indicate the credential identifier is unknown.
unmarshallerFactory() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Unmarshaller factory unmarshaller factory.
UnrecognizableServiceForServiceTicketValidationException - Exception in org.apereo.cas.ticket
An exception that may be thrown during service ticket validation to indicate that the service ticket is not valid and was not originally issued for the submitted service.
UnrecognizableServiceForServiceTicketValidationException(Service) - Constructor for exception org.apereo.cas.ticket.UnrecognizableServiceForServiceTicketValidationException
Instantiates a new Unrecognizable service for service ticket validation exception.
UnresolvedPrincipalException - Exception in org.apereo.cas.authentication
Describes an error condition where a principal could not be resolved.
UnresolvedPrincipalException(Authentication) - Constructor for exception org.apereo.cas.authentication.UnresolvedPrincipalException
Creates a new instance from an authentication event that was successful prior to principal resolution.
UnresolvedPrincipalException(Authentication, Exception) - Constructor for exception org.apereo.cas.authentication.UnresolvedPrincipalException
Creates a new instance from an authentication event that was successful prior to principal resolution.
UnsatisfiedAuthenticationContextTicketValidationException - Exception in org.apereo.cas.ticket
An exception that may be thrown during service ticket validation to indicate that the service ticket is not valid for the authentication context that is requested.
UnsatisfiedAuthenticationContextTicketValidationException(Service) - Constructor for exception org.apereo.cas.ticket.UnsatisfiedAuthenticationContextTicketValidationException
Instantiates a new Unrecognizable service for service ticket validation exception.
UnsatisfiedAuthenticationPolicyException - Exception in org.apereo.cas.ticket
Error condition arising at ticket creation or validation time when a ticketing operation relying on authentication cannot proceed due to unsatisfied authentication security policy.
UnsatisfiedAuthenticationPolicyException(ContextualAuthenticationPolicy<?>) - Constructor for exception org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
Creates a new instance with no cause.
unWrapJoinPoint(JoinPoint) - Static method in class org.apereo.cas.util.AopUtils
Unwraps a join point that may be nested due to layered proxies.
update(Authentication) - Method in interface org.apereo.cas.authentication.Authentication
Updates the authentication object with what's passed.
update(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
update(RegisteredService) - Method in class org.apereo.cas.services.AbstractResourceBasedServiceRegistryDao
 
update(RegisteredService) - Method in interface org.apereo.cas.services.ResourceBasedServiceRegistryDao
Update a single service instance.
update() - Method in class org.apereo.cas.ticket.AbstractTicket
 
update() - Method in interface org.apereo.cas.ticket.TicketState
Records the previous last time this ticket was used as well as the last usage time.
updateLoggerLevel(String, String, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.report.LoggingConfigController
Looks up the logger in the logger factory, and attempts to find the real logger instance based on the underlying logging framework and retrieve the logger object.
updateRegisteredServiceEvaluationOrder(HttpServletResponse, long...) - Method in class org.apereo.cas.mgmt.services.web.ManageRegisteredServicesMultiActionController
updateTicket(Ticket) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
 
updateTicket(Ticket) - Method in interface org.apereo.cas.CentralAuthenticationService
Updates the ticket instance in the underlying storage mechanism.
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.CouchbaseTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.DefaultTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.EhCacheTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.HazelcastTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.IgniteTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.InfinispanTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.JpaTicketRegistry
 
updateTicket(Ticket) - Method in class org.apereo.cas.ticket.registry.MemCacheTicketRegistry
 
updateTicket(Ticket) - Method in interface org.apereo.cas.ticket.registry.TicketRegistry
Update the received ticket.
UPN_OBJECTID - Static variable in class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectAlternativeNameUPNPrincipalResolver
ObjectID for upn altName for windows smart card logon.
urlDecode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Url decode a value.
urlEncode(String) - Static method in class org.apereo.cas.util.EncodingUtils
Url encode a value via UTF-8.
urlEncode(String, String) - Static method in class org.apereo.cas.util.EncodingUtils
Url encode a value.
URLSerializer - Class in org.apereo.cas.ticket.registry.support.kryo.serial
Kryo serializer for URL.
URLSerializer() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.URLSerializer
 
USER_AGENT_HEADER - Static variable in class org.apereo.cas.web.support.WebUtils
Constant representing the request header for user agent.
usernameAttributeProviderMapper() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 
UsernameAttributeProviderMapper - Interface in org.apereo.cas.mgmt.services.web.factory
Interface for converting RegisteredServiceUsernameAttributeProvider to/from RegisteredServiceEditBean.ServiceData.
UsernamePasswordCallbackHandler(String, String) - Constructor for class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler.UsernamePasswordCallbackHandler
Constructor accepts name and password to be used for authentication.
UsernamePasswordCredential - Class in org.apereo.cas.authentication
Credential for authenticating with a username and password.
UsernamePasswordCredential() - Constructor for class org.apereo.cas.authentication.UsernamePasswordCredential
Default constructor.
UsernamePasswordCredential(String, String) - Constructor for class org.apereo.cas.authentication.UsernamePasswordCredential
Creates a new instance with the given username and password.
UsernamePasswordWrapperAuthenticationHandler - Class in org.apereo.cas.integration.pac4j.authentication.handler.support
Pac4j authentication handler which works on a CAS username / password credential and uses a pac4j authenticator and profile creator to play authentication.
UsernamePasswordWrapperAuthenticationHandler() - Constructor for class org.apereo.cas.integration.pac4j.authentication.handler.support.UsernamePasswordWrapperAuthenticationHandler
Default constructor.
userProperties() - Method in class org.apereo.cas.mgmt.config.CasManagementWebAppConfiguration
 

V

v3ProxyValidateController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
V3ProxyValidateController - Class in org.apereo.cas.web.v3
 
V3ProxyValidateController() - Constructor for class org.apereo.cas.web.v3.V3ProxyValidateController
 
v3ServiceValidateController() - Method in class org.apereo.cas.web.config.CasValidationConfiguration
 
V3ServiceValidateController - Class in org.apereo.cas.web.v3
 
V3ServiceValidateController() - Constructor for class org.apereo.cas.web.v3.V3ServiceValidateController
 
VALID - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT valid event ID="valid".
validate(Authentication, String, RegisteredService) - Method in class org.apereo.cas.authentication.AuthenticationContextValidator
Validate the authentication context.
validate(UsernamePasswordCredentials, WebContext) - Method in class org.apereo.cas.support.oauth.authenticator.OAuthClientAuthenticator
 
validate(UsernamePasswordCredentials, WebContext) - Method in class org.apereo.cas.support.oauth.authenticator.OAuthUserAuthenticator
 
validateAuthenticationContext(Assertion, HttpServletRequest) - Method in class org.apereo.cas.web.AbstractServiceValidateController
Validate authentication context pair.
validateCaptchaAction() - Method in class org.apereo.cas.web.flow.config.CasCaptchaConfiguration
 
ValidateCaptchaAction - Class in org.apereo.cas.web.flow
ValidateCaptchaAction(GoogleRecaptchaProperties) - Constructor for class org.apereo.cas.web.flow.ValidateCaptchaAction
 
validateCasMustChangePassView(PasswordChangeBean, ValidationContext) - Method in class org.apereo.cas.pm.PasswordValidator
Validate cas must change pass view.
validateEventIdForMatchingTransitionInContext(String, RequestContext, Map<String, Object>) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Validate event for transition.
validateServiceTicket(String, Service) - Method in interface org.apereo.cas.CentralAuthenticationService
Validate a ServiceTicket for a particular Service.
validateServiceTicket(String, Service) - Method in class org.apereo.cas.CentralAuthenticationServiceImpl
 
validateSignature(Assertion, WsFederationConfiguration) - Method in class org.apereo.cas.support.wsfederation.WsFederationHelper
validateSignature checks to see if the signature on an assertion is valid.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_ATTRIBUTES - Static variable in interface org.apereo.cas.CasProtocolConstants
Represents the collection of attributes in the view.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_AUTHENTICATION_DATE - Static variable in interface org.apereo.cas.CasProtocolConstants
Represents the authentication date object in the view.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_FORMATTED_ATTRIBUTES - Static variable in interface org.apereo.cas.CasProtocolConstants
Represents the pre-rendered collection of attributes in the view.
VALIDATION_CAS_MODEL_ATTRIBUTE_NAME_FROM_NEW_LOGIN - Static variable in interface org.apereo.cas.CasProtocolConstants
Represents the flag to note whether assertion is backed by new login.
VALIDATION_CAS_MODEL_PROXY_GRANTING_TICKET - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the PGT in the cas validation model.
VALIDATION_CAS_MODEL_PROXY_GRANTING_TICKET_IOU - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the PGTIOU in the cas validation model.
VALIDATION_REMEMBER_ME_ATTRIBUTE_NAME - Static variable in interface org.apereo.cas.CasProtocolConstants
Constant representing the remember-me long term token in the validation payload.
ValidationResponseType - Enum in org.apereo.cas.validation
Enumerates the list of response types that CAS may produce as a result of service being validated.
validationServiceSelectionStrategies - Variable in class org.apereo.cas.AbstractCentralAuthenticationService
The service selection strategy during validation events.
validationServiceSelectionStrategies() - Method in class org.apereo.cas.config.CasCoreConfiguration
 
ValidationServiceSelectionStrategy - Interface in org.apereo.cas.validation
This is ValidationServiceSelectionStrategy which attempts to resolve and nominate a service during a validation event.
ValidationSpecification - Interface in org.apereo.cas.validation
An interface to impose restrictions and requirements on validations (e.g.
validator - Variable in class org.apereo.cas.support.oauth.web.BaseOAuthWrapperController
The OAuth validator.
value() - Method in enum org.apereo.cas.monitor.StatusCode
Gets the numeric value of the status code.
valueOf(String) - Static method in enum org.apereo.cas.adaptors.radius.RadiusProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository.MergingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.authentication.principal.Response.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties.PasswordEncoderTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties.CaseConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties.LdapConnectionPoolPassivator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties.AuthenticationTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap.LdapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.configuration.model.support.x509.X509Properties.PrincipalTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy.GrouperGroupField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.logout.LogoutRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyStrategyBean.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean.AttributeMergerTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceLogoutTypeEditBean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceTypeEditBean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.monitor.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.services.LogoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.services.RegisteredServiceMultifactorPolicy.FailureModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.oauth.web.OAuthGrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.oauth.web.OAuthResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.support.wsfederation.WsFederationConfiguration.WsFedPrincipalResolutionAttributesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apereo.cas.validation.ValidationResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apereo.cas.adaptors.radius.RadiusProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.adaptors.x509.authentication.revocation.RevokedCertificateException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.authentication.principal.cache.AbstractPrincipalAttributesRepository.MergingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.authentication.principal.Response.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.core.authentication.PasswordEncoderProperties.PasswordEncoderTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties.CaseConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties.LdapConnectionPoolPassivator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.support.ldap.LdapAuthenticationProperties.AuthenticationTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties.Ldap.LdapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.configuration.model.support.x509.X509Properties.PrincipalTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.grouper.services.GrouperRegisteredServiceAccessStrategy.GrouperGroupField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.logout.LogoutRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.AbstractRegisteredServiceAttributeReleasePolicyStrategyBean.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean.AttributeMergerTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceAttributeReleasePolicyEditBean.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceLogoutTypeEditBean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceProxyPolicyBean.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceSupportAccessEditBean.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceTypeEditBean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.mgmt.services.web.beans.RegisteredServiceUsernameAttributeProviderEditBean.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.monitor.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.services.LogoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.services.RegisteredServiceMultifactorPolicy.FailureModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.oauth.web.OAuthGrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.oauth.web.OAuthResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.support.wsfederation.WsFederationConfiguration.WsFedPrincipalResolutionAttributesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apereo.cas.validation.ValidationResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR_ID_CREDENTIAL - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The flow var id 'credential'.
velocityEngineFactory - Variable in class org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileSamlResponseBuilder
The Velocity engine factory.
velocityEngineFactoryBean() - Method in class org.apereo.cas.config.CoreSamlConfiguration
Velocity engine velocity engine factory bean.
verify(RequestContext, Credential) - Method in class org.apereo.cas.web.flow.AbstractPrincipalAttributeAcceptableUsagePolicyRepository
 
verify(RequestContext, Credential, MessageContext) - Method in class org.apereo.cas.web.flow.AcceptableUsagePolicyFormAction
Verify whether the policy is accepted.
verify(RequestContext, Credential) - Method in interface org.apereo.cas.web.flow.AcceptableUsagePolicyRepository
Verify whether the policy is accepted.
verify(RequestContext, Credential) - Method in class org.apereo.cas.web.flow.DefaultAcceptableUsagePolicyRepository
 
verifyJwsSignature(Key, byte[]) - Static method in class org.apereo.cas.util.EncodingUtils
Verify jws signature byte [ ].
verifyPasswordResetRequestAction(PasswordManagementService) - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
VerifyPasswordResetRequestAction - Class in org.apereo.cas.pm.web.flow
VerifyPasswordResetRequestAction(PasswordManagementService) - Constructor for class org.apereo.cas.pm.web.flow.VerifyPasswordResetRequestAction
 
verifySamlProfileRequestIfNeeded(RequestAbstractType, MetadataResolver, HttpServletRequest, MessageContext) - Method in class org.apereo.cas.support.saml.web.idp.profile.builders.enc.SamlObjectSigner
Validate authn request signature.
verifySamlRegisteredService(String) - Method in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
Gets registered service and verify.
verifySecurityQuestionsAction(PasswordManagementService) - Method in class org.apereo.cas.pm.config.PasswordManagementConfiguration
 
VerifySecurityQuestionsAction - Class in org.apereo.cas.pm.web.flow
VerifySecurityQuestionsAction(PasswordManagementService) - Constructor for class org.apereo.cas.pm.web.flow.VerifySecurityQuestionsAction
 
verifySignature(byte[]) - Method in class org.apereo.cas.util.cipher.AbstractCipherExecutor
Verify signature.
verifySpnegoAttributeValue(LdapAttribute) - Method in class org.apereo.cas.web.flow.client.LdapSpnegoKnownClientSystemsFilterAction
Verify spnego attribute value.
verifyTicketState(Ticket, String, Class) - Method in class org.apereo.cas.AbstractCentralAuthenticationService
Validate ticket expiration policy and throws exception if ticket is no longer valid.
VIEW_ID_CONFIRM - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The view id 'casConfirmView'.
VIEW_ID_GENERIC_SUCCESS - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The view id 'casGenericSuccessView'.
VIEW_ID_REGISTER_DEVICE - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The view id 'registerDeviceView'.
VIEW_ID_SEND_RESET_PASSWORD_ACCT_INFO - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
View id 'casResetPasswordSendInstructions'.
VIEW_ID_SENT_RESET_PASSWORD_ACCT_INFO - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
View id 'casResetPasswordSentInstructions'.
VIEW_ID_SERVICE_ERROR - Static variable in interface org.apereo.cas.web.flow.CasWebflowConstants
The view id 'casServiceErrorView'.
VIEW_ID_STOP_WEBFLOW - Static variable in class org.apereo.cas.support.pac4j.web.flow.ClientAction
View id that stops the webflow.
viewFactoryCreator() - Method in class org.apereo.cas.config.CasWebflowContextConfiguration
 
ViewProperties - Class in org.apereo.cas.configuration.model.core.web.view
ViewProperties() - Constructor for class org.apereo.cas.configuration.model.core.web.view.ViewProperties
 
ViewProperties.Cas2 - Class in org.apereo.cas.configuration.model.core.web.view
 
ViewProperties.Cas2.Proxy - Class in org.apereo.cas.configuration.model.core.web.view
 
ViewProperties.Cas3 - Class in org.apereo.cas.configuration.model.core.web.view
 

W

Warn() - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
Warn(int) - Constructor for class org.apereo.cas.configuration.model.core.monitor.MonitorProperties.Warn
 
WARN - Static variable in class org.apereo.cas.monitor.Status
Generic WARN status.
warnCookieGenerator() - Method in class org.apereo.cas.web.config.CasCookieConfiguration
 
warnCookieGenerator - Variable in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
Warn cookie generator.
WarningCookieProperties - Class in org.apereo.cas.configuration.model.support.cookie
Configuration properties class for warn.cookie.
WarningCookieProperties() - Constructor for class org.apereo.cas.configuration.model.support.cookie.WarningCookieProperties
 
WarningCookieRetrievingCookieGenerator - Class in org.apereo.cas.web
Generates the warning cookie.
WarningCookieRetrievingCookieGenerator() - Constructor for class org.apereo.cas.web.WarningCookieRetrievingCookieGenerator
 
Web() - Constructor for class org.apereo.cas.configuration.model.core.web.security.HttpWebRequestProperties.Web
 
WebApplicationService - Interface in org.apereo.cas.authentication.principal
Represents a service using CAS that comes from the web.
WebApplicationServiceFactory - Class in org.apereo.cas.authentication.principal
The WebApplicationServiceFactory is responsible for creating WebApplicationService objects.
WebApplicationServiceFactory() - Constructor for class org.apereo.cas.authentication.principal.WebApplicationServiceFactory
 
webApplicationServiceFactory() - Method in class org.apereo.cas.config.CasCoreServicesConfiguration
 
webApplicationServiceFactory - Variable in class org.apereo.cas.support.saml.web.idp.profile.AbstractSamlProfileHandlerController
The Web application service factory.
WebApplicationServiceResponseBuilder - Class in org.apereo.cas.authentication.principal
Default response builder that passes back the ticket id to the original url of the service based on the response type.
WebApplicationServiceResponseBuilder(Response.ResponseType) - Constructor for class org.apereo.cas.authentication.principal.WebApplicationServiceResponseBuilder
Instantiates a new Web application service response builder.
webContentInterceptor() - Method in class org.apereo.cas.config.CasSecurityContextConfiguration
 
Webex() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Webex
 
webflowCipherExecutor() - Method in class org.apereo.cas.web.flow.config.CasCoreWebflowConfiguration
 
WebflowConversationStateCipherExecutor - Class in org.apereo.cas.util.cipher
This is WebflowConversationStateCipherExecutor, that reads webflow keys from CAS configuration and presents a cipher.
WebflowConversationStateCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.util.cipher.WebflowConversationStateCipherExecutor
Instantiates a new webflow cipher executor.
WebflowProperties - Class in org.apereo.cas.configuration.model.webapp
Configuration properties class for webflow.
WebflowProperties() - Constructor for class org.apereo.cas.configuration.model.webapp.WebflowProperties
 
WebflowProperties.Session - Class in org.apereo.cas.configuration.model.webapp
 
WebUtils - Class in org.apereo.cas.web.support
Common utilities for the web tier.
WindowsLive() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.WindowsLive
 
Workday() - Constructor for class org.apereo.cas.configuration.model.support.saml.sps.SamlServiceProviderProperties.Workday
 
wrap(Service, Credential...) - Static method in class org.apereo.cas.authentication.AuthenticationTransaction
Wrap credentials into an authentication transaction, as a factory method, and return the final result.
wrap(Credential...) - Static method in class org.apereo.cas.authentication.AuthenticationTransaction
Wrap credentials into an authentication transaction, as a factory method, and return the final result.
write(Kryo, Output, T) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.AbstractWebApplicationServiceSerializer
 
write(Kryo, Output, GoogleAccountsService) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.GoogleAccountsServiceSerializer
 
write(Kryo, Output, RegisteredService) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.RegisteredServiceSerializer
 
write(Kryo, Output, SamlService) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.SamlServiceSerializer
 
write(Kryo, Output, SimpleWebApplicationServiceImpl) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.SimpleWebApplicationServiceSerializer
 
write(Kryo, Output, URL) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.URLSerializer
 
write(Kryo, Output, ZonedDateTime) - Method in class org.apereo.cas.ticket.registry.support.kryo.serial.ZonedDateTimeTranscoder
 
writeOutProfileResponse(Authentication, Principal) - Method in class org.apereo.cas.support.oauth.web.OAuth20ProfileController
Write out profile response.
writeOutProfileResponse(Authentication, Principal) - Method in class org.apereo.cas.web.controllers.OidcProfileEndpointController
 
writeText(HttpServletResponse, String, int) - Static method in class org.apereo.cas.support.oauth.util.OAuthUtils
Write to the output the text and return a null view.
writeTextError(HttpServletResponse, String) - Static method in class org.apereo.cas.support.oauth.util.OAuthUtils
Write to the output this error text and return a null view.
wsFedConfig() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
wsFederationAction() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
WsFederationAction - Class in org.apereo.cas.support.wsfederation.web.flow
This class represents an action in the webflow to retrieve WsFederation information on the callback url which is the webflow url (/login).
WsFederationAction() - Constructor for class org.apereo.cas.support.wsfederation.web.flow.WsFederationAction
 
WsFederationAttributeMutator - Interface in org.apereo.cas.support.wsfederation
This interface provides a mechanism to alter the SAML attributes before they are added the WsFederationCredentials and returned to CAS.
WsFederationAuthenticationConfiguration - Class in org.apereo.cas.support.wsfederation.config
WsFederationAuthenticationConfiguration() - Constructor for class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
WsFederationAuthenticationHandler - Class in org.apereo.cas.support.wsfederation.authentication.handler.support
This handler authenticates Security token/credentials.
WsFederationAuthenticationHandler() - Constructor for class org.apereo.cas.support.wsfederation.authentication.handler.support.WsFederationAuthenticationHandler
 
WsFederationAuthenticationWebflowConfiguration - Class in org.apereo.cas.web.flow.config
WsFederationAuthenticationWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.WsFederationAuthenticationWebflowConfiguration
 
WsFederationConfiguration - Class in org.apereo.cas.support.wsfederation
This class gathers configuration information for the WS Federation Identity Provider.
WsFederationConfiguration() - Constructor for class org.apereo.cas.support.wsfederation.WsFederationConfiguration
 
WsFederationConfiguration.WsFedPrincipalResolutionAttributesType - Enum in org.apereo.cas.support.wsfederation
Describes how the WS-FED principal resolution machinery should process attributes from WS-FED.
WsFederationCredential - Class in org.apereo.cas.support.wsfederation.authentication.principal
This class represents the basic elements of the WsFederation token.
WsFederationCredential() - Constructor for class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredential
 
WsFederationCredentialsToPrincipalResolver - Class in org.apereo.cas.support.wsfederation.authentication.principal
This class resolves the principal id regarding the WsFederation credentials.
WsFederationCredentialsToPrincipalResolver() - Constructor for class org.apereo.cas.support.wsfederation.authentication.principal.WsFederationCredentialsToPrincipalResolver
 
wsFederationHelper() - Method in class org.apereo.cas.support.wsfederation.config.WsFederationAuthenticationConfiguration
 
WsFederationHelper - Class in org.apereo.cas.support.wsfederation
Helper class that does the heavy lifting with the openSaml library.
WsFederationHelper() - Constructor for class org.apereo.cas.support.wsfederation.WsFederationHelper
private constructor.
WsFederationProperties - Class in org.apereo.cas.configuration.model.support.wsfed
WsFederationProperties() - Constructor for class org.apereo.cas.configuration.model.support.wsfed.WsFederationProperties
 
wsFederationWebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.WsFederationAuthenticationWebflowConfiguration
 
WsFederationWebflowConfigurer - Class in org.apereo.cas.web.flow
The WsFederationWebflowConfigurer is responsible for adjusting the CAS webflow context for wsfed integration.
WsFederationWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.WsFederationWebflowConfigurer
 

X

X509_CERTIFICATE_TYPE - Static variable in class org.apereo.cas.adaptors.x509.util.CertUtils
X509 certificate type.
X509AuthenticationConfiguration - Class in org.apereo.cas.adaptors.x509.config
X509AuthenticationConfiguration() - Constructor for class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509AuthenticationWebflowConfiguration - Class in org.apereo.cas.web.flow.config
X509AuthenticationWebflowConfiguration() - Constructor for class org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
 
X509CertificateCredential - Class in org.apereo.cas.adaptors.x509.authentication.principal
An X.509 certificate credential.
X509CertificateCredential(X509Certificate[]) - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509CertificateCredential
Instantiates a new x509 certificate credential.
X509CertificateCredentialsNonInteractiveAction - Class in org.apereo.cas.web.flow
Concrete implementation of AbstractNonInteractiveCredentialsAction that obtains the X509 Certificates from the HttpServletRequest and places them in the X509CertificateCredential.
X509CertificateCredentialsNonInteractiveAction() - Constructor for class org.apereo.cas.web.flow.X509CertificateCredentialsNonInteractiveAction
 
x509Check() - Method in class org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
 
X509CredentialsAuthenticationHandler - Class in org.apereo.cas.adaptors.x509.authentication.handler.support
Authentication Handler that accepts X509 Certificates, determines their validity and ensures that they were issued by a trusted issuer.
X509CredentialsAuthenticationHandler() - Constructor for class org.apereo.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler
 
x509CredentialsAuthenticationHandler() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
x509PrincipalFactory() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509Properties - Class in org.apereo.cas.configuration.model.support.x509
X509Properties() - Constructor for class org.apereo.cas.configuration.model.support.x509.X509Properties
 
X509Properties.Ldap - Class in org.apereo.cas.configuration.model.support.x509
 
X509Properties.PrincipalTypes - Enum in org.apereo.cas.configuration.model.support.x509
The Principal types.
X509SerialNumberAndIssuerDNPrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
This class is targeted at usage for mapping to an existing user record.
X509SerialNumberAndIssuerDNPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberAndIssuerDNPrincipalResolver
 
x509SerialNumberAndIssuerDNPrincipalResolver() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509SerialNumberPrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
Returns a new principal based on the Sereial Number of the certificate.
X509SerialNumberPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509SerialNumberPrincipalResolver
 
x509SerialNumberPrincipalResolver() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509SubjectAlternativeNameUPNPrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
Credential to principal resolver that extracts Subject Alternative Name UPN extension from the provided certificate if available as a resolved principal id.
X509SubjectAlternativeNameUPNPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectAlternativeNameUPNPrincipalResolver
 
x509SubjectAlternativeNameUPNPrincipalResolver() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509SubjectDNPrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
Returns a principal based on the Subject DNs name.
X509SubjectDNPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectDNPrincipalResolver
 
x509SubjectDNPrincipalResolver() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
X509SubjectPrincipalResolver - Class in org.apereo.cas.adaptors.x509.authentication.principal
Credential to principal resolver that extracts one or more attribute values from the certificate subject DN and combines them with intervening delimiters.
X509SubjectPrincipalResolver() - Constructor for class org.apereo.cas.adaptors.x509.authentication.principal.X509SubjectPrincipalResolver
 
x509SubjectPrincipalResolver() - Method in class org.apereo.cas.adaptors.x509.config.X509AuthenticationConfiguration
 
x509WebflowConfigurer() - Method in class org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
 
X509WebflowConfigurer - Class in org.apereo.cas.web.flow
The X509WebflowConfigurer is responsible for adjusting the CAS webflow context for x509 integration.
X509WebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.X509WebflowConfigurer
 

Y

Yahoo() - Constructor for class org.apereo.cas.configuration.model.support.pac4j.Pac4jProperties.Yahoo
 
YamlServiceRegistryConfiguration - Class in org.apereo.cas.services.config
YamlServiceRegistryConfiguration() - Constructor for class org.apereo.cas.services.config.YamlServiceRegistryConfiguration
 
yamlServiceRegistryDao() - Method in class org.apereo.cas.services.config.YamlServiceRegistryConfiguration
 
YamlServiceRegistryDao - Class in org.apereo.cas.services
Implementation of ServiceRegistryDao that reads services definition from YAML configuration file at the Spring Application Context initialization time.
YamlServiceRegistryDao(Path, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.YamlServiceRegistryDao
Instantiates a new YAML service registry dao.
YamlServiceRegistryDao(Resource, boolean, ApplicationEventPublisher) - Constructor for class org.apereo.cas.services.YamlServiceRegistryDao
Instantiates a new YAML service registry dao.
YubiKey() - Constructor for class org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProperties.YubiKey
 
YubiKeyAccountRegistry - Interface in org.apereo.cas.adaptors.yubikey
General contract that allows one to determine whether a particular YubiKey account is allowed to participate in the authentication.
YubiKeyAuthenticationHandler - Class in org.apereo.cas.adaptors.yubikey
An authentication handler that uses the Yubico cloud validation platform to authenticate one-time password tokens that are issued by a YubiKey device.
YubiKeyAuthenticationHandler(Integer, String) - Constructor for class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationHandler
Prepares the Yubico client with the received clientId and secretKey.
yubikeyAuthenticationHandler() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyAuthenticationMetaDataPopulator - Class in org.apereo.cas.adaptors.yubikey
This is YubiKeyAuthenticationMetaDataPopulator which inserts the yubikey MFA provider id into the final authentication object.
YubiKeyAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.adaptors.yubikey.YubiKeyAuthenticationMetaDataPopulator
 
yubikeyAuthenticationMetaDataPopulator() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
yubikeyAuthenticationProvider() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyAuthenticationWebflowAction - Class in org.apereo.cas.adaptors.yubikey.web.flow
YubiKeyAuthenticationWebflowAction() - Constructor for class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowAction
 
yubikeyAuthenticationWebflowAction() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyAuthenticationWebflowEventResolver - Class in org.apereo.cas.adaptors.yubikey.web.flow
YubiKeyAuthenticationWebflowEventResolver() - Constructor for class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyAuthenticationWebflowEventResolver
 
yubikeyAuthenticationWebflowEventResolver() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
yubikeyBypassEvaluator() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyConfiguration - Class in org.apereo.cas.config
YubiKeyConfiguration() - Constructor for class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration - Class in org.apereo.cas.config
The Authy multifactor trust configuration.
YubiKeyCredential - Class in org.apereo.cas.adaptors.yubikey
YubiKeyCredential() - Constructor for class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
Instantiates a new Yubi key credential.
YubiKeyCredential(String) - Constructor for class org.apereo.cas.adaptors.yubikey.YubiKeyCredential
Instantiates a new Yubi key credential.
yubikeyFlowRegistry() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
YubiKeyMultifactorAuthenticationProvider - Class in org.apereo.cas.adaptors.yubikey
The authentication provider for yubikey.
YubiKeyMultifactorAuthenticationProvider(YubiKeyAuthenticationHandler, HttpClient) - Constructor for class org.apereo.cas.adaptors.yubikey.YubiKeyMultifactorAuthenticationProvider
 
YubiKeyMultifactorTrustConfiguration() - Constructor for class org.apereo.cas.config.YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration
 
YubiKeyMultifactorTrustWebflowConfigurer - Class in org.apereo.cas.adaptors.yubikey.web.flow
YubiKeyMultifactorTrustWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorTrustWebflowConfigurer
 
YubiKeyMultifactorWebflowConfigurer - Class in org.apereo.cas.adaptors.yubikey.web.flow
YubiKeyMultifactorWebflowConfigurer() - Constructor for class org.apereo.cas.adaptors.yubikey.web.flow.YubiKeyMultifactorWebflowConfigurer
 
yubikeyMultifactorWebflowConfigurer() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
yubikeyPrincipalFactory() - Method in class org.apereo.cas.config.YubiKeyConfiguration
 
yubiMultifactorTrustConfiguration() - Method in class org.apereo.cas.config.YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration
 

Z

ZonedDateTimeConverter - Class in org.apereo.cas.util.jpa
Converts ZonedDateTime <-> Date.
ZonedDateTimeConverter() - Constructor for class org.apereo.cas.util.jpa.ZonedDateTimeConverter
 
zonedDateTimeOf(String) - Static method in class org.apereo.cas.util.DateTimeUtils
Parse the given value as a zoned datetime.
zonedDateTimeOf(ZonedDateTime) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
zonedDateTimeOf(long) - Static method in class org.apereo.cas.util.DateTimeUtils
Utility for creating a ZonedDateTime object from a millisecond timestamp.
zonedDateTimeOf(long, ZoneId) - Static method in class org.apereo.cas.util.DateTimeUtils
Utility for creating a ZonedDateTime object from a millisecond timestamp.
zonedDateTimeOf(ReadableInstant) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
zonedDateTimeOf(Date) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
zonedDateTimeOf(Calendar) - Static method in class org.apereo.cas.util.DateTimeUtils
Deprecated.
Java 8 transition utility method
ZonedDateTimeTranscoder - Class in org.apereo.cas.ticket.registry.support.kryo.serial
 
ZonedDateTimeTranscoder() - Constructor for class org.apereo.cas.ticket.registry.support.kryo.serial.ZonedDateTimeTranscoder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links