Class ClientProvider<V extends Client>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>
-
- org.oa4mp.delegation.common.storage.clients.ClientProvider<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.IdentifiableProvider<V>,Serializable,javax.inject.Provider<V>
public class ClientProvider<V extends Client> extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>Created by Jeff Gaynor
on 4/4/12 at 2:54 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientProvider(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 Vget(boolean createNewIdentifier)protected VnewClient(boolean createNewIdentifier)Override this to return a different client.
-
-
-
Method Detail
-
newClient
protected V newClient(boolean createNewIdentifier)
Override this to return a different client. Theget(boolean)method calls this.- Parameters:
createNewIdentifier-- Returns:
-
get
public V get(boolean createNewIdentifier)
-
-