public class SystemUser extends Object
Constructor and Description |
---|
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
SystemUser(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath,
@Nullable String disabledReason) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
@Nullable String |
getDisabledReason() |
@NotNull String |
getId() |
@NotNull RepoPath |
getIntermediatePath() |
@NotNull RepoPath |
getPath() |
int |
hashCode() |
String |
toString() |
public SystemUser(@NotNull @NotNull String id, @NotNull @NotNull RepoPath path, @NotNull @NotNull RepoPath intermediatePath)
id
- - the authorizableId to use.path
- - the original repository path of the user in the content-package.intermediatePath
- - the intermediate path the user should have - most likely the (direct) parent of the path.public SystemUser(@NotNull @NotNull String id, @NotNull @NotNull RepoPath path, @NotNull @NotNull RepoPath intermediatePath, @Nullable @Nullable String disabledReason)
id
- - the authorizableId to use.path
- - the original repository path of the user in the content-package.intermediatePath
- - the intermediate path the user should have - most likely the (direct) parent of the path.disabledReason
- - the reason why this user has been disabled or null
.Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.