|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | 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
(src) ,
Configuration
Field Summary |
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
java.lang.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(java.lang.String objectName)
Push an mbean onto the login configuration stack and install its Configuration as the current instance. |
void |
setLoginConfig(java.lang.String objectName)
Set the name of the mbean that provides the default JAAS login configuration |
Methods inherited from interface org.jboss.system.ServiceMBean (src) |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service (src) |
create, destroy, start, stop |
Method Detail |
public java.lang.String getLoginConfig()
public void setLoginConfig(java.lang.String objectName) throws MalformedObjectNameException (src)
MalformedObjectNameException (src)
public void pushLoginConfig(java.lang.String objectName) throws JMException (src) , MalformedObjectNameException (src)
JMException (src)
MalformedObjectNameException (src)
Configuration
public void popLoginConfig() throws JMException (src)
JMException (src)
Configuration
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |