Class HttpAuth


  • public class HttpAuth
    extends Object
    • Constructor Detail

      • HttpAuth

        public HttpAuth​(io.undertow.server.HttpServerExchange exchange)
    • Method Detail

      • isHeaderAvailable

        public boolean isHeaderAvailable()
      • getClientId

        public String getClientId()
      • getClientSecret

        public String getClientSecret()
      • isInvalidCredentials

        public boolean isInvalidCredentials()
      • isValid

        public boolean isValid()
      • isBasicAuth

        public boolean isBasicAuth()
      • getCredentials

        public String getCredentials()
      • getAuth

        public String getAuth()