Package org.intermine.web.struts.oauth2
Class MigrationMapping
- java.lang.Object
-
- org.intermine.web.struts.oauth2.MigrationMapping
-
public final class MigrationMapping extends java.lang.ObjectA simple record that contains mapping information about the old id of a user.- Author:
- Alex Kalderimis
-
-
Constructor Summary
Constructors Constructor Description MigrationMapping(java.lang.String openidId, java.lang.String sub)Construct a mapping for Google OpenID migration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNewId()java.lang.StringgetOldId()java.lang.StringtoString()
-