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
...
-
-
Constructor Summary
Constructors Constructor Description ClearMembershipAction()
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRemove(Authorizable authorizable, Session session)
Doesn't perform any action.-
Methods inherited from class org.apache.jackrabbit.core.security.user.action.AbstractAuthorizableAction
onCreate, onCreate, onPasswordChange
-
-
-
-
Method Detail
-
onRemove
public void onRemove(Authorizable authorizable, Session session) throws RepositoryException
Description copied from class:AbstractAuthorizableAction
Doesn't perform any action.- Specified by:
onRemove
in interfaceAuthorizableAction
- Overrides:
onRemove
in classAbstractAuthorizableAction
- 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)
-
-