org.mycore.services.acl
Class MCRAclEditor

java.lang.Object
  extended by org.mycore.services.acl.MCRAclEditor
Direct Known Subclasses:
MCRAclEditorStdImpl

public abstract class MCRAclEditor
extends Object


Field Summary
protected static Logger LOGGER
           
 
Constructor Summary
MCRAclEditor()
           
 
Method Summary
abstract  Element dataRequest(HttpServletRequest request)
           
abstract  Element getACLEditor(HttpServletRequest request)
           
static MCRAclEditor instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static Logger LOGGER
Constructor Detail

MCRAclEditor

public MCRAclEditor()
Method Detail

getACLEditor

public abstract Element getACLEditor(HttpServletRequest request)

dataRequest

public abstract Element dataRequest(HttpServletRequest request)

instance

public static MCRAclEditor instance()