Module iu.util
Package edu.iu

Interface IuWebAuthenticationChallenge


public interface IuWebAuthenticationChallenge
Represents an authentication challenge entry from a WWW-Authenticate response header.
  • Method Details

    • getAuthScheme

      String getAuthScheme()
      Gets the authentication scheme.
      Returns:
      authentication scheme
    • getRealm

      String getRealm()
      Gets the authentication realm.
      Returns:
      authentication realm
    • getParameters

      Map<String,String> getParameters()
      Gets the authentication parameters.
      Returns:
      authentication parameters