Class PasswordlessCasWebflowLoginContextProvider

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.CasWebflowLoginContextProvider, org.springframework.core.Ordered

    public class PasswordlessCasWebflowLoginContextProvider
    extends java.lang.Object
    implements org.apereo.cas.web.flow.CasWebflowLoginContextProvider
    Since:
    6.4.0
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getCandidateUsername​(org.springframework.webflow.execution.RequestContext context)  
      • 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.web.flow.CasWebflowLoginContextProvider

        getName, getOrder
    • Constructor Detail

      • PasswordlessCasWebflowLoginContextProvider

        public PasswordlessCasWebflowLoginContextProvider()
    • Method Detail

      • getCandidateUsername

        public java.util.Optional<java.lang.String> getCandidateUsername​(org.springframework.webflow.execution.RequestContext context)
        Specified by:
        getCandidateUsername in interface org.apereo.cas.web.flow.CasWebflowLoginContextProvider