Package org.apereo.cas.authentication.policy
package org.apereo.cas.authentication.policy
-
ClassesClassDescriptionAuthentication security policy that is satisfied iff all given authentication handlers are successfully authenticated.Authentication security policy that is satisfied iff all given credentials are successfully authenticated.Authentication policy that is satisfied by at least one successfully authenticated credential.Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.This is
BaseAuthenticationPolicy.Authentication security policy that is satisfied iff a specified authentication handler is not part of successful authn handlers.This isGroovyScriptAuthenticationPolicy.Authentication policy that defines success as at least one authentication success and no authentication attempts that were prevented by system errors.This isRegisteredServiceAuthenticationPolicyResolverthat acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.Authentication security policy that is satisfied iff required attributes are found inAuthenticationorPrincipal.Authentication security policy that is satisfied iff a specified authentication handler successfully authenticates at least one credential.This isRestfulAuthenticationPolicy.This isUniquePrincipalAuthenticationPolicythat prevents authentication if the same principal id is found more than one in the registry.