Class ByCredentialTypeAuthenticationHandlerResolver
java.lang.Object
org.apereo.cas.authentication.handler.ByCredentialTypeAuthenticationHandlerResolver
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandlerResolver,org.springframework.core.Ordered
public class ByCredentialTypeAuthenticationHandlerResolver
extends Object
implements org.apereo.cas.authentication.AuthenticationHandlerResolver
- Since:
- 5.3.0
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.AuthenticationHandlerResolver
LOGGERFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionByCredentialTypeAuthenticationHandlerResolver(Class<? extends org.apereo.cas.authentication.Credential>... credentials) ByCredentialTypeAuthenticationHandlerResolver(Collection<Class<? extends org.apereo.cas.authentication.Credential>> credentials) -
Method Summary
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, resolve
-
Constructor Details
-
ByCredentialTypeAuthenticationHandlerResolver
@SafeVarargs public ByCredentialTypeAuthenticationHandlerResolver(Class<? extends org.apereo.cas.authentication.Credential>... credentials) -
ByCredentialTypeAuthenticationHandlerResolver
public ByCredentialTypeAuthenticationHandlerResolver(Collection<Class<? extends org.apereo.cas.authentication.Credential>> credentials)
-
-
Method Details
-
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
-