jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpPrincipal.java
changeset 34894 3248b89d1921
parent 25859 3317bb8137f4
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    31 
    31 
    32 /**
    32 /**
    33  * Represents a user authenticated by HTTP Basic or Digest
    33  * Represents a user authenticated by HTTP Basic or Digest
    34  * authentication.
    34  * authentication.
    35  */
    35  */
    36 @jdk.Exported
       
    37 public class HttpPrincipal implements Principal {
    36 public class HttpPrincipal implements Principal {
    38     private String username, realm;
    37     private String username, realm;
    39 
    38 
    40     /**
    39     /**
    41      * creates a HttpPrincipal from the given username and realm
    40      * creates a HttpPrincipal from the given username and realm