Class HttpChallenges


  • public class HttpChallenges
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpChallenges()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static HttpChallenge basic​(java.lang.String realm)  
      static HttpChallenge oAuth2​(java.lang.String realm)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpChallenges

        public HttpChallenges()
    • Method Detail

      • basic

        public static HttpChallenge basic​(java.lang.String realm)
      • oAuth2

        public static HttpChallenge oAuth2​(java.lang.String realm)