jrun.servlet.security
Interface ServletUsers

All Superinterfaces:
ConfigurableServicePartitionMBean, java.io.Serializable, Service, ServiceMBean, ServicePartitionMBean, ServletUsersServiceMBean
All Known Implementing Classes:
ServletUsersService

public interface ServletUsers
extends ServletUsersServiceMBean


Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 void addUser(AuthenticatedPrincipal user, java.lang.String sessionId, WebApplication webApp)
           
 AuthenticatedPrincipal getUser(java.lang.String sessionId, WebApplication webApp)
           
 void removeUser(java.lang.String sessionId)
           
 void removeUser(java.lang.String sessionId, WebApplication webApp)
           
 
Methods inherited from interface jrun.servlet.security.ServletUsersServiceMBean
getAuthenticatedUsers, 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

addUser

public void addUser(AuthenticatedPrincipal user,
                    java.lang.String sessionId,
                    WebApplication webApp)

getUser

public AuthenticatedPrincipal getUser(java.lang.String sessionId,
                                      WebApplication webApp)

removeUser

public void removeUser(java.lang.String sessionId)

removeUser

public void removeUser(java.lang.String sessionId,
                       WebApplication webApp)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.