| Package | Description |
|---|---|
| org.wildfly.swarm.config.remoting |
| 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.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.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.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.
|
| 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.