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 java.lang.Object implements org.apereo.cas.authentication.AuthenticationHandlerResolverThis isByCredentialSourceAuthenticationHandlerResolverthat attempts to capture the source from the credential and limit the handlers to the matching source.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description ByCredentialSourceAuthenticationHandlerResolver()
-
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
-
-