Class RequestCredentials

    • Method Detail

      • getHttpServletRequest

        public javax.servlet.http.HttpServletRequest getHttpServletRequest()
        Returns the HTTP request object.
        Returns:
        the HTTP request object
      • isBasicAuthentication

        public boolean isBasicAuthentication()
        Returns if basic authentication is used.
        Returns:
        true if basic authentication is used, false otherwise
      • isTokenAuthentication

        public boolean isTokenAuthentication()
        Returns if token authentication is used.
        Returns:
        true if token authentication is used, false otherwise