Class AbstractGroupAction

java.lang.Object
org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
org.apache.jackrabbit.oak.spi.security.user.action.AbstractGroupAction
All Implemented Interfaces:
AuthorizableAction, GroupAction

public abstract class AbstractGroupAction extends AbstractAuthorizableAction implements GroupAction
Abstract implementation of the GroupAction interface that doesn't perform any action. This is a convenience implementation allowing subclasses to only implement methods that need extra attention.