Class Layer1ApiAdditionalLoginDataMessage

java.lang.Object
velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
All Implemented Interfaces:
Layer1ApiIgnorableDownwardMessage, UserProviderTargetedMessage

public class Layer1ApiAdditionalLoginDataMessage extends Object implements UserProviderTargetedMessage
Is received by providers when sending additional login data through Layer1ApiAdminProvider.sendUserMessage(Object). Can be received as response on Layer1ApiAdditionalLoginDataRequestMessage from the provider or independently. Provider should not perform and cancel additional login if the message was sent in response to Layer1ApiAdditionalLoginDataRequestMessage AND has cancelAdditionalLoginRequest with the value true. Provider should perform additional login and send a Layer1ApiAdditionalLoginDataMessage.Callback using Layer1ApiAdminListener.onUserMessage(Object) as a response to this message if cancelAdditionalLoginRequest is false. The message can be ignored if the provider doesn't support additional login. Also, the provider may enable some features after receiving this message in the case of successful login.