Class GetRoleMappingsResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetRoleMappingsResponse
-
public final class GetRoleMappingsResponse extends Object
Get role mappings response
-
-
Constructor Summary
Constructors Constructor Description GetRoleMappingsResponse(List<ExpressionRoleMapping> mappings)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetRoleMappingsResponsefromXContent(XContentParser parser)List<ExpressionRoleMapping>getMappings()inthashCode()
-
-
-
Constructor Detail
-
GetRoleMappingsResponse
public GetRoleMappingsResponse(List<ExpressionRoleMapping> mappings)
-
-
Method Detail
-
getMappings
public List<ExpressionRoleMapping> getMappings()
-
fromXContent
public static GetRoleMappingsResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-