Class OpenIdCasWebflowLoginContextProvider

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

    @Deprecated(since="6.2.0")
    public class OpenIdCasWebflowLoginContextProvider
    extends java.lang.Object
    implements org.apereo.cas.web.flow.CasWebflowLoginContextProvider
    Deprecated.
    Since 6.2.0
    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 Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getCandidateUsername​(org.springframework.webflow.execution.RequestContext context)
      Deprecated.
       
      • 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

      • OpenIdCasWebflowLoginContextProvider

        public OpenIdCasWebflowLoginContextProvider()
        Deprecated.
    • Method Detail

      • getCandidateUsername

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