Interface OAuth20RequestValidator

    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean supports​(org.pac4j.core.context.WebContext context)
      Supports request?
      boolean validate​(org.pac4j.core.context.WebContext context)
      Validate request.
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Method Detail

      • validate

        boolean validate​(org.pac4j.core.context.WebContext context)
        Validate request.
        Parameters:
        context - the context
        Returns:
        true/false
      • supports

        boolean supports​(org.pac4j.core.context.WebContext context)
        Supports request?
        Parameters:
        context - the context
        Returns:
        true/false