Package org.apereo.cas.adaptors.generic
Class GroovyAuthenticationHandler
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- org.apereo.cas.adaptors.generic.GroovyAuthenticationHandler
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.springframework.core.Ordered
public class GroovyAuthenticationHandler extends org.apereo.cas.authentication.AbstractAuthenticationHandlerThis isGroovyAuthenticationHandler.- Since:
- 6.1.0
-
-
Constructor Summary
Constructors Constructor Description GroovyAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.springframework.core.io.Resource groovyResource, java.lang.Integer order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationHandlerExecutionResultauthenticate(org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service)booleansupports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)booleansupports(org.apereo.cas.authentication.Credential credential)
-
-
-
Constructor Detail
-
GroovyAuthenticationHandler
public GroovyAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.springframework.core.io.Resource groovyResource, java.lang.Integer order)
-
-
Method Detail
-
authenticate
public org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate(org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service)
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential)
-
supports
public boolean supports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)
-
-