Notifies any registered {@link AuthenticationListener AuthenticationListener}s that
authentication was successful for the specified {@code token} which resulted in the specified
{@code info}. This implementation merely iterates over the internal {@code listeners} collection and
calls {@link AuthenticationListener#onSuccess(AuthenticationToken, AuthenticationInfo) onSuccess}
for each.
@param token the submitted {@code AuthenticationToken} that resulted in a successful authentication.
@param info the returned {@code AuthenticationInfo} resulting from the successful authentication.
Notifies any registered {@link AuthenticationListener AuthenticationListener}s that authentication was successful for the specified {@code token} which resulted in the specified {@code info}. This implementation merely iterates over the internal {@code listeners} collection and calls {@link AuthenticationListener#onSuccess(AuthenticationToken, AuthenticationInfo) onSuccess} for each.
@param token the submitted {@code AuthenticationToken} that resulted in a successful authentication. @param info the returned {@code AuthenticationInfo} resulting from the successful authentication.