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 ISecurityManagementSecurityContext. 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 voidSecurityContext. 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 classDefaultSecurityManagementThe 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 ISecurityManagementJBossSecurityContext. iSecurityManagementMethods in org.jboss.security.plugins that return ISecurityManagement Modifier and Type Method Description ISecurityManagementJBossSecurityContext. getSecurityManagement()Methods in org.jboss.security.plugins with parameters of type ISecurityManagement Modifier and Type Method Description voidJBossSecurityContext. setSecurityManagement(ISecurityManagement securityManagement)voidJBossSecuritySubjectFactory. setSecurityManagement(ISecurityManagement securityManagement)Sets theISecurityManagementimplementation to be used. -
Uses of ISecurityManagement in org.picketbox.factories
Methods in org.picketbox.factories that return ISecurityManagement Modifier and Type Method Description static ISecurityManagementSecurityFactory. getSecurityManagement()Get theISecurityManagementinterfaceMethods in org.picketbox.factories with parameters of type ISecurityManagement Modifier and Type Method Description static voidSecurityFactory. setSecurityManagement(ISecurityManagement iSecurityManagement)SetISecurityManagement -
Uses of ISecurityManagement in org.picketbox.plugins
Classes in org.picketbox.plugins that implement ISecurityManagement Modifier and Type Class Description classPicketBoxSecurityManagementDefault Implementation of the ISecurityManagement interfaceclassSecurityFactorySecurityManagementAISecurityManagementimplementation that delegates to the instance registered with theSecurityFactory.
-