Class SecuritySystemIndices
java.lang.Object
org.elasticsearch.xpack.security.support.SecuritySystemIndices
Responsible for handling system indices for the Security plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.elasticsearch.indices.SystemIndexDescriptor>voidinit(org.elasticsearch.client.internal.Client client, org.elasticsearch.cluster.service.ClusterService clusterService)
-
Field Details
-
INTERNAL_MAIN_INDEX_FORMAT
public static final int INTERNAL_MAIN_INDEX_FORMAT- See Also:
-
INTERNAL_SECURITY_PROFILE_INDEX_8
- See Also:
-
SECURITY_PROFILE_ALIAS
- See Also:
-
-
Constructor Details
-
SecuritySystemIndices
public SecuritySystemIndices()
-
-
Method Details
-
getSystemIndexDescriptors
-
init
public void init(org.elasticsearch.client.internal.Client client, org.elasticsearch.cluster.service.ClusterService clusterService) -
getMainIndexManager
-
getTokenIndexManager
-
getProfileIndexManager
-