public class SecurityIdentity
extends java.lang.Object
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
Modifier and Type | Class and Description |
---|---|
static class |
SecurityIdentity.Type
The type of the security identity, for example ODBC, JMS, IMS, etc.
|
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() |
public java.lang.String getResource()
public SecurityIdentity.Type getType()
public java.lang.String getName()
public java.lang.String getIntegrationServer()
public java.lang.String toString()
toString
in class java.lang.Object