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

Packages that use SubjectId
org.apache.geronimo.openejb   
org.apache.geronimo.security   
 

Uses of SubjectId in org.apache.geronimo.openejb
 

Methods in org.apache.geronimo.openejb that return SubjectId
 SubjectId ServerIdentityToken.getId()
           
 

Constructors in org.apache.geronimo.openejb with parameters of type SubjectId
ServerIdentityToken(URI server, SubjectId id)
           
 

Uses of SubjectId in org.apache.geronimo.security
 

Methods in org.apache.geronimo.security that return SubjectId
static SubjectId ContextManager.getCurrentId()
           
 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
IdentificationPrincipal(SubjectId id)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.