Class CILPGSTConverter<V extends CILogonServiceTransaction>
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.MapConverter<V>
-
- org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter<V>
-
- org.oa4mp.delegation.server.storage.support.ServiceTransactionConverter<V>
-
- org.oa4mp.server.api.admin.transactions.TransactionConverter<V>
-
- org.cilogon.oauth2.servlet.storage.transaction.CILServiceTransactionConverter<V>
-
- org.cilogon.oauth2.servlet.storage.transaction.CILPGSTConverter<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.XMLConverter<V>
public class CILPGSTConverter<V extends CILogonServiceTransaction> extends CILServiceTransactionConverter<V>
Created by Jeff Gaynor
on 2/28/14 at 3:08 PM
-
-
Constructor Summary
Constructors Constructor Description CILPGSTConverter(edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl identifiableProvider, org.oa4mp.delegation.common.token.TokenForge tokenForge, org.oa4mp.delegation.server.storage.ClientStore<? extends org.oa4mp.delegation.common.storage.clients.Client> cs)
Constructor just sets the correct transaction keys for the database.
-
Method Summary
-
Methods inherited from class org.cilogon.oauth2.servlet.storage.transaction.CILServiceTransactionConverter
fromMap, getCILK, toMap
-
Methods inherited from class org.oa4mp.delegation.server.storage.support.ServiceTransactionConverter
getSTK
-
Methods inherited from class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
getBTKeys, getTokenForge
-
-
-
-
Constructor Detail
-
CILPGSTConverter
public CILPGSTConverter(edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl identifiableProvider, org.oa4mp.delegation.common.token.TokenForge tokenForge, org.oa4mp.delegation.server.storage.ClientStore<? extends org.oa4mp.delegation.common.storage.clients.Client> cs)
Constructor just sets the correct transaction keys for the database. Otherwise this class does nothing- Parameters:
identifiableProvider
-tokenForge
-cs
-
-
-