public class ConnectionInfoCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionInfoCallback.Type |
Constructor and Description |
---|
ConnectionInfoCallback() |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
getInetAddress() |
ConnectionInfoCallback.Type |
getType() |
byte[] |
getX509Data() |
boolean |
isSSL() |
void |
setInetAddress(java.net.InetAddress inetAddress) |
void |
setSSL(boolean ssl) |
void |
setType(ConnectionInfoCallback.Type type) |
void |
setX509Data(byte[] x509) |
public java.net.InetAddress getInetAddress()
public void setInetAddress(java.net.InetAddress inetAddress)
inetAddress
- the inetAddress to setpublic boolean isSSL()
public void setSSL(boolean ssl)
ssl
- the ssl value to setpublic byte[] getX509Data()
public void setX509Data(byte[] x509)
x509
- the x509 certificate to setpublic ConnectionInfoCallback.Type getType()
public void setType(ConnectionInfoCallback.Type type)
type
- the type to setCopyright © TIBCO Software Inc. All rights reserved