org.jboss.mq.security
Interface SecurityManagerMBean

All Superinterfaces:
InterceptorMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
SecurityManager

public interface SecurityManagerMBean
extends InterceptorMBean

MBean interface for security manager.

Version:
$Revision: 1.7 $
Author:
Peter Antman

Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
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 addDestination(String jndi, Element conf)
           
 void addDestination(String jndi, String conf)
           
 Element getDefaultSecurityConfig()
           
 String getSecurityDomain()
           
 void removeDestination(String jndi)
           
 void setDefaultSecurityConfig(Element conf)
           
 void setSecurityDomain(String securityDomain)
           
 
Methods inherited from interface org.jboss.mq.server.jmx.InterceptorMBean
getInterceptor, getNextInterceptor, setNextInterceptor
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
Method Detail

getDefaultSecurityConfig

Element getDefaultSecurityConfig()

setDefaultSecurityConfig

void setDefaultSecurityConfig(Element conf)
                              throws Exception
Throws:
Exception

getSecurityDomain

String getSecurityDomain()

setSecurityDomain

void setSecurityDomain(String securityDomain)

addDestination

void addDestination(String jndi,
                    String conf)
                    throws Exception
Throws:
Exception

addDestination

void addDestination(String jndi,
                    Element conf)
                    throws Exception
Throws:
Exception

removeDestination

void removeDestination(String jndi)
                       throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.