com.signalsoftcorp.lst.client
Interface WVP10Constants

All Superinterfaces:
Constants

public interface WVP10Constants
extends Constants


Field Summary
static java.lang.String DEFAULT_CODE_SIGNATURE
          The default code (pin) replacement signature of initiateVerifySubscriber message, if not supplied by the client: Value = "%CODE%".
static int INCORRECT_VERIFICATIONALIAS
          (5001) The verification alias supplied is not correct.
static int PERMISSION_DOES_NOT_EXIST
          (5004) A permission for this subscriber does not exists.
static int PSID_ALREADY_EXISTS
          (5005) A PSID for this subscriber/client relation does already exists.
static int SUBSCRIBERSTATUS_AUTHORIZATIONFAILED
          (5010) The client is not authorized to perform this method.
static int SUBSCRIBERSTATUS_INVALIDCHECK
          (5006) The subscriberValidation failed.
static int SUBSCRIBERSTATUS_NOFUNDS
          (5008)The subscribtion has no funds available.
static int SUBSCRIBERSTATUS_NOTSUBSCRIBER
          (5009) The subscribtion does not exists (or does not belong the operator).
static int SUBSCRIBERSTATUS_TRANSFERRED
          (5007) The subscribtion has been transferred.
static int UNSUPPORTED_SUBSCRIBER_TYPE
          (5003) The subscriber type supplied is not allowed for the method called.
static int VALIDATION_DISABLED
          (5011) The validation facade is disabled.
static int WRONG_PIN
          (5000) Wrong PIN supplied.
 
Fields inherited from interface com.signalsoftcorp.lst.client.Constants
CLIENT_AUTHENTICATION_FAILED, CLIENT_NOT_ENABLED, CLIENT_NOT_FOUND, INCORRECT_PASSWORD, INVALID_ARGUMENT, INVALID_SUBSCRIBER_ID, MASTER_PRIVACY_DENY_ALL, OK, OPERATOR_SERVICE_NOT_ENABLED, SUBSCRIBER_NOT_FOUND, SUBSCRIBER_SERVICE_NOT_ENABLED, SUBSCRIBER_TYPE_NOT_ALLOWED, SYSTEM_FAILURE, UNDEFINED
 

Field Detail

WRONG_PIN

public static final int WRONG_PIN
(5000) Wrong PIN supplied. Returned by completeVerifySubscriber

INCORRECT_VERIFICATIONALIAS

public static final int INCORRECT_VERIFICATIONALIAS
(5001) The verification alias supplied is not correct. Returned by completeVerifySubscriber.

UNSUPPORTED_SUBSCRIBER_TYPE

public static final int UNSUPPORTED_SUBSCRIBER_TYPE
(5003) The subscriber type supplied is not allowed for the method called. Returned by initiateVerifySubscriber and validateSubscription.

PERMISSION_DOES_NOT_EXIST

public static final int PERMISSION_DOES_NOT_EXIST
(5004) A permission for this subscriber does not exists. This response code indicates an internal error. Returned by initiateVerifySubscriber and validateSubscription.

PSID_ALREADY_EXISTS

public static final int PSID_ALREADY_EXISTS
(5005) A PSID for this subscriber/client relation does already exists. Returned by completeVerifySubscriber.

SUBSCRIBERSTATUS_INVALIDCHECK

public static final int SUBSCRIBERSTATUS_INVALIDCHECK
(5006) The subscriberValidation failed. Returned by validateSubscription.

SUBSCRIBERSTATUS_TRANSFERRED

public static final int SUBSCRIBERSTATUS_TRANSFERRED
(5007) The subscribtion has been transferred. Returned by validateSubscription.

SUBSCRIBERSTATUS_NOFUNDS

public static final int SUBSCRIBERSTATUS_NOFUNDS
(5008)The subscribtion has no funds available. Returned by validateSubscription.

SUBSCRIBERSTATUS_NOTSUBSCRIBER

public static final int SUBSCRIBERSTATUS_NOTSUBSCRIBER
(5009) The subscribtion does not exists (or does not belong the operator). Returned by validateSubscription.

SUBSCRIBERSTATUS_AUTHORIZATIONFAILED

public static final int SUBSCRIBERSTATUS_AUTHORIZATIONFAILED
(5010) The client is not authorized to perform this method. Returned by validateSubscription.

VALIDATION_DISABLED

public static final int VALIDATION_DISABLED
(5011) The validation facade is disabled. Returned by all.

DEFAULT_CODE_SIGNATURE

public static final java.lang.String DEFAULT_CODE_SIGNATURE
The default code (pin) replacement signature of initiateVerifySubscriber message, if not supplied by the client: Value = "%CODE%".


Copyright © SignalSoft Corp. All Rights Reserved.