|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ctg.monitoring.DistributedIdentity
public class DistributedIdentity
This class contains the distributed identity that is used to identify a user across multiple software components. The distributed identity is created when a J2EE application is authenticated with a security registry. A DistributedIdentity is flowed with each ECI request when identify propagation is enabled.
Constructor Summary | |
---|---|
DistributedIdentity(com.ibm.ctg.client.IDID idid)
|
Method Summary | |
---|---|
java.lang.String |
getDistinguishedName()
Returns a string which represents the distinguished name. |
java.lang.String |
getRealmName()
Returns a string which represents the realm name. |
boolean |
isAuthenticated()
Returns a boolean which indicates whether or not the distributed identity has been authenticated by a security registry. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DistributedIdentity(com.ibm.ctg.client.IDID idid)
Method Detail |
---|
public java.lang.String getDistinguishedName()
public java.lang.String getRealmName()
public boolean isAuthenticated()
public java.lang.String toString()
toString
in class java.lang.Object
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |