com.sun.enterprise.v3.admin
Class PublicAdminAdapter

java.lang.Object
  extended by org.glassfish.grizzly.http.server.HttpHandler
      extended by org.glassfish.grizzly.http.server.StaticHttpHandler
          extended by com.sun.enterprise.v3.admin.AdminAdapter
              extended by com.sun.enterprise.v3.admin.PublicAdminAdapter
All Implemented Interfaces:
Adapter, EventListener, org.glassfish.hk2.PostConstruct

@Service
public class PublicAdminAdapter
extends AdminAdapter

Adapter for public administrative commands.

Author:
Jerome Dochez

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.event.EventListener
EventListener.Event<T>
 
Field Summary
static String PREFIX_URI
           
static String VS_NAME
           
 
Fields inherited from class org.glassfish.grizzly.http.server.StaticHttpHandler
docRoots
 
Constructor Summary
PublicAdminAdapter()
           
 
Method Summary
 String getContextRoot()
           
protected  boolean validatePrivacy(AdminCommand command)
           
 
Methods inherited from class com.sun.enterprise.v3.admin.AdminAdapter
afterService, authenticate, event, fireAdapterEvent, getHttpService, getListenAddress, getListenPort, getUserPassword, getVirtualServers, isRegistered, onMissingResource, postConstruct, setRegistered
 
Methods inherited from class org.glassfish.grizzly.http.server.StaticHttpHandler
addDocRoot, addDocRoot, addToFileCache, getDefaultDocRoot, getDocRoots, getRelativeURI, handle, isFileCacheEnabled, removeDocRoot, sendFile, service, setFileCacheEnabled
 
Methods inherited from class org.glassfish.grizzly.http.server.HttpHandler
customizedErrorPage, destroy, doHandle, getName, getRequestURIEncoding, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updateContextPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VS_NAME

public static final String VS_NAME
See Also:
Constant Field Values

PREFIX_URI

public static final String PREFIX_URI
See Also:
Constant Field Values
Constructor Detail

PublicAdminAdapter

public PublicAdminAdapter()
Method Detail

getContextRoot

public String getContextRoot()

validatePrivacy

protected boolean validatePrivacy(AdminCommand command)
Specified by:
validatePrivacy in class AdminAdapter


Copyright © 2012. All Rights Reserved.