Class UserManagerOperation<T>
java.lang.Object
org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation<T>
org.apache.jackrabbit.oak.jcr.session.operation.UserManagerOperation<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UserManagerOperation
(@NotNull SessionDelegate delegate, @NotNull String name) protected
UserManagerOperation
(@NotNull SessionDelegate delegate, @NotNull String name, boolean update) -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation
isLogout, isRefresh, isSave, isUpdate, perform, performNullable, performVoid, toString
-
Constructor Details
-
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 Details
-
checkPreconditions
- Overrides:
checkPreconditions
in classSessionOperation<T>
- Throws:
RepositoryException
-