Class GetPrivilegesResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetPrivilegesResponse
-
public final class GetPrivilegesResponse extends Object
Get application privileges response
-
-
Constructor Summary
Constructors Constructor Description GetPrivilegesResponse(Collection<ApplicationPrivilege> privileges)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetPrivilegesResponsefromXContent(XContentParser parser)Set<ApplicationPrivilege>getPrivileges()inthashCode()
-
-
-
Constructor Detail
-
GetPrivilegesResponse
public GetPrivilegesResponse(Collection<ApplicationPrivilege> privileges)
-
-
Method Detail
-
getPrivileges
public Set<ApplicationPrivilege> getPrivileges()
-
fromXContent
public static GetPrivilegesResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-