if (authenticate == null || authenticate.isUsernameAuth())
{
for (Token token : header.getTokens())
{
if (token instanceof UsernameToken)
new ReceiveUsernameOperation(header, store, (nonceFactory != null ? nonceFactory.getStore() : null)).process(message, token);
}
}
signedIds.clear();
encryptedIds.clear();