com.sun.enterprise.v3.admin
Class PrivateAdminAdapter

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.PrivateAdminAdapter
All Implemented Interfaces:
Adapter, EventListener, org.glassfish.hk2.PostConstruct

@Service
public class PrivateAdminAdapter
extends AdminAdapter

Admin adapter for private glassfish 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
PrivateAdminAdapter()
           
 
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

PrivateAdminAdapter

public PrivateAdminAdapter()
Method Detail

validatePrivacy

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

getContextRoot

public String getContextRoot()


Copyright © 2012. All Rights Reserved.