Uses of Interface
org.jboss.security.ISecurityManagement
-
Packages that use ISecurityManagement 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.org.picketbox.factories org.picketbox.plugins -
-
Uses of ISecurityManagement in org.jboss.security
Methods in org.jboss.security that return ISecurityManagement Modifier and Type Method Description ISecurityManagement
SecurityContext. getSecurityManagement()
Get the SecurityManagement object to get hold of the various managersMethods in org.jboss.security with parameters of type ISecurityManagement Modifier and Type Method Description void
SecurityContext. setSecurityManagement(ISecurityManagement ism)
Set the SecurityManagement holder -
Uses of ISecurityManagement in org.jboss.security.plugins
Classes in org.jboss.security.plugins that implement ISecurityManagement Modifier and Type Class Description class
DefaultSecurityManagement
The Default Security Management class that instantiates the standard Security Managers (Authentication, Authorization, Audit, Mapping,IdentityTrust etc)Fields in org.jboss.security.plugins declared as ISecurityManagement Modifier and Type Field Description protected ISecurityManagement
JBossSecurityContext. iSecurityManagement
Methods in org.jboss.security.plugins that return ISecurityManagement Modifier and Type Method Description ISecurityManagement
JBossSecurityContext. getSecurityManagement()
Methods in org.jboss.security.plugins with parameters of type ISecurityManagement Modifier and Type Method Description void
JBossSecurityContext. setSecurityManagement(ISecurityManagement securityManagement)
void
JBossSecuritySubjectFactory. setSecurityManagement(ISecurityManagement securityManagement)
Sets theISecurityManagement
implementation to be used. -
Uses of ISecurityManagement in org.picketbox.factories
Methods in org.picketbox.factories that return ISecurityManagement Modifier and Type Method Description static ISecurityManagement
SecurityFactory. getSecurityManagement()
Get theISecurityManagement
interfaceMethods in org.picketbox.factories with parameters of type ISecurityManagement Modifier and Type Method Description static void
SecurityFactory. setSecurityManagement(ISecurityManagement iSecurityManagement)
SetISecurityManagement
-
Uses of ISecurityManagement in org.picketbox.plugins
Classes in org.picketbox.plugins that implement ISecurityManagement Modifier and Type Class Description class
PicketBoxSecurityManagement
Default Implementation of the ISecurityManagement interfaceclass
SecurityFactorySecurityManagement
AISecurityManagement
implementation that delegates to the instance registered with theSecurityFactory
.
-