Class BaseAuthConfig

  • Direct Known Subclasses:
    ClientAuthConfig, ServerAuthConfig

    public class BaseAuthConfig
    extends Object
    This class is the container's base interface to the AuthConfig subsystem to get AuthContext objects on which to invoke message layer authentication providers. It is not intended to be layer or web services specific (see getMechanisms method at end). The ServerAuthConfig and ClientAuthConfig classes extend this class.
    • Method Detail

      • getContext

        protected Object getContext​(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMC)
      • getMethod

        public static Method getMethod​(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMC)
      • getMechanisms

        public QName[] getMechanisms()