public abstract class UserManagerOperation<T> extends SessionOperation<T>
| Modifier | Constructor and Description |
|---|---|
protected |
UserManagerOperation(SessionDelegate delegate,
String name) |
protected |
UserManagerOperation(SessionDelegate delegate,
String name,
boolean update) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPreconditions() |
isLogout, isRefresh, isSave, isUpdate, perform, performNullable, performVoid, toStringprotected UserManagerOperation(@Nonnull SessionDelegate delegate, @Nonnull String name)
protected UserManagerOperation(@Nonnull SessionDelegate delegate, @Nonnull String name, boolean update)
public void checkPreconditions()
throws RepositoryException
checkPreconditions in class SessionOperation<T>RepositoryExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.