Class ByCredentialSourceAuthenticationHandlerResolver
java.lang.Object
org.apereo.cas.authentication.handler.ByCredentialSourceAuthenticationHandlerResolver
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandlerResolver,org.springframework.core.Ordered
public class ByCredentialSourceAuthenticationHandlerResolver
extends Object
implements org.apereo.cas.authentication.AuthenticationHandlerResolver
This is
ByCredentialSourceAuthenticationHandlerResolver
that attempts to capture the source from the credential
and limit the handlers to the matching source.- Since:
- 6.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.apereo.cas.authentication.AuthenticationHandler> resolve(Set<org.apereo.cas.authentication.AuthenticationHandler> candidateHandlers, org.apereo.cas.authentication.AuthenticationTransaction transaction) booleansupports(Set<org.apereo.cas.authentication.AuthenticationHandler> handlers, org.apereo.cas.authentication.AuthenticationTransaction transaction) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.AuthenticationHandlerResolver
getOrder
-
Constructor Details
-
ByCredentialSourceAuthenticationHandlerResolver
public ByCredentialSourceAuthenticationHandlerResolver()
-
-
Method Details
-
resolve
public Set<org.apereo.cas.authentication.AuthenticationHandler> resolve(Set<org.apereo.cas.authentication.AuthenticationHandler> candidateHandlers, org.apereo.cas.authentication.AuthenticationTransaction transaction) - Specified by:
resolvein interfaceorg.apereo.cas.authentication.AuthenticationHandlerResolver
-
supports
public boolean supports(Set<org.apereo.cas.authentication.AuthenticationHandler> handlers, org.apereo.cas.authentication.AuthenticationTransaction transaction) - Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationHandlerResolver
-