Class RegisteredServiceAuthenticationHandlerResolver
- java.lang.Object
-
- org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandlerResolver,org.springframework.core.Ordered
public class RegisteredServiceAuthenticationHandlerResolver extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationHandlerResolverThis isRegisteredServiceAuthenticationHandlerResolverthat 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.services.ServicesManagerservicesManagerThe Services manager.
-
Constructor Summary
Constructors Constructor Description RegisteredServiceAuthenticationHandlerResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.apereo.cas.authentication.AuthenticationHandler>resolve(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> candidateHandlers, org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> handlers, org.apereo.cas.authentication.AuthenticationTransaction transaction)
-
-
-
Method Detail
-
supports
public boolean supports(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> handlers, org.apereo.cas.authentication.AuthenticationTransaction transaction)- Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationHandlerResolver
-
resolve
public java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> resolve(java.util.Set<org.apereo.cas.authentication.AuthenticationHandler> candidateHandlers, org.apereo.cas.authentication.AuthenticationTransaction transaction)- Specified by:
resolvein interfaceorg.apereo.cas.authentication.AuthenticationHandlerResolver
-
-