Module org.elasticsearch.security
Class FileOperatorUsersStore
java.lang.Object
org.elasticsearch.xpack.security.operator.FileOperatorUsersStore
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileOperatorUsersStore(Environment env, ResourceWatcherService watcherService) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptorbooleanisOperatorUser(Authentication authentication) static org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor
-
Constructor Details
-
FileOperatorUsersStore
-
-
Method Details
-
isOperatorUser
-
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)
-