Class PutPrivilegesResponse


  • public final class PutPrivilegesResponse
    extends Object
    Response when creating/updating one or more application privileges to the security index.
    • Constructor Detail

      • PutPrivilegesResponse

        public PutPrivilegesResponse​(Map<String,​Map<String,​Boolean>> applicationPrivilegesCreatedOrUpdated)
    • Method Detail

      • wasCreated

        public boolean wasCreated​(String applicationName,
                                  String privilegeName)
        Get response status for the request to create or update application privileges.
        Parameters:
        applicationName - application name as specified in the request
        privilegeName - privilege name as specified in the request
        Returns:
        true if the privilege was created, false if the privilege was updated
        Throws:
        IllegalArgumentException - thrown for unknown application name or privilege name.