@Deprecated
public class ConnectionInfoCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
ConnectionAttributes principal retrieved from the LoginModule
Subject.ConnectionAttributes| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionInfoCallback.Type
Deprecated.
Enumeration of possible connection types.
|
| Constructor and Description |
|---|
ConnectionInfoCallback()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress |
getInetAddress()
Deprecated.
|
ConnectionInfoCallback.Type |
getType()
Deprecated.
|
byte[] |
getX509Data()
Deprecated.
|
boolean |
isSSL()
Deprecated.
|
void |
setInetAddress(java.net.InetAddress inetAddress)
Deprecated.
|
void |
setSSL(boolean ssl)
Deprecated.
|
void |
setType(ConnectionInfoCallback.Type type)
Deprecated.
|
void |
setX509Data(byte[] x509)
Deprecated.
|
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 TLS 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 © Cloud Software Group, Inc. All rights reserved