Uses of Class
org.jboss.security.SubjectInfo
-
Packages that use SubjectInfo Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.plugins Security plugins have moved to the jbosssx cvs module. -
-
Uses of SubjectInfo in org.jboss.security
Methods in org.jboss.security that return SubjectInfo Modifier and Type Method Description SubjectInfo
SecurityContext. getSubjectInfo()
Subject InfoMethods in org.jboss.security with parameters of type SubjectInfo Modifier and Type Method Description void
SecurityContext. setSubjectInfo(SubjectInfo si)
Subject InfoConstructors in org.jboss.security with parameters of type SubjectInfo Constructor Description SecurityIdentity(SubjectInfo subject, RunAs outgoingRunAs, RunAs incomingRunAs)
Create a SecurityIdentity Instance -
Uses of SubjectInfo in org.jboss.security.plugins
Fields in org.jboss.security.plugins declared as SubjectInfo Modifier and Type Field Description protected SubjectInfo
JBossSecurityContext. subjectInfo
Methods in org.jboss.security.plugins that return SubjectInfo Modifier and Type Method Description SubjectInfo
JBossSecurityContext. getSubjectInfo()
Methods in org.jboss.security.plugins with parameters of type SubjectInfo Modifier and Type Method Description void
JBossSecurityContext. setSubjectInfo(SubjectInfo si)
-