Interface UserStateFactory

    • Method Detail

      • create

        UserState create​(javax.security.auth.Subject subject,
                         AlluxioConfiguration conf,
                         boolean isServer)
        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