/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
H A D | DigestMD5MessageFactory.php | 15 use FreeDSx\Sasl\Exception\SaslException; alias 72 throw new SaslException( 98 throw new SaslException('The server response must include the rspauth value.'); 105 * @throws SaslException 128 * @throws SaslException 158 * @throws SaslException 175 throw new SaslException(sprintf( 202 throw new SaslException('There are no available ciphers for auth-conf.'); 209 * @throws SaslException 228 throw new SaslException(sprintf( [all …]
|
H A D | NonceTrait.php | 15 use FreeDSx\Sasl\Exception\SaslException; alias 31 * @throws SaslException 38 throw new SaslException(sprintf(
|
H A D | MessageFactoryInterface.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 31 * @throws SaslException
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/ |
H A D | DigestMD5SecurityLayer.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 111 * @throws SaslException 122 throw new SaslException(sprintf( 129 throw new SaslException(sprintf( 170 * @throws SaslException 199 * @throws SaslException 222 * @throws SaslException 227 throw new SaslException(sprintf( 250 * @throws SaslException 387 * @throws SaslException [all …]
|
H A D | SecurityLayerInterface.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 28 * @throws SaslException 35 * @throws SaslException
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | MechanismSelector.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 38 * @throws SaslException 63 * @throws SaslException 87 throw new SaslException('No supported SASL mechanisms could be found.'); 97 * @throws SaslException 168 * @throws SaslException 172 throw new SaslException(sprintf(
|
H A D | SaslBuffer.php | 15 use FreeDSx\Sasl\Exception\SaslException; alias 37 * @throws SaslException 48 throw new SaslException('The buffer length exceeds the maximum allowed.');
|
H A D | Sasl.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 51 throw new SaslException('The mechanism "%s" is not supported.'); 97 * @throws SaslException if no supported mechanism could be found.
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
H A D | CramMD5Challenge.php | 16 use FreeDSx\Sasl\Exception\SaslException; alias 82 throw new SaslException('Expected a server challenge to generate a client response.'); 85 throw new SaslException('A username and password is required for a client response.'); 98 throw new SaslException('The client response must have a username.'); 101 throw new SaslException('The client response must have a digest.'); 104 … throw new SaslException('To validate the client response you must supply the password option.'); 111 …throw new SaslException('The password option must be callable. It will be passed the username and …
|
H A D | PlainChallenge.php | 15 use FreeDSx\Sasl\Exception\SaslException; alias 63 …throw new SaslException('You must pass a callable validate option to the plain mechanism in server… 78 throw new SaslException('You must supply a username for the PLAIN mechanism.'); 81 throw new SaslException('You must supply a password for the PLAIN mechanism.');
|
H A D | ChallengeInterface.php | 14 use FreeDSx\Sasl\Exception\SaslException; alias 32 * @throws SaslException
|
H A D | DigestMD5Challenge.php | 15 use FreeDSx\Sasl\Exception\SaslException; alias 85 * @throws SaslException 97 … throw new SaslException('The rspauth value was received before the response was generated.'); 133 * @throws SaslException
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/ |
H A D | DigestMD5Mechanism.php | 16 use FreeDSx\Sasl\Exception\SaslException; alias 98 * @throws SaslException 113 throw new SaslException('The qop directive must be one of: auth, auth-conf, auth-int.');
|
H A D | CramMD5Mechanism.php | 16 use FreeDSx\Sasl\Exception\SaslException; alias 64 throw new SaslException('CRAM-MD5 does not support a security layer.');
|
H A D | PlainMechanism.php | 16 use FreeDSx\Sasl\Exception\SaslException; alias 64 throw new SaslException('The PLAIN mechanism does not support a security layer.');
|
H A D | AnonymousMechanism.php | 16 use FreeDSx\Sasl\Exception\SaslException; alias 64 throw new SaslException('The ANONYMOUS mechanism does not support a security layer.');
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Exception/ |
H A D | SaslEncodingException.php | 19 class SaslEncodingException extends SaslException
|
H A D | SaslBufferException.php | 19 class SaslBufferException extends SaslException
|
H A D | SaslException.php | 19 class SaslException extends \Exception class
|