java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.DeleteUser

@ProviderType
public class DeleteUser
extends Operation
  • Field Summary

    Fields inherited from class org.apache.sling.repoinit.parser.operations.Operation

    DQUOTE
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteUser​(java.lang.String username)
    Operation that deletes a user.
  • Method Summary

    Modifier and Type Method Description
    void accept​(OperationVisitor v)  
    @NotNull java.lang.String asRepoInitString()  
    protected java.lang.String getParametersDescription()  
    java.lang.String getUsername()  

    Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation

    cleanupQuotedString, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait