Class SurrogatePasswordlessAuthenticationRequestParser

java.lang.Object
org.apereo.cas.web.flow.passwordless.SurrogatePasswordlessAuthenticationRequestParser
All Implemented Interfaces:
org.apereo.cas.api.PasswordlessRequestParser

public class SurrogatePasswordlessAuthenticationRequestParser extends Object implements org.apereo.cas.api.PasswordlessRequestParser
Since:
7.0.0
  • Field Details

    • PROPORTY_SURROGATE_USERNAME

      public static final String PROPORTY_SURROGATE_USERNAME
      Request property that indicates the surrogate username, if any.
      See Also:
  • Constructor Details

    • SurrogatePasswordlessAuthenticationRequestParser

      public SurrogatePasswordlessAuthenticationRequestParser()
  • Method Details

    • parse

      public org.apereo.cas.api.PasswordlessAuthenticationRequest parse(String username)
      Specified by:
      parse in interface org.apereo.cas.api.PasswordlessRequestParser