jdk/src/share/classes/com/sun/net/httpserver/HttpPrincipal.java
changeset 20742 4ae78e8060d6
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
20741:6eb501508669 20742:4ae78e8060d6
    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
    36 public class HttpPrincipal implements Principal {
    37 public class HttpPrincipal implements Principal {
    37     private String username, realm;
    38     private String username, realm;
    38 
    39 
    39     /**
    40     /**
    40      * creates a HttpPrincipal from the given username and realm
    41      * creates a HttpPrincipal from the given username and realm