Package org.elasticsearch.xpack.core.security.action.rolemapping


package org.elasticsearch.xpack.core.security.action.rolemapping
  • Classes
    Class
    Description
    ActionType for deleting a role-mapping from the org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    A request delete a role-mapping from the org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    A builder for requests to delete a role-mapping from the org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    Response for a role-mapping being deleted from the org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    ActionType to retrieve one or more role-mappings from X-Pack security see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    Request to retrieve role-mappings from X-Pack security see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    Builder for a request to retrieve role-mappings from X-Pack security see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    ActionType for adding a role to the security index
    Request object for adding/updating a role-mapping to the native store see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    Builder for requests to add/update a role-mapping to the native store see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
    Response when adding/updating a role-mapping.