org.mycore.services.acl
Class MCRAclEditorStdImpl

java.lang.Object
  extended by org.mycore.services.acl.MCRAclEditor
      extended by org.mycore.services.acl.MCRAclEditorStdImpl

public class MCRAclEditorStdImpl
extends MCRAclEditor


Field Summary
(package private)  MCRACLHIBAccess HIBA
           
(package private)  MCRACLXMLProcessing XMLProcessing
           
 
Fields inherited from class org.mycore.services.acl.MCRAclEditor
LOGGER
 
Constructor Summary
MCRAclEditorStdImpl()
           
 
Method Summary
 Element ACLEditor()
           
 Element dataRequest(HttpServletRequest request)
           
 Element getACLEditor(HttpServletRequest request)
          Implementing abstract methods
 
Methods inherited from class org.mycore.services.acl.MCRAclEditor
instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIBA

MCRACLHIBAccess HIBA

XMLProcessing

MCRACLXMLProcessing XMLProcessing
Constructor Detail

MCRAclEditorStdImpl

public MCRAclEditorStdImpl()
Method Detail

getACLEditor

public Element getACLEditor(HttpServletRequest request)
Implementing abstract methods

Specified by:
getACLEditor in class MCRAclEditor

dataRequest

public Element dataRequest(HttpServletRequest request)
Specified by:
dataRequest in class MCRAclEditor

ACLEditor

public Element ACLEditor()