Uses of Interface
org.oa4mp.delegation.common.token.AuthorizationGrant
-
Packages that use AuthorizationGrant Package Description org.oa4mp.client.api org.oa4mp.client.loader org.oa4mp.delegation.client org.oa4mp.delegation.client.request org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.common.storage org.oa4mp.delegation.common.storage.transactions org.oa4mp.delegation.common.token org.oa4mp.delegation.common.token.impl org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.request org.oa4mp.delegation.server.server org.oa4mp.server.api org.oa4mp.server.api.storage.servlet org.oa4mp.server.loader.oauth2.servlet org.oa4mp.server.loader.oauth2.storage.transactions org.oa4mp.server.proxy -
-
Uses of AuthorizationGrant in org.oa4mp.client.api
Methods in org.oa4mp.client.api with parameters of type AuthorizationGrant Modifier and Type Method Description protected Map<String,Object>
AbstractOA4MPService. getATParameters(Asset asset, AuthorizationGrant ag)
This creates the parameter map for the access token request.protected AssetResponse
AbstractOA4MPService. getCert(Asset asset, AuthorizationGrant ag)
Does the actual work getting the cert. -
Uses of AuthorizationGrant in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader with parameters of type AuthorizationGrant Modifier and Type Method Description ATResponse2
OA2MPService. getAccessToken(OA2Asset asset, AuthorizationGrant ag)
ATResponse2
OA2MPService. getAccessToken(OA2Asset asset, AuthorizationGrant ag, Map<String,Object> additionalParameters)
protected Map<String,Object>
OA2MPService. getATParameters(Asset asset, AuthorizationGrant ag)
protected AssetResponse
OA2MPService. getCert(Asset a, AuthorizationGrant ag)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client with parameters of type AuthorizationGrant Modifier and Type Method Description protected ATResponse
DelegationService. getAT(AuthorizationGrant grant, Client client, Map<String,String> parameters)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.client.request
Methods in org.oa4mp.delegation.client.request that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
AGResponse. getAuthorizationGrant()
AuthorizationGrant
ATRequest. getAuthorizationGrant()
AuthorizationGrant
CallbackRequest. getAuthorizationGrant()
AuthorizationGrant
CallbackResponse. getAuthorizationGrant()
AuthorizationGrant
DelegatedAssetRequest. getAuthorizationGrant()
AuthorizationGrant
DelegationResponse. getAuthorizationGrant()
Methods in org.oa4mp.delegation.client.request with parameters of type AuthorizationGrant Modifier and Type Method Description void
AGResponse. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
ATRequest. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
CallbackRequest. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
CallbackResponse. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
DelegatedAssetRequest. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
DelegationResponse. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
Constructors in org.oa4mp.delegation.client.request with parameters of type AuthorizationGrant Constructor Description AGResponse(AuthorizationGrant authorizationGrant)
DelegationResponse(AuthorizationGrant authorizationGrant)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
ResourceOwner. grantAuthorization()
-
Uses of AuthorizationGrant in org.oa4mp.delegation.common.storage
Methods in org.oa4mp.delegation.common.storage with parameters of type AuthorizationGrant Modifier and Type Method Description BasicTransaction
AggregateTransactionStore. get(AuthorizationGrant authorizationGrant)
V
TransactionStore. get(AuthorizationGrant authorizationGrant)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.common.storage.transactions
Fields in org.oa4mp.delegation.common.storage.transactions declared as AuthorizationGrant Modifier and Type Field Description protected AuthorizationGrant
BasicTransaction. authorizationGrant
Methods in org.oa4mp.delegation.common.storage.transactions that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
BasicTransaction. getAuthorizationGrant()
Methods in org.oa4mp.delegation.common.storage.transactions with parameters of type AuthorizationGrant Modifier and Type Method Description V
FSTransactionStore. get(AuthorizationGrant authorizationGrant)
V
SQLBaseTransactionStore. get(AuthorizationGrant tempCred)
V
TransactionCache. get(AuthorizationGrant tempCred)
V
TransactionCache.TransactionIndices. get(AuthorizationGrant authorizationGrant)
V
TransactionMemoryStore. get(AuthorizationGrant authorizationGrant)
void
BasicTransaction. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
Constructors in org.oa4mp.delegation.common.storage.transactions with parameters of type AuthorizationGrant Constructor Description BasicTransaction(AuthorizationGrant ag)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.common.token
Methods in org.oa4mp.delegation.common.token that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
TokenForge. getAuthorizationGrant(String... tokens)
AuthorizationGrant
TokenForge. getAuthorizationGrant(Map<String,String> parameters)
AuthorizationGrant
TokenForge. getAuthorizationGrant(javax.servlet.http.HttpServletRequest request)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.common.token.impl
Classes in org.oa4mp.delegation.common.token.impl that implement AuthorizationGrant Modifier and Type Class Description class
AuthorizationGrantImpl
The OAuth 1.0a version of an AuthorizationGrant -
Uses of AuthorizationGrant in org.oa4mp.delegation.server
Methods in org.oa4mp.delegation.server that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
OA2TokenForge. getAuthorizationGrant(String... tokens)
AuthorizationGrant
OA2TokenForge. getAuthorizationGrant(Map<String,String> parameters)
AuthorizationGrant
OA2TokenForge. getAuthorizationGrant(javax.servlet.http.HttpServletRequest request)
Constructors in org.oa4mp.delegation.server with parameters of type AuthorizationGrant Constructor Description ServiceTransaction(AuthorizationGrant ag)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.server.request
Methods in org.oa4mp.delegation.server.request that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
ATRequest. getAuthorizationGrant()
AuthorizationGrant
CBRequest. getAuthorizationGrant()
AuthorizationGrant
AGResponse. getGrant()
Methods in org.oa4mp.delegation.server.request with parameters of type AuthorizationGrant Modifier and Type Method Description void
ATRequest. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
CBRequest. setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
Uses of AuthorizationGrant in org.oa4mp.delegation.server.server
Methods in org.oa4mp.delegation.server.server that return AuthorizationGrant Modifier and Type Method Description AuthorizationGrant
AGIResponse2. getGrant()
Getter for grantMethods in org.oa4mp.delegation.server.server with parameters of type AuthorizationGrant Modifier and Type Method Description void
AGIResponse2. setGrant(AuthorizationGrant grant)
Setter for grant -
Uses of AuthorizationGrant in org.oa4mp.server.api
Constructors in org.oa4mp.server.api with parameters of type AuthorizationGrant Constructor Description OA4MPServiceTransaction(AuthorizationGrant ag)
-
Uses of AuthorizationGrant in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return AuthorizationGrant Modifier and Type Method Description protected abstract AuthorizationGrant
AbstractAccessTokenServlet. checkAGExpiration(AuthorizationGrant ag)
Contract: if the token gets updated (might have to because of changes to token versions), return it.Methods in org.oa4mp.server.api.storage.servlet with parameters of type AuthorizationGrant Modifier and Type Method Description protected abstract AuthorizationGrant
AbstractAccessTokenServlet. checkAGExpiration(AuthorizationGrant ag)
Contract: if the token gets updated (might have to because of changes to token versions), return it.protected Client
OA4MPServlet. getClient(AuthorizationGrant authorizationGrant)
A utility to get the client from the authorization grant.protected IssuerTransactionState
AbstractAccessTokenServlet. getIssuerTransactionState(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, AuthorizationGrant updatedAG, ServiceTransaction transaction, edu.uiuc.ncsa.security.storage.XMLMap backup)
Default for standard token endpoint call.protected IssuerTransactionState
AbstractAccessTokenServlet. getIssuerTransactionState(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, AuthorizationGrant updatedAG, ServiceTransaction transaction, edu.uiuc.ncsa.security.storage.XMLMap backup, boolean isRFC8628)
protected abstract ServiceTransaction
AbstractAccessTokenServlet. getTransaction(AuthorizationGrant ag, javax.servlet.http.HttpServletRequest req)
protected ServiceTransaction
OA4MPServlet. getTransaction(AuthorizationGrant grant)
-
Uses of AuthorizationGrant in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet that return AuthorizationGrant Modifier and Type Method Description protected abstract AuthorizationGrant
AbstractAccessTokenServlet2. checkAGExpiration(AuthorizationGrant ag)
Contract: if the token gets updated (might have to because of changes to token versions), return it.Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type AuthorizationGrant Modifier and Type Method Description protected abstract AuthorizationGrant
AbstractAccessTokenServlet2. checkAGExpiration(AuthorizationGrant ag)
Contract: if the token gets updated (might have to because of changes to token versions), return it.protected OA2ServiceTransaction
OA2AuthorizedServletUtil. createNewTransaction(AuthorizationGrant grant)
protected IssuerTransactionState
AbstractAccessTokenServlet2. getIssuerTransactionState(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, AuthorizationGrant updatedAG, ServiceTransaction transaction, OA2Client client, edu.uiuc.ncsa.security.storage.XMLMap backup)
Default for standard token endpoint call.protected IssuerTransactionState
AbstractAccessTokenServlet2. getIssuerTransactionState(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, AuthorizationGrant updatedAG, ServiceTransaction transaction, OA2Client client, edu.uiuc.ncsa.security.storage.XMLMap backup, boolean isRFC8628)
protected abstract ServiceTransaction
AbstractAccessTokenServlet2. getTransaction(AuthorizationGrant ag, javax.servlet.http.HttpServletRequest req)
-
Uses of AuthorizationGrant in org.oa4mp.server.loader.oauth2.storage.transactions
Constructors in org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type AuthorizationGrant Constructor Description OA2ServiceTransaction(AuthorizationGrant ag)
-
Uses of AuthorizationGrant in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy with parameters of type AuthorizationGrant Modifier and Type Method Description protected AuthorizationGrantImpl
OA2ATServlet. checkAGExpiration(AuthorizationGrant ag)
protected ServiceTransaction
OA2ATServlet. getTransaction(AuthorizationGrant ag, javax.servlet.http.HttpServletRequest req)
-