checkCredential(final long, final String, final int, final long) method

Similar to loginCustomer but does not create a session of the customer upon success.

Syntax

void checkCredential ( final long customerId , final String credential , final int credentialType , final long callerId ) throws EntityNotFoundException, CustomerStatusException, CredentialValidationException, SessionException

Parameters

Exceptions

Usage

Instead of an Identification the id of the customer must be provided. Other than that the same business logic is executed.