- AbstractAuthenticationHandler - Class in org.apereo.cas.authentication
-
Base class for all authentication handlers that support configurable naming.
- AbstractAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer) - Constructor for class org.apereo.cas.authentication.AbstractAuthenticationHandler
-
Instantiates a new Abstract authentication handler.
- AbstractCredential - Class in org.apereo.cas.authentication
-
Base class for CAS credentials that are safe for long-term storage.
- AbstractCredential() - Constructor for class org.apereo.cas.authentication.AbstractCredential
-
- AbstractMultifactorAuthenticationProvider - Class in org.apereo.cas.services
-
- AbstractMultifactorAuthenticationProvider() - Constructor for class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- AbstractPreAndPostProcessingAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
-
Abstract authentication handler that allows deployers to utilize the bundled
AuthenticationHandlers while providing a mechanism to perform tasks before
and after authentication.
- AbstractPreAndPostProcessingAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer) - Constructor for class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
-
- AbstractUsernamePasswordAuthenticationHandler - Class in org.apereo.cas.authentication.handler.support
-
Abstract class to override supports so that we don't need to duplicate the
check for UsernamePasswordCredential.
- AbstractUsernamePasswordAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer) - Constructor for class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- AcceptAnyAuthenticationPolicyFactory - Class in org.apereo.cas.authentication.policy
-
Produces authentication policies that passively satisfy any given Authentication.
- AcceptAnyAuthenticationPolicyFactory() - Constructor for class org.apereo.cas.authentication.policy.AcceptAnyAuthenticationPolicyFactory
-
- 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
-
Instantiates a new Accept users authentication handler.
- AcceptUsersAuthenticationHandler(String, ServicesManager, PrincipalFactory, Integer, Map<String, String>) - Constructor for class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
-
Instantiates a new Accept users authentication handler.
- acceptUsersAuthenticationHandler() - Method in class org.apereo.cas.config.CasCoreAuthenticationHandlersConfiguration
-
- acceptUsersPrincipalFactory() - Method in class org.apereo.cas.config.CasCoreAuthenticationHandlersConfiguration
-
- AccountDisabledException - Exception in org.apereo.cas.authentication.exceptions
-
Describes an authentication error condition where a user account has been administratively disabled.
- AccountDisabledException() - Constructor for exception org.apereo.cas.authentication.exceptions.AccountDisabledException
-
Instantiates a new account disabled exception.
- AccountDisabledException(String) - Constructor for exception org.apereo.cas.authentication.exceptions.AccountDisabledException
-
Instantiates a new account disabled exception.
- AccountPasswordMustChangeException - Exception 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 org.apereo.cas.authentication.exceptions.AccountPasswordMustChangeException
-
Instantiates a new account password must change exception.
- AccountPasswordMustChangeException(String) - Constructor for exception org.apereo.cas.authentication.exceptions.AccountPasswordMustChangeException
-
Instantiates a new account password must change exception.
- adaptiveAuthenticationPolicy() - Method in class org.apereo.cas.config.CasCoreAuthenticationPolicyConfiguration
-
- addAttribute(String, Object) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Adds an authentication metadata attribute key-value pair.
- addAuthenticationMethodAttribute(AuthenticationBuilder, Authentication) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Add authentication method attribute.
- addCredential(CredentialMetaData) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Adds metadata about a credential presented for authentication.
- addCredentials(List<CredentialMetaData>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
- addFailure(String, Class<? extends Throwable>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Adds an authentication failure to the map of handler names to the authentication handler failures.
- addFailures(Map<String, Class<? extends Throwable>>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
- addProvider(MultifactorAuthenticationProvider) - Method in class org.apereo.cas.services.DefaultVariegatedMultifactorAuthenticationProvider
-
- addSuccess(String, HandlerResult) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Adds an authentication success to the map of handler names to successful authentication handler results.
- addSuccesses(Map<String, HandlerResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
- AllAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
-
Authentication security policy that is satisfied iff all given credentials are successfully authenticated.
- AllAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.AllAuthenticationPolicy
-
- AnyAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
-
Authentication policy that is satisfied by at least one successfully authenticated credential.
- AnyAuthenticationPolicy() - Constructor for class org.apereo.cas.authentication.policy.AnyAuthenticationPolicy
-
Instantiates a new Any authentication policy.
- AnyAuthenticationPolicy(boolean) - Constructor for class org.apereo.cas.authentication.policy.AnyAuthenticationPolicy
-
Instantiates a new Any authentication policy.
- apply(String, GeoLocationRequest) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
-
- attributeRepository - Variable in class org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
-
Repository of principal attributes to be retrieved.
- authenticate(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
-
- authenticate(Credential) - Method in class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
-
- authenticate(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
- authenticateAndResolvePrincipal(AuthenticationBuilder, Credential, PrincipalResolver, AuthenticationHandler) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Authenticate and resolve principal.
- authenticateInternal(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Authenticate internal authentication builder.
- authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
-
- authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
Authenticates a username/password credential by an arbitrary strategy with extra parameter original credential password before
encoding password.
- authenticateUsernamePasswordInternal(UsernamePasswordCredential, String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
-
- AUTHENTICATION_ATTRIBUTE_BYPASS_MFA - Static variable in interface org.apereo.cas.services.MultifactorAuthenticationProviderBypass
-
bypass mfa authn attribute.
- AUTHENTICATION_ATTRIBUTE_BYPASS_MFA_PROVIDER - Static variable in interface org.apereo.cas.services.MultifactorAuthenticationProviderBypass
-
bypass mfa for provider id authn attribute.
- AUTHENTICATION_ATTRIBUTE_PASSWORD - Static variable in class org.apereo.cas.authentication.UsernamePasswordCredential
-
Authentication attribute name for password.
- AuthenticationContextAttributeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
-
- AuthenticationContextAttributeMetaDataPopulator(String, AuthenticationHandler, MultifactorAuthenticationProvider) - Constructor for class org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
-
- authenticationContextValidator() - Method in class org.apereo.cas.config.CasCoreAuthenticationSupportConfiguration
-
- AuthenticationCredentialsLocalBinder - Class in org.apereo.cas.authentication
-
ThreadLocal based holder for current set of credentials and/or authentication object for any current
CAS authentication transaction.
- AuthenticationCredentialsLocalBinder() - Constructor for class org.apereo.cas.authentication.AuthenticationCredentialsLocalBinder
-
- AuthenticationCredentialTypeMetaDataPopulator - Class in org.apereo.cas.authentication.metadata
-
- AuthenticationCredentialTypeMetaDataPopulator() - Constructor for class org.apereo.cas.authentication.metadata.AuthenticationCredentialTypeMetaDataPopulator
-
- authenticationCredentialTypeMetaDataPopulator() - Method in class org.apereo.cas.config.CasCoreAuthenticationMetadataConfiguration
-
- authenticationEventExecutionPlan - Variable in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Plan to execute the authentication transaction.
- authenticationEventExecutionPlan(List<AuthenticationEventExecutionPlanConfigurer>) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
-
- authenticationExceptionHandler() - Method in class org.apereo.cas.config.CasCoreAuthenticationSupportConfiguration
-
- AuthenticationExceptionHandlerAction - Class in org.apereo.cas.web.flow
-
Performs two important error handling functions on an
AuthenticationException raised from the authentication
layer:
Maps handler errors onto message bundle strings for display to user.
Determines the next webflow state by comparing handler errors against
AuthenticationExceptionHandlerAction.errors
in list order.
- AuthenticationExceptionHandlerAction() - Constructor for class org.apereo.cas.web.flow.AuthenticationExceptionHandlerAction
-
- AuthenticationExceptionHandlerAction(Set<Class<? extends Exception>>) - Constructor for class org.apereo.cas.web.flow.AuthenticationExceptionHandlerAction
-
- authenticationHandlerResolver - Variable in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
The Authentication handler resolver.
- authenticationPolicies - Variable in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Authentication security policy.
- authenticationPolicy() - Method in class org.apereo.cas.config.CasCoreAuthenticationPolicyConfiguration
-
- authenticationTransactionManager(AuthenticationManager) - Method in class org.apereo.cas.config.CasCoreAuthenticationConfiguration
-
- getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
-
- getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.EchoingPrincipalResolver
-
- getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
-
- getAttributeRepository() - Method in class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
-
- getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getAttributes() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the authentication attribute map.
- getAttributes() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
-
- getAttributes() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
-
- getAttributesForUser(String) - Method in class org.apereo.cas.authentication.principal.resolvers.InternalGroovyScriptDao
-
- getAuthentication() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
-
- getAuthenticationContextAttribute() - Method in class org.apereo.cas.authentication.DefaultAuthenticationContextValidator
-
- getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getAuthenticationDate() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the authentication date.
- getAuthenticationHandlersForThisTransaction(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Gets authentication handlers for this transaction.
- getAuthenticationHandlersForTransaction(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
-
- getAuthenticationMetadataPopulatorsForTransaction(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Gets authentication metadata populators for transaction.
- getAuthenticationPostProcessors(AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
-
- getAuthenticationTransactionManager() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
-
- getCallbackUrl() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
-
- getCredentialClass() - Method in class org.apereo.cas.authentication.AbstractCredential
-
- getCredentialClass() - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
-
- getCredentialMetaData() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
-
- getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getCredentials() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the list of credentials that were attempted to be authenticated.
- getCurrentAuthentication() - Static method in class org.apereo.cas.authentication.AuthenticationCredentialsLocalBinder
-
Get Authentication from ThreadLocal.
- getCurrentAuthenticationBuilder() - Static method in class org.apereo.cas.authentication.AuthenticationCredentialsLocalBinder
-
Get AuthenticationBuilder from ThreadLocal.
- getCurrentCredentialIds() - Static method in class org.apereo.cas.authentication.AuthenticationCredentialsLocalBinder
-
Get credential ids from ThreadLocal.
- getCurrentCredentialIdsAsString() - Static method in class org.apereo.cas.authentication.AuthenticationCredentialsLocalBinder
-
Get credential ids String representation from ThreadLocal.
- getDaysToExpiration() - Method in class org.apereo.cas.authentication.support.password.PasswordExpiringWarningMessageDescriptor
-
- getEncryptionKeySetting() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
-
- getErrors() - Method in class org.apereo.cas.web.flow.AuthenticationExceptionHandlerAction
-
- getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getFailures() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the authentication failure map.
- getFirst() - Method in exception org.apereo.cas.authentication.exceptions.MixedPrincipalException
-
Gets the first resolved principal.
- getHandlerName() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
-
- getId() - Method in class org.apereo.cas.authentication.BasicCredentialMetaData
-
- getId() - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
-
- getId() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
-
- getId() - Method in class org.apereo.cas.authentication.principal.NullPrincipal
-
- getId() - Method in class org.apereo.cas.authentication.principal.SimplePrincipal
-
- getId() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
-
- getId() - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- getId() - Method in class org.apereo.cas.services.DefaultVariegatedMultifactorAuthenticationProvider
-
- getInitialAuthentication() - 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.
- getLoginFailures() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyConfiguration
-
- getName() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- getName() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
-
- getOrder() - Method in class org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- getOrder() - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
-
- getOrder() - Method in class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
-
- getOrder() - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- getOrder() - Method in class org.apereo.cas.services.DefaultVariegatedMultifactorAuthenticationProvider
-
- getPassword() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
-
- getPasswordPolicyConfiguration() - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- getPasswordWarningNumberOfDays() - Method in class org.apereo.cas.authentication.support.password.PasswordPolicyConfiguration
-
- getPersonAttributesFromMultivaluedAttributes(Map<String, List<Object>>) - Method in class org.apereo.cas.authentication.principal.resolvers.InternalGroovyScriptDao
-
- getPolicy() - Method in exception org.apereo.cas.ticket.UnsatisfiedAuthenticationPolicyException
-
Gets the unsatisfied policy that caused this exception.
- getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getPrincipal() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the authenticated principal.
- getPrincipal() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
-
- getPrincipalElectionStrategy() - Method in class org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
-
- getPrincipalResolverForAuthenticationTransaction(AuthenticationHandler, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan
-
- getPrincipalResolverLinkedToHandlerIfAny(AuthenticationHandler, AuthenticationTransaction) - Method in class org.apereo.cas.authentication.PolicyBasedAuthenticationManager
-
Gets principal resolver linked to the handler if any.
- getProviders() - Method in class org.apereo.cas.services.DefaultVariegatedMultifactorAuthenticationProvider
-
- getRegisteredService() - Method in class org.apereo.cas.services.ServiceContext
-
Gets the registered service for the service principal.
- getSecond() - Method in exception org.apereo.cas.authentication.exceptions.MixedPrincipalException
-
Gets the second resolved principal.
- getService() - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
-
- getService() - Method in class org.apereo.cas.authentication.HttpBasedServiceCredential
-
Gets service associated with credentials.
- getService() - Method in class org.apereo.cas.services.ServiceContext
-
Gets the service principal.
- getSigningKeySetting() - Method in class org.apereo.cas.authentication.metadata.CacheCredentialsCipherExecutor
-
- getSslContext() - Method in class org.apereo.cas.authentication.DefaultCasSslContext
-
Gets the trusted ssl context.
- getSslSocketFactory() - Method in class org.apereo.cas.authentication.DefaultCasSslContext
-
- getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthentication
-
- getSuccesses() - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Gets the authentication success map.
- getUsername() - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
-
- getWarnings() - Method in class org.apereo.cas.authentication.DefaultHandlerResult
-
- GroovyScriptAuthenticationPolicy - Class in org.apereo.cas.authentication.policy
-
- GroovyScriptAuthenticationPolicy(ResourceLoader, String) - Constructor for class org.apereo.cas.authentication.policy.GroovyScriptAuthenticationPolicy
-
- ServiceContext - Class in org.apereo.cas.services
-
Simple container for holding a service principal and its corresponding registered service.
- ServiceContext(Service, RegisteredService) - Constructor for class org.apereo.cas.services.ServiceContext
-
Creates a new instance with required parameters.
- servicesManager - Variable in class org.apereo.cas.authentication.AbstractAuthenticationHandler
-
The services manager instance, as the entry point to the registry.
- servicesManager - Variable in class org.apereo.cas.authentication.RegisteredServiceAuthenticationHandlerResolver
-
The Services manager.
- setAdaptiveAuthenticationProperties(AdaptiveAuthenticationProperties) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
-
- setAttributes(Map<String, Object>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the authentication metadata attributes.
- setAuthenticationDate(ZonedDateTime) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the authentication date and returns this instance.
- setBypassEvaluator(MultifactorAuthenticationProviderBypass) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- setChain(List<PrincipalResolver>) - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
-
Sets the resolver chain.
- setChain(PrincipalResolver...) - Method in class org.apereo.cas.authentication.principal.resolvers.ChainingPrincipalResolver
-
- setCredentialProvided(boolean) - Method in class org.apereo.cas.authentication.DefaultAuthenticationResult
-
- setCredentials(List<CredentialMetaData>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the list of metadata about credentials presented for authentication.
- setCredentialSelectionPredicate(Predicate<Credential>) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- setFailures(Map<String, Class<? extends Throwable>>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the authentication handler failure map.
- setGeoLocationService(GeoLocationService) - Method in class org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
-
- setGlobalFailureMode(String) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- setId(String) - Method in class org.apereo.cas.authentication.BasicIdentifiableCredential
-
- setId(String) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- setKerberosKdcSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
-
Typically, the default realm and the KDC for that realm are indicated in the Kerberos krb5.conf configuration file.
- setKerberosRealmSystemProperty(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
-
Typically, the default realm and the KDC for that realm are indicated in the Kerberos krb5.conf configuration file.
- setOrder(int) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
-
- setOrder(int) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- setPassword(String) - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
-
- setPasswordEncoder(PasswordEncoder) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- setPasswordPolicyConfiguration(PasswordPolicyConfiguration) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- setPrincipal(Principal) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the principal returns this instance.
- setPrincipalNameTransformer(PrincipalNameTransformer) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- setRealm(String) - Method in class org.apereo.cas.authentication.handler.support.JaasAuthenticationHandler
-
- setRememberMe(boolean) - Method in class org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
-
- setSuccesses(Map<String, HandlerResult>) - Method in class org.apereo.cas.authentication.DefaultAuthenticationBuilder
-
Sets the authentication handler success map.
- setTryAll(boolean) - Method in class org.apereo.cas.authentication.policy.AnyAuthenticationPolicy
-
Sets the flag to try all credentials before the policy is satisfied.
- setUsername(String) - Method in class org.apereo.cas.authentication.UsernamePasswordCredential
-
- setUsers(Map<String, String>) - Method in class org.apereo.cas.authentication.AcceptUsersAuthenticationHandler
-
- SimplePrincipal - Class in org.apereo.cas.authentication.principal
-
Simple implementation of a Principal that exposes an unmodifiable
map of attributes.
- SimplePrincipal(String, Map<String, Object>) - Constructor for class org.apereo.cas.authentication.principal.SimplePrincipal
-
Instantiates a new simple principal.
- sslContext() - Method in class org.apereo.cas.config.CasCoreHttpConfiguration
-
- 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
-
- successfulHandlerMetaDataPopulator() - Method in class org.apereo.cas.config.CasCoreAuthenticationMetadataConfiguration
-
- supports(Service) - Method in class org.apereo.cas.authentication.DefaultAuthenticationServiceSelectionStrategy
-
- supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
-
- supports(Credential) - Method in class org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler
-
- 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.CacheCredentialsMetaDataPopulator
-
- 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.PersonDirectoryPrincipalResolver
-
- supports(Credential) - Method in class org.apereo.cas.authentication.principal.resolvers.ProxyingPrincipalResolver
-
- supports(Event, Authentication, RegisteredService) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
- supportsInternal(Event, Authentication, RegisteredService) - Method in class org.apereo.cas.services.AbstractMultifactorAuthenticationProvider
-
Determine internally if provider is able to support this authentication request
for multifactor, and account for bypass rules..
- supportsTrustStoreSslSocketFactoryHttpClient() - Method in class org.apereo.cas.config.CasCoreHttpConfiguration
-