Class ServiceAccount.ServiceAccountId
java.lang.Object
org.elasticsearch.xpack.security.authc.service.ServiceAccount.ServiceAccountId
- Enclosing interface:
- ServiceAccount
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAccountId(String namespace, String serviceName) ServiceAccountId(org.elasticsearch.common.io.stream.StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfromPrincipal(String principal) inthashCode()toString()voidwrite(org.elasticsearch.common.io.stream.StreamOutput out)
-
Constructor Details
-
ServiceAccountId
-
ServiceAccountId
- Throws:
IOException
-
-
Method Details