Class DefaultWebServiceLoginConfigNode

  • All Implemented Interfaces:
    XMLNode

    public class DefaultWebServiceLoginConfigNode
    extends RuntimeDescriptorNode
    Adds default login configuration to all Web Service EJB nodes
    Author:
    lprimak
    • Constructor Detail

      • DefaultWebServiceLoginConfigNode

        public DefaultWebServiceLoginConfigNode()
    • Method Detail

      • getDispatchTable

        protected Map getDispatchTable()
        Description copied from class: DeploymentDescriptorNode
        all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.
        Overrides:
        getDispatchTable in class DeploymentDescriptorNode
        Returns:
        the map with the element name as a key, the setter method as a value
      • setRealm

        public void setRealm​(String realm)
      • setAuthMethod

        public void setAuthMethod​(String authMethod)