Class TokenAuthenticationPostProcessor

java.lang.Object
org.apereo.cas.token.authentication.TokenAuthenticationPostProcessor
All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationPostProcessor, org.springframework.beans.factory.DisposableBean, org.springframework.core.Ordered

public class TokenAuthenticationPostProcessor extends Object implements org.apereo.cas.authentication.AuthenticationPostProcessor
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TokenAuthenticationPostProcessor(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer)
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationPostProcessor

    destroy
  • Constructor Details

    • TokenAuthenticationPostProcessor

      public TokenAuthenticationPostProcessor(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.audit.AuditableExecution registeredServiceAccessStrategyEnforcer)
  • Method Details

    • process

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

      public boolean supports(org.apereo.cas.authentication.Credential credential)
      Specified by:
      supports in interface org.apereo.cas.authentication.AuthenticationPostProcessor
    • getOrder

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