Class UserManagerOperation<T>
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation<T>
-
- org.apache.jackrabbit.oak.jcr.session.operation.UserManagerOperation<T>
-
public abstract class UserManagerOperation<T> extends SessionOperation<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UserManagerOperation(@NotNull SessionDelegate delegate, @NotNull String name)
protected
UserManagerOperation(@NotNull SessionDelegate delegate, @NotNull String name, boolean update)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkPreconditions()
-
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation
isLogout, isRefresh, isSave, isUpdate, perform, performNullable, performVoid, toString
-
-
-
-
Constructor Detail
-
UserManagerOperation
protected UserManagerOperation(@NotNull @NotNull SessionDelegate delegate, @NotNull @NotNull String name)
-
UserManagerOperation
protected UserManagerOperation(@NotNull @NotNull SessionDelegate delegate, @NotNull @NotNull String name, boolean update)
-
-
Method Detail
-
checkPreconditions
public void checkPreconditions() throws RepositoryException
- Overrides:
checkPreconditions
in classSessionOperation<T>
- Throws:
RepositoryException
-
-