| Package | Description |
|---|---|
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Method and Description |
|---|---|
PolicySaslPolicy |
PolicySaslPolicy.forwardSecrecy(Boolean value)
The optional nested "forward-secrecy" element contains a boolean value which specifies whether mechanisms that implement forward secrecy between sessions are required.
|
PolicySaslPolicy |
PolicySaslPolicy.noActive(Boolean value)
The optional nested "no-active" element contains a boolean value which specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
|
PolicySaslPolicy |
PolicySaslPolicy.noAnonymous(Boolean value)
The optional nested "no-anonymous" element contains a boolean value which specifies whether mechanisms that accept anonymous login are permitted.
|
PolicySaslPolicy |
PolicySaslPolicy.noDictionary(Boolean value)
The optional nested "no-dictionary" element contains a boolean value which specifies whether mechanisms susceptible to passive dictionary attacks are permitted.
|
PolicySaslPolicy |
PolicySaslPolicy.noPlainText(Boolean value)
The optional nested "no-plain-text" element contains a boolean value which specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.
|
PolicySaslPolicy |
PolicySaslPolicy.passCredentials(Boolean value)
The optional nested "pass-credentials" element contains a boolean value which specifies whether mechanisms that pass client credentials are required.
|
PolicySaslPolicy |
SaslSecurity.policySaslPolicy()
The policy configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SaslSecurity |
SaslSecurity.policySaslPolicy(PolicySaslPolicy value)
The policy configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.