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.


Field Summary
static java.lang.String OBJECT_NAME
           
 
Method Summary
 java.lang.String getAuthenticationCacheJndiName()
          Get the jndi name under which the authentication CachePolicy implenentation is found
 java.lang.String getSecurityManagerClassName()
          Get the name of the class that provides the security manager implementation.
 java.lang.String getSecurityProxyFactoryClassName()
          Get the name of the class that provides the SecurityProxyFactory implementation.
 void setAuthenticationCacheJndiName(java.lang.String jndiName)
          Set the jndi name under which the authentication CachePolicy implenentation is found
 void setSecurityManagerClassName(java.lang.String className)
          Set the name of the class that provides the security manager implementation.
 void setSecurityProxyFactoryClassName(java.lang.String className)
          Set the name of the class that provides the SecurityProxyFactory implementation.
 
Methods inherited from interface org.jboss.util.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.util.Service
destroy, init, start, stop
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
Method Detail

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.