Package waffle.jaas

Class GroupPrincipal

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

@Deprecated public class GroupPrincipal extends UserPrincipal
Deprecated.
This class is deprecated as hiding a principal inside another principal is not JAAS compliant. Use the Principals in the Subject to directly enroll groups or roles by name.
Group principal.
See Also: