Module org.elasticsearch.xcore
Class PutRoleMappingRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.xpack.core.security.action.rolemapping.PutRoleMappingRequest
- All Implemented Interfaces:
WriteRequest<PutRoleMappingRequest>,Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
public class PutRoleMappingRequest
extends ActionRequest
implements WriteRequest<PutRoleMappingRequest>
Request object for adding/updating a role-mapping to the native store
see org.elasticsearch.xpack.security.authc.support.mapper.NativeRoleMappingStore
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>Nested classes/interfaces inherited from interface org.elasticsearch.action.support.WriteRequest
WriteRequest.RefreshPolicy -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE, the default), wait for a refresh (WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE).getRoles()getRules()booleanvoidsetEnabled(boolean enabled) voidsetMetadata(Map<String, Object> metadata) voidsetRefreshPolicy(WriteRequest.RefreshPolicy refreshPolicy) voidvoidsetRoleTemplates(List<TemplateRoleName> templates) voidsetRules(RoleMapperExpression expression) validate()validate(boolean validateMetadata) voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResultMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestId, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTaskMethods inherited from interface org.elasticsearch.action.support.WriteRequest
setRefreshPolicy
-
Constructor Details
-
PutRoleMappingRequest
- Throws:
IOException
-
PutRoleMappingRequest
public PutRoleMappingRequest()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceWriteRequest<PutRoleMappingRequest>- Specified by:
validatein classActionRequest
-
validate
-
getName
-
setName
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getRoles
-
getRoleTemplates
-
setRoles
-
setRoleTemplates
-
getRules
-
setRules
-
setRefreshPolicy
- Specified by:
setRefreshPolicyin interfaceWriteRequest<PutRoleMappingRequest>
-
getRefreshPolicy
Should this request trigger a refresh (WriteRequest.RefreshPolicy.IMMEDIATE, the default), wait for a refresh (WriteRequest.RefreshPolicy.WAIT_UNTIL), or proceed ignore refreshes entirely (WriteRequest.RefreshPolicy.NONE).- Specified by:
getRefreshPolicyin interfaceWriteRequest<PutRoleMappingRequest>
-
setMetadata
-
getMetadata
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classActionRequest- Throws:
IOException
-
getMapping
-