Class SystemUser
- java.lang.Object
-
- org.apache.sling.feature.cpconverter.accesscontrol.SystemUser
-
public class SystemUser extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemUser(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath)SystemUser(@NotNull String id, @NotNull RepoPath path, @NotNull RepoPath intermediatePath, @Nullable String disabledReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@Nullable StringgetDisabledReason()@NotNull StringgetId()@NotNull RepoPathgetIntermediatePath()@NotNull RepoPathgetPath()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SystemUser
public SystemUser(@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.
-
SystemUser
public SystemUser(@NotNull @NotNull String id, @NotNull @NotNull RepoPath path, @NotNull @NotNull RepoPath intermediatePath, @Nullable @Nullable String disabledReason)- 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.disabledReason- - the reason why this user has been disabled ornull.
-
-