Class OA2CILogonStoreLoader.CILU2Provider

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.IdentifiableProvider<User>, javax.inject.Provider<User>
    Enclosing class:
    OA2CILogonStoreLoader<T extends edu.uiuc.ncsa.myproxy.oa4mp.server.ServiceEnvironmentImpl>

    public static class OA2CILogonStoreLoader.CILU2Provider
    extends UserProvider
    • Method Detail

      • get

        public User get​(boolean newIdentifier)
        Description copied from class: UserProvider
        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).
        Specified by:
        get in interface edu.uiuc.ncsa.security.core.IdentifiableProvider<User>
        Overrides:
        get in class UserProvider