Package org.apereo.cas.authentication
Class GroovyAuthenticationPostProcessor
- java.lang.Object
-
- org.apereo.cas.authentication.GroovyAuthenticationPostProcessor
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationPostProcessor,org.springframework.beans.factory.DisposableBean,org.springframework.core.Ordered
public class GroovyAuthenticationPostProcessor extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationPostProcessor, org.springframework.beans.factory.DisposableBeanThis isGroovyAuthenticationPostProcessor.- Since:
- 6.1.0
-
-
Constructor Summary
Constructors Constructor Description GroovyAuthenticationPostProcessor(org.springframework.core.io.Resource groovyResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidprocess(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(org.apereo.cas.authentication.Credential credential)
-
-
-
Method Detail
-
process
public void process(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
processin interfaceorg.apereo.cas.authentication.AuthenticationPostProcessor- Throws:
org.apereo.cas.authentication.AuthenticationException
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential)
- Specified by:
supportsin interfaceorg.apereo.cas.authentication.AuthenticationPostProcessor
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
-