Class FileOperatorUsersStore
java.lang.Object
org.elasticsearch.xpack.security.operator.FileOperatorUsersStore
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileOperatorUsersStore(org.elasticsearch.env.Environment env, org.elasticsearch.watcher.ResourceWatcherService watcherService) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptorbooleanisOperatorUser(org.elasticsearch.xpack.core.security.authc.Authentication authentication) static org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor
-
Constructor Details
-
FileOperatorUsersStore
public FileOperatorUsersStore(org.elasticsearch.env.Environment env, org.elasticsearch.watcher.ResourceWatcherService watcherService)
-
-
Method Details
-
isOperatorUser
public boolean isOperatorUser(org.elasticsearch.xpack.core.security.authc.Authentication authentication) -
getOperatorUsersDescriptor
public org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor getOperatorUsersDescriptor() -
parseFile
public static org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor parseFile(Path file, org.apache.logging.log4j.Logger logger)
-