public class Group extends Object
| Constructor and Description |
|---|
Group(@NotNull String id,
@NotNull RepoPath path,
@NotNull RepoPath intermediatePath) |
| 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 Group(@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.Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.