Class SimpleUserState.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserState create​(javax.security.auth.Subject subject, AlluxioConfiguration conf, boolean isServer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        public UserState create​(javax.security.auth.Subject subject,
                                AlluxioConfiguration conf,
                                boolean isServer)
        Specified by:
        create in interface UserStateFactory
        Parameters:
        subject - the subject
        conf - the configuration
        isServer - true if this is from a server process, false otherwise
        Returns:
        a UserState, or null if this UserState is not supported