| Package | Description |
|---|---|
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Class and Description |
|---|---|
class |
PolicySASLPolicy<T extends PolicySASLPolicy>
The policy configuration.
|
interface |
PolicySASLPolicyConfigurator<T extends PolicySASLPolicy> |
| 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.