Class TwoFactorInfoProvider
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<TwoFactorInfo>
-
- org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorInfoProvider
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo>
,Serializable
,javax.inject.Provider<TwoFactorInfo>
public class TwoFactorInfoProvider extends edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<TwoFactorInfo>
Two factor info objects share the user id as their unique identifier.Created by Jeff Gaynor
on 10/18/12 at 9:27 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TwoFactorInfoProvider()
TwoFactorInfoProvider(edu.uiuc.ncsa.security.core.IdentifiableProvider<edu.uiuc.ncsa.security.core.Identifier> idProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TwoFactorInfo
get(boolean createNewIdentifier)
TwoFactorInfo
get(edu.uiuc.ncsa.security.core.Identifier identifier)
-
-
-
Method Detail
-
get
public TwoFactorInfo get(boolean createNewIdentifier)
-
get
public TwoFactorInfo get(edu.uiuc.ncsa.security.core.Identifier identifier)
-
-