Uses of Class
org.jboss.security.SimplePrincipal

Packages that use SimplePrincipal
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
 class CallerIdentity
          The CallerIdentity is a principal that may have a credential.
 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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.