Modifier and Type | Field and Description |
---|---|
static SecurityCodeAction |
SecurityCodeAction.CONFIRM_CLIENT_INVITATION |
static SecurityCodeAction |
SecurityCodeAction.CONFIRM_EMAIL |
static SecurityCodeAction |
SecurityCodeAction.CONFIRM_USER |
static SecurityCodeAction |
SecurityCodeAction.FORGOTTEN_PASSWORD |
static SecurityCodeAction |
SecurityCodeAction.INVITE_CLIENT |
static SecurityCodeAction |
SecurityCodeAction.INVITE_USER |
static SecurityCodeAction |
SecurityCodeAction.REMOVE_CLIENT |
static SecurityCodeAction |
SecurityCodeAction.REQUEST_MEMBERSHIP |
static SecurityCodeAction |
SecurityCodeAction.UNLOCK_USER |
Modifier and Type | Method and Description |
---|---|
static SecurityCodeAction |
SecurityCodeAction.define(String value)
Define a new security code action
|
static SecurityCodeAction |
SecurityCodeAction.fromString(String value)
Creates an instance of SecurityCodeAction from
value . |
SecurityCodeAction |
SecurityCode.getAction() |
Modifier and Type | Method and Description |
---|---|
static SecurityCode |
SecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
SecurityCode , taking all required and/or read-only
properties as arguments. |
static SecurityCode |
SecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
SecurityCode , taking all possible properties (except
the identifier(s))as arguments. |
void |
SecurityCode.setAction(SecurityCodeAction action) |
static void |
SecurityCodeAction.undefine(SecurityCodeAction action)
Remove an action that was previously added via
define(String) . |
Modifier and Type | Method and Description |
---|---|
static UnlockUserSecurityCode |
UnlockUserSecurityCode.Factory.newInstance(ChannelType channel,
String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
UnlockUserSecurityCode , taking all
required and/or read-only properties as arguments. |
static UnlockUserSecurityCode |
UnlockUserSecurityCode.Factory.newInstance(ChannelType channel,
String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
UnlockUserSecurityCode , taking all
possible properties (except the identifier(s))as arguments. |
static UserSecurityCode |
UserSecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
UserSecurityCode , taking all required
and/or read-only properties as arguments. |
static ForgottenPasswordSecurityCode |
ForgottenPasswordSecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
ForgottenPasswordSecurityCode , taking
all required and/or read-only properties as arguments. |
static UserSecurityCode |
UserSecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
UserSecurityCode , taking all possible
properties (except the identifier(s))as arguments. |
static ForgottenPasswordSecurityCode |
ForgottenPasswordSecurityCode.Factory.newInstance(String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
ForgottenPasswordSecurityCode , taking
all possible properties (except the identifier(s))as arguments. |
static EmailSecurityCode |
EmailSecurityCode.Factory.newInstance(String newEmailAddress,
String code,
SecurityCodeAction action,
Timestamp creatingDate)
Constructs a new instance of
EmailSecurityCode , taking all required
and/or read-only properties as arguments. |
static EmailSecurityCode |
EmailSecurityCode.Factory.newInstance(String newEmailAddress,
String code,
SecurityCodeAction action,
Timestamp creatingDate,
User kenmeiUser)
Constructs a new instance of
EmailSecurityCode , taking all possible
properties (except the identifier(s))as arguments. |
Modifier and Type | Class and Description |
---|---|
class |
SecurityCodeActionEnum
Represents a SecurityCodeAction.
|
Modifier and Type | Method and Description |
---|---|
UserSecurityCode |
UserSecurityCodeDaoBase.findByUser(Long userId,
SecurityCodeAction action) |
UserSecurityCode |
UserSecurityCodeDao.findByUser(Long userId,
SecurityCodeAction action)
Finds a code for an given user
|
protected UserSecurityCode |
UserSecurityCodeDaoImpl.handleFindByUser(Long userId,
SecurityCodeAction action)
Performs the core logic for
UserSecurityCodeDaoBase.findByUser(Long, com.communote.server.model.security.SecurityCodeAction) |
protected abstract UserSecurityCode |
UserSecurityCodeDaoBase.handleFindByUser(Long userId,
SecurityCodeAction action)
Performs the core logic for
UserSecurityCodeDaoBase.findByUser(Long, com.communote.server.model.security.SecurityCodeAction) |
Modifier and Type | Method and Description |
---|---|
SecurityCodeAction |
SecurityCodeConfirmationHandler.getAction() |
Constructor and Description |
---|
SecurityCodeConfirmationHandler(SecurityCodeAction action)
Create a new handler for the given action
|
Copyright © 2019 Communote team. All rights reserved.