Class TwoFactorInfoProvider

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo>, 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

    • Constructor Detail

      • TwoFactorInfoProvider

        public TwoFactorInfoProvider​(edu.uiuc.ncsa.security.core.IdentifiableProvider<edu.uiuc.ncsa.security.core.Identifier> idProvider)
      • TwoFactorInfoProvider

        public TwoFactorInfoProvider()
    • Method Detail

      • get

        public TwoFactorInfo get​(boolean createNewIdentifier)
      • get

        public TwoFactorInfo get​(edu.uiuc.ncsa.security.core.Identifier identifier)