Package org.oa4mp.delegation.server
Class ServiceTransactionProvider<V extends ServiceTransaction>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<V>
-
- org.oa4mp.delegation.common.storage.transactions.BasicTransactionProvider<V>
-
- org.oa4mp.delegation.server.ServiceTransactionProvider<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.IdentifiableProvider<V>,Serializable,javax.inject.Provider<V>
public class ServiceTransactionProvider<V extends ServiceTransaction> extends BasicTransactionProvider<V>
Created by Jeff Gaynor
on 4/4/12 at 4:27 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceTransactionProvider(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)
-
-
-
Method Detail
-
get
public V get(boolean createNewIdentifier)
- Specified by:
getin interfaceedu.uiuc.ncsa.security.core.IdentifiableProvider<V extends ServiceTransaction>- Overrides:
getin classBasicTransactionProvider<V extends ServiceTransaction>
-
-