|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A security configuration MBean. This establishes the JAAS and Java2 security properties and related configuration.
DefaultLoginConfig
,
Configuration
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
String |
getLoginConfig()
Get the name of the mbean that provides the default JAAS login configuration |
void |
popLoginConfig()
Pop the current mbean from the login configuration stack and install the previous Configuration as the current instance. |
void |
pushLoginConfig(String objectName)
Push an mbean onto the login configuration stack and install its Configuration as the current instance. |
void |
setLoginConfig(String objectName)
Set the name of the mbean that provides the default JAAS login configuration |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Method Detail |
public String getLoginConfig()
public void setLoginConfig(String objectName) throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
public void pushLoginConfig(String objectName) throws javax.management.JMException, javax.management.MalformedObjectNameException
javax.management.JMException
javax.management.MalformedObjectNameException
Configuration
public void popLoginConfig() throws javax.management.JMException
javax.management.JMException
Configuration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |