Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
AbstractAggregatingDefaultQueryPersonAttributeDao - Class in org.apereo.cas.authentication.attribute
Provides a base set of implementations and properties for PersonAttributeDao implementations that aggregate results from a sub List of PersonAttributeDao.
AbstractAggregatingDefaultQueryPersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
 
AbstractAuthenticationHandler - Class in org.apereo.cas.authentication
Base class for all authentication handlers that support configurable naming.
AbstractCredential - Class in org.apereo.cas.authentication.credential
Base class for CAS credentials that are safe for long-term storage.
AbstractCredential() - Constructor for class org.apereo.cas.authentication.credential.AbstractCredential
 
AbstractDefaultAttributePersonAttributeDao - Class in org.apereo.cas.authentication.attribute
AbstractDefaultAttributePersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.AbstractDefaultAttributePersonAttributeDao
 
AbstractFlatteningPersonAttributeDao - Class in org.apereo.cas.authentication.attribute
AbstractFlatteningPersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.AbstractFlatteningPersonAttributeDao
 
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.
AbstractQueryPersonAttributeDao<QB> - Class in org.apereo.cas.authentication.attribute
Provides common functionality for DAOs using a set of attribute values from the seed to perform a query.
AbstractQueryPersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
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.
AcceptUsersAuthenticationHandler - Class in org.apereo.cas.authentication
Handler that contains a list of valid users and passwords.
AcceptUsersAuthenticationHandler(String) - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
 
AcceptUsersAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer, Map<String, String>) - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
 
AcceptUsersAuthenticationHandler(Map<String, String>) - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
 
AccountDisabledException - Exception Class in org.apereo.cas.authentication.exceptions
Describes an authentication error condition where a user account has been administratively disabled.
AccountDisabledException() - Constructor for exception class org.apereo.cas.authentication.exceptions.AccountDisabledException
 
AccountDisabledException(String) - Constructor for exception class org.apereo.cas.authentication.exceptions.AccountDisabledException
 
AccountPasswordMustChangeException - Exception Class in org.apereo.cas.authentication.exceptions
Describes an authentication error condition where a user account's password must change before login.
AccountPasswordMustChangeException() - Constructor for exception class org.apereo.cas.authentication.exceptions.AccountPasswordMustChangeException
 
AccountPasswordMustChangeException(String) - Constructor for exception class org.apereo.cas.authentication.exceptions.AccountPasswordMustChangeException
Instantiates a new account password must change exception.
AccountsPreDefinedLoginModule - Class in org.apereo.cas.authentication.handler.support.jaas
AccountsPreDefinedLoginModule() - Constructor for class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
AccountsPreDefinedLoginModule.StaticPrincipal - Class in org.apereo.cas.authentication.handler.support.jaas
Static principal added to the subject when authn is successful.
activeAttributeRepositoryIdentifiers(Set<String>) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
activeRepositoryIds(Set<String>) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
addAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
addAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addAttribute(String, List<Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addAttributes(Map<String, Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addCredential(Credential) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addCredentials(List<Credential>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addFailure(String, Throwable) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addFailures(Map<String, Throwable>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addSuccess(String, AuthenticationHandlerExecutionResult) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addSuccesses(Map<String, AuthenticationHandlerExecutionResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addTrait(CredentialTrait) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
addWarning(MessageDescriptor) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
addWarning(MessageDescriptor) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
addWarnings(List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
allAttributeRepositories() - Static method in interface org.apereo.cas.authentication.attribute.AttributeRepositoryResolver
All repositories attribute repository resolver.
AllAuthenticationHandlersSucceededAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff all given authentication handlers are successfully authenticated.
AllAuthenticationHandlersSucceededAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.AllAuthenticationHandlersSucceededAuthenticationPolicy
 
AllCredentialsValidatedAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
AllCredentialsValidatedAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.AllCredentialsValidatedAuthenticationPolicy
 
assignIdIfNecessary() - Method in class org.apereo.cas.authentication.OneTimeToken
Assign id if undefined.
assignIdIfNecessary() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
Assign id if undefined.
assignPassword(String) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
Sets password and converts it to char array.
AtLeastOneCredentialValidatedAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication policy that is satisfied by at least one successfully authenticated credential.
AtLeastOneCredentialValidatedAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
 
AtLeastOneCredentialValidatedAuthenticationPolicy(boolean) - Constructor for class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
Creates a new AtLeastOneCredentialValidatedAuthenticationPolicy instance.
attribute(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
ATTRIBUTE_CLIENT_IP_ADDRESS - Static variable in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
Attribute to track client ip address.
ATTRIBUTE_GEO_LOCATION - Static variable in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
Attribute to track geo location, if any.
ATTRIBUTE_SERVER_IP_ADDRESS - Static variable in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
Attribute to track server ip address.
ATTRIBUTE_USER_AGENT - Static variable in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
Attribute to track user-agent, if any.
attributeRepository(PersonAttributeDao) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
AttributeRepositoryQuery() - Constructor for class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
AttributeRepositoryQuery(AuthenticationHandler, Principal, Service, Set<String>, RegisteredService) - Constructor for class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
AttributeRepositoryQuery(Principal, Set<String>) - Constructor for class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
AttributeRepositoryQueryBuilder() - Constructor for class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
AttributeRepositoryResolver - Interface in org.apereo.cas.authentication.attribute
AttributeRepositoryResolver.AttributeRepositoryQuery - Class in org.apereo.cas.authentication.attribute
 
AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder<C,B> - Class in org.apereo.cas.authentication.attribute
 
authenticate(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationManager
 
authenticate(Credential, Service) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
 
authenticate(Credential, Service) - Method in class org.apereo.cas.authentication.handler.support.ProxyAuthenticationHandler
 
authentication(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
AUTHENTICATION_ATTRIBUTE_PASSWORD - Static variable in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
Authentication attribute name for password.
AuthenticationContextAttributeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
AuthenticationContextAttributeMetaDataPopulator(String, AuthenticationHandler, String) - Constructor for class org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
 
AuthenticationCredentialTypeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
AuthenticationCredentialTypeMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.AuthenticationCredentialTypeMetaDataPopulator
 
AuthenticationDateAttributeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
AuthenticationDateAttributeMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.AuthenticationDateAttributeMetaDataPopulator
 
authenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 

B

BaseAdditiveAttributeMerger - Class in org.apereo.cas.authentication.principal.merger
Merges the Sets of Persons additively calling the abstract BaseAdditiveAttributeMerger.mergePersonAttributes(Map, Map) method on the attributes of Persons that exist in both sets.
BaseAdditiveAttributeMerger() - Constructor for class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
 
BaseAuthenticationHandlerAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.
BaseAuthenticationMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
BaseAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
BaseAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
BaseAuthenticationServiceSelectionStrategy - Class in org.apereo.cas.authentication
BaseIPAddressIntelligenceService - Class in org.apereo.cas.authentication.adaptive.intel
BasePersonAttributeDao - Class in org.apereo.cas.authentication.attribute
Base PersonAttributeDao that provides implementations of the deprecated methods.
BasePersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
BasicCredentialMetadata - Class in org.apereo.cas.authentication.metadata
Basic credential metadata implementation that stores the original credential ID and the original credential type.
BasicCredentialMetadata() - Constructor for class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
BasicCredentialMetadata(Credential) - Constructor for class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
BasicCredentialMetadata(Credential, Map<String, ? extends Serializable>) - Constructor for class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
BasicIdentifiableCredential - Class in org.apereo.cas.authentication.credential
This is BasicIdentifiableCredential, a simple credential implementation that is only recognized by its id.
BasicIdentifiableCredential() - Constructor for class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
BasicIdentifiableCredential(String) - Constructor for class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
BEAN_NAME - Static variable in interface org.apereo.cas.authentication.attribute.AttributeRepositoryResolver
Default bean name.
BEAN_NAME - Static variable in interface org.apereo.cas.authentication.CasSSLContext
Default implementation bean name.
BlackDotIPAddressIntelligenceService - Class in org.apereo.cas.authentication.adaptive.intel
BlackDotIPAddressIntelligenceService(AdaptiveAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.adaptive.intel.BlackDotIPAddressIntelligenceService
 
build() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
build() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
build() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
build() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
build() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
build() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
build(PrincipalElectionStrategy) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
build(PrincipalElectionStrategy, Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
builder() - Static method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
builder() - Static method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
builder() - Static method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
builder() - Static method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
builder() - Static method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
ByCredentialSourceAuthenticationHandlerResolver - Class in org.apereo.cas.authentication.handler
This is ByCredentialSourceAuthenticationHandlerResolver that attempts to capture the source from the credential and limit the handlers to the matching source.
ByCredentialSourceAuthenticationHandlerResolver() - Constructor for class org.apereo.cas.authentication.handler.ByCredentialSourceAuthenticationHandlerResolver
 
ByCredentialTypeAuthenticationHandlerResolver - Class in org.apereo.cas.authentication.handler
ByCredentialTypeAuthenticationHandlerResolver(Class<? extends Credential>...) - Constructor for class org.apereo.cas.authentication.handler.ByCredentialTypeAuthenticationHandlerResolver
 
ByCredentialTypeAuthenticationHandlerResolver(Collection<Class<? extends Credential>>) - Constructor for class org.apereo.cas.authentication.handler.ByCredentialTypeAuthenticationHandlerResolver
 

C

CacheCredentialsCipherExecutor - Class in org.apereo.cas.authentication.metadata
CacheCredentialsCipherExecutor(String, String, String, int, int) - Constructor for class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
 
CacheCredentialsMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
We utilize the AuthenticationMetaDataPopulator to retrieve and store the password as an authentication attribute under the key AUTHENTICATION_ATTRIBUTE_PASSWORD.
CacheCredentialsMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
 
CacheCredentialsMetaDataPopulator(CipherExecutor<String, String>) - Constructor for class org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
 
canonicalizationMode(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
canonicalize(String) - Method in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Canonicalize string.
canonicalize(String, Locale) - Method in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Canonicalize string.
canonicalize(CaseCanonicalizationMode) - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
Canonicalize simple person attributes.
CaseCanonicalizationMode - Enum Class in org.apereo.cas.authentication.attribute
The enum Case canonicalization mode.
CasSSLContext - Interface in org.apereo.cas.authentication
This is CasSSLContext.
CasSSLContext.DisabledCasSslContext - Class in org.apereo.cas.authentication
 
CasSSLContext.SystemCasSSLContext - Class in org.apereo.cas.authentication
 
ChainingPrincipalElectionStrategy - Class in org.apereo.cas.authentication.principal
ChainingPrincipalElectionStrategy(List<PrincipalElectionStrategy>) - Constructor for class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
ChainingPrincipalElectionStrategy(PrincipalElectionStrategy...) - Constructor for class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
ChainingPrincipalResolver - Class in org.apereo.cas.authentication.principal.resolvers
Delegates to one or more principal resolves in series to resolve a principal.
ChainingPrincipalResolver(PrincipalElectionStrategy, CasConfigurationProperties) - Constructor for class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
 
clearWarnings() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
ClientInfoAuthenticationMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
ClientInfoAuthenticationMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
 
clone() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
close() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
collect(Collection<Authentication>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
collect(Collection<Authentication>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
collect(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
collect(Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
commit() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
compareTo(AttributeDefinition) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
compareTo(OneTimeToken) - Method in class org.apereo.cas.authentication.OneTimeToken
 
compareTo(OneTimeTokenAccount) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
compareTo(PersonAttributeDao) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
ComplexPersonAttributeDao - Class in org.apereo.cas.authentication.attribute
Looks up the user's attribute Map in the backingMap.
ComplexPersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
configurePrincipalElectionStrategy(ChainingPrincipalElectionStrategy) - Method in interface org.apereo.cas.authentication.principal.PrincipalElectionStrategyConfigurer
Configure principal election strategy.
containsAttribute(String) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
containsProperty(String) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
convertAttributeValuesToObjects(Map<String, ?>) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Convert attribute values to objects.
CoreAuthenticationUtils - Class in org.apereo.cas.authentication
createPrincipal(String, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
createPrincipal(String, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.GroovyPrincipalFactory
 
createPrincipal(String, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.RestfulPrincipalFactory
 
CredentialCustomFieldsAttributeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
CredentialCustomFieldsAttributeMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.CredentialCustomFieldsAttributeMetaDataPopulator
 
credentialProvided(boolean) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
currentPrincipal(Principal) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 

D

DefaultAdaptiveAuthenticationPolicy - Class in org.apereo.cas.authentication.adaptive
DefaultAdaptiveAuthenticationPolicy(GeoLocationService, IPAddressIntelligenceService, AdaptiveAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
DefaultAttributeDefinition - Class in org.apereo.cas.authentication.attribute
DefaultAttributeDefinition() - Constructor for class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
DefaultAttributeDefinition(String, String, boolean, boolean, String, String, String, String, Map<String, String>, String, boolean) - Constructor for class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder<C,B> - Class in org.apereo.cas.authentication.attribute
 
DefaultAttributeDefinitionBuilder() - Constructor for class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
DefaultAttributeDefinitionStore - Class in org.apereo.cas.authentication.attribute
DefaultAttributeDefinitionStore(AttributeDefinition...) - Constructor for class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
DefaultAttributeDefinitionStore(Resource) - Constructor for class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
DefaultAuthentication - Class in org.apereo.cas.authentication
Immutable authentication event whose attributes may not change after creation.
DefaultAuthentication() - Constructor for class org.apereo.cas.authentication.DefaultAuthentication
 
DefaultAuthentication(ZonedDateTime, Principal, List<MessageDescriptor>, List<Credential>, Map<String, List<Object>>, Map<String, AuthenticationHandlerExecutionResult>, Map<String, Throwable>) - Constructor for class org.apereo.cas.authentication.DefaultAuthentication
Creates a new DefaultAuthentication instance.
DefaultAuthenticationBuilder - Class in org.apereo.cas.authentication
Constructs immutable Authentication objects using the builder pattern.
DefaultAuthenticationBuilder() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
DefaultAuthenticationBuilder(Principal) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
DefaultAuthenticationEventExecutionPlan - Class in org.apereo.cas.authentication
DefaultAuthenticationEventExecutionPlan() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
DefaultAuthenticationHandlerExecutionResult - Class in org.apereo.cas.authentication
Contains information about a successful authentication produced by an AuthenticationHandler.
DefaultAuthenticationHandlerExecutionResult() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerExecutionResult(String, Credential, Principal, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
Creates a new DefaultAuthenticationHandlerExecutionResult instance.
DefaultAuthenticationHandlerExecutionResult(String, Principal) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerExecutionResult(AuthenticationHandler, Credential) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerExecutionResult(AuthenticationHandler, Credential, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerExecutionResult(AuthenticationHandler, Credential, Principal) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerExecutionResult(AuthenticationHandler, Credential, Principal, List<MessageDescriptor>) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
DefaultAuthenticationHandlerResolver - Class in org.apereo.cas.authentication.handler
DefaultAuthenticationHandlerResolver() - Constructor for class org.apereo.cas.authentication.handler.DefaultAuthenticationHandlerResolver
 
DefaultAuthenticationManager - Class in org.apereo.cas.authentication
This is DefaultAuthenticationManager, which provides common operations around an authentication manager implementation.
DefaultAuthenticationManager(AuthenticationEventExecutionPlan, ObjectProvider<AuthenticationSystemSupport>, boolean, ConfigurableApplicationContext) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationManager
 
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
 
DefaultAuthenticationResult.DefaultAuthenticationResultBuilder<C,B> - Class in org.apereo.cas.authentication
 
DefaultAuthenticationResultBuilder - Class in org.apereo.cas.authentication
DefaultAuthenticationResultBuilder() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
DefaultAuthenticationResultBuilder() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
DefaultAuthenticationResultBuilderFactory - Class in org.apereo.cas.authentication
DefaultAuthenticationResultBuilderFactory() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationResultBuilderFactory
 
DefaultAuthenticationServiceSelectionPlan - Class in org.apereo.cas.authentication
DefaultAuthenticationServiceSelectionPlan(List<AuthenticationServiceSelectionStrategy>) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionPlan
 
DefaultAuthenticationServiceSelectionPlan(AuthenticationServiceSelectionStrategy...) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionPlan
 
DefaultAuthenticationServiceSelectionStrategy - Class in org.apereo.cas.authentication
This is DefaultAuthenticationServiceSelectionStrategy which returns back to the caller the provided service, as it was without any additional processing.
DefaultAuthenticationServiceSelectionStrategy() - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
 
DefaultAuthenticationSystemSupport - Class in org.apereo.cas.authentication
DefaultAuthenticationSystemSupport(AuthenticationTransactionManager, PrincipalElectionStrategy, AuthenticationResultBuilderFactory, AuthenticationTransactionFactory, ServicesManager, PrincipalResolver, PrincipalFactory) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
DefaultAuthenticationTransaction - Class in org.apereo.cas.authentication
DefaultAuthenticationTransaction(Service, RegisteredService, Collection<Credential>) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
DefaultAuthenticationTransactionFactory - Class in org.apereo.cas.authentication
DefaultAuthenticationTransactionFactory(ServicesManager) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationTransactionFactory
 
DefaultAuthenticationTransactionManager - Class in org.apereo.cas.authentication
DefaultAuthenticationTransactionManager(ApplicationEventPublisher, AuthenticationManager) - Constructor for class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
DefaultCasSSLContext - Class in org.apereo.cas.authentication
DefaultCasSSLContext(Resource, String, String, HttpClientProperties, HostnameVerifier) - Constructor for class org.apereo.cas.authentication.DefaultCasSSLContext
 
DefaultIPAddressIntelligenceService - Class in org.apereo.cas.authentication.adaptive.intel
DefaultIPAddressIntelligenceService(AdaptiveAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.adaptive.intel.DefaultIPAddressIntelligenceService
 
DefaultPasswordPolicyHandlingStrategy<AuthnResponse> - Class in org.apereo.cas.authentication.support.password
DefaultPasswordPolicyHandlingStrategy() - Constructor for class org.apereo.cas.authentication.support.password.DefaultPasswordPolicyHandlingStrategy
 
DefaultPrincipalElectionStrategy - Class in org.apereo.cas.authentication.principal
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.principal.DefaultPrincipalElectionStrategy
 
DefaultPrincipalElectionStrategy(PrincipalFactory, PrincipalElectionStrategyConflictResolver) - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
DefaultPrincipalElectionStrategy(PrincipalElectionStrategyConflictResolver) - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
DefaultPrincipalFactory - Class in org.apereo.cas.authentication.principal
Factory to create SimplePrincipal objects.
DefaultPrincipalFactory() - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
DefaultPrincipalResolutionExecutionPlan - Class in org.apereo.cas.authentication.principal
DefaultPrincipalResolutionExecutionPlan() - Constructor for class org.apereo.cas.authentication.principal.DefaultPrincipalResolutionExecutionPlan
 
destroy() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
destroy() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
destroy() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
destroy() - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
destroy() - Method in class org.apereo.cas.authentication.support.password.GroovyPasswordEncoder
 
determinePrincipalIdFromAttributes(String, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
Determine principal id from attributes.
disabled() - Static method in interface org.apereo.cas.authentication.CasSSLContext
Disabled.
DisabledCasSslContext() - Constructor for class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 

E

EchoingPrincipalResolver - Class in org.apereo.cas.authentication.principal.resolvers
EchoingPrincipalResolver() - Constructor for class org.apereo.cas.authentication.principal.resolvers.EchoingPrincipalResolver
 
encrypted(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
equals(Object) - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
 
equals(Object) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
equals(Object) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
equals(Object) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
equals(Object) - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.AbstractCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.OneTimePasswordCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
equals(Object) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
equals(Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
equals(Object) - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
equals(Object) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
equals(Object) - Method in class org.apereo.cas.authentication.OneTimeToken
 
equals(Object) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.AllAuthenticationHandlersSucceededAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.AllCredentialsValidatedAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.ExcludedAuthenticationHandlerAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.NotPreventedAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.GroovyPrincipalFactory
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.RestfulPrincipalFactory
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
equals(Object) - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
establishAuthenticationContextFromInitial(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
establishAuthenticationContextFromInitial(Authentication, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
examine(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
 
examineInternal(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.BaseIPAddressIntelligenceService
Examine internally and build intelligence response.
examineInternal(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.BlackDotIPAddressIntelligenceService
 
examineInternal(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.DefaultIPAddressIntelligenceService
 
examineInternal(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.GroovyIPAddressIntelligenceService
 
examineInternal(RequestContext, String) - Method in class org.apereo.cas.authentication.adaptive.intel.RestfulIPAddressIntelligenceService
 
ExcludedAuthenticationHandlerAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff a specified authentication handler is not part of successful authn handlers.
ExcludedAuthenticationHandlerAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.ExcludedAuthenticationHandlerAuthenticationPolicy
 
ExcludedAuthenticationHandlerAuthenticationPolicy(Set<String>, boolean) - Constructor for class org.apereo.cas.authentication.policy.ExcludedAuthenticationHandlerAuthenticationPolicy
 

F

finalizeAllAuthenticationTransactions(AuthenticationResultBuilder, Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
finalizeAuthenticationTransaction(Service, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
flattened(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
from(Resource) - Static method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
From resource.
fromAllAttributeRepositories() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
Allow the fetcher to support/activate all attribute repositories and disable filtering.
fromAttribute(String, Map<String, List<Object>>) - Static method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
Build simple person from username attribute.

G

generate(String, String) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
generate(Principal, String) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
getAccountStateHandler() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
Directory-specific account state handler component.
getActiveAttributeRepositoryIdentifiers() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getActiveRepositoryIds() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
getApplicationContext() - Method in class org.apereo.cas.authentication.DefaultAuthenticationManager
 
getAttribute() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getAttribute() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
getAttributeDefinitions() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
getAttributeDefinitionsBy(Class<T>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
getAttributeMerger() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Strategy for merging together the results from successive PersonAttributeDaos.
getAttributeMerger() - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
getAttributeMerger() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
getAttributeMerger(PrincipalAttributesCoreProperties.MergingStrategyTypes) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Gets attribute merger.
getAttributeRepository() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
 
getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.EchoingPrincipalResolver
 
getAttributes() - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Authentication metadata attributes.
getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Authentication metadata attributes.
getAttributes() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
Principal attributes.
getAttributeValue(String) - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
getAttributeValues(String) - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
getAuthentication() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Authentication date stamp.
getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Authentication date.
getAuthenticationEventExecutionPlan() - Method in class org.apereo.cas.authentication.DefaultAuthenticationManager
 
getAuthenticationHandler() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
getAuthenticationHandlerResolvers(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationHandlers() - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationHandlers(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationManager() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
getAuthenticationMetadataPopulators(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPolicies() - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPolicies(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPolicies(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPolicyResolvers(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPostProcessors(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationPreProcessors(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getAuthenticationResultBuilderFactory() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getAuthentications() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
getAuthentications() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
getAuthenticationServiceSelectionPlan() - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
The service selection plan.
getAuthenticationServiceSelectionPlan() - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
The service selection plan.
getAuthenticationSystemSupport() - Method in class org.apereo.cas.authentication.DefaultAuthenticationManager
 
getAuthenticationTransactionFactory() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getAuthenticationTransactionManager() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getAvailableQueryAttributes(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Merges the results of calling PersonAttributeDao.getAvailableQueryAttributes(PersonAttributeDaoFilter) on each child dao using the configured AttributeMerger.mergeAvailableQueryAttributes(Set, Set).
getAvailableQueryAttributes(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
getBackingMap() - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
getBackingMap() - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getBackingPerson() - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getCallbackUrl() - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
getCanonicalizationMode() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getCaseInsensitiveQueryAttributes() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getCaseInsensitiveResultAttributes() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getCasTrustStore() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getChain() - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
getCode() - Method in exception class org.apereo.cas.authentication.exceptions.UniquePrincipalRequiredException
 
getCredential() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
Credential meta data.
getCredentialClass() - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
Type of original credential.
getCredentialMetadata() - Method in class org.apereo.cas.authentication.credential.AbstractCredential
Gets credential metadata.
getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthentication
List of metadata about credentials presented at authentication.
getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
getCredentialSelectionPredicate() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Indicates whether this handler is able to support the credentials passed to operate on it and validate.
getCurrentPrincipal() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getCustomFields() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
getDaysToExpiration() - Method in class org.apereo.cas.authentication.support.password.PasswordExpiringWarningMessageDescriptor
 
getDefaultCaseCanonicalizationMode() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getEncryptionKeySetting() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
 
getEventPublisher() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
getExecutableScript() - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Map of handler name to handler authentication failure cause.
getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Map of handler names to authentication failures.
getFirst() - Method in exception class org.apereo.cas.authentication.exceptions.MixedPrincipalException
First resolved principal.
getFlattened() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getHandlerName() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
The name of the authentication handler that successfully authenticated a credential.
getHandlerNames() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
Authentication handler name that is required to satisfy policy.
getHostnameVerifier() - Method in class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 
getHostnameVerifier() - Method in interface org.apereo.cas.authentication.CasSSLContext
Gets hostname verifier.
getHostnameVerifier() - Method in class org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
 
getHostnameVerifier() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getId() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
 
getId() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
getId() - Method in class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
getId() - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
getId() - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
getId() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
getId() - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
Credential type unique identifier.
getId() - Method in class org.apereo.cas.authentication.OneTimeToken
 
getId() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getId() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
getId() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
getInitialAuthentication() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
getInitialCredential() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
getInstance() - Static method in class org.apereo.cas.authentication.principal.NullPrincipal
Returns the single instance of this class.
getIssuedDateTime() - Method in class org.apereo.cas.authentication.OneTimeToken
 
getKey() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getKeyManagerFactory() - Method in interface org.apereo.cas.authentication.CasSSLContext
Gets key manager factory.
getKeyManagerFactory() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getKeyManagers() - Method in class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 
getKeyManagers() - Method in interface org.apereo.cas.authentication.CasSSLContext
Get key managers.
getKeyManagers() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getLastUsedDateTime() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getLoginFailures() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
getName() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Sets the authentication handler name.
getName() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getName() - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
getName() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
getName() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
 
getName() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getName() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
getOrder() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Sets order.
getOrder() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
getOrder() - Method in class org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
 
getOrder() - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
 
getOrder() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
getOrder() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
getOrder() - Method in class org.apereo.cas.authentication.handler.DefaultAuthenticationHandlerResolver
 
getOrder() - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
getOrder() - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
 
getOrder() - Method in class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
 
getOrder() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
getOrder() - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
 
getOrder() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
getOrder() - Method in interface org.apereo.cas.authentication.principal.PrincipalElectionStrategyConfigurer
 
getPassword() - Method in class org.apereo.cas.authentication.credential.OneTimePasswordCredential
One-time password.
getPassword() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
getPasswordEncoder() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
getPasswordPolicyConfiguration() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
getPasswordPolicyHandlingStrategy() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Decide how to execute password policy handling, if at all.
getPasswordWarningNumberOfDays() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
getPatternFormat() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getPatterns() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getPeople(Map<String, Object>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.attribute.AbstractFlatteningPersonAttributeDao
 
getPeople(Map<String, Object>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
 
getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getPeopleWithMultivaluedAttributes(Map<String, List<Object>>, PersonAttributeDaoFilter, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getPerson(String, Set<PersonAttributes>, PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.AbstractDefaultAttributePersonAttributeDao
 
getPerson(String, Set<PersonAttributes>, PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getPersonAttributeDaos() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
A List of child PersonAttributeDao instances which we will poll in order.
getPolicy() - Method in exception class org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
Unfulfilled policy that caused this exception.
getPossibleUserAttributeNames(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Merges the results of calling PersonAttributeDao.getPossibleUserAttributeNames(PersonAttributeDaoFilter) on each child dao using the configured AttributeMerger.mergePossibleUserAttributeNames(Set, Set).
getPossibleUserAttributeNames(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getPossibleUserAttributeNames(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
getPossibleUserAttributeNames(PersonAttributeDaoFilter) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
getPrimaryCredential() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
getPrincipal() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Authenticated principal.
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Authenticated principal.
getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
Resolved principal for authenticated credential.
getPrincipalElectionConflictResolver() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
getPrincipalElectionStrategy() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getPrincipalFactory() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Factory to create the principal type.
getPrincipalFactory() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getPrincipalFactory() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
getPrincipalId() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getPrincipalNameTransformer() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
getPrincipalResolver() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getPrincipalResolver(AuthenticationHandler, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
getProperties() - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
getProperties() - Method in class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
getProperties() - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
getProvidedCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilder
 
getQueryAttributeMapping() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getQueryAttributeName() - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
getQueryAttributes() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getRegisteredPrincipalResolvers() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalResolutionExecutionPlan
 
getRegisteredService() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
getRegisteredService() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
getRegistrationDate() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getRequiredAttributes() - Method in class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
getResultAttributeMapping() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getSalt() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
getScope() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
getScratchCodes() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getScript() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
getScript() - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
getSecond() - Method in exception class org.apereo.cas.authentication.exceptions.MixedPrincipalException
Second resolved principal.
getSecretKey() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getService() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
getService() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
 
getService() - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
getService() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
getService() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
getServicesManager() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
The services manager instance, as the entry point to the registry.
getServicesManager() - Method in class org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
 
getServicesManager() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
getServicesManager() - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
getServicesManager() - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
The Services manager.
getServicesManager() - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
The Services manager.
getSigningKeySetting() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
 
getSingleSignOnParticipationStrategy() - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
getSingleValuedAttribute(String, Class<T>) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
getSource() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
getSource() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getSslContext() - Method in class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 
getSslContext() - Method in interface org.apereo.cas.authentication.CasSSLContext
Gets ssl context.
getSslContext() - Method in class org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
 
getSslContext() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getState() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Define the scope and state of this authentication handler and the lifecycle in which it can be invoked or activated.
getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Map of handler name to handler authentication success event.
getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Map of handler names to authentication successes.
getTags() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
getTicketRegistry() - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
getToken() - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
getToken() - Method in class org.apereo.cas.authentication.OneTimeToken
 
getTrait(Class<T>) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
getTraits() - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
getTrustManagerFactory() - Method in class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 
getTrustManagerFactory() - Method in interface org.apereo.cas.authentication.CasSSLContext
Gets trust manager factory.
getTrustManagerFactory() - Method in class org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
 
getTrustManagerFactory() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getTrustManagers() - Method in class org.apereo.cas.authentication.CasSSLContext.DisabledCasSslContext
 
getTrustManagers() - Method in interface org.apereo.cas.authentication.CasSSLContext
Get trust managers.
getTrustManagers() - Method in class org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
 
getTrustManagers() - Method in class org.apereo.cas.authentication.DefaultCasSSLContext
 
getUnmappedUsernameAttribute() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getUserId() - Method in class org.apereo.cas.authentication.OneTimeToken
 
getUsername() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
getUsername() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getUsernameAttribute() - Method in class org.apereo.cas.authentication.attribute.SimpleUsernameAttributeProvider
 
getUsernameAttributeProvider() - Method in class org.apereo.cas.authentication.attribute.AbstractDefaultAttributePersonAttributeDao
 
getUsernameCaseCanonicalizationMode() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
getUsernameFromQuery(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.attribute.SimpleUsernameAttributeProvider
 
getValidationCode() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
getWarnings() - Method in class org.apereo.cas.authentication.DefaultAuthentication
Authentication messages and warnings.
getWarnings() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Warnings here are considered global and apply to the authentication event vs individual attempts and results.
getWarnings() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
List of warnings issued by the authentication source while authenticating the credential.
getWatchableScript() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
getWatchableScript() - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
getWatchableScript() - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
getWebApplicationServiceFactory() - Method in class org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
 
GroovyAuthenticationHandlerResolver - Class in org.apereo.cas.authentication.handler
GroovyAuthenticationHandlerResolver(Resource, ServicesManager) - Constructor for class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
GroovyAuthenticationHandlerResolver(Resource, ServicesManager, int) - Constructor for class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
GroovyAuthenticationPostProcessor - Class in org.apereo.cas.authentication
GroovyAuthenticationPostProcessor(Resource) - Constructor for class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
GroovyAuthenticationPreProcessor - Class in org.apereo.cas.authentication
GroovyAuthenticationPreProcessor(Resource) - Constructor for class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
GroovyIPAddressIntelligenceService - Class in org.apereo.cas.authentication.adaptive.intel
GroovyIPAddressIntelligenceService(AdaptiveAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.adaptive.intel.GroovyIPAddressIntelligenceService
 
GroovyPasswordEncoder - Class in org.apereo.cas.authentication.support.password
GroovyPasswordEncoder(ExecutableCompiledScript, ApplicationContext) - Constructor for class org.apereo.cas.authentication.support.password.GroovyPasswordEncoder
 
GroovyPasswordEncoder(Resource, ApplicationContext) - Constructor for class org.apereo.cas.authentication.support.password.GroovyPasswordEncoder
 
GroovyPasswordPolicyHandlingStrategy<AuthenticationResponse> - Class in org.apereo.cas.authentication.support.password
GroovyPasswordPolicyHandlingStrategy(ExecutableCompiledScript, ApplicationContext) - Constructor for class org.apereo.cas.authentication.support.password.GroovyPasswordPolicyHandlingStrategy
 
GroovyPasswordPolicyHandlingStrategy(Resource, ApplicationContext) - Constructor for class org.apereo.cas.authentication.support.password.GroovyPasswordPolicyHandlingStrategy
 
GroovyPrincipalFactory - Class in org.apereo.cas.authentication.principal
Factory to create SimplePrincipal objects.
GroovyPrincipalFactory(Resource) - Constructor for class org.apereo.cas.authentication.principal.GroovyPrincipalFactory
 
GroovyScriptAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
GroovyScriptAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
GroovyScriptAuthenticationPolicy(String) - Constructor for class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 

H

handle(AuthenticationResponse, PasswordPolicyContext) - Method in class org.apereo.cas.authentication.support.password.GroovyPasswordPolicyHandlingStrategy
 
handle(AuthnResponse, PasswordPolicyContext) - Method in class org.apereo.cas.authentication.support.password.DefaultPasswordPolicyHandlingStrategy
 
handle(AuthenticationTransaction, AuthenticationResultBuilder) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
 
handleAuthenticationTransaction(Service, AuthenticationResultBuilder, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
handleInitialAuthenticationTransaction(Service, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
 
hasAttribute(String, Predicate<Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
hasCredentialOfType(Class<? extends Credential>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
hashCode() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
 
hashCode() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
hashCode() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
hashCode() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
hashCode() - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
hashCode() - Method in class org.apereo.cas.authentication.credential.AbstractCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.OneTimePasswordCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
hashCode() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
hashCode() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
hashCode() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
hashCode() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
hashCode() - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
hashCode() - Method in class org.apereo.cas.authentication.OneTimeToken
 
hashCode() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
hashCode() - Method in class org.apereo.cas.authentication.policy.AllAuthenticationHandlersSucceededAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.AllCredentialsValidatedAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.ExcludedAuthenticationHandlerAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.NotPreventedAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
hashCode() - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalFactory
 
hashCode() - Method in class org.apereo.cas.authentication.principal.GroovyPrincipalFactory
 
hashCode() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
hashCode() - Method in class org.apereo.cas.authentication.principal.RestfulPrincipalFactory
 
hashCode() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
hashCode() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
HttpBasedServiceCredential - Class in org.apereo.cas.authentication.credential
A credential representing an HTTP endpoint given by a URL.
HttpBasedServiceCredential() - Constructor for class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
HttpBasedServiceCredential(String, CasModelRegisteredService) - Constructor for class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
HttpBasedServiceCredential(URL, CasModelRegisteredService) - Constructor for class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 

I

id(long) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
importStore(Resource) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
Import store.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
InvalidLoginLocationException - Exception Class in org.apereo.cas.authentication.exceptions
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 class org.apereo.cas.authentication.exceptions.InvalidLoginLocationException
 
InvalidLoginLocationException(String) - Constructor for exception class org.apereo.cas.authentication.exceptions.InvalidLoginLocationException
 
InvalidLoginTimeException - Exception Class in org.apereo.cas.authentication.exceptions
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 class org.apereo.cas.authentication.exceptions.InvalidLoginTimeException
 
InvalidLoginTimeException(String) - Constructor for exception class org.apereo.cas.authentication.exceptions.InvalidLoginTimeException
 
isAlwaysDisplayPasswordExpirationWarning() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
isAuthenticationRequestAllowed(RequestContext, String, GeoLocationRequest) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
 
isCredentialProvided() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
isDistinctValues() - Method in class org.apereo.cas.authentication.principal.merger.MultivaluedAttributeMerger
 
isEmpty() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
isEnabled() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
isEncrypted() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
isEqualTo(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
isPrincipalResolutionFailureFatal() - Method in class org.apereo.cas.authentication.DefaultAuthenticationManager
 
isRecoverExceptions() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
True if we should catch, logger, and ignore Throwables propogated by individual DAOs.
isRememberMe() - Method in class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
isRememberMeAuthentication(Authentication) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Is remember me recorded in authentication.
isRememberMeAuthentication(Authentication, Assertion) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
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.
isRequireAll() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Force all provided person attribute DAOs to produce results, and otherwise, halt execution if any of them cannot resolve the principal and return null.
isRequireAllQueryAttributes() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.AllAuthenticationHandlersSucceededAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.AllCredentialsValidatedAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.NotPreventedAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
isSatisfiedBy(Authentication, Set<AuthenticationHandler>, ConfigurableApplicationContext, Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
isSatisfiedByInternal(Authentication) - Method in class org.apereo.cas.authentication.policy.ExcludedAuthenticationHandlerAuthenticationPolicy
 
isSatisfiedByInternal(Authentication) - Method in class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
isScoped() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
isSingleValue() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
isStopOnSuccess() - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
The Stop on success.
isTryAll() - Method in class org.apereo.cas.authentication.policy.AtLeastOneCredentialValidatedAuthenticationPolicy
Flag to try all credentials before policy is satisfied.
isTryAll() - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
Flag to try all credentials before policy is satisfied.
isUseAllQueryAttributes() - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
isValid() - Method in class org.apereo.cas.authentication.credential.AbstractCredential
 

J

JaasAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support.jaas
JAAS Authentication Handler for CAS.
JaasAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer) - Constructor for class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
Instantiates a new Jaas authentication handler, and attempts to load/verify the configuration.

K

key(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 

L

lastUsedDateTime(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
locateAttributeDefinition(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
locateAttributeDefinition(String, Class<T>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
locateAttributeDefinition(Predicate<AttributeDefinition>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
locateAttributeDefinitionByName(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
login() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
logout() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule
 
LOWER - Enum constant in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Lower case canonicalization mode.

M

matches(CharSequence, String) - Method in class org.apereo.cas.authentication.support.password.GroovyPasswordEncoder
 
mergeAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
mergeAttribute(String, List<Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
mergeAttributes(Map<String, List<Object>>, Map<String, List<Object>>) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Merge attributes map.
mergeAttributes(Map<String, List<Object>>, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
 
mergeAttributes(Map<String, List<Object>>, Map<String, List<Object>>, AttributeMerger) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Merge attributes map.
mergeAvailableQueryAttributes(Set<String>, Set<String>) - Method in class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
 
mergePossibleUserAttributeNames(Set<String>, Set<String>) - Method in class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
 
mergeResults(Set<PersonAttributes>, Set<PersonAttributes>) - Method in class org.apereo.cas.authentication.principal.merger.BaseAdditiveAttributeMerger
 
MergingPersonAttributeDaoImpl - Class in org.apereo.cas.authentication.attribute
A PersonAttributeDao implementation which iterates over child PersonAttributeDao queries each with the same data and merges their reported attributes in a configurable way.
MergingPersonAttributeDaoImpl() - Constructor for class org.apereo.cas.authentication.attribute.MergingPersonAttributeDaoImpl
 
MixedPrincipalException - Exception Class in org.apereo.cas.authentication.exceptions
Describes an error condition where non-identical principals have been resolved while authenticating multiple credentials.
MixedPrincipalException(Authentication, Principal, Principal) - Constructor for exception class org.apereo.cas.authentication.exceptions.MixedPrincipalException
Creates a new instance from what would otherwise have been a successful authentication event and the two disparate principals resolved.
MultifactorAuthenticationProviderMetadataPopulator - Class in org.apereo.cas.authentication.metadata
MultifactorAuthenticationProviderMetadataPopulator(String, ObjectProvider<? extends MultifactorAuthenticationProvider>, ServicesManager) - Constructor for class org.apereo.cas.authentication.metadata.MultifactorAuthenticationProviderMetadataPopulator
 
MultivaluedAttributeMerger - Class in org.apereo.cas.authentication.principal.merger
Merger that retains values from both maps.
MultivaluedAttributeMerger() - Constructor for class org.apereo.cas.authentication.principal.merger.MultivaluedAttributeMerger
 

N

name(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
name(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
newAuthenticationPolicy(AuthenticationPolicyProperties) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
New authentication policy collection.
newBuilder() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResultBuilderFactory
 
newCredentialSelectionPredicate(String) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Gets credential selection predicate.
newGroovyPrincipalFactory(Resource) - Static method in class org.apereo.cas.authentication.principal.PrincipalFactoryUtils
New principal factory.
newInstance() - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new builder.
newInstance(Authentication) - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Creates a new builder initialized with data from the given authentication source.
newInstance(Principal) - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
New instance authentication builder with a principal.
newIpAddressIntelligenceService(AdaptiveAuthenticationProperties) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
New ip address intelligence service.
newPasswordEncoder(PasswordEncoderProperties, ApplicationContext) - Static method in class org.apereo.cas.authentication.support.password.PasswordEncoderUtils
New password encoder password encoder.
newPasswordPolicyHandlingStrategy(PasswordPolicyProperties, ApplicationContext) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
New password policy handling strategy.
newPrincipalElectionStrategyConflictResolver(PersonDirectoryPrincipalResolverProperties) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
New principal election strategy conflict resolver.
newPrincipalFactory() - Static method in class org.apereo.cas.authentication.principal.PrincipalFactoryUtils
New principal factory.
newPrincipalNameTransformer(PrincipalTransformationProperties) - Static method in class org.apereo.cas.authentication.principal.PrincipalNameTransformerUtils
New principal name transformer.
newRestfulPrincipalFactory(RestEndpointProperties) - Static method in class org.apereo.cas.authentication.principal.PrincipalFactoryUtils
New restful principal factory .
newTransaction(Service, Credential...) - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransactionFactory
 
nominate(Collection<Authentication>, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
nominate(Collection<Authentication>, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
nominate(List<Principal>, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
nominate(List<Principal>, Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
NoncollidingAttributeAdder - Class in org.apereo.cas.authentication.principal.merger
Merger which implements accumulation of Map entries such that entries once established are individually immutable.
NoncollidingAttributeAdder() - Constructor for class org.apereo.cas.authentication.principal.merger.NoncollidingAttributeAdder
 
NONE - Enum constant in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Disabled.
NotPreventedAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
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.policy.NotPreventedAuthenticationPolicy
 
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
 

O

of(ApplicationContext, Principal, PrincipalFactory, Map<String, List<Object>>, Service, RegisteredService, Authentication) - Static method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
Factory method.
OneTimePasswordCredential - Class in org.apereo.cas.authentication.credential
Describes a one-time-password credential that contains an optional unique identifier and required password.
OneTimePasswordCredential(String, String) - Constructor for class org.apereo.cas.authentication.credential.OneTimePasswordCredential
 
OneTimeToken - Class in org.apereo.cas.authentication
This is OneTimeToken.
OneTimeToken() - Constructor for class org.apereo.cas.authentication.OneTimeToken
 
OneTimeToken(Integer, String) - Constructor for class org.apereo.cas.authentication.OneTimeToken
 
OneTimeTokenAccount - Class in org.apereo.cas.authentication
OneTimeTokenAccount() - Constructor for class org.apereo.cas.authentication.OneTimeTokenAccount
 
OneTimeTokenAccount.OneTimeTokenAccountBuilder<C,B> - Class in org.apereo.cas.authentication
 
OneTimeTokenAccountBuilder() - Constructor for class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
OneTimeTokenCredential - Class in org.apereo.cas.authentication.credential
OneTimeTokenCredential() - Constructor for class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
OneTimeTokenCredential(String) - Constructor for class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
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.intel - package org.apereo.cas.authentication.adaptive.intel
 
org.apereo.cas.authentication.attribute - package org.apereo.cas.authentication.attribute
 
org.apereo.cas.authentication.credential - package org.apereo.cas.authentication.credential
Authentication validates the Credentials provided during a /login request.
org.apereo.cas.authentication.exceptions - package org.apereo.cas.authentication.exceptions
 
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.handler.support.jaas - package org.apereo.cas.authentication.handler.support.jaas
 
org.apereo.cas.authentication.metadata - package org.apereo.cas.authentication.metadata
 
org.apereo.cas.authentication.policy - package org.apereo.cas.authentication.policy
 
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.merger - package org.apereo.cas.authentication.principal.merger
 
org.apereo.cas.authentication.principal.resolvers - package org.apereo.cas.authentication.principal.resolvers
 
org.apereo.cas.authentication.support.password - package org.apereo.cas.authentication.support.password
 
org.apereo.cas.ticket - package org.apereo.cas.ticket
 

P

parseAttributeToAttributeMapping(Map<String, ?>) - Static method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
Translate from a more flexible Attribute to Attribute mapping format to a Map from String to Set of Strings.
PasswordEncoderUtils - Class in org.apereo.cas.authentication.support.password
PasswordExpiringWarningMessageDescriptor - Class in org.apereo.cas.authentication.support.password
Message conveying account password expiration warning details.
PasswordExpiringWarningMessageDescriptor(String, long) - Constructor for class org.apereo.cas.authentication.support.password.PasswordExpiringWarningMessageDescriptor
 
PasswordPolicyContext - Class in org.apereo.cas.authentication.support.password
Container for password policy configuration.
PasswordPolicyContext() - Constructor for class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
PasswordPolicyContext(int) - Constructor for class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
PasswordPolicyContext(AuthenticationAccountStateHandler, boolean, int, int) - Constructor for class org.apereo.cas.authentication.support.password.PasswordPolicyContext
Creates a new PasswordPolicyContext instance.
PasswordPolicyContext(PasswordPolicyProperties) - Constructor for class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
patternFormat(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
patterns(Map<String, String>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.AuthenticationCredentialTypeMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.AuthenticationDateAttributeMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.CredentialCustomFieldsAttributeMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.MultifactorAuthenticationProviderMetadataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator
 
populateAttributes(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.metadata.SuccessfulHandlerMetaDataPopulator
 
principal(Principal) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
PrincipalAttributeRepositoryFetcher - Class in org.apereo.cas.authentication.attribute
PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder<C,B> - Class in org.apereo.cas.authentication.attribute
 
PrincipalAttributeRepositoryFetcherBuilder() - Constructor for class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
PrincipalElectionStrategyConfigurer - Interface in org.apereo.cas.authentication.principal
PrincipalFactoryUtils - Class in org.apereo.cas.authentication.principal
principalId(String) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
PrincipalNameTransformerUtils - Class in org.apereo.cas.authentication.principal
process(AuthenticationBuilder, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
process(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
ProxyAuthenticationHandler - 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.
ProxyAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer, HttpClient) - Constructor for class org.apereo.cas.authentication.handler.support.ProxyAuthenticationHandler
 
ProxyingPrincipalResolver - Class in org.apereo.cas.authentication.principal.resolvers
Provides the most basic means of principal resolution.
ProxyingPrincipalResolver(PrincipalFactory) - Constructor for class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
 
putProperties(Map<String, ? extends Serializable>) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
putProperty(String, Serializable) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
putTag(String, Object) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
Put tag into this DAO and override/remove existing tags by name.

Q

queryAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 

R

registerAttributeDefinition(String, AttributeDefinition) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
registerAttributeDefinition(AttributeDefinition) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
registerAttributeDefinitions(Map<String, AttributeDefinition>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
Register attribute definitions.
registerAuthenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationHandlerResolver(AuthenticationHandlerResolver) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationHandlersWithPrincipalResolver(Collection<AuthenticationHandler>, PrincipalResolver) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationHandlersWithPrincipalResolver(List<AuthenticationHandler>, List<PrincipalResolver>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationHandlerWithPrincipalResolver(Map<AuthenticationHandler, PrincipalResolver>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationHandlerWithPrincipalResolver(AuthenticationHandler, PrincipalResolver) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationMetadataPopulator(AuthenticationMetaDataPopulator) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationMetadataPopulators(Collection<AuthenticationMetaDataPopulator>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationPolicies(Collection<AuthenticationPolicy>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationPolicy(AuthenticationPolicy) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationPolicyResolver(AuthenticationPolicyResolver) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationPostProcessor(AuthenticationPostProcessor) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registerAuthenticationPreProcessor(AuthenticationPreProcessor) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
registeredService(RegisteredService) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
RegisteredServiceAuthenticationHandlerResolver - Class in org.apereo.cas.authentication.handler
This is RegisteredServiceAuthenticationHandlerResolver that acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.
RegisteredServiceAuthenticationHandlerResolver(ServicesManager, AuthenticationServiceSelectionPlan) - Constructor for class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
Creates a new RegisteredServiceAuthenticationHandlerResolver instance.
RegisteredServiceAuthenticationPolicyResolver - Class in org.apereo.cas.authentication.policy
This is RegisteredServiceAuthenticationPolicyResolver that acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.
RegisteredServiceAuthenticationPolicyResolver(ServicesManager, AuthenticationServiceSelectionPlan) - Constructor for class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
Creates a new RegisteredServiceAuthenticationPolicyResolver instance.
registerElectionStrategy(PrincipalElectionStrategy) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
Register election strategy.
registerPrincipalResolver(PrincipalResolver) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalResolutionExecutionPlan
 
registerStrategy(AuthenticationServiceSelectionStrategy) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionPlan
 
registrationDate(ZonedDateTime) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
RejectResultCodePasswordPolicyHandlingStrategy<AuthnResponse> - Class in org.apereo.cas.authentication.support.password
RejectResultCodePasswordPolicyHandlingStrategy() - Constructor for class org.apereo.cas.authentication.support.password.RejectResultCodePasswordPolicyHandlingStrategy
 
RejectResultCodePasswordPolicyHandlingStrategy(Set<String>) - Constructor for class org.apereo.cas.authentication.support.password.RejectResultCodePasswordPolicyHandlingStrategy
 
RememberMeAuthenticationMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
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(RememberMeAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator
 
RememberMeUsernamePasswordCredential - Class in org.apereo.cas.authentication.credential
Handles both remember me services and username and password.
RememberMeUsernamePasswordCredential() - Constructor for class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
RememberMeUsernamePasswordCredential(boolean) - Constructor for class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
removeAttributeDefinition(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
removeTrait(Class<? extends CredentialTrait>) - Method in class org.apereo.cas.authentication.metadata.BasicCredentialMetadata
 
replaceAttributes(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
ReplacingAttributeAdder - Class in org.apereo.cas.authentication.principal.merger
Attribute merge strategy whereby considered attributes over-write previously set values for attributes with colliding names.
ReplacingAttributeAdder() - Constructor for class org.apereo.cas.authentication.principal.merger.ReplacingAttributeAdder
 
RequiredAttributesAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff required attributes are found in Authentication or Principal.
RequiredAttributesAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
RequiredAttributesAuthenticationPolicy(Map<String, String>) - Constructor for class org.apereo.cas.authentication.policy.RequiredAttributesAuthenticationPolicy
 
RequiredAuthenticationHandlerAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.
RequiredAuthenticationHandlerAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
RequiredAuthenticationHandlerAuthenticationPolicy(String) - Constructor for class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
RequiredAuthenticationHandlerAuthenticationPolicy(Set<String>, boolean) - Constructor for class org.apereo.cas.authentication.policy.RequiredAuthenticationHandlerAuthenticationPolicy
 
resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.ByCredentialSourceAuthenticationHandlerResolver
 
resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
resolve(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
 
resolve(AttributeRepositoryResolver.AttributeRepositoryQuery) - Method in interface org.apereo.cas.authentication.attribute.AttributeRepositoryResolver
Resolve attribute repository ids that should be used for attribute fetching..
resolve(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
 
resolve(Credential, Optional<Principal>, Optional<AuthenticationHandler>, Optional<Service>) - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
 
resolve(Credential, Optional<Principal>, Optional<AuthenticationHandler>, Optional<Service>) - Method in class org.apereo.cas.authentication.principal.resolvers.EchoingPrincipalResolver
 
resolve(Credential, Optional<Principal>, Optional<AuthenticationHandler>, Optional<Service>) - Method in class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
 
resolveAttributeValues(String, AttributeDefinitionResolutionContext) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
resolveAttributeValues(Collection<String>, Map<String, List<Object>>, Principal, RegisteredService, Service) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
resolveAttributeValues(AttributeDefinitionResolutionContext) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
resolveService(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionPlan
 
resolveService(Service, Class<T>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionPlan
 
resolveServiceFrom(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
 
RestfulAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
RestfulAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
RestfulAuthenticationPolicy(RestAuthenticationPolicyProperties) - Constructor for class org.apereo.cas.authentication.policy.RestfulAuthenticationPolicy
 
RestfulIPAddressIntelligenceService - Class in org.apereo.cas.authentication.adaptive.intel
RestfulIPAddressIntelligenceService(AdaptiveAuthenticationProperties) - Constructor for class org.apereo.cas.authentication.adaptive.intel.RestfulIPAddressIntelligenceService
 
RestfulPrincipalFactory - Class in org.apereo.cas.authentication.principal
RestfulPrincipalFactory(RestEndpointProperties) - Constructor for class org.apereo.cas.authentication.principal.RestfulPrincipalFactory
 
retrieve() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher
Retrieve person attributes.
ReturnChangesAttributeMerger - Class in org.apereo.cas.authentication.principal.merger
ReturnChangesAttributeMerger() - Constructor for class org.apereo.cas.authentication.principal.merger.ReturnChangesAttributeMerger
 
ReturnOriginalAttributeMerger - Class in org.apereo.cas.authentication.principal.merger
ReturnOriginalAttributeMerger() - Constructor for class org.apereo.cas.authentication.principal.merger.ReturnOriginalAttributeMerger
 

S

scoped(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
scratchCodes(List<Number>) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
script(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
secretKey(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
service(Service) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
service(Service) - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
service(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
setAccountStateHandler(AuthenticationAccountStateHandler) - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
Directory-specific account state handler component.
setAlwaysDisplayPasswordExpirationWarning(boolean) - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
setAttribute(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setAttribute(String) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
setAttributeMerger(AttributeMerger) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Strategy for merging together the results from successive PersonAttributeDaos.
setAttributeMerger(AttributeMerger) - Method in class org.apereo.cas.authentication.principal.ChainingPrincipalElectionStrategy
 
setAttributeMerger(AttributeMerger) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
setAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setAuthenticationDate(ZonedDateTime) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setBackingMap(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
setBackingMap(Map<String, Map<String, List<Object>>>) - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
The backing Map to use for queries, the outer map is keyed on the query attribute.
setBackingPerson(PersonAttributes) - Method in class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
setCallbackUrl(URL) - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
setCanonicalizationMode(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setCaseInsensitiveQueryAttributes(Map<String, CaseCanonicalizationMode>) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setCaseInsensitiveResultAttributes(Map<String, CaseCanonicalizationMode>) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setChain(List<PrincipalResolver>) - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
The chain of delegate resolvers that are invoked in order.
setCredential(Credential) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
Credential meta data.
setCredentialMetadata(CredentialMetadata) - Method in class org.apereo.cas.authentication.credential.AbstractCredential
 
setCredentialProvided(boolean) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
setCredentials(List<Credential>) - 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.AbstractAuthenticationHandler
Indicates whether this handler is able to support the credentials passed to operate on it and validate.
setCustomFields(Map<String, Object>) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
setDefaultAuthenticationHandlerResolver(AuthenticationHandlerResolver) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
 
setDefaultCaseCanonicalizationMode(CaseCanonicalizationMode) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setDistinctValues(boolean) - Method in class org.apereo.cas.authentication.principal.merger.MultivaluedAttributeMerger
 
setEnabled(boolean) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
setEncrypted(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setExecutableScript(ExecutableCompiledScript) - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
setFailures(Map<String, Throwable>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setFlattened(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setHandlerName(String) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
The name of the authentication handler that successfully authenticated a credential.
setHandlerNames(Set<String>) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
Authentication handler name that is required to satisfy policy.
setId(long) - Method in class org.apereo.cas.authentication.OneTimeToken
 
setId(long) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setId(String) - Method in class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
setId(String) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
setId(String...) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
setIssuedDateTime(LocalDateTime) - Method in class org.apereo.cas.authentication.OneTimeToken
 
setKerberosKdcSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
System property value to overwrite the kdc in krb5 config.
setKerberosRealmSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
System property value to overwrite the realm in krb5 config.
setKey(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setLastUsedDateTime(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setLoginConfigType(String) - Method in class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
 
setLoginConfigurationFile(File) - Method in class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
 
setLoginFailures(int) - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
setName(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setName(String) - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
setName(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setName(String) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
setOrder(int) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
setOrder(int) - Method in class org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
 
setOrder(int) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
 
setOrder(int) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
setOrder(int) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
setOrder(int) - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
setOrder(int) - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
 
setOrder(int) - Method in class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
 
setOrder(int) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationPolicy
 
setOrder(int) - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
 
setOrder(int) - Method in class org.apereo.cas.authentication.principal.DefaultPrincipalElectionStrategy
 
setPassword(char[]) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
setPasswordEncoder(PasswordEncoder) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPasswordPolicyConfiguration(PasswordPolicyContext) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setPasswordPolicyHandlingStrategy(AuthenticationPasswordPolicyHandlingStrategy) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
Decide how to execute password policy handling, if at all.
setPasswordWarningNumberOfDays(int) - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyContext
 
setPatternFormat(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setPatterns(Map<String, String>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setPersonAttributeDaos(List<PersonAttributeDao>) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
A List of child PersonAttributeDao instances which we will poll in order.
setPrincipal(Principal) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setPrincipal(Principal) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
Resolved principal for authenticated credential.
setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
setQueryAttributeMapping(Map<String, ?>) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
Map from query attribute names to data-layer attribute names to use when building the query.
setQueryAttributeName(String) - Method in class org.apereo.cas.authentication.attribute.ComplexPersonAttributeDao
 
setRealm(String) - Method in class org.apereo.cas.authentication.handler.support.jaas.JaasAuthenticationHandler
The realm that contains the login module information.
setRecoverExceptions(boolean) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
True if we should catch, logger, and ignore Throwables propogated by individual DAOs.
setRegistrationDate(ZonedDateTime) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setRememberMe(boolean) - Method in class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
setRequireAll(boolean) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
Force all provided person attribute DAOs to produce results, and otherwise, halt execution if any of them cannot resolve the principal and return null.
setRequireAllQueryAttributes(boolean) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setResultAttributeMapping(Map<String, ?>) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
Sets result attribute mapping.
setSalt(String) - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
setScope(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
setScoped(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setScratchCodes(List<Number>) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setScript(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setSecretKey(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setService(CasModelRegisteredService) - Method in class org.apereo.cas.authentication.credential.HttpBasedServiceCredential
 
setSingleValue(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
setSource(String) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
setSource(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setState(AuthenticationHandlerStates) - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
Define the scope and state of this authentication handler and the lifecycle in which it can be invoked or activated.
setStopOnSuccess(boolean) - Method in class org.apereo.cas.authentication.attribute.AbstractAggregatingDefaultQueryPersonAttributeDao
The Stop on success.
setSuccesses(Map<String, AuthenticationHandlerExecutionResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setTags(Map<String, Object>) - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
setToken(Integer) - Method in class org.apereo.cas.authentication.OneTimeToken
 
setToken(String) - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
setTryAll(boolean) - Method in class org.apereo.cas.authentication.policy.BaseAuthenticationHandlerAuthenticationPolicy
Flag to try all credentials before policy is satisfied.
setUnmappedUsernameAttribute(String) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setUseAllQueryAttributes(boolean) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setUserId(String) - Method in class org.apereo.cas.authentication.OneTimeToken
 
setUsername(String) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
setUsername(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setUsernameAttribute(String) - Method in class org.apereo.cas.authentication.attribute.SimpleUsernameAttributeProvider
 
setUsernameAttributeProvider(UsernameAttributeProvider) - Method in class org.apereo.cas.authentication.attribute.AbstractDefaultAttributePersonAttributeDao
 
setUsernameCaseCanonicalizationMode(CaseCanonicalizationMode) - Method in class org.apereo.cas.authentication.attribute.AbstractQueryPersonAttributeDao
 
setUsers(Map<String, String>) - Method in class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
The list of users we will accept.
setValidationCode(int) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
setWarnings(List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
 
setWarnings(List<MessageDescriptor>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
List of warnings issued by the authentication source while authenticating the credential.
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
 
ShibbolethCompatiblePersistentIdGenerator(String) - Constructor for class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
shouldResumeOnFailure(Throwable) - Method in class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
 
SimplePersonAttributes - Class in org.apereo.cas.authentication.attribute
Represents a simple person with its attributes.
SimplePersonAttributes() - Constructor for class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
SimplePersonAttributes(String) - Constructor for class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
SimplePersonAttributes(String, Map<String, List<Object>>) - Constructor for class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
SimplePersonAttributes(Map<String, List<Object>>) - Constructor for class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
SimplePrincipal - Class in org.apereo.cas.authentication.principal
Simple implementation of a Principal that exposes an unmodifiable map of attributes.
SimplePrincipal() - Constructor for class org.apereo.cas.authentication.principal.SimplePrincipal
 
SimpleUsernameAttributeProvider - Class in org.apereo.cas.authentication.attribute
Provides the username attribute based on a pre-configured string.
SimpleUsernameAttributeProvider() - Constructor for class org.apereo.cas.authentication.attribute.SimpleUsernameAttributeProvider
 
SimpleUsernameAttributeProvider(String) - Constructor for class org.apereo.cas.authentication.attribute.SimpleUsernameAttributeProvider
 
singleValue(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
source(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
StaticPrincipal() - Constructor for class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
StaticPrincipal(String) - Constructor for class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
store(Resource) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
StubPersonAttributeDao - Class in org.apereo.cas.authentication.attribute
Provides the ability to define static attributes and values.
StubPersonAttributeDao() - Constructor for class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
StubPersonAttributeDao(Map<String, List<Object>>) - Constructor for class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
StubPersonAttributeDao(PersonAttributes) - Constructor for class org.apereo.cas.authentication.attribute.StubPersonAttributeDao
 
SuccessfulHandlerMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
Sets an authentication attribute containing the collection of authentication handlers (by name) that successfully authenticated credential.
SuccessfulHandlerMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.SuccessfulHandlerMetaDataPopulator
 
supports(AuthnResponse) - Method in class org.apereo.cas.authentication.support.password.RejectResultCodePasswordPolicyHandlingStrategy
 
supports(Class<? extends Credential>) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
supports(Class<? extends Credential>) - Method in class org.apereo.cas.authentication.handler.support.ProxyAuthenticationHandler
 
supports(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.ByCredentialSourceAuthenticationHandlerResolver
 
supports(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.ByCredentialTypeAuthenticationHandlerResolver
 
supports(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
 
supports(Set<AuthenticationHandler>, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
 
supports(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
 
supports(Credential) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
 
supports(Credential) - Method in class org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
 
supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.ProxyAuthenticationHandler
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.AuthenticationCredentialTypeMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.AuthenticationDateAttributeMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.CredentialCustomFieldsAttributeMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.MultifactorAuthenticationProviderMetadataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.metadata.SuccessfulHandlerMetaDataPopulator
 
supports(Credential) - Method in class org.apereo.cas.authentication.principal.resolvers.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.resolvers.EchoingPrincipalResolver
 
supports(Credential) - Method in class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
 
supports(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
 
system() - Static method in interface org.apereo.cas.authentication.CasSSLContext
System default ssl context, key and trust managers.
SystemCasSSLContext() - Constructor for class org.apereo.cas.authentication.CasSSLContext.SystemCasSSLContext
 

T

TABLE_NAME_SCRATCH_CODES - Static variable in class org.apereo.cas.authentication.OneTimeTokenAccount
Table name used to hold otp scratch codes.
toJson() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
Convert this record into JSON.
toPassword() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
Convert to string-friendly password.
toString() - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery.AttributeRepositoryQueryBuilder
 
toString() - Method in class org.apereo.cas.authentication.attribute.BasePersonAttributeDao
 
toString() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder
 
toString() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
toString() - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
 
toString() - Method in class org.apereo.cas.authentication.attribute.PrincipalAttributeRepositoryFetcher.PrincipalAttributeRepositoryFetcherBuilder
 
toString() - Method in class org.apereo.cas.authentication.attribute.SimplePersonAttributes
 
toString() - Method in class org.apereo.cas.authentication.credential.AbstractCredential
 
toString() - Method in class org.apereo.cas.authentication.credential.BasicIdentifiableCredential
 
toString() - Method in class org.apereo.cas.authentication.credential.OneTimePasswordCredential
 
toString() - Method in class org.apereo.cas.authentication.credential.OneTimeTokenCredential
 
toString() - Method in class org.apereo.cas.authentication.credential.RememberMeUsernamePasswordCredential
 
toString() - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult.DefaultAuthenticationResultBuilder
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
 
toString() - Method in class org.apereo.cas.authentication.DefaultAuthenticationTransaction
 
toString() - Method in class org.apereo.cas.authentication.handler.support.jaas.AccountsPreDefinedLoginModule.StaticPrincipal
 
toString() - Method in class org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.AuthenticationDateAttributeMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.CredentialCustomFieldsAttributeMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.MultifactorAuthenticationProviderMetadataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.RememberMeAuthenticationMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.metadata.SuccessfulHandlerMetaDataPopulator
 
toString() - Method in class org.apereo.cas.authentication.OneTimeToken
 
toString() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
toString() - Method in class org.apereo.cas.authentication.OneTimeTokenAccount
 
toString() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
 
toString() - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
 
toString() - Method in class org.apereo.cas.authentication.principal.resolvers.EchoingPrincipalResolver
 
toString() - Method in class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
 
toString() - Method in class org.apereo.cas.authentication.principal.ShibbolethCompatiblePersistentIdGenerator
 
toString() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
 
transformPrincipalAttributesListIntoMap(List<String>) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Transform principal attributes list into map map.
transformPrincipalAttributesListIntoMultiMap(List<String>) - Static method in class org.apereo.cas.authentication.CoreAuthenticationUtils
Transform principal attributes into map.

U

UniquePrincipalAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
This is UniquePrincipalAuthenticationPolicy that prevents authentication if the same principal id is found more than one in the registry.
UniquePrincipalAuthenticationPolicy(TicketRegistry, ObjectProvider<SingleSignOnParticipationStrategy>, UniquePrincipalAuthenticationPolicyProperties) - Constructor for class org.apereo.cas.authentication.policy.UniquePrincipalAuthenticationPolicy
 
UniquePrincipalRequiredException - Exception Class in org.apereo.cas.authentication.exceptions
UniquePrincipalRequiredException() - Constructor for exception class org.apereo.cas.authentication.exceptions.UniquePrincipalRequiredException
 
UnresolvedPrincipalException - Exception Class in org.apereo.cas.authentication.exceptions
Describes an error condition where a principal could not be resolved.
UnresolvedPrincipalException() - Constructor for exception class org.apereo.cas.authentication.exceptions.UnresolvedPrincipalException
 
UnresolvedPrincipalException(Exception) - Constructor for exception class org.apereo.cas.authentication.exceptions.UnresolvedPrincipalException
 
UnresolvedPrincipalException(Map<String, Throwable>) - Constructor for exception class org.apereo.cas.authentication.exceptions.UnresolvedPrincipalException
Instantiates a new Unresolved principal exception.
UnresolvedPrincipalException(Authentication) - Constructor for exception class org.apereo.cas.authentication.exceptions.UnresolvedPrincipalException
Creates a new instance from an authentication event that was successful prior to principal resolution.
UnresolvedPrincipalException(Authentication, Exception) - Constructor for exception class org.apereo.cas.authentication.exceptions.UnresolvedPrincipalException
Creates a new instance from an authentication event that was successful prior to principal resolution.
UnsatisfiedAuthenticationPolicyException - Exception Class 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(AuthenticationPolicy) - Constructor for exception class org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
 
updateAttributes(Authentication) - Method in class org.apereo.cas.authentication.DefaultAuthentication
 
UPPER - Enum constant in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
uppercase canonicalization.
username(String) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
UsernamePasswordCredential - Class in org.apereo.cas.authentication.credential
Credential for authenticating with a username and password.
UsernamePasswordCredential() - Constructor for class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
UsernamePasswordCredential(String, char[], String, Map<String, Object>) - Constructor for class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
UsernamePasswordCredential(String, String) - Constructor for class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 

V

validate(ValidationContext) - Method in class org.apereo.cas.authentication.credential.AbstractCredential
Validate.
validate(ValidationContext) - Method in class org.apereo.cas.authentication.credential.UsernamePasswordCredential
 
validationCode(int) - Method in class org.apereo.cas.authentication.OneTimeTokenAccount.OneTimeTokenAccountBuilder
 
valueOf(String) - Static method in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apereo.cas.authentication.attribute.CaseCanonicalizationMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

watchStore(Resource) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore
Watch store.
withActiveRepositoryIds(Set<String>) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
withAttribute(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withAuthenticationHandler(AuthenticationHandler) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
withCanonicalizationMode(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withEncrypted(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withFlattened(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withKey(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withName(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withPatternFormat(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withPatterns(Map<String, String>) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withPrincipal(Principal) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
withRegisteredService(RegisteredService) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
withScoped(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withScript(String) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
withService(Service) - Method in class org.apereo.cas.authentication.attribute.AttributeRepositoryResolver.AttributeRepositoryQuery
 
withSingleValue(boolean) - Method in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form