Class OA2ClientProvider<V extends OA2Client>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>
-
- org.oa4mp.delegation.common.clients.storage.ClientProvider<V>
-
- org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientProvider<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.IdentifiableProvider<V>
,javax.inject.Provider<V>
public class OA2ClientProvider<V extends OA2Client> extends ClientProvider<V>
Created by Jeff Gaynor
on 3/14/14 at 12:42 PM
-
-
Constructor Summary
Constructors Constructor Description OA2ClientProvider(edu.uiuc.ncsa.security.core.util.IdentifierProvider<edu.uiuc.ncsa.security.core.Identifier> idProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected V
newClient(boolean createNewIdentifier)
Override this to return a different client.-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.ClientProvider
get
-
-
-
-
Method Detail
-
newClient
protected V newClient(boolean createNewIdentifier)
Description copied from class:ClientProvider
Override this to return a different client. TheClientProvider.get(boolean)
method calls this.- Overrides:
newClient
in classClientProvider<V extends OA2Client>
- Returns:
-
-