Package com.floragunn.searchguard.sgconf
Class ConfigModelV6.SgRole
- java.lang.Object
-
- com.floragunn.searchguard.sgconf.ConfigModelV6.SgRole
-
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
- Enclosing class:
- ConfigModelV6
public static class ConfigModelV6.SgRole extends Object implements org.elasticsearch.common.xcontent.ToXContentObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<String>getClusterPerms()Set<ConfigModelV6.IndexPattern>getIpatterns()StringgetName()Set<ConfigModelV6.Tenant>getTenants(User user)inthashCode()StringtoString()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
-
-
Method Detail
-
getTenants
public Set<ConfigModelV6.Tenant> getTenants(User user)
-
getIpatterns
public Set<ConfigModelV6.IndexPattern> getIpatterns()
-
getName
public String getName()
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
-