Class SecurityRoleAssignmentNode

  • All Implemented Interfaces:
    XMLNode

    public class SecurityRoleAssignmentNode
    extends RuntimeDescriptorNode
    This node handles all the role mapping information for weblogic-application.xml
    Version:
    Author:
    Sudarsan Sridhar
    • Constructor Detail

      • SecurityRoleAssignmentNode

        public SecurityRoleAssignmentNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    SecurityRoleAssignment descriptor)
        write the descriptor class to a DOM tree and return it
        Parameters:
        parent - node for the DOM tree
        node - name
        the - descriptor to write
        Returns:
        the DOM tree top node
      • writeDescriptors

        public Node writeDescriptors​(Node parent,
                                     String nodeName,
                                     Descriptor parentDesc)
        write all occurrences of the descriptor corresponding to the current node from the parent descriptor to an JAXP DOM node and return it This API will be invoked by the parent node when the parent node writes out a mix of statically and dynamically registered sub nodes. This method should be overriden by the sub classes if it needs to be called by the parent node.
        Overrides:
        writeDescriptors in class DeploymentDescriptorNode
        Parameters:
        parent - node in the DOM tree
        nodeName - the name of the node
        parentDesc - parent descriptor of the descriptor to be written
        Returns:
        the JAXP DOM node