Class AuthUtils.UsherResponseViaIServer

  • Enclosing class:
    AuthUtils

    public static class AuthUtils.UsherResponseViaIServer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UsherResponseViaIServer​(java.lang.String header, java.lang.String body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBody()  
      java.lang.String getHeader()  
      java.util.Map<java.lang.String,​java.lang.String> getHeaderMap()  
      int getHTTPStatus()  
      void populate()  
      • Methods inherited from class java.lang.Object

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

      • UsherResponseViaIServer

        public UsherResponseViaIServer​(java.lang.String header,
                                       java.lang.String body)
                                throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
    • Method Detail

      • getHTTPStatus

        public int getHTTPStatus()
      • populate

        public void populate()
                      throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException
      • getHeader

        public java.lang.String getHeader()
      • getBody

        public java.lang.String getBody()
      • getHeaderMap

        public java.util.Map<java.lang.String,​java.lang.String> getHeaderMap()