Uses of Class
org.cilogon.oauth2.servlet.storage.transaction.CILOA2ServiceTransaction
-
Packages that use CILOA2ServiceTransaction Package Description org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironmentfrom that.org.cilogon.oauth2.servlet.storage.transaction The transaction store for CILogonorg.cilogon.proxy.servlet CILogon extensions to OA4MP's proxying capabilites. -
-
Uses of CILOA2ServiceTransaction in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return CILOA2ServiceTransaction Modifier and Type Method Description CILOA2ServiceTransactionCILOA2ConfigurationLoader.CILST2Provider. get(boolean createNewIdentifier) -
Uses of CILOA2ServiceTransaction in org.cilogon.oauth2.servlet.storage.transaction
Classes in org.cilogon.oauth2.servlet.storage.transaction with type parameters of type CILOA2ServiceTransaction Modifier and Type Class Description classCILOA2TransactionConverter<V extends CILOA2ServiceTransaction>Created by Jeff Gaynor
on 10/12/15 at 12:03 PM -
Uses of CILOA2ServiceTransaction in org.cilogon.proxy.servlet
Methods in org.cilogon.proxy.servlet with parameters of type CILOA2ServiceTransaction Modifier and Type Method Description protected voidDBService2. doUserClaims(CILogonOA2ServiceEnvironment env, CILOA2ServiceTransaction t, javax.servlet.http.HttpServletRequest request, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)Runs the user claims to populate the transaction.
-