Uses of Interface
org.cilogon.oauth2.servlet.storage.transaction.AbstractCILServiceTransaction
-
Packages that use AbstractCILServiceTransaction Package Description org.cilogon.oauth2.servlet.storage.transaction The transaction store for CILogonorg.cilogon.oauth2.servlet.storage.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of AbstractCILServiceTransaction in org.cilogon.oauth2.servlet.storage.transaction
Classes in org.cilogon.oauth2.servlet.storage.transaction that implement AbstractCILServiceTransaction Modifier and Type Class Description class
CILOA2ServiceTransaction
Created by Jeff Gaynor
on 10/12/15 at 12:21 PMclass
CILogonServiceTransaction
Created by Jeff Gaynor
on 3/14/12 at 3:38 PM -
Uses of AbstractCILServiceTransaction in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user with parameters of type AbstractCILServiceTransaction Modifier and Type Method Description String
User. getDN(AbstractCILServiceTransaction transaction, boolean returnEmail)
-
Uses of AbstractCILServiceTransaction in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util with parameters of type AbstractCILServiceTransaction Modifier and Type Method Description static String
DNUtil. getDN(User user, AbstractCILServiceTransaction transaction, boolean returnEmail)
-