Class AcceptAnyAuthenticationPolicyFactory

  • All Implemented Interfaces:
    org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>

    public class AcceptAnyAuthenticationPolicyFactory
    extends java.lang.Object
    implements org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>
    Produces authentication policies that passively satisfy any given Authentication.
    Since:
    4.0.0
    • Constructor Detail

      • AcceptAnyAuthenticationPolicyFactory

        public AcceptAnyAuthenticationPolicyFactory()
    • Method Detail

      • createPolicy

        public org.apereo.cas.authentication.ContextualAuthenticationPolicy<ServiceContext> createPolicy​(ServiceContext context)
        Specified by:
        createPolicy in interface org.apereo.cas.authentication.ContextualAuthenticationPolicyFactory<ServiceContext>