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