org.apache.jackrabbit.core.security.user.action
Class ClearMembershipAction
java.lang.Object
org.apache.jackrabbit.core.security.user.action.AbstractAuthorizableAction
org.apache.jackrabbit.core.security.user.action.ClearMembershipAction
- All Implemented Interfaces:
- AuthorizableAction
public class ClearMembershipAction
- extends AbstractAuthorizableAction
ClearMembershipAction...
|
Method Summary |
void |
onRemove(org.apache.jackrabbit.api.security.user.Authorizable authorizable,
Session session)
Doesn't perform any action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearMembershipAction
public ClearMembershipAction()
- Create a new instance.
onRemove
public void onRemove(org.apache.jackrabbit.api.security.user.Authorizable authorizable,
Session session)
throws RepositoryException
- Description copied from class:
AbstractAuthorizableAction
- Doesn't perform any action.
- Specified by:
onRemove in interface AuthorizableAction- Overrides:
onRemove in class AbstractAuthorizableAction
- Parameters:
authorizable - The authorizable to be removed.session - The editing session associated with the user manager.
- Throws:
RepositoryException - If an error occurs.- See Also:
AuthorizableAction.onRemove(org.apache.jackrabbit.api.security.user.Authorizable, javax.jcr.Session)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.