Class FileOperatorUsersStore

java.lang.Object
org.elasticsearch.xpack.security.operator.FileOperatorUsersStore

public class FileOperatorUsersStore extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    FileOperatorUsersStore(org.elasticsearch.env.Environment env, org.elasticsearch.watcher.ResourceWatcherService watcherService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor
     
    boolean
    isOperatorUser(org.elasticsearch.xpack.core.security.authc.Authentication authentication)
     
    static org.elasticsearch.xpack.security.operator.FileOperatorUsersStore.OperatorUsersDescriptor
    parseFile(Path file, org.apache.logging.log4j.Logger logger)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)