Class RegisteredServiceAuthenticationPolicyResolver
- java.lang.Object
-
- org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationPolicyResolver,org.springframework.core.Ordered
public class RegisteredServiceAuthenticationPolicyResolver extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPolicyResolverThis isRegisteredServiceAuthenticationPolicyResolverthat acts on the criteria presented by a registered service to detect which handler(s) should be resolved for authentication.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.authentication.AuthenticationServiceSelectionPlanauthenticationServiceSelectionPlanThe service selection plan.protected org.apereo.cas.services.ServicesManagerservicesManagerThe Services manager.
-
Constructor Summary
Constructors Constructor Description RegisteredServiceAuthenticationPolicyResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.apereo.cas.authentication.AuthenticationPolicy>resolve(org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(org.apereo.cas.authentication.AuthenticationTransaction transaction)
-
-
-
Field Detail
-
servicesManager
protected final org.apereo.cas.services.ServicesManager servicesManager
The Services manager.
-
authenticationServiceSelectionPlan
protected final org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan
The service selection plan.
-
-
Method Detail
-
resolve
public java.util.Set<org.apereo.cas.authentication.AuthenticationPolicy> resolve(org.apereo.cas.authentication.AuthenticationTransaction transaction)
- Specified by:
resolvein interfaceorg.apereo.cas.authentication.AuthenticationPolicyResolver
-
supports
public boolean supports(org.apereo.cas.authentication.AuthenticationTransaction transaction)
- Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationPolicyResolver
-
-