Package waffle.jaas

Class UserPrincipal

java.lang.Object
waffle.jaas.UserPrincipal
All Implemented Interfaces:
Serializable, Principal

public class UserPrincipal extends Object implements Principal, Serializable
User Principal.
Author:
dblock[at]dblock[dot]org
See Also:
  • Constructor Details

    • UserPrincipal

      public UserPrincipal(String newFqn)
      A user principal.
      Parameters:
      newFqn - Fully qualified username.
  • Method Details