org.apache.jackrabbit.core.security.user.action
Class ClearMembershipAction

java.lang.Object
  extended by org.apache.jackrabbit.core.security.user.action.AbstractAuthorizableAction
      extended by org.apache.jackrabbit.core.security.user.action.ClearMembershipAction
All Implemented Interfaces:
AuthorizableAction

public class ClearMembershipAction
extends AbstractAuthorizableAction

ClearMembershipAction...


Constructor Summary
ClearMembershipAction()
          Create a new instance.
 
Method Summary
 void onRemove(org.apache.jackrabbit.api.security.user.Authorizable authorizable, Session session)
          Doesn't perform any action.
 
Methods inherited from class org.apache.jackrabbit.core.security.user.action.AbstractAuthorizableAction
onCreate, onCreate, onPasswordChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearMembershipAction

public ClearMembershipAction()
Create a new instance.

Method Detail

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.