Class SurrogatePasswordlessAuthenticationPreProcessor

java.lang.Object
org.apereo.cas.web.flow.passwordless.SurrogatePasswordlessAuthenticationPreProcessor
All Implemented Interfaces:
org.apereo.cas.api.PasswordlessAuthenticationPreProcessor, org.springframework.core.Ordered

public class SurrogatePasswordlessAuthenticationPreProcessor extends Object implements org.apereo.cas.api.PasswordlessAuthenticationPreProcessor
Since:
7.0.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationResultBuilder
    process(org.apereo.cas.authentication.AuthenticationResultBuilder resultBuilder, org.apereo.cas.api.PasswordlessUserAccount passwordlessUserAccount, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.apereo.cas.impl.token.PasswordlessAuthenticationToken token)
     

    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.api.PasswordlessAuthenticationPreProcessor

    getOrder
  • Constructor Details

    • SurrogatePasswordlessAuthenticationPreProcessor

      public SurrogatePasswordlessAuthenticationPreProcessor()
  • Method Details

    • process

      public org.apereo.cas.authentication.AuthenticationResultBuilder process(org.apereo.cas.authentication.AuthenticationResultBuilder resultBuilder, org.apereo.cas.api.PasswordlessUserAccount passwordlessUserAccount, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.apereo.cas.impl.token.PasswordlessAuthenticationToken token)
      Specified by:
      process in interface org.apereo.cas.api.PasswordlessAuthenticationPreProcessor