Class TwoFactorInfo
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableImpl
-
- org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorInfo
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Identifiable
,Serializable
,Cloneable
public class TwoFactorInfo extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl
Created by Jeff Gaynor
on 10/18/12 at 9:20 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TwoFactorInfo(edu.uiuc.ncsa.security.core.Identifier identifier)
TwoFactorInfo(edu.uiuc.ncsa.security.core.Identifier identifier, String info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInfo()
void
setInfo(String info)
String
toString()
-
-
-
Constructor Detail
-
TwoFactorInfo
public TwoFactorInfo(edu.uiuc.ncsa.security.core.Identifier identifier)
-
TwoFactorInfo
public TwoFactorInfo(edu.uiuc.ncsa.security.core.Identifier identifier, String info)
-
-