Class DisabledLoginModule

  • All Implemented Interfaces:
    LoginModule

    public class DisabledLoginModule
    extends Object
    implements LoginModule
    A login module that always fails authentication. It is to be used for a security domain that needs to be disabled, for instance when we don't want JAAS to fallback to using the 'other' security domain.
    Author:
    Marcus Moyses