src/share/classes/com/sun/net/httpserver/HttpPrincipal.java

Print this page

        

*** 31,40 **** --- 31,41 ---- /** * Represents a user authenticated by HTTP Basic or Digest * authentication. */ + @jdk.Supported public class HttpPrincipal implements Principal { private String username, realm; /** * creates a HttpPrincipal from the given username and realm