|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicLoginConfigMBean
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. |
PolicyConfig |
getPolicyConfig()
Get the embedded PolicyConfig |
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 |
setPolicyConfig(PolicyConfig config)
Set the embedded PolicyConfig |
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 |
---|
PolicyConfig getPolicyConfig()
void setPolicyConfig(PolicyConfig config)
config
- - the embedded PolicyConfig objectString getAuthConfig()
void setAuthConfig(String authConf)
authConf
- - the classpath resource to load.javax.management.ObjectName getLoginConfigService()
void setLoginConfigService(javax.management.ObjectName serviceName)
serviceName
- - the XMLLoginConfig service name.void flushAuthenticationCaches() throws Exception
Exception
javax.management.ObjectName getSecurityManagerService()
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 |