Class DefaultAdaptiveAuthenticationPolicy
- java.lang.Object
-
- org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy
-
- All Implemented Interfaces:
org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy
public class DefaultAdaptiveAuthenticationPolicy extends java.lang.Object implements org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicyThis isDefaultAdaptiveAuthenticationPolicy.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description DefaultAdaptiveAuthenticationPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(org.springframework.webflow.execution.RequestContext requestContext, java.lang.String userAgent, org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest location)
-
-
-
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:
applyin interfaceorg.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy
-
-