Class HttpAuthenticationScheme


  • public class HttpAuthenticationScheme
    extends java.lang.Object
    Wraps the HttpRequest to obtain the HTTP authentication scheme information.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getAuthentiationScheme

        public java.lang.String getAuthentiationScheme()
        Obtains the HTTP authentication scheme.
        Returns:
        HTTP authentication scheme.
      • getParameters

        public java.lang.String getParameters()
        Obtains the parameters.
        Returns:
        Parameters or null if no parameters.