Class GroovyAuthenticationHandlerResolver
- java.lang.Object
-
- org.apereo.cas.authentication.handler.GroovyAuthenticationHandlerResolver
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandlerResolver,org.springframework.beans.factory.DisposableBean,org.springframework.core.Ordered
public class GroovyAuthenticationHandlerResolver extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationHandlerResolver, org.springframework.beans.factory.DisposableBeanThis isGroovyAuthenticationHandlerResolver.- Since:
- 6.2.0
-
-
Constructor Summary
Constructors Constructor Description GroovyAuthenticationHandlerResolver(org.springframework.core.io.Resource groovyResource, org.apereo.cas.services.ServicesManager servicesManager)GroovyAuthenticationHandlerResolver(org.springframework.core.io.Resource groovyResource, org.apereo.cas.services.ServicesManager servicesManager, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()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)
-
-
-
Constructor Detail
-
GroovyAuthenticationHandlerResolver
public GroovyAuthenticationHandlerResolver(org.springframework.core.io.Resource groovyResource, org.apereo.cas.services.ServicesManager servicesManager)
-
GroovyAuthenticationHandlerResolver
public GroovyAuthenticationHandlerResolver(org.springframework.core.io.Resource groovyResource, org.apereo.cas.services.ServicesManager servicesManager, int order)
-
-
Method Detail
-
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
-
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
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
-