public class CertificateCallbackInfo extends Object
| Modifier and Type | Method and Description | 
|---|---|
X509Certificate[] | 
getCertificate()
Returns the X509 certificate of the end user making the RMI connection. 
 | 
String | 
getDomainName()
Returns the WebLogic domain of the client. 
 | 
String | 
getDstAddress()
Returns the IP address of the invoked server instance. 
 | 
int | 
getDstPort()
Returns the listen port of the invoked server instance. 
 | 
String | 
getServerName()
Returns the host name of the client machine. 
 | 
String | 
getSrcAddress()
Returns the IP address of the client making the RMI connection. 
 | 
int | 
getSrcPort()
Returns the client port. 
 | 
Subject | 
getSubject()
Returns the authenticated Subject. 
 | 
public Subject getSubject()
public X509Certificate[] getCertificate()
public String getSrcAddress()
public String getDomainName()
public int getSrcPort()
public String getServerName()
public String getDstAddress()
public int getDstPort()