A B C D E F G H I J K M N O P R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessToken(String...) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
- AccessToken - Interface in org.oa4mp.delegation.common.token
-
An access token for delegation.
- AccessTokenImpl - Class in org.oa4mp.delegation.common.token.impl
-
Created by Jeff Gaynor
on Mar 16, 2011 at 1:01:13 PM - AccessTokenImpl() - Constructor for class org.oa4mp.delegation.common.token.impl.AccessTokenImpl
- AccessTokenImpl(String, URI) - Constructor for class org.oa4mp.delegation.common.token.impl.AccessTokenImpl
- AccessTokenImpl(URI) - Constructor for class org.oa4mp.delegation.common.token.impl.AccessTokenImpl
-
For tokens that are not complex (e.g. not a WLCG token)
- add(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- AddressableServer - Interface in org.oa4mp.delegation.common.services
-
A server that can be accessed via a URI.
- AggregateTransactionStore<V extends TransactionStore> - Class in org.oa4mp.delegation.common.storage
-
An aggregate store for transactions.
- AggregateTransactionStore(V...) - Constructor for class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- allKeys() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- allKeys() - Method in class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
- allKeys() - Method in class org.oa4mp.delegation.common.storage.clients.ClientKeys
- allKeys() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
- approvalTS(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
- approved(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
- approver(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
- authGrant(String...) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
- authorizationGrant - Variable in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- AuthorizationGrant - Interface in org.oa4mp.delegation.common.token
-
An authorization grant.
- AuthorizationGrantImpl - Class in org.oa4mp.delegation.common.token.impl
-
The OAuth 1.0a version of an AuthorizationGrant
- AuthorizationGrantImpl() - Constructor for class org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
- AuthorizationGrantImpl(String, URI) - Constructor for class org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
- AuthorizationGrantImpl(URI) - Constructor for class org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
B
- b32EncodeToken(Token) - Static method in class org.oa4mp.delegation.common.token.impl.TokenUtils
- b64EncodeToken(Token) - Static method in class org.oa4mp.delegation.common.token.impl.TokenUtils
- backup - Variable in class org.oa4mp.delegation.common.servlet.TransactionState
- BaseClient - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 5/12/16 at 4:32 PM - BaseClient(Identifier) - Constructor for class org.oa4mp.delegation.common.storage.clients.BaseClient
- BaseClientConverter<V extends BaseClient> - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 10/20/16 at 12:58 PM - BaseClientConverter(BaseClientKeys, IdentifiableProvider<V>) - Constructor for class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- BaseClientKeys - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 10/20/16 at 12:57 PM - BaseClientKeys() - Constructor for class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- BasicTransaction - Class in org.oa4mp.delegation.common.storage.transactions
-
A bean holding a transaction.
- BasicTransaction(Identifier) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- BasicTransaction(AuthorizationGrant) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- BasicTransactionConverter<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
A map converter bridging the gap between the interface and the backing store.
- BasicTransactionConverter(IdentifiableProvider<V>, TokenForge) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- BasicTransactionConverter(SerializationKeys, IdentifiableProvider<V>, TokenForge) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- BasicTransactionKeys - Class in org.oa4mp.delegation.common.storage.transactions
-
Created by Jeff Gaynor
on 4/25/12 at 3:10 PM - BasicTransactionKeys() - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
- BasicTransactionProvider<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
Created by Jeff Gaynor
on 4/4/12 at 4:23 PM - BasicTransactionProvider(IdentifierProvider<Identifier>) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransactionProvider
- BasicTransactionTable - Class in org.oa4mp.delegation.common.storage.transactions
-
Models and SQL table that holds transactions.
- BasicTransactionTable(BasicTransactionKeys, String, String, String) - Constructor for class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
-
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context.
- btk() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
C
- checkDestroyed() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- checkTokenEquals(NewToken, NewToken) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- clear() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- clear() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- clear() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- clearIndices() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- Client - Class in org.oa4mp.delegation.common.storage.clients
-
Models a client.
- Client(Identifier) - Constructor for class org.oa4mp.delegation.common.storage.clients.Client
- ClientApprovalKeys - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 4/25/12 at 3:07 PM - ClientApprovalKeys() - Constructor for class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
- ClientConverter<V extends Client> - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 4/13/12 at 3:48 PM - ClientConverter(IdentifiableProvider<V>) - Constructor for class org.oa4mp.delegation.common.storage.clients.ClientConverter
- ClientConverter(ClientKeys, IdentifiableProvider<V>) - Constructor for class org.oa4mp.delegation.common.storage.clients.ClientConverter
- ClientKeys - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 4/25/12 at 3:06 PM - ClientKeys() - Constructor for class org.oa4mp.delegation.common.storage.clients.ClientKeys
- ClientProvider<V extends Client> - Class in org.oa4mp.delegation.common.storage.clients
-
Created by Jeff Gaynor
on 4/4/12 at 2:54 PM - ClientProvider(IdentifierProvider<Identifier>) - Constructor for class org.oa4mp.delegation.common.storage.clients.ClientProvider
- clone() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- clone() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- containsKey(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- containsKey(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- containsValue(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- containsValue(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- create() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- createAG(String) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
- createAT(String) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
- createAT(JSONObject) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
-
Recreate the object from it serialized format.
- createColumnDescriptors() - Method in class org.oa4mp.delegation.common.storage.monitored.MonitoredTable
- createColumnDescriptors() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
- createIDT(String) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
- createIDT(JSONObject) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
-
In some (legacy) cases, all you have is a parsed payload.
- createRT(String) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
- createRT(JSONObject) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
-
Recreate the object from its serialized form.
- createString() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
-
Does everything but final ].
D
- DBConfigLoader<T extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> - Class in org.oa4mp.delegation.common.servlet
-
Configurations that deal with storage should extend this.
- DBConfigLoader(ConfigurationNode) - Constructor for class org.oa4mp.delegation.common.servlet.DBConfigLoader
-
Constructor to use default logging.
- DBConfigLoader(ConfigurationNode, MyLoggingFacade) - Constructor for class org.oa4mp.delegation.common.servlet.DBConfigLoader
- debugOn(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- decodeToken(String) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- decodeToken(String) - Method in interface org.oa4mp.delegation.common.token.NewToken
- derbyConnectionPoolProvider - Variable in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- destroy() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- DoubleDispatchServer - Interface in org.oa4mp.delegation.common.services
-
A server that processes via double dispatch.
E
- email(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- encodeToken() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- encodeToken() - Method in interface org.oa4mp.delegation.common.token.NewToken
- entrySet() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- entrySet() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- equals(Object) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- equals(Object) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- equals(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- equals(Object) - Method in class org.oa4mp.delegation.common.token.impl.AccessTokenImpl
- equals(Object) - Method in class org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
- equals(Object) - Method in class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
- equals(Object) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- errorURL(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientKeys
- EXPIRES_AT - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
F
- fromJSON(JSONObject) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
-
Assumes client JSON is an object of the form {"client":JSONObject} and searches the object as client.key
- fromJSON(JSONObject) - Method in class org.oa4mp.delegation.common.storage.clients.ClientConverter
- fromJSON(JSONObject) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- fromJSON(JSONObject) - Method in interface org.oa4mp.delegation.common.token.NewToken
- fromMap(ConversionMap<String, Object>, V) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- fromMap(ConversionMap<String, Object>, V) - Method in class org.oa4mp.delegation.common.storage.clients.ClientConverter
- fromMap(ConversionMap<String, Object>, V) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- FSTransactionStore<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
Implementation of a transaction store backed by the file system.
- FSTransactionStore(File, IdentifiableProvider<V>, TokenForge, MapConverter<V>, boolean, boolean) - Constructor for class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- FSTransactionStore(File, File, IdentifiableProvider<V>, TokenForge, MapConverter<V>, boolean, boolean) - Constructor for class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
G
- get(boolean) - Method in class org.oa4mp.delegation.common.storage.clients.ClientProvider
- get(boolean) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionProvider
- get(Identifier) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- get(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- get(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- get(AccessToken) - Method in interface org.oa4mp.delegation.common.storage.TransactionStore
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- get(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- get(AuthorizationGrant) - Method in interface org.oa4mp.delegation.common.storage.TransactionStore
- getAccessToken() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- getAccessToken(String...) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAccessToken(Map<String, String>) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAccessToken(HttpServletRequest) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAccessTokenIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- getAddress() - Method in interface org.oa4mp.delegation.common.services.AddressableServer
- getAgIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getAll() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getAtIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getAuthorizationGrant() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- getAuthorizationGrant(String...) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAuthorizationGrant(Map<String, String>) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAuthorizationGrant(HttpServletRequest) - Method in interface org.oa4mp.delegation.common.token.TokenForge
- getAuthorizationGrantIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- getBackingStore() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getBackup() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
-
Backup of the original transaction before any checks are done.
- getBKK() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- getBTKeys() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- getByAccessTokenStatement() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
- getByKey(Object, int) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
-
This is done as a switch statement to keep references to the cache up to date.
- getByProxyID(Identifier) - Method in class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- getByProxyID(Identifier) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getByProxyID(Identifier) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getByProxyID(Identifier) - Method in interface org.oa4mp.delegation.common.storage.TransactionStore
- getByTempCredStatement() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
- getCK() - Method in class org.oa4mp.delegation.common.storage.clients.ClientConverter
- getComponentName() - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getCreatedTransactions() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
-
A list of transactions that have been created but not saved.
- getCreationTS() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getCreationTSField() - Method in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- getDerbyConnectionPoolProvider() - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getDerbyConnectionPoolProvider(String, String) - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getEmail() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getEnvironment() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getErrorUri() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- getExpiresAt() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getHomeUri() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- getIssuedAt() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getIssuedAt() - Method in interface org.oa4mp.delegation.common.token.NewToken
- getJSONArray(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getJSONComponentName() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- getJSONObject(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getJsonUtil() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- getJSONValue(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
-
Gets a raw object.
- getJSONValueBoolean(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
-
get a boolean value.
- getJSONValueInt(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getJSONValueLong(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getJSONValueString(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- getJti() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
-
If this is a JWT, then this returns the JTI.
- getJti() - Method in interface org.oa4mp.delegation.common.token.NewToken
- getJTIAsIdentifier() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
-
Convenience method to return the JTI as an identifier.
- getJTIAsIdentifier() - Method in interface org.oa4mp.delegation.common.token.NewToken
- getJWKS() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getJwksURI() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getKeys() - Method in class org.oa4mp.delegation.common.storage.monitored.MonitoredTable
- getLastModifiedTS() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getLifetime() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getLifetime() - Method in interface org.oa4mp.delegation.common.token.NewToken
- getMapConverter() - Method in class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- getMapConverter() - Method in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- getMapConverter() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getMapConverter() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getMapConverter() - Method in interface org.oa4mp.delegation.common.storage.TransactionStore
- getMariaDBConnectionPoolProvider() - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getMariaDBConnectionPoolProvider(String, String) - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getMostRecent(int, List<String>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getMostRecent(int, List<String>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getMySQLConnectionPoolProvider() - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getMySQLConnectionPoolProvider(String, String) - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getName() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getParameters() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- getPayload() - Method in interface org.oa4mp.delegation.common.token.AccessToken
- getPayload() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
-
If this token is a JWT, the is the actual payload.
- getPayload(String) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
-
Given a raw signed JWT, H.P.S, this will determine if P, the payload, is a JSON object and decode it if so.
- getPgConnectionPoolProvider() - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getPgConnectionPoolProvider(String, String) - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- getProtectedAsset() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- getProxyIDIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getRequest() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- getResponse() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- getScopes() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- getSecret() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getServiceClientUsers() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- getToken() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getToken() - Method in interface org.oa4mp.delegation.common.token.Token
-
The token.
- getTokenForge() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- getTokenType() - Method in class org.oa4mp.delegation.common.token.impl.AccessTokenImpl
- getTokenType() - Method in class org.oa4mp.delegation.common.token.impl.IDTokenImpl
- getTokenType() - Method in class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
- getTokenType() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getTransaction() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- getTransaction(String, String) - Method in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
-
Since there are several possible statements (by temp cred, access token, verifier) that will return a transaction, this method will handle them all.
- getTransactionIndices() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getTransactions() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- getTransactionTable() - Method in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- getURIToken() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getVersion() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- getVersion() - Method in interface org.oa4mp.delegation.common.token.NewToken
- getvIndex() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- getX509Certificates() - Method in class org.oa4mp.delegation.common.token.MyX509Certificates
- getX509CertificatesPEM() - Method in class org.oa4mp.delegation.common.token.MyX509Certificates
- getXMLConverter() - Method in class org.oa4mp.delegation.common.storage.AggregateTransactionStore
- getXMLConverter() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- getXMLConverter() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
H
- hasAccessToken() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- hasAuthorizationGrant() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- hasJTI() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- hasJWKS() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- hasJWKSURI() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- hasKey(JSONObject, String) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- hasPayload() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- hasProtectedAsset() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- hasServiceClientUsers() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
-
Mostly this is for use by converters so we know when we are setting this to a default.
- homeURL(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientKeys
I
- IDTokenImpl - Class in org.oa4mp.delegation.common.token.impl
-
This is used for ID tokens.
- IDTokenImpl() - Constructor for class org.oa4mp.delegation.common.token.impl.IDTokenImpl
- IDTokenImpl(String, URI) - Constructor for class org.oa4mp.delegation.common.token.impl.IDTokenImpl
- IDTokenImpl(URI) - Constructor for class org.oa4mp.delegation.common.token.impl.IDTokenImpl
- init() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- init(URI) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- IS_JWT - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
- isDebugOn() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- isDefaultStoreDisabled(boolean...) - Method in class org.oa4mp.delegation.common.servlet.DBConfigLoader
- isDestroyed() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- isEmpty() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- isEmpty() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- isExpired() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- isExpired() - Method in interface org.oa4mp.delegation.common.token.NewToken
- isJWT() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- isOldVersion() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
-
Checks if the version is null, effectively meaning it was created before versions existed.
- isProxyLimited() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- isRfc8628() - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- isServiceClient() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
-
A service client is one that is permitted to use the flow outlined in RFC 7523, viz., it may request authorization grants directly from the token endpoint without any authorization.
J
- jsonArrayToCollection(ConversionMap<String, Object>, String) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- JSONUtil - Class in org.oa4mp.delegation.common.storage
-
Budding collection of useful tools for creating complex JSON objects.
- JSONUtil(String) - Constructor for class org.oa4mp.delegation.common.storage.JSONUtil
- JTI - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
- jwks(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- jwksURI(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- jwkUtil2 - Variable in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
K
- keySet() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- keySet() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
M
- main(String[]) - Static method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- main(String[]) - Static method in class org.oa4mp.delegation.common.token.impl.TokenUtils
- MonitoredTable - Class in org.oa4mp.delegation.common.storage.monitored
-
Created by Jeff Gaynor
on 3/29/23 at 11:28 AM - MonitoredTable(SerializationKeys, String, String, String) - Constructor for class org.oa4mp.delegation.common.storage.monitored.MonitoredTable
- MyX509Certificates - Class in org.oa4mp.delegation.common.token
-
This wraps whatever X509 certificate is returned (this depends on the implementation).
- MyX509Certificates(X509Certificate[]) - Constructor for class org.oa4mp.delegation.common.token.MyX509Certificates
- MyX509Certificates(Collection<X509Certificate>) - Constructor for class org.oa4mp.delegation.common.token.MyX509Certificates
N
- name(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- newClient(boolean) - Method in class org.oa4mp.delegation.common.storage.clients.ClientProvider
-
Override this to return a different client.
- newFromJSON(JSONObject) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- newToJSON() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- NewToken - Interface in org.oa4mp.delegation.common.token
-
Created by Jeff Gaynor
on 11/9/20 at 8:34 AM
O
- OA4MPVersion - Class in org.oa4mp.delegation.common
-
The current release number of OA4MP.
- OA4MPVersion() - Constructor for class org.oa4mp.delegation.common.OA4MPVersion
- OLD_SYSTEM_DEFAULT_LIFETIME - Static variable in interface org.oa4mp.delegation.common.token.NewToken
- oldFromJSON(JSONObject) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- oldToJSON() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- org.oa4mp.delegation.common - package org.oa4mp.delegation.common
- org.oa4mp.delegation.common.services - package org.oa4mp.delegation.common.services
- org.oa4mp.delegation.common.servlet - package org.oa4mp.delegation.common.servlet
- org.oa4mp.delegation.common.storage - package org.oa4mp.delegation.common.storage
- org.oa4mp.delegation.common.storage.clients - package org.oa4mp.delegation.common.storage.clients
- org.oa4mp.delegation.common.storage.monitored - package org.oa4mp.delegation.common.storage.monitored
- org.oa4mp.delegation.common.storage.transactions - package org.oa4mp.delegation.common.storage.transactions
- org.oa4mp.delegation.common.token - package org.oa4mp.delegation.common.token
- org.oa4mp.delegation.common.token.impl - package org.oa4mp.delegation.common.token.impl
P
- parameters - Variable in class org.oa4mp.delegation.common.servlet.TransactionState
- parseRawToken(String, TokenImpl) - Static method in class org.oa4mp.delegation.common.token.impl.TokenFactory
-
Parses the raw string from, e.g., a server response and populates a token from that.
- PAYLOAD - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
- populateClone(BaseClient) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- populateClone(BaseClient) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- postprocess(TransactionState) - Method in interface org.oa4mp.delegation.common.servlet.TransactionFilter
-
Invoked after the response has been written to the
HttpServletResponsestream. - preprocess(TransactionState) - Method in interface org.oa4mp.delegation.common.servlet.TransactionFilter
-
Invoked after the transaction state has been determined, but before writing any response
- process(Request) - Method in interface org.oa4mp.delegation.common.services.DoubleDispatchServer
- process(Request) - Method in interface org.oa4mp.delegation.common.services.Server
- process(Server) - Method in interface org.oa4mp.delegation.common.services.Request
-
Process the request
- ProtectedAsset - Interface in org.oa4mp.delegation.common.token
-
Result returned by the asset server.
- proxyLimited(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientKeys
- put(Identifier, V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- put(Identifier, V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- put(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- putAll(Map) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- putAll(Map<? extends String, ? extends BasicTransaction>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
R
- realRemove(V) - Method in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- realSave(boolean, V) - Method in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
-
Add code to store index references to the transaction by access token, verifier and authorization grant.
- RefreshToken - Interface in org.oa4mp.delegation.common.token
-
Created by Jeff Gaynor
on 2/21/14 at 3:45 PM - RefreshTokenImpl - Class in org.oa4mp.delegation.common.token.impl
-
Created by Jeff Gaynor
on 10/2/13 at 12:02 PM - RefreshTokenImpl() - Constructor for class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
- RefreshTokenImpl(String, URI) - Constructor for class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
- RefreshTokenImpl(URI) - Constructor for class org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
- register(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- register(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- remove(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- remove(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- remove(Object) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- remove(URI) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- remove(List<V>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- remove(BasicTransaction) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- remove(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- removeByID(List<Identifier>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- removeFromIndices(BasicTransaction) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- removeItem(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
-
Override this as needed to remove an item from all stores.
- request - Variable in class org.oa4mp.delegation.common.servlet.TransactionState
- Request - Interface in org.oa4mp.delegation.common.services
-
General delegation request to a service
- response - Variable in class org.oa4mp.delegation.common.servlet.TransactionState
- Response - Interface in org.oa4mp.delegation.common.services
-
Marker interface for server responses.
- rfc7523Client(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- rfc7523ClientUsers(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
S
- save(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- save(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- search(String, boolean) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- search(String, String, boolean) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- search(String, String, boolean, List<String>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- search(String, String, boolean, List<String>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- search(String, String, boolean, List<String>, String, Date, Date) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- secret(String...) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientKeys
- Server - Interface in org.oa4mp.delegation.common.services
-
Top-level model for any server.
- setAccessToken(AccessToken) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- setAuthorizationGrant(AuthorizationGrant) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- setBackup(XMLMap) - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- setCreationTS(Date) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setDebugOn(boolean) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setDestroyed(boolean) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- setEmail(String) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setEnvironment(AbstractEnvironment) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- setErrorUri(String) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- setExpiresAt(long) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setHomeUri(String) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- setIssuedAt(long) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setJSONValue(JSONObject, String, Object) - Method in class org.oa4mp.delegation.common.storage.JSONUtil
- setJti(URI) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setJWKS(JSONWebKeys) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setJwksURI(URI) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setJWT(boolean) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setLastModifiedTS(Date) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setLifetime(long) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setName(String) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setPayload(JSONObject) - Method in interface org.oa4mp.delegation.common.token.AccessToken
- setPayload(JSONObject) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setProtectedAsset(ProtectedAsset) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- setProxyLimited(boolean) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- setRfc8628(boolean) - Method in class org.oa4mp.delegation.common.servlet.TransactionState
- setScopes(Collection<String>) - Method in class org.oa4mp.delegation.common.storage.clients.Client
- setSecret(String) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setServiceClient(boolean) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setServiceClientUsers(Collection<String>) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- setToken(String) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setToken(URI) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setVersion(String) - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- setX509Certificates(X509Certificate[]) - Method in class org.oa4mp.delegation.common.token.MyX509Certificates
- size() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- size() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- size(boolean) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- SQLBaseTransactionStore<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
Generic SQL implementation.
- SQLBaseTransactionStore(TokenForge, ConnectionPool, Table, Provider<V>, MapConverter) - Constructor for class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- status(String...) - Method in class org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys
T
- tempCred(String...) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
- toJSON() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- toJSON() - Method in interface org.oa4mp.delegation.common.token.NewToken
- toJSON(V, JSONObject) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- toJSON(V, JSONObject) - Method in class org.oa4mp.delegation.common.storage.clients.ClientConverter
- Token - Interface in org.oa4mp.delegation.common.token
-
General top-level object for tokens in a delegation system.
- TOKEN - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
- TOKEN_TYPE - Static variable in class org.oa4mp.delegation.common.token.impl.TokenImpl
- TokenFactory - Class in org.oa4mp.delegation.common.token.impl
-
Created by Jeff Gaynor
on 10/19/23 at 1:08 PM - TokenFactory() - Constructor for class org.oa4mp.delegation.common.token.impl.TokenFactory
- TokenFactory.TokenParse - Class in org.oa4mp.delegation.common.token.impl
-
Used by the
TokenFactory.parseRawToken(String, TokenImpl)function. - tokenForge - Variable in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- tokenForge - Variable in class org.oa4mp.delegation.common.storage.transactions.FSTransactionStore
- tokenForge - Variable in class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
- TokenForge - Interface in org.oa4mp.delegation.common.token
-
Interface for creating tokens.
- TokenImpl - Class in org.oa4mp.delegation.common.token.impl
-
OAuth 1.0 tokens always have an associated shared secret.
- TokenImpl() - Constructor for class org.oa4mp.delegation.common.token.impl.TokenImpl
- TokenImpl(String, URI) - Constructor for class org.oa4mp.delegation.common.token.impl.TokenImpl
- TokenImpl(URI) - Constructor for class org.oa4mp.delegation.common.token.impl.TokenImpl
- TokenIndex() - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore.TokenIndex
- TokenParse(String, TokenImpl) - Constructor for class org.oa4mp.delegation.common.token.impl.TokenFactory.TokenParse
- TokenUtils - Class in org.oa4mp.delegation.common.token.impl
-
Utilities for working with tokens.
- TokenUtils() - Constructor for class org.oa4mp.delegation.common.token.impl.TokenUtils
- toMap(V, ConversionMap<String, Object>) - Method in class org.oa4mp.delegation.common.storage.clients.BaseClientConverter
- toMap(V, ConversionMap<String, Object>) - Method in class org.oa4mp.delegation.common.storage.clients.ClientConverter
- toMap(V, ConversionMap<String, Object>) - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionConverter
- toString() - Method in class org.oa4mp.delegation.common.storage.clients.BaseClient
- toString() - Method in class org.oa4mp.delegation.common.storage.clients.Client
- toString() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransaction
- toString() - Method in class org.oa4mp.delegation.common.storage.transactions.BasicTransactionTable
- toString() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- toString() - Method in class org.oa4mp.delegation.common.token.impl.TokenImpl
- toString() - Method in class org.oa4mp.delegation.common.token.MyX509Certificates
- transaction - Variable in class org.oa4mp.delegation.common.servlet.TransactionState
- TransactionCache<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
A cache.
- TransactionCache() - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- TransactionCache(TransactionStore) - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- TransactionCache.TransactionIndices<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
The indices for a transaction store.
- TransactionFilter - Interface in org.oa4mp.delegation.common.servlet
-
A Filter pattern for working with servlets.
- TransactionIndices() - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- TransactionMemoryStore<V extends BasicTransaction> - Class in org.oa4mp.delegation.common.storage.transactions
-
In-memory transaction storage.
- TransactionMemoryStore(IdentifiableProvider<V>) - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- TransactionMemoryStore.TokenIndex - Class in org.oa4mp.delegation.common.storage.transactions
-
Used internally to track transactions by an identifier (such as a verifier).
- TransactionState - Class in org.oa4mp.delegation.common.servlet
-
Used by the delegation servlet, this allows a programmer to intercept and process the HTTP request and response.
- TransactionState(HttpServletRequest, HttpServletResponse, Map<String, String>, BasicTransaction, XMLMap) - Constructor for class org.oa4mp.delegation.common.servlet.TransactionState
- TransactionStore<V extends BasicTransaction> - Interface in org.oa4mp.delegation.common.storage
-
A store for delegation transactions.
- TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>> - Class in org.oa4mp.delegation.common.storage.transactions
-
Created by Jeff Gaynor
on 1/13/12 at 10:43 AM - TransactionStoreProvider(ConfigurationNode, boolean, MyLoggingFacade, String, String) - Constructor for class org.oa4mp.delegation.common.storage.transactions.TransactionStoreProvider
U
- update(List<Identifier>, Map<String, Object>) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- update(BasicTransaction) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- update(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
- updateIndices(BasicTransaction) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- updateIndices(V) - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionMemoryStore
-
Override this as needed to update any and all indices.
V
- values() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache.TransactionIndices
- values() - Method in class org.oa4mp.delegation.common.storage.transactions.TransactionCache
- VERSION_NUMBER - Static variable in class org.oa4mp.delegation.common.OA4MPVersion
X
- x509Certificates - Variable in class org.oa4mp.delegation.common.token.MyX509Certificates
All Classes All Packages