Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » security » plugins » [javadoc | source]
org.jboss.security.plugins
public interface: SecurityConfigMBean [javadoc | source]

All Implemented Interfaces:
    ServiceMBean

All Known Implementing Classes:
    SecurityConfig

A security configuration MBean. This establishes the JAAS and Java2 security properties and related configuration.
Method from org.jboss.security.plugins.SecurityConfigMBean Summary:
getLoginConfig,   popLoginConfig,   pushLoginConfig,   setLoginConfig
Method from org.jboss.security.plugins.SecurityConfigMBean Detail:
 public String getLoginConfig()
    Get the name of the mbean that provides the default JAAS login configuration
 public  void popLoginConfig() throws JMException
    Pop the current mbean from the login configuration stack and install the previous Configuration as the current instance.
 public  void pushLoginConfig(String objectName) throws MalformedObjectNameException, JMException
    Push an mbean onto the login configuration stack and install its Configuration as the current instance.
 public  void setLoginConfig(String objectName) throws MalformedObjectNameException
    Set the name of the mbean that provides the default JAAS login configuration