public static class SearchGuardRoles.Roles extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchGuardRoles.Roles.Indices |
| Modifier and Type | Method and Description |
|---|---|
void |
addClusterAction(String action) |
void |
addIndexAction(SearchGuardRoles.Roles.Indices index) |
void |
addIndexAction(String index,
String type,
String action) |
List<String> |
getCluster() |
String |
getExpire() |
List<SearchGuardRoles.Roles.Indices> |
getIndices() |
String |
getName() |
void |
setCluster(List<String> cluster) |
void |
setExpires(String expiresInMillies) |
void |
setIndices(List<SearchGuardRoles.Roles.Indices> indices) |
void |
setName(String name) |
String |
toString() |
public Roles()
public Roles(String name)
public String getName()
public void setExpires(String expiresInMillies)
public String getExpire()
public void setName(String name)
public void addClusterAction(String action)
public void addIndexAction(SearchGuardRoles.Roles.Indices index)
public List<SearchGuardRoles.Roles.Indices> getIndices()
public void setIndices(List<SearchGuardRoles.Roles.Indices> indices)
Copyright © 2015–2018 Red Hat. All rights reserved.