@ProviderType public class DisableServiceUser extends ServiceUserOperation
username
Constructor and Description |
---|
DisableServiceUser(java.lang.String username,
java.lang.String reason) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
@NotNull java.lang.String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
java.lang.String |
getParametersDescription() |
java.lang.String |
getPath() |
java.lang.String |
getReason() |
boolean |
isForcedPath() |
boolean |
isServiceUser() |
void |
setServiceUser(boolean b) |
getUsername
cleanupQuotedString, toString
public DisableServiceUser(java.lang.String username, java.lang.String reason)
public void setServiceUser(boolean b)
public java.lang.String getParametersDescription()
getParametersDescription
in class ServiceUserOperation
@NotNull public @NotNull java.lang.String asRepoInitString()
Operation
asRepoInitString
in class Operation
public void accept(OperationVisitor v)
public java.lang.String getReason()
public boolean isServiceUser()
public java.lang.String getPath()
public boolean isForcedPath()
Copyright © 2022 The Apache Software Foundation. All rights reserved.