Class GetRoleMappingsResponse
java.lang.Object
org.elasticsearch.client.security.GetRoleMappingsResponse
public final class GetRoleMappingsResponse
extends java.lang.Object
Get role mappings response
-
Constructor Summary
Constructors Constructor Description GetRoleMappingsResponse(java.util.List<ExpressionRoleMapping> mappings) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetRoleMappingsResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.List<ExpressionRoleMapping>getMappings()inthashCode()
-
Constructor Details
-
Method Details
-
getMappings
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static GetRoleMappingsResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-