org.jboss.security.plugins
Interface JaasSecurityManagerServiceMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- JaasSecurityManagerService
- public interface JaasSecurityManagerServiceMBean
- extends ServiceMBean
The interface for the JaasSecurityManagerService mbean.
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
getSecurityManagerClassName
public java.lang.String getSecurityManagerClassName()
- Get the name of the class that provides the security manager implementation.
setSecurityManagerClassName
public void setSecurityManagerClassName(java.lang.String className)
throws java.lang.ClassNotFoundException
- Set the name of the class that provides the security manager implementation.
getSecurityProxyFactoryClassName
public java.lang.String getSecurityProxyFactoryClassName()
- Get the name of the class that provides the SecurityProxyFactory implementation.
setSecurityProxyFactoryClassName
public void setSecurityProxyFactoryClassName(java.lang.String className)
throws java.lang.ClassNotFoundException
- Set the name of the class that provides the SecurityProxyFactory implementation.
getAuthenticationCacheJndiName
public java.lang.String getAuthenticationCacheJndiName()
- Get the jndi name under which the authentication CachePolicy implenentation
is found
setAuthenticationCacheJndiName
public void setAuthenticationCacheJndiName(java.lang.String jndiName)
- Set the jndi name under which the authentication CachePolicy implenentation
is found
Copyright © 2000 The JBoss Organization. All Rights Reserved.