Basic implementation of the Principal class. By implementing our own Principal for our application, we can more easily add and remove instances of our principals in the authenticated Subject during the login and logout process. @see java.security.Principal @author Paul Feuer and John Musser @version 1.0
|
|