Class VOProvider<V extends VirtualOrganization>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>
-
- org.oa4mp.server.loader.oauth2.storage.vo.VOProvider<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.IdentifiableProvider<V>
,javax.inject.Provider<V>
public class VOProvider<V extends VirtualOrganization> extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>
Created by Jeff Gaynor
on 12/14/20 at 10:43 AM
-
-
Constructor Summary
Constructors Constructor Description VOProvider(javax.inject.Provider<edu.uiuc.ncsa.security.core.Identifier> idProvider, OA2TokenForge tokenForge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(boolean createNewIdentifier)
-
-
-
Constructor Detail
-
VOProvider
public VOProvider(javax.inject.Provider<edu.uiuc.ncsa.security.core.Identifier> idProvider, OA2TokenForge tokenForge)
-
-
Method Detail
-
get
public V get(boolean createNewIdentifier)
-
-