Class AllFailureServerAuthModule

  • All Implemented Interfaces:
    javax.security.auth.message.module.ServerAuthModule, javax.security.auth.message.ServerAuth

    public class AllFailureServerAuthModule
    extends AbstractServerAuthModule
    Server Auth Module that sends a AuthStatus.FAILURE
    Author:
    Anil.Saldhana@redhat.com
    • Constructor Detail

      • AllFailureServerAuthModule

        public AllFailureServerAuthModule()
    • Method Detail

      • validate

        protected boolean validate​(Subject clientSubject,
                                   javax.security.auth.message.MessageInfo messageInfo)
                            throws javax.security.auth.message.AuthException
        Description copied from class: AbstractServerAuthModule
        Subclasses have to implement this method to actually validate the subject
        Specified by:
        validate in class AbstractServerAuthModule
        Returns:
        Throws:
        javax.security.auth.message.AuthException
      • secureResponse

        public javax.security.auth.message.AuthStatus secureResponse​(javax.security.auth.message.MessageInfo arg0,
                                                                     Subject arg1)
                                                              throws javax.security.auth.message.AuthException
        Throws:
        javax.security.auth.message.AuthException
      • getSupportedMessageTypes

        public Class[] getSupportedMessageTypes()
        Specified by:
        getSupportedMessageTypes in interface javax.security.auth.message.module.ServerAuthModule
        Overrides:
        getSupportedMessageTypes in class AbstractServerAuthModule
        See Also:
        ServerAuthModule.getSupportedMessageTypes()