Uses of Class
com.caucho.hemp.servlet.ServerAuthManager

Packages that use ServerAuthManager
com.caucho.cloud.bam   
com.caucho.hemp.servlet   
 

Uses of ServerAuthManager in com.caucho.cloud.bam
 

Methods in com.caucho.cloud.bam that return ServerAuthManager
 ServerAuthManager BamSystem.getLinkManager()
           
 

Methods in com.caucho.cloud.bam with parameters of type ServerAuthManager
 void BamSystem.setLinkManager(ServerAuthManager linkManager)
           
 

Uses of ServerAuthManager in com.caucho.hemp.servlet
 

Constructors in com.caucho.hemp.servlet with parameters of type ServerAuthManager
ServerLinkActor(Broker toLinkBroker, ClientStubManager clientManager, ServerAuthManager authManager, java.lang.String ipAddress)