@Address(value="/core-service=management/access=audit/syslog-handler=*/protocol=tls") @Implicit public class TlsProtocol<T extends TlsProtocol<T>> extends HashMap implements Keyed
| Modifier and Type | Class and Description |
|---|---|
static class |
TlsProtocol.TlsProtocolResources
Child mutators for TlsProtocol
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TlsProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
clientCertificateStoreAuthentication()
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthentication value)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationConsumer consumer)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
T |
clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationSupplier supplier)
Configuration for the keystore containing the client certificate if the
syslog server requires authentication.
|
String |
getKey() |
String |
host()
The host of the syslog server for the tls over tcp requests.
|
T |
host(String value)
The host of the syslog server for the tls over tcp requests.
|
String |
messageTransfer()
The message transfer setting as described in section 3.4 of RFC-6587.
|
T |
messageTransfer(String value)
The message transfer setting as described in section 3.4 of RFC-6587.
|
Integer |
port()
The port of the syslog server for the tls over tcp requests.
|
T |
port(Integer value)
The port of the syslog server for the tls over tcp requests.
|
Integer |
reconnectTimeout()
If a connection drop is detected, the number of seconds to wait before
reconnecting.
|
T |
reconnectTimeout(Integer value)
If a connection drop is detected, the number of seconds to wait before
reconnecting.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
TlsProtocol.TlsProtocolResources |
subresources() |
T |
truststoreAuthentication()
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthentication value)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthenticationConsumer consumer)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
T |
truststoreAuthentication(TruststoreAuthenticationSupplier supplier)
Configuration for the truststore for the server certificate, if not
signed by an authority.
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public TlsProtocol.TlsProtocolResources subresources()
public T truststoreAuthentication(TruststoreAuthentication value)
public T truststoreAuthentication(TruststoreAuthenticationConsumer consumer)
public T truststoreAuthentication()
public T truststoreAuthentication(TruststoreAuthenticationSupplier supplier)
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthentication value)
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationConsumer consumer)
public T clientCertificateStoreAuthentication()
public T clientCertificateStoreAuthentication(ClientCertificateStoreAuthenticationSupplier supplier)
@ModelNodeBinding(detypedName="host") public String host()
@ModelNodeBinding(detypedName="message-transfer") public String messageTransfer()
public T messageTransfer(String value)
@ModelNodeBinding(detypedName="port") public Integer port()
@ModelNodeBinding(detypedName="reconnect-timeout") public Integer reconnectTimeout()
Copyright © 2016 JBoss by Red Hat. All rights reserved.