Package org.cilogon.oauth2.servlet.util
Interface CILogonSE
-
- All Known Implementing Classes:
CILogonOA2ServiceEnvironment
,CILogonSEImpl
public interface CILogonSE
Created by Jeff Gaynor
on 3/30/15 at 11:13 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchivedUserStore
getArchivedUserStore()
DBServiceConfig
getDBServiceConfig()
IdentityProviderStore
getIDPStore()
Incrementable
getIncrementable()
int
getMaxUserIdRetries()
TwoFactorStore
getTwoFactorStore()
UserStore
getUserStore()
boolean
isComputeFNAL()
boolean
isPrintTSInDebug()
void
setDBServiceConfig(DBServiceConfig dbServiceConfig)
void
setMaxUserIdRetries(int maxUserIdRetries)
-
-
-
Method Detail
-
getTwoFactorStore
TwoFactorStore getTwoFactorStore()
-
getUserStore
UserStore getUserStore()
-
getArchivedUserStore
ArchivedUserStore getArchivedUserStore()
-
getIDPStore
IdentityProviderStore getIDPStore()
-
getIncrementable
Incrementable getIncrementable()
-
getMaxUserIdRetries
int getMaxUserIdRetries()
-
setMaxUserIdRetries
void setMaxUserIdRetries(int maxUserIdRetries)
-
isComputeFNAL
boolean isComputeFNAL()
-
isPrintTSInDebug
boolean isPrintTSInDebug()
-
getDBServiceConfig
DBServiceConfig getDBServiceConfig()
-
setDBServiceConfig
void setDBServiceConfig(DBServiceConfig dbServiceConfig)
-
-