public class ClearMembershipAction extends AbstractAuthorizableAction
ClearMembershipAction...| Constructor and Description |
|---|
ClearMembershipAction()
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(Authorizable authorizable,
javax.jcr.Session session)
Doesn't perform any action.
|
onCreate, onCreate, onPasswordChangepublic void onRemove(Authorizable authorizable, javax.jcr.Session session) throws javax.jcr.RepositoryException
AbstractAuthorizableActiononRemove in interface AuthorizableActiononRemove in class AbstractAuthorizableActionauthorizable - The authorizable to be removed.session - The editing session associated with the user manager.javax.jcr.RepositoryException - If an error occurs.AuthorizableAction.onRemove(org.apache.jackrabbit.api.security.user.Authorizable, javax.jcr.Session)Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.