jrun.servlet.security
Interface ServletUsersServiceMBean

All Superinterfaces:
ConfigurableServicePartitionMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean
All Known Subinterfaces:
ServletUsers

public interface ServletUsersServiceMBean
extends ConfigurableServicePartitionMBean


Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 java.util.Iterator getAuthenticatedUsers()
           
 ServletUsers getServletUsers()
           
 
Methods inherited from interface jrunx.kernel.ConfigurableServicePartitionMBean
setChildElements
 
Methods inherited from interface jrunx.kernel.ServicePartitionMBean
addService, addService, iterator, removeService, removeService
 
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

getServletUsers

public ServletUsers getServletUsers()

getAuthenticatedUsers

public java.util.Iterator getAuthenticatedUsers()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.