public class IIOPOpenjdk<T extends IIOPOpenjdk<T>> extends HashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
IIOPOpenjdk.AuthMethod |
static class |
IIOPOpenjdk.CallerPropagation |
static class |
IIOPOpenjdk.ClientRequires |
static class |
IIOPOpenjdk.ClientSupports |
static class |
IIOPOpenjdk.Confidentiality |
static class |
IIOPOpenjdk.DetectMisordering |
static class |
IIOPOpenjdk.DetectReplay |
static class |
IIOPOpenjdk.Integrity |
static class |
IIOPOpenjdk.Security |
static class |
IIOPOpenjdk.ServerRequires |
static class |
IIOPOpenjdk.ServerSupports |
static class |
IIOPOpenjdk.Transactions |
static class |
IIOPOpenjdk.TrustInClient |
static class |
IIOPOpenjdk.TrustInTarget |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IIOPOpenjdk() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addComponentViaInterceptor()
Indicates whether SSL components should be added by an IOR interceptor
(on) or not (off).
|
T |
addComponentViaInterceptor(Boolean value)
Indicates whether SSL components should be added by an IOR interceptor
(on) or not (off).
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
IIOPOpenjdk.AuthMethod |
authMethod()
The authentication method.
|
T |
authMethod(IIOPOpenjdk.AuthMethod value)
The authentication method.
|
IIOPOpenjdk.CallerPropagation |
callerPropagation()
Indicates whether the caller identity should be propagated in the SAS
context or not.
|
T |
callerPropagation(IIOPOpenjdk.CallerPropagation value)
Indicates whether the caller identity should be propagated in the SAS
context or not.
|
IIOPOpenjdk.ClientRequires |
clientRequires()
Value that indicates the client SSL required parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
T |
clientRequires(IIOPOpenjdk.ClientRequires value)
Value that indicates the client SSL required parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
IIOPOpenjdk.ClientSupports |
clientSupports()
Value that indicates the client SSL supported parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
T |
clientSupports(IIOPOpenjdk.ClientSupports value)
Value that indicates the client SSL supported parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
IIOPOpenjdk.Confidentiality |
confidentiality()
Indicates whether the transport must require confidentiality protection
or not.
|
T |
confidentiality(IIOPOpenjdk.Confidentiality value)
Indicates whether the transport must require confidentiality protection
or not.
|
IIOPOpenjdk.DetectMisordering |
detectMisordering()
Indicates whether the transport must require misordering detection or
not.
|
T |
detectMisordering(IIOPOpenjdk.DetectMisordering value)
Indicates whether the transport must require misordering detection or
not.
|
IIOPOpenjdk.DetectReplay |
detectReplay()
Indicates whether the transport must require replay detection or not.
|
T |
detectReplay(IIOPOpenjdk.DetectReplay value)
Indicates whether the transport must require replay detection or not.
|
Boolean |
exportCorbaloc()
Indicates whether the root context should be exported as
corbaloc::address:port/NameService (on) or not (off).
|
T |
exportCorbaloc(Boolean value)
Indicates whether the root context should be exported as
corbaloc::address:port/NameService (on) or not (off).
|
String |
getKey() |
String |
giopVersion()
The GIOP version to be used.
|
T |
giopVersion(String value)
The GIOP version to be used.
|
Integer |
highWaterMark()
TCP connection cache parameter.
|
T |
highWaterMark(Integer value)
TCP connection cache parameter.
|
IIOPOpenjdk.Integrity |
integrity()
Indicates whether the transport must require integrity protection or not.
|
T |
integrity(IIOPOpenjdk.Integrity value)
Indicates whether the transport must require integrity protection or not.
|
Integer |
numberToReclaim()
TCP connection cache parameter.
|
T |
numberToReclaim(Integer value)
TCP connection cache parameter.
|
String |
persistentServerId()
Persistent id of the server.
|
T |
persistentServerId(String value)
Persistent id of the server.
|
Map |
properties()
A list of generic key/value properties.
|
T |
properties(Map value)
A list of generic key/value properties.
|
T |
property(String key,
Object value)
A list of generic key/value properties.
|
String |
realm()
The authentication service (AS) realm name.
|
T |
realm(String value)
The authentication service (AS) realm name.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
required()
Indicates if authentication is required (true) or not (false).
|
T |
required(Boolean value)
Indicates if authentication is required (true) or not (false).
|
String |
rootContext()
The naming service root context.
|
T |
rootContext(String value)
The naming service root context.
|
IIOPOpenjdk.Security |
security()
Indicates whether the security interceptors are to be installed (on) or
not (off).
|
T |
security(IIOPOpenjdk.Security value)
Indicates whether the security interceptors are to be installed (on) or
not (off).
|
String |
securityDomain()
The name of the security domain that holds the key and trust stores that
will be used to establish SSL connections.
|
T |
securityDomain(String value)
The name of the security domain that holds the key and trust stores that
will be used to establish SSL connections.
|
IIOPOpenjdk.ServerRequires |
serverRequires()
Value that indicates the server SSL required parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
T |
serverRequires(IIOPOpenjdk.ServerRequires value)
Value that indicates the server SSL required parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
IIOPOpenjdk.ServerSupports |
serverSupports()
Value that indicates the server SSL supported parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
T |
serverSupports(IIOPOpenjdk.ServerSupports value)
Value that indicates the server SSL supported parameters (None,
ServerAuth, ClientAuth, MutualAuth).
|
String |
socketBinding()
The name of the socket binding configuration that specifies the ORB port.
|
T |
socketBinding(String value)
The name of the socket binding configuration that specifies the ORB port.
|
String |
sslSocketBinding()
The name of the socket binding configuration that specifies the ORB SSL
port.
|
T |
sslSocketBinding(String value)
The name of the socket binding configuration that specifies the ORB SSL
port.
|
Boolean |
supportSsl()
Indicates whether SSL is to be supported (on) or not (off).
|
T |
supportSsl(Boolean value)
Indicates whether SSL is to be supported (on) or not (off).
|
IIOPOpenjdk.Transactions |
transactions()
Indicates whether the transactions interceptors are to be installed (on
or spec) or not (off).
|
T |
transactions(IIOPOpenjdk.Transactions value)
Indicates whether the transactions interceptors are to be installed (on
or spec) or not (off).
|
IIOPOpenjdk.TrustInClient |
trustInClient()
Indicates if the transport must require trust in client to be
established.
|
T |
trustInClient(IIOPOpenjdk.TrustInClient value)
Indicates if the transport must require trust in client to be
established.
|
IIOPOpenjdk.TrustInTarget |
trustInTarget()
Indicates if the transport must require trust in target to be
established.
|
T |
trustInTarget(IIOPOpenjdk.TrustInTarget value)
Indicates if the transport must require trust in target to be
established.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Map properties()
public IIOPOpenjdk.AuthMethod authMethod()
public T authMethod(IIOPOpenjdk.AuthMethod value)
public String realm()
public Boolean required()
public T required(Boolean value)
public IIOPOpenjdk.Security security()
public T security(IIOPOpenjdk.Security value)
public IIOPOpenjdk.Transactions transactions()
public T transactions(IIOPOpenjdk.Transactions value)
public Boolean exportCorbaloc()
public T exportCorbaloc(Boolean value)
public String rootContext()
public String giopVersion()
public String persistentServerId()
public T persistentServerId(String value)
public String socketBinding()
public T socketBinding(String value)
public String sslSocketBinding()
public T sslSocketBinding(String value)
public IIOPOpenjdk.CallerPropagation callerPropagation()
public T callerPropagation(IIOPOpenjdk.CallerPropagation value)
public Boolean addComponentViaInterceptor()
public T addComponentViaInterceptor(Boolean value)
public IIOPOpenjdk.ClientRequires clientRequires()
public T clientRequires(IIOPOpenjdk.ClientRequires value)
public IIOPOpenjdk.ClientSupports clientSupports()
public T clientSupports(IIOPOpenjdk.ClientSupports value)
public String securityDomain()
public T securityDomain(String value)
public IIOPOpenjdk.ServerRequires serverRequires()
public T serverRequires(IIOPOpenjdk.ServerRequires value)
public IIOPOpenjdk.ServerSupports serverSupports()
public T serverSupports(IIOPOpenjdk.ServerSupports value)
public Boolean supportSsl()
public T supportSsl(Boolean value)
public Integer highWaterMark()
public T highWaterMark(Integer value)
public Integer numberToReclaim()
public T numberToReclaim(Integer value)
public IIOPOpenjdk.Confidentiality confidentiality()
public T confidentiality(IIOPOpenjdk.Confidentiality value)
public IIOPOpenjdk.DetectMisordering detectMisordering()
public T detectMisordering(IIOPOpenjdk.DetectMisordering value)
public IIOPOpenjdk.DetectReplay detectReplay()
public T detectReplay(IIOPOpenjdk.DetectReplay value)
public IIOPOpenjdk.Integrity integrity()
public T integrity(IIOPOpenjdk.Integrity value)
public IIOPOpenjdk.TrustInClient trustInClient()
public T trustInClient(IIOPOpenjdk.TrustInClient value)
public IIOPOpenjdk.TrustInTarget trustInTarget()
public T trustInTarget(IIOPOpenjdk.TrustInTarget value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.