Uses of Class
org.apache.geronimo.security.SubjectId

Packages that use SubjectId
org.apache.geronimo.security   
 

Uses of SubjectId in org.apache.geronimo.security
 

Methods in org.apache.geronimo.security that return SubjectId
static SubjectId ContextManager.getCurrentId()
           
 SubjectId Context.getId()
           
 SubjectId IdentificationPrincipal.getId()
           
static SubjectId ContextManager.getSubjectId(Subject subject)
           
static SubjectId ContextManager.registerSubject(Subject subject)
           
 

Methods in org.apache.geronimo.security with parameters of type SubjectId
static Subject ContextManager.getRegisteredSubject(SubjectId id)
           
 

Constructors in org.apache.geronimo.security with parameters of type SubjectId
Context(SubjectId id, AccessControlContext context, Subject subject, Principal principal, List<String> groups)
           
IdentificationPrincipal(SubjectId id)
           
 



Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.