Class ReservedRoleMappingAction

java.lang.Object
org.elasticsearch.xpack.security.action.rolemapping.ReservedRoleMappingAction
All Implemented Interfaces:
ReservedClusterStateHandler<List<PutRoleMappingRequest>>

public class ReservedRoleMappingAction extends Object implements ReservedClusterStateHandler<List<PutRoleMappingRequest>>
This Action is the reserved state save version of RestPutRoleMappingAction/RestDeleteRoleMappingAction

It is used by the ReservedClusterStateService to add/update or remove role mappings. Typical usage for this action is in the context of file based settings.