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 (CILogonOA2ServiceEnvironment
from 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 CILOA2ServiceTransaction
CILOA2ConfigurationLoader.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 class
CILOA2TransactionConverter<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 void
DBService2. doClaims2(CILogonOA2ServiceEnvironment env, CILOA2ServiceTransaction t, javax.servlet.http.HttpServletRequest request, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
-