com.ibm.broker.config.appdev.nodes

Class SecurityPEPNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class SecurityPEPNode
    extends Node

    SecurityPEPNode instance

    Security Policy Enforcement Point (PEP) node is used to invoke runtime security as defined by an associated security profile

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       7.0.0.2 Release
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SecurityPEPNode

        public SecurityPEPNode()
    • Method Detail

      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • getIdentityType

        public SecurityPEPNode.ENUM_SECURITYPEP_IDENTITYTYPE getIdentityType()
        Get the SecurityPEPNode "Identity token type" property
        Returns:
        ENUM_SECURITYPEP_IDENTITYTYPE; the value of the property "Identity token type"
      • setIdentityTokenLocation

        public SecurityPEPNode setIdentityTokenLocation(java.lang.String value)
        Set the SecurityPEPNode "Identity token location" property
        Parameters:
        value - String ; the value to set the property "Identity token location"
      • getIdentityTokenLocation

        public java.lang.String getIdentityTokenLocation()
        Get the SecurityPEPNode "Identity token location" property
        Returns:
        String; the value of the property "Identity token location"
      • setIdentityPasswordLocation

        public SecurityPEPNode setIdentityPasswordLocation(java.lang.String value)
        Set the SecurityPEPNode "Identity password location" property
        Parameters:
        value - String ; the value to set the property "Identity password location"
      • getIdentityPasswordLocation

        public java.lang.String getIdentityPasswordLocation()
        Get the SecurityPEPNode "Identity password location" property
        Returns:
        String; the value of the property "Identity password location"
      • setIdentityIssuedByLocation

        public SecurityPEPNode setIdentityIssuedByLocation(java.lang.String value)
        Set the SecurityPEPNode "Identity issuedBy location" property
        Parameters:
        value - String ; the value to set the property "Identity issuedBy location"
      • getIdentityIssuedByLocation

        public java.lang.String getIdentityIssuedByLocation()
        Get the SecurityPEPNode "Identity issuedBy location" property
        Returns:
        String; the value of the property "Identity issuedBy location"
      • setSecurityProfileName

        public SecurityPEPNode setSecurityProfileName(java.lang.String value)
        Set the SecurityPEPNode "SecurityProfileName" property
        Parameters:
        value - String ; the value to set the property "SecurityProfileName"
      • getSecurityProfileName

        public java.lang.String getSecurityProfileName()
        Get the SecurityPEPNode "SecurityProfileName" property
        Returns:
        String; the value of the property "SecurityProfileName"
      • setWsTrustAppliesToServiceAddress

        public SecurityPEPNode setWsTrustAppliesToServiceAddress(java.lang.String value)
        Set the SecurityPEPNode "WS-Trust Applies-To Address" property
        Parameters:
        value - String ; the value to set the property "WS-Trust Applies-To Address"
      • getWsTrustAppliesToServiceAddress

        public java.lang.String getWsTrustAppliesToServiceAddress()
        Get the SecurityPEPNode "WS-Trust Applies-To Address" property
        Returns:
        String; the value of the property "WS-Trust Applies-To Address"
      • setWsTrustAppliesToServiceName

        public SecurityPEPNode setWsTrustAppliesToServiceName(java.lang.String value)
        Set the SecurityPEPNode "WS-Trust Applies-To Service" property
        Parameters:
        value - String ; the value to set the property "WS-Trust Applies-To Service"
      • getWsTrustAppliesToServiceName

        public java.lang.String getWsTrustAppliesToServiceName()
        Get the SecurityPEPNode "WS-Trust Applies-To Service" property
        Returns:
        String; the value of the property "WS-Trust Applies-To Service"
      • setWsTrustAppliesToServicePortType

        public SecurityPEPNode setWsTrustAppliesToServicePortType(java.lang.String value)
        Set the SecurityPEPNode "WS-Trust Applies-To PortType" property
        Parameters:
        value - String ; the value to set the property "WS-Trust Applies-To PortType"
      • getWsTrustAppliesToServicePortType

        public java.lang.String getWsTrustAppliesToServicePortType()
        Get the SecurityPEPNode "WS-Trust Applies-To PortType" property
        Returns:
        String; the value of the property "WS-Trust Applies-To PortType"
      • setWsTrustIssuerAddress

        public SecurityPEPNode setWsTrustIssuerAddress(java.lang.String value)
        Set the SecurityPEPNode "WS-Trust Issuer Address" property
        Parameters:
        value - String ; the value to set the property "WS-Trust Issuer Address"
      • getWsTrustIssuerAddress

        public java.lang.String getWsTrustIssuerAddress()
        Get the SecurityPEPNode "WS-Trust Issuer Address" property
        Returns:
        String; the value of the property "WS-Trust Issuer Address"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name