Package org.apereo.cas.authentication
Class GroovyAuthenticationPreProcessor
- java.lang.Object
-
- org.apereo.cas.authentication.GroovyAuthenticationPreProcessor
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationPreProcessor,org.springframework.core.Ordered
public class GroovyAuthenticationPreProcessor extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPreProcessorThis isGroovyAuthenticationPreProcessor.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description GroovyAuthenticationPreProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(org.apereo.cas.authentication.Credential credential)
-
-
-
Method Detail
-
process
public boolean process(org.apereo.cas.authentication.AuthenticationTransaction transaction) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
processin interfaceorg.apereo.cas.authentication.AuthenticationPreProcessor- Throws:
org.apereo.cas.authentication.AuthenticationException
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential)
- Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationPreProcessor
-
-