Package org.cilogon.oauth2.servlet.util
Interface CILogonSE
-
- All Known Implementing Classes:
CILogonOA2ServiceEnvironment,CILogonSEImpl
public interface CILogonSECreated by Jeff Gaynor
on 3/30/15 at 11:13 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchivedUserStoregetArchivedUserStore()IdentityProviderStoregetIDPStore()IncrementablegetIncrementable()intgetMaxUserIdRetries()TwoFactorStoregetTwoFactorStore()UserStoregetUserStore()booleanisComputeFNAL()booleanisPrintTSInDebug()voidsetMaxUserIdRetries(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()
-
-