jrun.jms.security
Interface JMSSecurityManagerItf

All Superinterfaces:
JMSSecurityManagerMBean, java.io.Serializable, Service, ServiceMBean
All Known Implementing Classes:
JMSSecurityManager

public interface JMSSecurityManagerItf
extends JMSSecurityManagerMBean


Fields inherited from interface jrun.jms.security.JMSSecurityManagerMBean
JRUN_SECURITY_MANAGER, JRUN_USER_MANAGER, LOCAL_JRUN_SECURITY_MANAGER, LOCAL_JRUN_USER_MANAGER, OBJECT_NAME
 
Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void authenticate(java.lang.String name, java.lang.String password)
           
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

authenticate

public void authenticate(java.lang.String name,
                         java.lang.String password)
                  throws javax.jms.JMSSecurityException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.