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 Object implements org.apereo.cas.authentication.AuthenticationPostProcessor
Since:
6.1.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroovyAuthenticationPostProcessor(org.springframework.core.io.Resource groovyResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    int
     
    org.apereo.cas.util.scripting.ExecutableCompiledScript
     
    void
    process(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)
     
    void
    setOrder(int order)
     
    boolean
    supports(org.apereo.cas.authentication.Credential credential)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroovyAuthenticationPostProcessor

      public GroovyAuthenticationPostProcessor(org.springframework.core.io.Resource groovyResource)
  • Method Details

    • process

      public void process(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction) throws Throwable
      Specified by:
      process in interface org.apereo.cas.authentication.AuthenticationPostProcessor
      Throws:
      Throwable
    • supports

      public boolean supports(org.apereo.cas.authentication.Credential credential) throws Throwable
      Specified by:
      supports in interface org.apereo.cas.authentication.AuthenticationPostProcessor
      Throws:
      Throwable
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.apereo.cas.authentication.AuthenticationPostProcessor
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
    • setOrder

      public void setOrder(int order)
    • getWatchableScript

      public org.apereo.cas.util.scripting.ExecutableCompiledScript getWatchableScript()
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.apereo.cas.authentication.AuthenticationPostProcessor
      Specified by:
      getOrder in interface org.springframework.core.Ordered