|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityConfigMBean
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 |
|---|
String getLoginConfig()
void setLoginConfig(String objectName)
throws javax.management.MalformedObjectNameException
javax.management.MalformedObjectNameException
void pushLoginConfig(String objectName)
throws javax.management.JMException,
javax.management.MalformedObjectNameException
javax.management.JMException
javax.management.MalformedObjectNameExceptionConfiguration
void popLoginConfig()
throws javax.management.JMException
javax.management.JMExceptionConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||