Class InsecureAuthenticator

  • All Implemented Interfaces:
    Authenticator

    public class InsecureAuthenticator
    extends Object
    implements Authenticator
    This is an Authenticator implementation that doesn't actually do any security. Any principal will authenticate if a NullToken is provided. It's existence is primarily for testing, but can also be used for any system where user space management is not a concern.