Package org.cilogon.oauth2.servlet.util
Class CILogonSEImpl
- java.lang.Object
-
- org.cilogon.oauth2.servlet.util.CILogonSEImpl
-
-
Constructor Summary
Constructors Constructor Description CILogonSEImpl(javax.inject.Provider<UserStore> usp, javax.inject.Provider<ArchivedUserStore> muap, javax.inject.Provider<IdentityProviderStore> idp, javax.inject.Provider<Incrementable> mip, javax.inject.Provider<TwoFactorStore> m2p, boolean computeFNAL)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
CILogonSEImpl
public CILogonSEImpl(javax.inject.Provider<UserStore> usp, javax.inject.Provider<ArchivedUserStore> muap, javax.inject.Provider<IdentityProviderStore> idp, javax.inject.Provider<Incrementable> mip, javax.inject.Provider<TwoFactorStore> m2p, boolean computeFNAL)
-
-
Method Detail
-
getTwoFactorStore
public TwoFactorStore getTwoFactorStore()
- Specified by:
getTwoFactorStore
in interfaceCILogonSE
-
getUserStore
public UserStore getUserStore()
- Specified by:
getUserStore
in interfaceCILogonSE
-
getArchivedUserStore
public ArchivedUserStore getArchivedUserStore()
- Specified by:
getArchivedUserStore
in interfaceCILogonSE
-
getIDPStore
public IdentityProviderStore getIDPStore()
- Specified by:
getIDPStore
in interfaceCILogonSE
-
getIncrementable
public Incrementable getIncrementable()
- Specified by:
getIncrementable
in interfaceCILogonSE
-
getMaxUserIdRetries
public int getMaxUserIdRetries()
- Specified by:
getMaxUserIdRetries
in interfaceCILogonSE
-
setMaxUserIdRetries
public void setMaxUserIdRetries(int maxUserIdRetries)
- Specified by:
setMaxUserIdRetries
in interfaceCILogonSE
-
isComputeFNAL
public boolean isComputeFNAL()
- Specified by:
isComputeFNAL
in interfaceCILogonSE
-
isPrintTSInDebug
public boolean isPrintTSInDebug()
- Specified by:
isPrintTSInDebug
in interfaceCILogonSE
-
getDBServiceConfig
public DBServiceConfig getDBServiceConfig()
- Specified by:
getDBServiceConfig
in interfaceCILogonSE
-
setDBServiceConfig
public void setDBServiceConfig(DBServiceConfig dbServiceConfig)
- Specified by:
setDBServiceConfig
in interfaceCILogonSE
-
-