Class Security
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Security
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Security extends Base
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Security.Builder
Builder forSecurity
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Security>
_DESERIALIZER
Json deserializer forSecurity
-
Constructor Summary
Constructors Constructor Description Security(Security.Builder builder)
Security(java.util.function.Function<Security.Builder,Security.Builder> fn)
-
Method Summary
Modifier and Type Method Description FeatureToggle
anonymous()
API name:anonymous
FeatureToggle
apiKeyService()
API name:api_key_service
Audit
audit()
API name:audit
FeatureToggle
fips140()
API name:fips_140
IpFilter
ipfilter()
API name:ipfilter
Base
operatorPrivileges()
API name:operator_privileges
java.util.Map<java.lang.String,Realm>
realms()
API name:realms
java.util.Map<java.lang.String,RoleMapping>
roleMapping()
API name:role_mapping
SecurityRoles
roles()
API name:roles
protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupSecurityDeserializer(DelegatingDeserializer<Security.Builder> op)
Ssl
ssl()
API name:ssl
FeatureToggle
systemKey()
API name:system_key
FeatureToggle
tokenService()
API name:token_service
Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSecurity
-
-
Constructor Details
-
Security
-
Security
-
-
Method Details
-
apiKeyService
API name:api_key_service
-
anonymous
API name:anonymous
-
audit
API name:audit
-
fips140
API name:fips_140
-
ipfilter
API name:ipfilter
-
realms
API name:realms
-
roleMapping
API name:role_mapping
-
roles
API name:roles
-
ssl
API name:ssl
-
systemKey
API name:system_key
-
tokenService
API name:token_service
-
operatorPrivileges
API name:operator_privileges
-
serializeInternal
- Overrides:
serializeInternal
in classBase
-
setupSecurityDeserializer
-