Uses of Class
org.elasticsearch.client.security.user.privileges.Role
-
Packages that use Role Package Description org.elasticsearch.client.security org.elasticsearch.client.security.user.privileges -
-
Uses of Role in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return Role Modifier and Type Method Description RolePutRoleRequest. getRole()Methods in org.elasticsearch.client.security that return types with arguments of type Role Modifier and Type Method Description List<Role>CreateApiKeyRequest. getRoles()List<Role>GetRolesResponse. getRoles()Constructors in org.elasticsearch.client.security with parameters of type Role Constructor Description PutRoleRequest(Role role, RefreshPolicy refreshPolicy)Constructor parameters in org.elasticsearch.client.security with type arguments of type Role Constructor Description CreateApiKeyRequest(String name, List<Role> roles, TimeValue expiration, RefreshPolicy refreshPolicy)Create API Key request constructor -
Uses of Role in org.elasticsearch.client.security.user.privileges
Fields in org.elasticsearch.client.security.user.privileges with type parameters of type Role Modifier and Type Field Description static ConstructingObjectParser<Tuple<Role,Map<String,Object>>,String>Role. PARSERMethods in org.elasticsearch.client.security.user.privileges that return Role Modifier and Type Method Description RoleRole.Builder. build()Methods in org.elasticsearch.client.security.user.privileges that return types with arguments of type Role Modifier and Type Method Description static Tuple<Role,Map<String,Object>>Role. fromXContent(XContentParser parser, String name)
-