Java javax.security.sasl Sasl fields, constructors, methods, implement or subclass

Example usage for Java javax.security.sasl Sasl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.sasl Sasl.

The text is from its open source code.

Field

StringQOP
The name of a property that specifies the quality-of-protection to use.
StringSTRENGTH
The name of a property that specifies the cipher strength to use.
StringSERVER_AUTH
The name of a property that specifies whether the server must authenticate to the client.
StringMAX_BUFFER
The name of a property that specifies the maximum size of the receive buffer in bytes of SaslClient / SaslServer .
StringRAW_SEND_SIZE
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient / SaslServer .
StringREUSE
The name of a property that specifies whether to reuse previously authenticated session information.
StringPOLICY_NOPLAINTEXT
The name of a property that specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.
StringPOLICY_NOACTIVE
The name of a property that specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
StringPOLICY_NODICTIONARY
The name of a property that specifies whether mechanisms susceptible to passive dictionary attacks are not permitted.
StringPOLICY_NOANONYMOUS
The name of a property that specifies whether mechanisms that accept anonymous login are not permitted.
StringPOLICY_FORWARD_SECRECY
The name of a property that specifies whether mechanisms that implement forward secrecy between sessions are required.
StringPOLICY_PASS_CREDENTIALS
The name of a property that specifies whether mechanisms that pass client credentials are required.
StringCREDENTIALS
The name of a property that specifies the credentials to use.

Method