@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AuthenticationContextAwareAuthenticator
Indicates that this authenticator stores the user in the AuthenticationContext and does not rely
on the old behavior of com.atlassian.seraph.filter.BaseLoginFilter.SecurityHttpRequestWrapper.getRemoteUser()