Uses of Interface
org.oa4mp.delegation.common.token.TokenForge
-
Packages that use TokenForge Package Description org.oa4mp.delegation.common.storage.transactions org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.issuers org.oa4mp.delegation.server.server org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.support -
-
Uses of TokenForge in org.oa4mp.delegation.common.storage.transactions
Fields in org.oa4mp.delegation.common.storage.transactions declared as TokenForge Modifier and Type Field Description protected TokenForge
BasicTransactionConverter. tokenForge
protected TokenForge
FSTransactionStore. tokenForge
protected TokenForge
SQLBaseTransactionStore. tokenForge
Methods in org.oa4mp.delegation.common.storage.transactions that return TokenForge Modifier and Type Method Description TokenForge
BasicTransactionConverter. getTokenForge()
Constructors in org.oa4mp.delegation.common.storage.transactions with parameters of type TokenForge Constructor Description BasicTransactionConverter(edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge)
BasicTransactionConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge)
FSTransactionStore(File file, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> idp, TokenForge tokenForge, edu.uiuc.ncsa.security.storage.data.MapConverter<V> mp, boolean removeEmptyFiles, boolean removeFailedFiles)
FSTransactionStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> idp, TokenForge tokenForge, edu.uiuc.ncsa.security.storage.data.MapConverter<V> mp, boolean removeEmptyFiles, boolean removeFailedFiles)
SQLBaseTransactionStore(TokenForge tokenForge, edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<V> idp, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-
Uses of TokenForge in org.oa4mp.delegation.server
Classes in org.oa4mp.delegation.server that implement TokenForge Modifier and Type Class Description class
OA2TokenForge
Created by Jeff Gaynor
on 6/4/13 at 4:21 PM -
Uses of TokenForge in org.oa4mp.delegation.server.issuers
Fields in org.oa4mp.delegation.server.issuers declared as TokenForge Modifier and Type Field Description protected TokenForge
AbstractIssuer. tokenForge
protected TokenForge
IssuerProvider. tokenForge
Constructors in org.oa4mp.delegation.server.issuers with parameters of type TokenForge Constructor Description AbstractIssuer(TokenForge tokenForge, URI address)
IssuerProvider(TokenForge tokenForge, URI address)
-
Uses of TokenForge in org.oa4mp.delegation.server.server
Constructors in org.oa4mp.delegation.server.server with parameters of type TokenForge Constructor Description AGI2(TokenForge tokenForge, URI address, boolean isOIDC)
ConstructorATI2(TokenForge tokenForge, URI address, boolean isOIDC)
ConstructorPAI2(TokenForge tokenForge, URI address, boolean isOIDC)
ConstructorRTI2(TokenForge tokenForge, URI address)
UII2(TokenForge tokenForge, URI address)
Constructor -
Uses of TokenForge in org.oa4mp.delegation.server.storage
Constructors in org.oa4mp.delegation.server.storage with parameters of type TokenForge Constructor Description SQLServiceTransactionStore(TokenForge tokenForge, edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<V> idp, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-
Uses of TokenForge in org.oa4mp.delegation.server.storage.support
Constructors in org.oa4mp.delegation.server.storage.support with parameters of type TokenForge Constructor Description ServiceTransactionConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge)
-