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