Class UserProvider

    • Method Detail

      • get

        public User get​(boolean newIdentifier)
        This will make a new user object. If the argument is true, a new identifier will be made. If not, the ideantifier will be null (e.g., ig you are populating the user object).
        Parameters:
        newIdentifier -
        Returns:
      • newIdentifier

        public edu.uiuc.ncsa.security.core.Identifier newIdentifier()