beforeAuthenticate(final AtomicReference< Req >, final AtomicReference< Res >, final AtomicReference< CallerInformation >, final AtomicReference< Long >, final AtomicReference< AuthenticationMethodComputation >, final AtomicReference< ITransactionCredential >) method

Pre Authenticate processing step.

Syntax

void beforeAuthenticate ( final AtomicReference< Req > requestRef , final AtomicReference< Res > responseRef , final AtomicReference< CallerInformation > callerRef , final AtomicReference< Long > authIdRef , final AtomicReference< AuthenticationMethodComputation > authMethods , final AtomicReference< ITransactionCredential > credentials )

Parameters

Usage

This method does nothing and can be overridden