Class UserProvider

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.IdentifiableProvider<User>, javax.inject.Provider<User>
    Direct Known Subclasses:
    OA2CILogonStoreLoader.CILU2Provider

    public class UserProvider
    extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User>

    Created by Jeff Gaynor
    on 4/5/12 at 12:23 PM

    • 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()