com.ibm.broker.config.proxy

Class SecurityIdentity

  • java.lang.Object
    • com.ibm.broker.config.proxy.SecurityIdentity


  • public class SecurityIdentity
    extends java.lang.Object
    Each instance of this class represents a security identity defined against an integration node or integration server by using the mqsisetdbparms command.

    com.ibm.broker.config.proxy.SecurityIdentity

    Responsibilities Represents a security identity defined against an integration node or integration server by using the mqsisetdbparms command.
    Internal Collaborators None
     
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     53330    2015-09-30  SS1             v10.0.0.3 Release
     
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  SecurityIdentity.Type
      The type of the security identity, for example ODBC, JMS, IMS, etc.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getIntegrationServer()
      Get the execution group name of the security identity, if one has been specified.
      java.lang.String getName()
      Get the name of the security identity.
      java.lang.String getResource()
      Get the resource that the security identity is associated with.
      SecurityIdentity.Type getType()
      Get the type (ODBC, JMS, IMS, etc.) of the security identity.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getResource

        public java.lang.String getResource()
        Get the resource that the security identity is associated with. This is the same value as the value specified as the -n flag on the mqsisetdbparms command.
        Returns:
        the resource that the security identity is associated with.
      • getType

        public SecurityIdentity.Type getType()
        Get the type (ODBC, JMS, IMS, etc.) of the security identity.
        Returns:
        the type (ODBC, JMS, IMS, etc.) of the security identity.
      • getName

        public java.lang.String getName()
        Get the name of the security identity. This differs from the resource, as the type and integration server are not present.
        Returns:
        the name of the security identity.
      • getIntegrationServer

        public java.lang.String getIntegrationServer()
        Get the execution group name of the security identity, if one has been specified.
        Returns:
        the execution group name of the security identity, or null if one has not been specified.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object