loginAuthenticatedCustomer(String, int, String, long, String, boolean, List< String >) method

Syntax

CustomerSession loginAuthenticatedCustomer ( String identifier , int identifierType , String origin , long callerId , String orgUnit , boolean allPrivilegesRequired , List< String > requiredPrivileges ) throws EntityNotFoundException, CustomerStatusException, SessionException, InternalCustomerException, MissingLoginPrivilegeException

Parameters

Returns

the created CustomerSession

Exceptions

Usage

Logs in an already authenticated end-user into an application and creating a new session. The session id that is returned should be used for each subsequent request and is valid either until it times out or a logout is called.

the created CustomerSession