Uses of Class
org.jboss.security.SimplePrincipal
-
Packages that use SimplePrincipal Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module. -
-
Uses of SimplePrincipal in org.jboss.security
Subclasses of SimplePrincipal in org.jboss.security Modifier and Type Class Description class
NestableGroup
An implementation of Group that allows that acts as a stack of Groups with a single Group member active at any time.class
NestablePrincipal
An implementation of Group that allows that acts as a stack of Principals with a single Principal Group member active at any time.class
RunAsIdentity
The RunAsIdentity is a Principal that associates the run-as principal with his run-as role(s).class
SimpleGroup
An implementation of Group that manages a collection of Principal objects based on their hashCode() and equals() methods.
-