Class SurrogateDelegatedAuthenticationPreProcessor

java.lang.Object
org.apereo.cas.web.flow.pac4j.SurrogateDelegatedAuthenticationPreProcessor
All Implemented Interfaces:
org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor, org.springframework.core.Ordered

public class SurrogateDelegatedAuthenticationPreProcessor extends Object implements org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.principal.Principal
    process(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor

    getOrder
  • Constructor Details

    • SurrogateDelegatedAuthenticationPreProcessor

      public SurrogateDelegatedAuthenticationPreProcessor()
  • Method Details

    • process

      public org.apereo.cas.authentication.principal.Principal process(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential, org.apereo.cas.authentication.principal.Service service)
      Specified by:
      process in interface org.apereo.cas.authentication.principal.DelegatedAuthenticationPreProcessor