Class Group


  • public class Group
    extends Object
    • Constructor Detail

      • Group

        public Group​(@NotNull
                     @NotNull String id,
                     @NotNull
                     @NotNull RepoPath path,
                     @NotNull
                     @NotNull RepoPath intermediatePath)
        Parameters:
        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.
    • Method Detail

      • getId

        @NotNull
        public @NotNull String getId()
      • getPath

        @NotNull
        public @NotNull RepoPath getPath()
      • getIntermediatePath

        @NotNull
        public @NotNull RepoPath getIntermediatePath()
      • getDisabledReason

        @Nullable
        public @Nullable String getDisabledReason()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object