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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPrincipal(String newFqn)A user principal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Fully qualified username.inthashCode()
-