|
||||||||||
| PREV CLASS NEXT CLASS (src) | 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 (src) |
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. |
java.lang.String |
getAuthConfig()
Get the resource path to the JAAS login configuration file to use. |
ObjectName (src) |
getLoginConfigService()
Get the XMLLoginConfig service to use for loading. |
ObjectName (src) |
getSecurityManagerService()
Get the SecurityManagerService used to flush the registered security domains. |
void |
setAuthConfig(java.lang.String authConf)
Set the resource path to the JAAS login configuration file to use. |
void |
setLoginConfigService(ObjectName (src) serviceName)
Get the XMLLoginConfig service to use for loading. |
void |
setSecurityManagerService(ObjectName (src) serviceName)
Set the SecurityManagerService used to flush the registered security domains. |
| 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 getAuthConfig()
public void setAuthConfig(java.lang.String authConf)
authConf - - the classpath resource to load.public ObjectName (src) getLoginConfigService()
public void setLoginConfigService(ObjectName (src) serviceName)
serviceName - - the XMLLoginConfig service name.
public void flushAuthenticationCaches()
throws java.lang.Exception
java.lang.Exceptionpublic ObjectName (src) getSecurityManagerService()
public void setSecurityManagerService(ObjectName (src) serviceName)
serviceName - - the SecurityManagerService service name.
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||