Module org.elasticsearch.security
Package org.elasticsearch.xpack.security.authc
package org.elasticsearch.xpack.security.authc
-
ClassDescriptionA cached version of the
ApiKeyService.ApiKeyDoc.An authentication service that delegates the authentication process to its configuredrealms.The Authenticator interface represents an authentication mechanism or a group of similar authentication mechanisms.This class is a container to encapsulate the current request and other necessary information (mostly configuration related) required for authentication.Simple wrapper around bytes so that it can be used as a cache key.Responsible for cleaning the invalidated and expired API keys from the security index.Provides a single entry point into dealing with all standard XPack securityrealms.Serves as a realms registry (also responsible for ordering the realms appropriately)Service responsible for the creation, validation, and other management ofUserTokenobjects for authenticationThis token is a combination of aAuthenticationobject with an expiry.