| Package | Description |
|---|---|
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Class and Description |
|---|---|
class |
SASLSecurity<T extends SASLSecurity>
The "sasl" element contains the SASL authentication configuration for this connector.
|
interface |
SASLSecurityConfigurator<T extends SASLSecurity> |
| Modifier and Type | Method and Description |
|---|---|
SASLSecurity |
SASLSecurity.includeMechanisms(List<String> value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
SASLSecurity |
SASLSecurity.includeMechanismsValue(String value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
SASLSecurity |
SASLSecurity.policySaslPolicy(PolicySASLPolicy value)
The policy configuration.
|
SASLSecurity |
SASLSecurity.property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
SASLSecurity.property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
SASLSecurity.property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
SASLSecurity.propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
SASLSecurity |
SASLSecurity.qop(List<String> value)
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
SASLSecurity |
SASLSecurity.qopValue(String value)
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
SASLSecurity |
SASLSecurity.reuseSession(Boolean value)
The optional nested "reuse-session" boolean element specifies whether or not the server should attempt to reuse previously authenticated session information.
|
SASLSecurity |
HTTPConnector.saslSecurity()
The "sasl" element contains the SASL authentication configuration for this connector.
|
SASLSecurity |
Connector.saslSecurity()
The "sasl" element contains the SASL authentication configuration for this connector.
|
SASLSecurity |
SASLSecurity.serverAuth(Boolean value)
The optional nested "server-auth" boolean element specifies whether the server should authenticate to the client.
|
SASLSecurity |
SASLSecurity.strength(List<String> value)
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
SASLSecurity |
SASLSecurity.strengthValue(String value)
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPConnector |
HTTPConnector.saslSecurity(SASLSecurity value)
The "sasl" element contains the SASL authentication configuration for this connector.
|
Connector |
Connector.saslSecurity(SASLSecurity value)
The "sasl" element contains the SASL authentication configuration for this connector.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.