|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mortbay.util.Container org.mortbay.http.HttpServer org.mortbay.jetty.Server org.apache.geronimo.jetty.JettyServer
public class JettyServer
JettyServer extends the base Jetty Server class to prevent managing any user realm information by the web.xml realm name which is only relevant for basic and digest authentication and should not be tied to any actual information about which security realm is in use.
Constructor Summary | |
---|---|
JettyServer()
|
Method Summary | |
---|---|
org.mortbay.http.UserRealm |
addRealm(org.mortbay.http.UserRealm realm)
|
org.mortbay.http.UserRealm |
getRealm(String realmName)
|
void |
removeRealm(org.mortbay.http.UserRealm realm)
|
Methods inherited from class org.mortbay.jetty.Server |
---|
addWebApplication, addWebApplication, addWebApplications, addWebApplications, addWebApplications, addWebApplications, addWebApplications, configure, getConfiguration, getRootWebApp, getStopAtShutdown, getWebApplicationConfigurationClassNames, main, newHttpContext, newWebApplicationContext, setRootWebApp, setStopAtShutdown, setWebApplicationConfigurationClassNames |
Methods inherited from class org.mortbay.http.HttpServer |
---|
addContext, addContext, addContext, addContext, addHostAlias, addListener, addListener, addListener, destroy, doStart, doStop, findHandler, getConnections, getConnectionsDurationAve, getConnectionsDurationMax, getConnectionsDurationMin, getConnectionsDurationTotal, getConnectionsOpen, getConnectionsOpenMax, getConnectionsOpenMin, getConnectionsRequestsAve, getConnectionsRequestsMax, getConnectionsRequestsMin, getContext, getContext, getContext, getContexts, getErrors, getHostMap, getHttpServerList, getHttpServers, getListeners, getRequestLog, getRequests, getRequestsActive, getRequestsActiveMax, getRequestsActiveMin, getRequestsDurationAve, getRequestsDurationMax, getRequestsDurationMin, getRequestsDurationTotal, getRequestsPerGC, getResolveRemoteHost, getServerClasses, getStatsOn, getStatsOnMs, getStopGracefully, getSystemClasses, getTrace, join, removeContext, removeListener, removeRealm, save, service, setAnonymous, setContexts, setListeners, setRequestLog, setRequestsPerGC, setResolveRemoteHost, setServerClasses, setStatsOn, setStopGracefully, setSystemClasses, setTrace, statsReset, stop |
Methods inherited from class org.mortbay.util.Container |
---|
addComponent, addEventListener, getComponents, isStarted, isStarting, isStopping, removeComponent, removeEventListener, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mortbay.util.LifeCycle |
---|
isStarted, start, stop |
Methods inherited from interface org.mortbay.util.EventProvider |
---|
addEventListener, removeEventListener |
Constructor Detail |
---|
public JettyServer()
Method Detail |
---|
public org.mortbay.http.UserRealm addRealm(org.mortbay.http.UserRealm realm)
addRealm
in class org.mortbay.http.HttpServer
public org.mortbay.http.UserRealm getRealm(String realmName)
getRealm
in class org.mortbay.http.HttpServer
public void removeRealm(org.mortbay.http.UserRealm realm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |