|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The management interface for the DynamicLoginConfig service.
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 | |
void |
flushAuthenticationCaches()
Flush the caches of the security domains that have been registered by this service. |
String |
getAuthConfig()
Get the resource path to the JAAS login configuration file to use. |
javax.management.ObjectName |
getLoginConfigService()
Get the XMLLoginConfig service to use for loading. |
javax.management.ObjectName |
getSecurityManagerService()
Get the SecurityManagerService used to flush the registered security domains. |
void |
setAuthConfig(String authConf)
Set the resource path to the JAAS login configuration file to use. |
void |
setLoginConfigService(javax.management.ObjectName serviceName)
Get the XMLLoginConfig service to use for loading. |
void |
setSecurityManagerService(javax.management.ObjectName serviceName)
Set the SecurityManagerService used to flush the registered security domains. |
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 getAuthConfig()
public void setAuthConfig(String authConf)
authConf
- - the classpath resource to load.public javax.management.ObjectName getLoginConfigService()
public void setLoginConfigService(javax.management.ObjectName serviceName)
serviceName
- - the XMLLoginConfig service name.public void flushAuthenticationCaches() throws Exception
Exception
public javax.management.ObjectName getSecurityManagerService()
public void setSecurityManagerService(javax.management.ObjectName serviceName)
serviceName
- - the SecurityManagerService service name.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |