Class DefaultAdaptiveAuthenticationPolicy

  • All Implemented Interfaces:
    org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy

    public class DefaultAdaptiveAuthenticationPolicy
    extends java.lang.Object
    implements org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(org.springframework.webflow.execution.RequestContext requestContext, java.lang.String userAgent, org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest location)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAdaptiveAuthenticationPolicy

        public DefaultAdaptiveAuthenticationPolicy()
    • Method Detail

      • apply

        public boolean apply​(org.springframework.webflow.execution.RequestContext requestContext,
                             java.lang.String userAgent,
                             org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest location)
        Specified by:
        apply in interface org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy