Package waffle.jaas
Class RolePrincipal
- java.lang.Object
-
- waffle.jaas.RolePrincipal
-
- All Implemented Interfaces:
Serializable,Principal
public class RolePrincipal extends Object implements Principal, Serializable
Role principal.- Author:
- dblock[at]dblock[dot]org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RolePrincipal(String newFqn)A windows principal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Role Principal Equals for FQN.StringgetName()Role name (Windows Group).inthashCode()Role Principal HashCode for FQN.
-