Uses of Class
org.cilogon.oauth2.servlet.util.CILogonException
-
Packages that use CILogonException Package Description org.cilogon.oauth2.servlet.storage.idp The identity provider store.org.cilogon.oauth2.servlet.storage.sequence The sequence for generating serial identifiers.org.cilogon.oauth2.servlet.storage.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of CILogonException in org.cilogon.oauth2.servlet.storage.idp
Methods in org.cilogon.oauth2.servlet.storage.idp that throw CILogonException Modifier and Type Method Description void
CILSQLIdentityProviderStore. add(Collection<? extends IdentityProvider> idps)
-
Uses of CILogonException in org.cilogon.oauth2.servlet.storage.sequence
Methods in org.cilogon.oauth2.servlet.storage.sequence that throw CILogonException Modifier and Type Method Description long
PostgresSequence. nextValue()
-
Uses of CILogonException in org.cilogon.oauth2.servlet.storage.user
Subclasses of CILogonException in org.cilogon.oauth2.servlet.storage.user Modifier and Type Class Description class
UserNotFoundException
Created by Jeff Gaynor
on Mar 12, 2010 at 12:52:02 PM -
Uses of CILogonException in org.cilogon.oauth2.servlet.util
Subclasses of CILogonException in org.cilogon.oauth2.servlet.util Modifier and Type Class Description class
DBServiceException
An exception that is thrown by the AbstractDBService.
-