Class SimpleServerAuthContext

  • All Implemented Interfaces:
    ServerAuthContext, ServerAuth

    public class SimpleServerAuthContext
    extends java.lang.Object
    implements ServerAuthContext
    Basic implementation primarily intended for use when using third-party ServerAuthModule implementations that only provide the module. This implementation supports multiple modules and will treat the user as authenticated if any one module is able to authenticate the user.