Class DeletePrivilegesResponse


  • public final class DeletePrivilegesResponse
    extends java.lang.Object
    Response for application privileges deletion
    • Method Detail

      • getApplication

        public java.lang.String getApplication()
      • isFound

        public boolean isFound​(java.lang.String privilege)
        Indicates if the given privilege was successfully found and deleted from the list of application privileges.
        Parameters:
        privilege - the privilege
        Returns:
        true if the privilege was found and deleted, false otherwise.