Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AdaptiveAuthenticationPolicy - Interface in org.apereo.cas.authentication.adaptive
-
This is
AdaptiveAuthenticationPolicy. - addAddress(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
-
Add address.
- addAttribute(String, Object) - Method in interface org.apereo.cas.authentication.Authentication
-
Add attribute to the authentication object and update the instance.
- addAttribute(String, Object) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds an authentication metadata attribute key-value pair.
- addAttribute(String, List<Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds an authentication metadata attribute key-value pair.
- addAttributes(Map<String, Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Add attributes.
- addCredential(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds metadata about a credential presented for authentication.
- addCredentials(List<Credential>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Add credentials authentication builder.
- addFailure(String, Throwable) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds an authentication failure to the map of handler names to the authentication handler failures.
- addFailures(Map<String, Throwable>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds failures.
- addSuccess(String, AuthenticationHandlerExecutionResult) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds an authentication success to the map of handler names to successful authentication handler results.
- addSuccesses(Map<String, AuthenticationHandlerExecutionResult>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Adds successes authentication builder.
- addTrait(CredentialTrait) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Add trait.
- addWarning(MessageDescriptor) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Add warning to authentication builder.
- addWarning(MessageDescriptor) - Method in interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Add warning to authentication handler execution result.
- addWarnings(List<MessageDescriptor>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Add warnings to authentication builder.
- allowed() - Static method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
-
Allowed ip address intelligence response.
- allowed() - Static method in interface org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
-
NoOp ip address intelligence service.
- ALLOWED - Enum constant in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
-
The address is explicitly allowed and open.
- alwaysChoose() - Static method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter
-
Always choose person attribute dao filter.
- alwaysMatches() - Static method in interface org.apereo.cas.authentication.principal.ServiceMatchingStrategy
-
Always matches service matching strategy.
- alwaysSatisfied() - Static method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Always satisfied authentication policy.
- AttributeMerger - Interface in org.apereo.cas.authentication.principal.merger
-
Interface for merging attributes from sibling attribute repositories.
- attributes() - Method in interface org.apereo.cas.authentication.principal.Response
-
Gets attributes.
- authenticate(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationManager
-
Authenticates the provided credentials.
- authenticate(Credential, Service) - Method in interface org.apereo.cas.authentication.AuthenticationHandler
-
Authenticates the given credential.
- Authentication - Interface in org.apereo.cas.authentication
-
The Authentication object represents a successful authentication request.
- AUTHENTICATION_ATTRIBUTE_REMEMBER_ME - Static variable in interface org.apereo.cas.authentication.RememberMeCredential
-
Authentication attribute name for remember-me.
- AUTHENTICATION_DATE_ATTRIBUTE - Static variable in interface org.apereo.cas.authentication.AuthenticationManager
-
Authentication date attribute name.
- AUTHENTICATION_METHOD_ATTRIBUTE - Static variable in interface org.apereo.cas.authentication.AuthenticationManager
-
Authentication method attribute name.
- AUTHENTICATION_SESSION_TIMEOUT_ATTRIBUTE - Static variable in interface org.apereo.cas.authentication.AuthenticationManager
-
Authentication session timeout attribute whose value in seconds would control the session timeout for this authentication event.
- AuthenticationAccountStateHandler<AuthnResponse,
Configuration> - Interface in org.apereo.cas.authentication -
This is
AuthenticationAccountStateHandler. - AuthenticationBuilder - Interface in org.apereo.cas.authentication
-
Constructs immutable
Authenticationobjects using the builder pattern. - AuthenticationEventExecutionPlan - Interface in org.apereo.cas.authentication
-
This is
AuthenticationEventExecutionPlan. - AuthenticationEventExecutionPlanConfigurer - Interface in org.apereo.cas.authentication
- AuthenticationException - Exception Class in org.apereo.cas.authentication
-
Authentication raised by
AuthenticationManagerto signal authentication failure. - AuthenticationException() - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
- AuthenticationException(String) - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
- AuthenticationException(String, Map<String, Throwable>, Map<String, AuthenticationHandlerExecutionResult>) - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
- AuthenticationException(Throwable) - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
- AuthenticationException(Map<String, Throwable>) - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
-
Creates a new instance for the case when no handlers succeeded.
- AuthenticationException(Map<String, Throwable>, Map<String, AuthenticationHandlerExecutionResult>) - Constructor for exception class org.apereo.cas.authentication.AuthenticationException
- AuthenticationHandler - Interface in org.apereo.cas.authentication
-
An authentication handler authenticates a single credential.
- AuthenticationHandlerExecutionResult - Interface in org.apereo.cas.authentication
-
This is
AuthenticationHandlerExecutionResultthat describes the result of an authentication attempt. - AuthenticationHandlerResolver - Interface in org.apereo.cas.authentication
-
This is
AuthenticationHandlerResolverwhich decides which set of authentication handlers shall be chosen for a given authN event. - AuthenticationManager - Interface in org.apereo.cas.authentication
-
Authenticates one or more credentials.
- 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.
- AuthenticationPasswordPolicyHandlingStrategy<AuthnResponse,
Configuration> - Interface in org.apereo.cas.authentication - AuthenticationPolicy - Interface in org.apereo.cas.authentication
-
Strategy interface for pluggable authentication security policies.
- AuthenticationPolicyExecutionResult - Class in org.apereo.cas.authentication
-
This is
AuthenticationPolicyExecutionResult. - AuthenticationPolicyExecutionResult.AuthenticationPolicyExecutionResultBuilder<C,
B> - Class in org.apereo.cas.authentication - AuthenticationPolicyExecutionResultBuilder() - Constructor for class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult.AuthenticationPolicyExecutionResultBuilder
- AuthenticationPolicyResolver - Interface in org.apereo.cas.authentication
-
This is
AuthenticationPolicyResolver. - AuthenticationPostProcessor - Interface in org.apereo.cas.authentication
-
This is
AuthenticationPostProcessor. - AuthenticationPreProcessor - Interface in org.apereo.cas.authentication
-
This is
AuthenticationPreProcessor. - AuthenticationResult - Interface in org.apereo.cas.authentication
-
The
AuthenticationResultis an abstraction representing final authentication outcome for any number of processed authentication transactions. - AuthenticationResultBuilder - Interface in org.apereo.cas.authentication
-
This is
AuthenticationResultBuilder. - AuthenticationResultBuilderFactory - Interface in org.apereo.cas.authentication
-
This is
AuthenticationResultBuilderFactory, which is responsible to produce authentication result builder objects viaAuthenticationResultBuilderand a chain of authentication of history tracked byAuthenticationResult. - AuthenticationServiceSelectionPlan - Interface in org.apereo.cas.authentication
-
This is
AuthenticationServiceSelectionPlan. - AuthenticationServiceSelectionStrategy - Interface in org.apereo.cas.authentication
-
This is
AuthenticationServiceSelectionStrategywhich attempts to resolve and nominate a service during a validation event. - AuthenticationServiceSelectionStrategyConfigurer - Interface in org.apereo.cas.authentication
-
This is
AuthenticationServiceSelectionStrategyConfigurerthat is used to extract and translate a given service request/URL. - AuthenticationSystemSupport - Interface in org.apereo.cas.authentication
-
This is
AuthenticationSystemSupport- a facade that exposes a high level authentication system API to CAS core. - AuthenticationTransaction - Interface in org.apereo.cas.authentication
-
This is
AuthenticationTransaction. - AuthenticationTransactionFactory - Interface in org.apereo.cas.authentication
-
This is
AuthenticationTransactionFactory, whch producesAuthenticationTransactionobjects that may contain one more or credentials. - AuthenticationTransactionManager - Interface in org.apereo.cas.authentication
-
The
AuthenticationTransactionManagerdeals exclusively with authentication concepts e.g.
B
- banned() - Static method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
-
Banned ip address intelligence response.
- banned() - Static method in interface org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
-
Banned ip address intelligence service.
- BANNED - Enum constant in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
-
The address is explicitly banned.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
-
Bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.AuthenticationManager
-
Default bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
-
Bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Default impl bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.AuthenticationTransactionFactory
-
Default bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.principal.PrincipalFactory
-
Implementation bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.PrincipalElectionStrategy
-
Default implementation bean name.
- BEAN_NAME - Static variable in interface org.apereo.cas.authentication.PrincipalElectionStrategyConflictResolver
-
Default bean name.
- BEAN_NAME_ATTRIBUTE_REPOSITORY - Static variable in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Attribute repository implementation bean name.
- BEAN_NAME_FACTORY - Static variable in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Bean name for the factory implementation that creates this service type.
- BEAN_NAME_GLOBAL_PRINCIPAL_ATTRIBUTE_REPOSITORY - Static variable in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Global principal attribute repository implementation bean name.
- BEAN_NAME_PRINCIPAL_RESOLVER - Static variable in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Default principal resolver bean name.
- build() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
-
Format the address into a long string.
- build() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse.GeoLocationResponseBuilder
- build() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
- build() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Creates an immutable authentication instance from builder data.
- build() - Method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult.AuthenticationPolicyExecutionResultBuilder
- build(PrincipalElectionStrategy) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Build authentication result.
- build(PrincipalElectionStrategy, Service) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Build authentication result.
- build(T, String, Authentication) - Method in interface org.apereo.cas.authentication.principal.ResponseBuilder
-
Build response.
- builder() - Static method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- builder() - Static method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- builder() - Static method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
- buildServiceFactories() - Method in interface org.apereo.cas.authentication.principal.ServiceFactoryConfigurer
-
Build service factories collection.
C
- choosePersonAttributeDao(PersonAttributeDao) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter
-
Choose person attribute dao.
- clearWarnings() - Method in interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Clear warnings from authentication handler execution result.
- CODE - Static variable in exception class org.apereo.cas.authentication.PreventedException
-
Code description.
- collect(Collection<Authentication>) - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Collect authentication result builder.
- collect(Collection<Authentication>) - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Collect previous authentications.
- 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_SERVICE_ATTRIBUTES - Static variable in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Flag as a request attribute to indicate if the factory should collect service attributes such as request headers, cookies, etc.
- configureAuthenticationExecutionPlan(AuthenticationEventExecutionPlan) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
-
configure the plan.
- configureAuthenticationServiceSelectionStrategy(AuthenticationServiceSelectionPlan) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategyConfigurer
-
Configure authentication service selection strategy.
- configurePrincipalResolutionExecutionPlan(PrincipalResolutionExecutionPlan) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolutionExecutionPlanConfigurer
-
configure the plan.
- containsAttribute(String) - Method in interface org.apereo.cas.authentication.Authentication
-
Contains attribute?
- containsAttribute(String) - Method in interface org.apereo.cas.authentication.principal.Principal
-
Contains attribute by name.
- containsProperty(String) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Contains property?.
- createPrincipal(String) - Method in interface org.apereo.cas.authentication.principal.PrincipalFactory
-
Create principal.
- createPrincipal(String, Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.principal.PrincipalFactory
-
Create principal along with its attributes.
- createService(HttpServletRequest) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Create service object based on the parameters of the request.
- createService(HttpServletRequest, Class<T>) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Create service based on the given parameters provided by the http request.
- createService(String) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Create service based on an identifier.
- createService(String, HttpServletRequest) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Create service t.
- createService(String, Class<T>) - Method in interface org.apereo.cas.authentication.principal.ServiceFactory
-
Create the service object based on an identifier.
- Credential - Interface in org.apereo.cas.authentication
-
Describes an authentication credential.
- CREDENTIAL_TYPE_ATTRIBUTE - Static variable in interface org.apereo.cas.authentication.Credential
-
Credential type, collected as metadata for authentication.
- CredentialMetadata - Interface in org.apereo.cas.authentication
-
Describes a credential provided for authentication.
- CredentialTrait - Interface in org.apereo.cas.authentication
-
This is
CredentialTrait.
D
- DEFAULT_BEAN_NAME - Static variable in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Default bean name.
- destroy() - Method in interface org.apereo.cas.authentication.AuthenticationPostProcessor
- disabled() - Static method in interface org.apereo.cas.authentication.AuthenticationHandler
-
Disabled authentication handler.
E
- equals(Object) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- establishAuthenticationContextFromInitial(Authentication) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Establish authentication context from initial authentication result builder.
- establishAuthenticationContextFromInitial(Authentication, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Initiate potential multi-transaction authentication event by handling the initial authentication transaction.
- examine(RequestContext, String) - Method in interface org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceService
-
Examine ip address and produce an intelligence response.
F
- failure() - Static method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
-
Failure authentication policy.
- finalizeAllAuthenticationTransactions(AuthenticationResultBuilder, Service) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Finalize all authentication transactions processed and collected for this authentication event.
- finalizeAuthenticationTransaction(Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Finalize authentication transaction.
- finalizeAuthenticationTransaction(Service, Collection<Credential>) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Handle a single-transaction authentication event and immediately produce a finalized
AuthenticationResult. - finalizeAuthenticationTransaction(Service, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Handle a single-transaction authentication event and immediately produce a finalized
AuthenticationResult. - first() - Static method in interface org.apereo.cas.authentication.PrincipalElectionStrategyConflictResolver
-
Pick the first principal in the chain of principals resolved.
G
- generate(String, String) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
-
Generates a PersistentId based on some algorithm plus the principal.
- generate(String, Service) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
-
Generates a PersistentId based on some algorithm plus the principal.
- generate(Principal) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
-
Generate string.
- generate(Principal, String) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
-
Generates a PersistentId based on some algorithm plus the principal.
- generate(Principal, Service) - Method in interface org.apereo.cas.authentication.principal.PersistentIdGenerator
-
Generates a PersistentId based on some algorithm plus the principal.
- GeoLocationRequest - Class in org.apereo.cas.authentication.adaptive.geo
-
This is
GeoLocationRequest. - GeoLocationRequest() - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- GeoLocationRequest(double, double) - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- GeoLocationResponse - Class in org.apereo.cas.authentication.adaptive.geo
-
This is
GeoLocationResponsethat represents a particular geo location usually calculated from an ip address. - GeoLocationResponse() - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- GeoLocationResponse.GeoLocationResponseBuilder<C,
B> - Class in org.apereo.cas.authentication.adaptive.geo - GeoLocationResponseBuilder() - Constructor for class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse.GeoLocationResponseBuilder
- GeoLocationService - Interface in org.apereo.cas.authentication.adaptive.geo
-
This is
GeoLocationService. - getAccuracy() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- getAddresses() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- getArgs() - Method in exception class org.apereo.cas.authentication.RootCasException
- getArtifactId() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Retrieves the artifact supplied with the service.
- getAttributeAs(String, Class<T>) - Method in interface org.apereo.cas.authentication.principal.Service
-
Gets attribute as requested type.
- getAttributeMerger() - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategy
-
Gets attribute merger.
- getAttributeRepository() - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Gets attribute repository, if any.
- getAttributes() - Method in interface org.apereo.cas.authentication.Authentication
-
Attributes of the authentication (not the Principal).
- getAttributes() - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributes
-
Gets attributes.
- getAttributes() - Method in interface org.apereo.cas.authentication.principal.Principal
-
Principal attributes.
- getAttributes() - Method in interface org.apereo.cas.authentication.principal.Service
-
Principal attributes.
- getAttributeValue(String) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributes
-
The value for the attribute, null if no value exists or the first value is null, if there are multiple values the first is returned.
- getAttributeValues(String) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributes
-
All values of the attribute, null if no values exist.
- getAuthentication() - Method in interface org.apereo.cas.authentication.AuthenticationResult
-
Obtains the finalized primary authentication for this result.
- getAuthenticationDate() - Method in interface org.apereo.cas.authentication.Authentication
-
Method to retrieve the timestamp of when this Authentication object was created.
- getAuthenticationDate() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Retrieve the authentication date/time as indicated by this builder.
- getAuthenticationHandlerResolvers(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication handler resolvers.
- getAuthenticationHandlers() - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication handlers.
- getAuthenticationHandlers(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication handlers for transaction.
- getAuthenticationHandlersBy(Predicate<AuthenticationHandler>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication handlers by a filter.
- getAuthenticationMetadataPopulators(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication metadata populators.
- getAuthenticationPolicies() - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication policies.
- getAuthenticationPolicies(Authentication) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication policies.
- getAuthenticationPolicies(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication policies.
- getAuthenticationPolicyResolvers(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication policy resolvers.
- getAuthenticationPostProcessors(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication post processors.
- getAuthenticationPreProcessors(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets authentication pre processors.
- getAuthenticationResultBuilderFactory() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets authentication result builder factory.
- getAuthentications() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Gets authentications.
- getAuthentications() - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Gets authentications.
- getAuthenticationTransactionFactory() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets authentication transaction factory.
- getAuthenticationTransactionManager() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets authentication transaction manager.
- getAvailableQueryAttributes(PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets a
Setof attribute names that this implementation knows how to use in a query. - getCode() - Method in interface org.apereo.cas.authentication.MessageDescriptor
-
Gets code.
- getCode() - Method in exception class org.apereo.cas.authentication.PrincipalException
- getCode() - Method in exception class org.apereo.cas.authentication.RootCasException
-
If there is a chained exception it recursively calls
getCode()on the cause of the chained exception rather than the returning the code itself. - getCredential() - Method in interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Gets credential meta data.
- getCredentialClass() - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Gets the type of the original credential.
- getCredentialMetadata() - Method in interface org.apereo.cas.authentication.Credential
-
Gets credential metadata.
- getCredentials() - Method in interface org.apereo.cas.authentication.Authentication
-
Gets a list of metadata about the credentials supplied at authentication time.
- getCredentials() - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Gets credentials.
- getCredentialsOfType(Class<T>) - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Gets credentials of type.
- getDefaultMessage() - Method in interface org.apereo.cas.authentication.MessageDescriptor
-
Gets default message.
- 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.
- getFirstAttribute(String, Class<T>) - Method in interface org.apereo.cas.authentication.principal.Service
-
Gets first attribute value with requested type.
- getFormat() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Ticket validation response MUST be produced based on the parameter value.
- getFragment() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Gets fragment.
- getHandlerErrors() - Method in exception class org.apereo.cas.authentication.AuthenticationException
- getHandlerName() - Method in interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Gets handler name.
- getHandlerSuccesses() - Method in exception class org.apereo.cas.authentication.AuthenticationException
- 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 interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets the unique identifier for this dao.
- getId() - Method in interface org.apereo.cas.authentication.principal.Principal
-
Principal id.
- getId() - Method in interface org.apereo.cas.authentication.principal.Service
-
Principal id.
- getInitialAuthentication() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Gets the initial authentication.
- getInitialCredential() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilder
-
Gets initial credential.
- getLatitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- getLatitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- getLongitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- getLongitude() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationHandler
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationPolicyResolver
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationPostProcessor
- getOrder() - Method in interface org.apereo.cas.authentication.AuthenticationPreProcessor
- getOrder() - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Describes the order by which this DAO may be sorted and put into an ordered collection.
- getOrder() - Method in interface org.apereo.cas.authentication.principal.PrincipalResolutionExecutionPlanConfigurer
- getOrder() - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
- getOrder() - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategy
- getOriginalUrl() - Method in interface org.apereo.cas.authentication.principal.Service
-
Return the original url provided (as
serviceortargetServicerequest parameter). - getParams() - Method in interface org.apereo.cas.authentication.MessageDescriptor
-
Get params.
- getPeople(Map<String, Object>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people.
- getPeople(Map<String, Object>, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people.
- getPeople(Map<String, Object>, PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people.
- getPeople(Map<String, Object>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Searches for
PersonAttributess that match the set of attributes provided in the queryMap. - getPeopleWithMultivaluedAttributes(Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people with multivalued attributes.
- getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people with multivalued attributes.
- getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets people with multivalued attributes.
- getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Searches for
PersonAttributess that match the set of attributes provided in the queryMap. - getPerson(String) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets person.
- getPerson(String, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets person.
- getPerson(String, Set<PersonAttributes>, PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Searches for a single
PersonAttributesusing the specified uid (userName). - getPossibleUserAttributeNames(PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets a
Setof attribute names that may be returned for an IPersonAttributes. - getPrimaryCredential() - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Gets the first (primary) credential in the chain.
- 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 interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Gets principal.
- getPrincipalElectionStrategy() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets principal election strategy.
- getPrincipalFactory() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets principal factory.
- getPrincipalResolver() - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Gets principal resolver.
- getPrincipalResolver(AuthenticationHandler, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Gets principal resolver for authentication transaction.
- getProperties() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
-
Properties.
- getProperties() - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Gets properties.
- getRegisteredPrincipalResolvers() - Method in interface org.apereo.cas.authentication.principal.PrincipalResolutionExecutionPlan
-
Gets registered principal resolvers.
- getScore() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- getScore() - Method in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
- getService() - Method in interface org.apereo.cas.authentication.AuthenticationResult
-
Gets the service for which this authentication result is relevant.
- getService() - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Gets service linked to this transaction.
- getShortenedId() - Method in interface org.apereo.cas.authentication.principal.Service
-
Gets shortened id.
- getSingleValuedAttribute(String) - Method in interface org.apereo.cas.authentication.Authentication
-
Gets single valued attribute.
- getSingleValuedAttribute(String) - Method in interface org.apereo.cas.authentication.principal.Principal
-
Gets single valued attribute.
- getSingleValuedAttribute(String, Class<T>) - Method in interface org.apereo.cas.authentication.Authentication
-
Gets attribute.
- getSingleValuedAttribute(String, Class<T>) - Method in interface org.apereo.cas.authentication.principal.Principal
-
Gets attribute.
- getSource() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Indicates the source from which the service object was extracted and built.
- getState() - Method in interface org.apereo.cas.authentication.AuthenticationHandler
-
Define the state of the authentication handler.
- getStatus() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- getSuccesses() - Method in interface org.apereo.cas.authentication.Authentication
-
Gets a map describing successful authentications produced by
AuthenticationHandlercomponents. - getSuccesses() - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Gets the authentication success map.
- getTags() - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Gets properties assigned to this repository.
- getTimestamp() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- getTrait(Class<T>) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Gets trait.
- getUsernameAttribute() - Method in interface org.apereo.cas.authentication.principal.attribute.UsernameAttributeProvider
-
Gets username attribute.
- getUsernameFromQuery(Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.principal.attribute.UsernameAttributeProvider
-
Gets username from query.
- getWarnings() - Method in interface org.apereo.cas.authentication.Authentication
-
Get a list of authentication warnings that may be considered global and applicable to the entire authentication event.
- getWarnings() - Method in interface org.apereo.cas.authentication.AuthenticationHandlerExecutionResult
-
Gets warnings.
H
- handle(AuthnResponse, Configuration) - Method in interface org.apereo.cas.authentication.AuthenticationAccountStateHandler
-
Handle account state.
- handle(AuthenticationTransaction, AuthenticationResultBuilder) - Method in interface org.apereo.cas.authentication.AuthenticationTransactionManager
-
Handle authentication transaction manager.
- handleAuthenticationTransaction(Service, AuthenticationResultBuilder, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Handle single authentication transaction within potential multi-transaction authentication event.
- handleInitialAuthenticationTransaction(Service, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationSystemSupport
-
Initiate potential multi-transaction authentication event by handling the initial authentication transaction.
- hasAttribute(String) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Has attribute boolean.
- hasAttribute(String, Predicate<Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Has attribute boolean.
- hasCredentialOfType(Class<? extends Credential>) - Method in interface org.apereo.cas.authentication.AuthenticationTransaction
-
Does this AuthenticationTransaction contain a credential of the given type?
- hashCode() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- HEADER - Enum constant in enum class org.apereo.cas.authentication.principal.Response.ResponseType
-
Response is provided in form of headers.
I
- IPAddressIntelligenceResponse - Class in org.apereo.cas.authentication.adaptive.intel
-
This is
IPAddressIntelligenceResponse. - IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder<C,
B> - Class in org.apereo.cas.authentication.adaptive.intel - IPAddressIntelligenceResponse.IPAddressIntelligenceStatus - Enum Class in org.apereo.cas.authentication.adaptive.intel
-
Status of ip addresses after examination.
- IPAddressIntelligenceResponseBuilder() - Constructor for class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
- IPAddressIntelligenceService - Interface in org.apereo.cas.authentication.adaptive.intel
-
This is
IPAddressIntelligenceService. - isAllowed() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- isAuthenticationRequestAllowed(RequestContext, String, GeoLocationRequest) - Method in interface org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy
-
Apply the strategy to figure out whether this authentication attempt can proceed.
- isBanned() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- isCredentialProvided() - Method in interface org.apereo.cas.authentication.AuthenticationResult
-
Indicates whether the authentication event was established as part of user providing credentials.
- isEnabled() - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Is this dao enabled?
- isEqualTo(Authentication) - Method in interface org.apereo.cas.authentication.Authentication
-
Determines if two authentication objects are effectively the same attempt by comparing key aspects/fields of each attempt.
- isLoggedOutAlready() - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Return if the service is already logged out.
- isRanked() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse
- isRememberMe() - Method in interface org.apereo.cas.authentication.RememberMeCredential
-
Checks if remember-me is enabled.
- isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Is satisfied by authentication policy.
- isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Determines whether an authentication event is satisfied by arbitrary security policy.
- isSatisfiedBy(Authentication, ConfigurableApplicationContext) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Is satisfied by authentication policy.
- isSatisfiedBy(Authentication, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Is satisfied by authentication policy.
- isSuccess() - Method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
- isValid() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
-
Check whether the geolocation contains enough data to proceed.
L
- last() - Static method in interface org.apereo.cas.authentication.PrincipalElectionStrategyConflictResolver
-
Pick the last principal in the chain of principals resolved.
- latitude(double) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse.GeoLocationResponseBuilder
- locate(Double, Double) - 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(String, GeoLocationRequest) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
-
Locate geo location response.
- locate(InetAddress) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
-
Find a geo location based on an address.
- locate(GeoLocationRequest) - Method in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService
-
Locate geo location response.
- locate(T) - Method in interface org.apereo.cas.authentication.principal.ResponseBuilderLocator
-
Locate response builder appropriate for the given service.
- LOGGER - Static variable in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
-
Logger instance.
- LOGGER - Static variable in interface org.apereo.cas.authentication.principal.Service
-
Logger instance.
- longitude(double) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse.GeoLocationResponseBuilder
M
- matches(Service, Service) - Method in interface org.apereo.cas.authentication.principal.ServiceMatchingStrategy
-
Determine whether a service matches another primarily used for validation events.
- mergeAttribute(String, Object) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Merge attribute.
- mergeAttribute(String, List<Object>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Merge attribute.
- mergeAttributes(Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Merge attribute.
- mergeAttributes(Map<String, List<Object>>, Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.principal.merger.AttributeMerger
-
Modify the "toModify" argument in consideration of the "toConsider" argument.
- mergeAvailableQueryAttributes(Set<String>, Set<String>) - Method in interface org.apereo.cas.authentication.principal.merger.AttributeMerger
-
Modify the "toModify" argument in consideration of the "toConsider" argument.
- mergePossibleUserAttributeNames(Set<String>, Set<String>) - Method in interface org.apereo.cas.authentication.principal.merger.AttributeMerger
-
Modify the "toModify" argument in consideration of the "toConsider" argument.
- mergeResults(Set<PersonAttributes>, Set<PersonAttributes>) - Method in interface org.apereo.cas.authentication.principal.merger.AttributeMerger
-
Merge the results of a Set of
PersonAttributesand a compiled results map. - 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.
- MutableCredential - Interface in org.apereo.cas.authentication
-
This is
MutableCredential.
N
- neverMatches() - Static method in interface org.apereo.cas.authentication.principal.ServiceMatchingStrategy
-
Never matches service matching strategy.
- neverSatisfied() - Static method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Never satisfied authentication policy.
- newBuilder() - Method in interface org.apereo.cas.authentication.AuthenticationResultBuilderFactory
-
New authentication result builder.
- newTransaction(Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationTransactionFactory
-
New transaction.
- newTransaction(Service, Credential...) - Method in interface org.apereo.cas.authentication.AuthenticationTransactionFactory
-
New transaction.
- nominate(Collection<Authentication>, Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategy
-
Elect the principal.
- nominate(List<Principal>, Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategy
-
Nominate principal.
- none() - Static method in interface org.apereo.cas.authentication.AuthenticationPostProcessor
-
No authentication post processor.
- noOp() - Static method in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
-
NoOp authentication handler resolver.
O
- org.apereo.cas.authentication - package org.apereo.cas.authentication
- 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.adaptive.intel - package org.apereo.cas.authentication.adaptive.intel
- org.apereo.cas.authentication.handler - package org.apereo.cas.authentication.handler
- org.apereo.cas.authentication.principal - package org.apereo.cas.authentication.principal
- org.apereo.cas.authentication.principal.attribute - package org.apereo.cas.authentication.principal.attribute
- org.apereo.cas.authentication.principal.merger - package org.apereo.cas.authentication.principal.merger
P
- PersistentIdGenerator - Interface in org.apereo.cas.authentication.principal
-
Generates a unique consistent Id based on the principal.
- PersonAttributeDao - Interface in org.apereo.cas.authentication.principal.attribute
-
Defines methods for finding a
PersonAttributesor Set of IPersons based on a user ID or a Map of user attributes to query with. - PersonAttributeDaoFilter - Interface in org.apereo.cas.authentication.principal.attribute
-
This is
PersonAttributeDaoFilter. - PersonAttributes - Interface in org.apereo.cas.authentication.principal.attribute
-
An immutable representation of a person with a uid (username) and attributes.
- populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
-
Adds authentication metadata attributes on successful authentication of the given credential.
- POST - Enum constant in enum class org.apereo.cas.authentication.principal.Response.ResponseType
-
The post.
- postAuthenticate(Credential, AuthenticationHandlerExecutionResult) - Method in interface org.apereo.cas.authentication.PrePostAuthenticationHandler
-
Template method to perform arbitrary post-authentication actions.
- preAuthenticate(Credential) - Method in interface org.apereo.cas.authentication.PrePostAuthenticationHandler
-
Template method to perform arbitrary pre-authentication actions.
- PrePostAuthenticationHandler - Interface in org.apereo.cas.authentication
-
This is
PrePostAuthenticationHandler. - PreventedException - Exception Class in org.apereo.cas.authentication
-
Describes an error condition where authentication was prevented for some reason, e.g.
- PreventedException(String) - Constructor for exception class org.apereo.cas.authentication.PreventedException
- PreventedException(Throwable) - Constructor for exception class org.apereo.cas.authentication.PreventedException
- Principal - Interface in org.apereo.cas.authentication.principal
-
Generic concept of an authenticated thing.
- PrincipalElectionStrategy - Interface in org.apereo.cas.authentication
-
This is
PrincipalElectionStrategythat attempts to nominate a given principal as the primary principal object amongst many authentication events. - PrincipalElectionStrategyConflictResolver - Interface in org.apereo.cas.authentication
-
This is
PrincipalElectionStrategyConflictResolverthat determines the final principal identifier as part of the principal election strategy. - PrincipalException - Exception Class in org.apereo.cas.authentication
-
Describes a principal resolution error, which is a subcategory of authentication error.
- PrincipalException(String, Map<String, Throwable>, Map<String, AuthenticationHandlerExecutionResult>) - Constructor for exception class org.apereo.cas.authentication.PrincipalException
-
Creates a new instance.
- PrincipalFactory - Interface in org.apereo.cas.authentication.principal
-
Defines operations to create principals.
- PrincipalNameTransformer - Interface in org.apereo.cas.authentication.handler
-
Strategy pattern component for transforming principal names in the authentication pipeline.
- PrincipalResolutionExecutionPlan - Interface in org.apereo.cas.authentication.principal
-
This is
PrincipalResolutionExecutionPlan. - PrincipalResolutionExecutionPlanConfigurer - Interface in org.apereo.cas.authentication.principal
- PrincipalResolver - Interface in org.apereo.cas.authentication.principal
-
Resolves a
Principalfrom aCredentialusing an arbitrary strategy. - process(AuthenticationBuilder, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationPostProcessor
-
Process the authentication event.
- process(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationPreProcessor
-
Process the authentication event.
- properties(Map<String, Object>) - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
-
Properties.
- PROPERTY_GEO_LOCATION - Static variable in interface org.apereo.cas.authentication.CredentialMetadata
-
Geo location property linked to this credential.
- PROPERTY_USER_AGENT - Static variable in interface org.apereo.cas.authentication.CredentialMetadata
-
User agent property linked to this credential.
- putProperties(Map<String, ? extends Serializable>) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Put properties.
- putProperty(String, Serializable) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Put property credential metadata.
R
- RANKED - Enum constant in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
-
In-between status where a score is provided to determine rank and probability.
- REDIRECT - Enum constant in enum class org.apereo.cas.authentication.principal.Response.ResponseType
-
The redirect.
- registerAuthenticationHandler(AuthenticationHandler) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handler.
- registerAuthenticationHandlerResolver(AuthenticationHandlerResolver) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handler resolver.
- registerAuthenticationHandlers(List<? extends AuthenticationHandler>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handlers.
- registerAuthenticationHandlersWithPrincipalResolver(Collection<AuthenticationHandler>, PrincipalResolver) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handlers with principal resolver.
- registerAuthenticationHandlersWithPrincipalResolver(List<AuthenticationHandler>, List<PrincipalResolver>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handler with principal resolvers.
- registerAuthenticationHandlerWithPrincipalResolver(Map<AuthenticationHandler, PrincipalResolver>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handler with principal resolver.
- registerAuthenticationHandlerWithPrincipalResolver(AuthenticationHandler, PrincipalResolver) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication handler with principal resolver.
- registerAuthenticationMetadataPopulator(AuthenticationMetaDataPopulator) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register metadata populator.
- registerAuthenticationMetadataPopulators(Collection<AuthenticationMetaDataPopulator>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register metadata populators.
- registerAuthenticationPolicies(Collection<AuthenticationPolicy>) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication policies.
- registerAuthenticationPolicy(AuthenticationPolicy) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication policy.
- registerAuthenticationPolicyResolver(AuthenticationPolicyResolver) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication policy resolver.
- registerAuthenticationPostProcessor(AuthenticationPostProcessor) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication post processor.
- registerAuthenticationPreProcessor(AuthenticationPreProcessor) - Method in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlan
-
Register authentication pre processor.
- registerPrincipalResolver(PrincipalResolver) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolutionExecutionPlan
-
Register principal resolver.
- registerStrategy(AuthenticationServiceSelectionStrategy) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
-
Register strategy handler.
- RememberMeCredential - Interface in org.apereo.cas.authentication
-
Credential that wish to handle remember me scenarios need to implement this class.
- removeTrait(Class<? extends CredentialTrait>) - Method in interface org.apereo.cas.authentication.CredentialMetadata
-
Remove trait.
- replaceAttributes(Authentication) - Method in interface org.apereo.cas.authentication.Authentication
-
Updates the authentication object with what's passed.
- REQUEST_PARAMETER_REMEMBER_ME - Static variable in interface org.apereo.cas.authentication.RememberMeCredential
-
Request parameter name.
- resolve(List<Principal>) - Method in interface org.apereo.cas.authentication.PrincipalElectionStrategyConflictResolver
-
Resolve the principal id from the chain.
- resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
-
Resolve set of authentication handlers.
- resolve(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationPolicyResolver
-
Resolve set of authentication handlers.
- resolve(Credential) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Resolves a principal from the given credential using an arbitrary strategy.
- resolve(Credential, Optional<AuthenticationHandler>) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Resolves a principal from the given credential using an arbitrary strategy.
- resolve(Credential, Optional<Principal>, Optional<AuthenticationHandler>, Optional<Service>) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Resolves a principal from the given credential using an arbitrary strategy.
- resolveService(Service) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
-
Resolve service from authentication request.
- resolveService(Service, Class<T>) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
-
Resolve service t.
- resolveServiceFrom(Service) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
-
Resolves the real service from the provided service, if appropriate.
- Response - Interface in org.apereo.cas.authentication.principal
-
This is
Responsethat is outputted by each service principal. - Response.ResponseType - Enum Class in org.apereo.cas.authentication.principal
-
An enumeration of different response types.
- ResponseBuilder<T> - Interface in org.apereo.cas.authentication.principal
-
Represents the task of building a CAS response that is returned by a service.
- ResponseBuilderLocator<T> - Interface in org.apereo.cas.authentication.principal
-
This is
ResponseBuilderLocatorwhich attempts to locateResponseBuilderobjects registered in the application context. - responseType() - Method in interface org.apereo.cas.authentication.principal.Response
-
Gets response type.
- RootCasException - Exception Class in org.apereo.cas.authentication
-
Generic CAS exception that sits at the top of the exception hierarchy.
S
- score(double) - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
- Service - Interface in org.apereo.cas.authentication.principal
-
Marker interface for Services.
- SERVICE_ATTRIBUTE_COOKIES - Static variable in interface org.apereo.cas.authentication.principal.Service
-
Service attribute to keep track of the available cookies.
- SERVICE_ATTRIBUTE_HEADERS - Static variable in interface org.apereo.cas.authentication.principal.Service
-
Service attribute to keep track of the request headers.
- SERVICE_ATTRIBUTE_HTTP_REQUEST - Static variable in interface org.apereo.cas.authentication.principal.Service
-
Service attribute to keep track of various HTTP request properties.
- ServiceFactory<T> - Interface in org.apereo.cas.authentication.principal
-
The
ServiceFactoryis responsible for creating service objects. - ServiceFactoryConfigurer - Interface in org.apereo.cas.authentication.principal
-
This is
ServiceFactoryConfigurer. - ServiceMatchingStrategy - Interface in org.apereo.cas.authentication.principal
-
This is
ServiceMatchingStrategy. - setAccuracy(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- setAttributes(Map<String, Object>) - Method in interface org.apereo.cas.authentication.principal.Service
-
Sets the attributes.
- setAttributes(Map<String, List<Object>>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Sets the authentication metadata attributes.
- setAuthenticationDate(ZonedDateTime) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Sets the authentication date and returns this instance.
- setCredentialMetadata(CredentialMetadata) - Method in interface org.apereo.cas.authentication.MutableCredential
-
Sets credential metadata.
- setFailures(Map<String, Throwable>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Sets failures.
- setFragment(String) - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Collect fragment in web application service.
- setId(String) - Method in interface org.apereo.cas.authentication.MutableCredential
-
Sets id.
- setLatitude(double) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- setLatitude(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- setLoggedOutAlready(boolean) - Method in interface org.apereo.cas.authentication.principal.WebApplicationService
-
Set if the service is already logged out.
- setLongitude(double) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- setLongitude(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- setPrincipal(String) - Method in interface org.apereo.cas.authentication.principal.Service
-
Sets the principal.
- setPrincipal(Principal) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Sets the principal returns this instance.
- setRememberMe(boolean) - Method in interface org.apereo.cas.authentication.RememberMeCredential
-
Sets the remember me.
- setSuccesses(Map<String, AuthenticationHandlerExecutionResult>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Set successes authentication builder.
- setTimestamp(String) - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- setWarnings(List<MessageDescriptor>) - Method in interface org.apereo.cas.authentication.AuthenticationBuilder
-
Set warning to authentication builder.
- shouldResumeOnFailure(Throwable) - Method in interface org.apereo.cas.authentication.AuthenticationPolicy
-
Should authentication chain resume on failure?
- status(IPAddressIntelligenceResponse.IPAddressIntelligenceStatus) - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
- stuffAttributesIntoList(Map<String, ?>, PersonAttributeDaoFilter) - Method in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Stuff attributes into list.
- success() - Static method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
-
Success authentication policy.
- success(boolean) - Method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult.AuthenticationPolicyExecutionResultBuilder
- success(boolean) - Static method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
-
Success authentication policy via a condition.
- SUCCESSFUL_AUTHENTICATION_HANDLERS - Static variable in interface org.apereo.cas.authentication.AuthenticationHandler
-
Attribute name containing collection of handler names that successfully authenticated credential.
- supports(AuthnResponse) - Method in interface org.apereo.cas.authentication.AuthenticationPasswordPolicyHandlingStrategy
-
Decide if response is supported by this strategy.
- supports(Class<? extends Credential>) - Method in interface org.apereo.cas.authentication.AuthenticationHandler
-
Supports credential class.
- supports(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationHandlerResolver
-
Supports this transaction?
- supports(AuthenticationTransaction) - Method in interface org.apereo.cas.authentication.AuthenticationPolicyResolver
-
Supports this transaction?
- 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 interface org.apereo.cas.authentication.AuthenticationPostProcessor
-
Determines whether the processor has the capability to perform tasks on the given credential.
- supports(Credential) - Method in interface org.apereo.cas.authentication.AuthenticationPreProcessor
-
Determines whether the processor has the capability to perform tasks on the given credential.
- supports(Credential) - Method in interface org.apereo.cas.authentication.principal.PrincipalResolver
-
Determines whether this instance supports principal resolution from the given credential.
- supports(Service) - Method in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
-
Indicates whether this strategy supports service selection.
- supports(T) - Method in interface org.apereo.cas.authentication.principal.ResponseBuilder
-
Supports this service.
T
- toString() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
- toString() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse.GeoLocationResponseBuilder
- toString() - Method in class org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
- toString() - Method in class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceResponseBuilder
- toString() - Method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult.AuthenticationPolicyExecutionResultBuilder
- toString() - Method in class org.apereo.cas.authentication.AuthenticationPolicyExecutionResult
- 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.
U
- UnauthorizedAuthenticationException - Exception Class in org.apereo.cas.authentication.adaptive
-
This is
UnauthorizedAuthenticationException. - UnauthorizedAuthenticationException(String) - Constructor for exception class org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- UnauthorizedAuthenticationException(String, Map<String, Throwable>) - Constructor for exception class org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- UnauthorizedAuthenticationException(String, Map<String, Throwable>, Map<String, AuthenticationHandlerExecutionResult>) - Constructor for exception class org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- UnauthorizedAuthenticationException(Map<String, Throwable>) - Constructor for exception class org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- UnauthorizedAuthenticationException(Map<String, Throwable>, Map<String, AuthenticationHandlerExecutionResult>) - Constructor for exception class org.apereo.cas.authentication.adaptive.UnauthorizedAuthenticationException
- UNKNOWN_ID - Static variable in interface org.apereo.cas.authentication.Credential
-
An ID that may be used to indicate the credential identifier is unknown.
- updateAttributes(Authentication) - Method in interface org.apereo.cas.authentication.Authentication
-
Updates the authentication object with what's passed.
- url() - Method in interface org.apereo.cas.authentication.principal.Response
-
Gets url.
- UsernameAttributeProvider - Interface in org.apereo.cas.authentication.principal.attribute
-
Provider for the username attribute to use when one is not otherwise provided.
V
- valueOf(String) - Static method in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apereo.cas.authentication.principal.Response.ResponseType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apereo.cas.authentication.adaptive.intel.IPAddressIntelligenceResponse.IPAddressIntelligenceStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apereo.cas.authentication.principal.Response.ResponseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WebApplicationService - Interface in org.apereo.cas.authentication.principal
-
Represents a service using CAS that comes from the web.
- WILDCARD - Static variable in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Wildcard indicator.
- WILDCARD_PATTERN - Static variable in interface org.apereo.cas.authentication.principal.attribute.PersonAttributeDao
-
Wildcard regex pattern.
- withCode(String) - Static method in exception class org.apereo.cas.authentication.RootCasException
-
With code.
- withoutAttributes(Principal) - Method in interface org.apereo.cas.authentication.principal.PrincipalFactory
-
Principal Without attributes.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form