Class RolePrincipal

java.lang.Object
org.eclipse.jetty.security.RolePrincipal
All Implemented Interfaces:
Serializable, Principal

public class RolePrincipal extends Object implements Principal, Serializable
RolePrincipal Represents a role. This class can be added to a Subject to represent a role that the Subject has.
See Also: