public static class OrienteerUsersModule.ModuleModel
extends com.orientechnologies.orient.core.type.ODocumentWrapper
OrienteerUsersModule| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
static String |
PROP_DOMAIN
OType.STRING
Contains app domain |
static String |
PROP_OAUTH2
OType.BOOLEAN
If true, so users can login and register throughout social networks |
static String |
PROP_OAUTH2_CALLBACK
OType.STRING
Contains OAuth2 callback |
static String |
PROP_REGISTER_USER_ON_OAUTH2_LOGIN
OType.BOOLEAN
If true, so users can be register when they try to login throughout OAuth2 and don't exists in system |
static String |
PROP_REGISTRATION
OType.BOOLEAN
If true, so users can register in this app |
static String |
PROP_RESTORE_PASSWORD
OType.BOOLEAN
If true, so users can restore their passwords |
| Constructor and Description |
|---|
ModuleModel() |
ModuleModel(com.orientechnologies.orient.core.record.impl.ODocument iDocument) |
ModuleModel(String iClassName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
String |
getFullOAuth2Callback() |
String |
getOAuth2Callback() |
boolean |
isOAuth2() |
boolean |
isRegisterUserOnOAuth2Login() |
boolean |
isRegistration() |
boolean |
isRestorePassword() |
OrienteerUsersModule.ModuleModel |
setDomain(String domain) |
OrienteerUsersModule.ModuleModel |
setOAuth2(boolean oauth2) |
OrienteerUsersModule.ModuleModel |
setOAuth2Callback(String callback) |
OrienteerUsersModule.ModuleModel |
setRegisterUserOnOAuth2Login(boolean register) |
OrienteerUsersModule.ModuleModel |
setRegistration(boolean registration) |
OrienteerUsersModule.ModuleModel |
setRestorePassword(boolean restorePassword) |
public static final String CLASS_NAME
public static final String PROP_DOMAIN
OType.STRING
Contains app domainpublic static final String PROP_OAUTH2
OType.BOOLEAN
If true, so users can login and register throughout social networkspublic static final String PROP_REGISTRATION
OType.BOOLEAN
If true, so users can register in this apppublic static final String PROP_REGISTER_USER_ON_OAUTH2_LOGIN
OType.BOOLEAN
If true, so users can be register when they try to login throughout OAuth2 and don't exists in systempublic static final String PROP_RESTORE_PASSWORD
OType.BOOLEAN
If true, so users can restore their passwordspublic static final String PROP_OAUTH2_CALLBACK
OType.STRING
Contains OAuth2 callbackpublic ModuleModel()
public ModuleModel(String iClassName)
public ModuleModel(com.orientechnologies.orient.core.record.impl.ODocument iDocument)
public String getDomain()
public OrienteerUsersModule.ModuleModel setDomain(String domain)
public boolean isOAuth2()
public OrienteerUsersModule.ModuleModel setOAuth2(boolean oauth2)
public String getOAuth2Callback()
public OrienteerUsersModule.ModuleModel setOAuth2Callback(String callback)
public boolean isRegistration()
public OrienteerUsersModule.ModuleModel setRegistration(boolean registration)
public boolean isRestorePassword()
public OrienteerUsersModule.ModuleModel setRestorePassword(boolean restorePassword)
public boolean isRegisterUserOnOAuth2Login()
public OrienteerUsersModule.ModuleModel setRegisterUserOnOAuth2Login(boolean register)
public String getFullOAuth2Callback()
PROP_DOMAIN and PROP_OAUTH2_CALLBACKCopyright © 2020. All rights reserved.