D G H O P Q U
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DigestQuote - Class in org.wildfly.security.mechanism.digest
-
Utility class used to convert string to quoted strings.
- DigestUtil - Class in org.wildfly.security.mechanism.digest
-
Common utility functions used by Digest authentication mechanisms.
- DigestUtil() - Constructor for class org.wildfly.security.mechanism.digest.DigestUtil
G
- getRealm() - Method in class org.wildfly.security.mechanism.digest.PasswordDigestObtainer
-
Returns the realm obtained from callback or the default one.
- getTwoWayPasswordChars(TwoWayPassword, Supplier<Provider[]>, ElytronMessages) - Static method in class org.wildfly.security.mechanism.digest.DigestUtil
-
Get array of password chars from TwoWayPassword.
- getUsername() - Method in class org.wildfly.security.mechanism.digest.PasswordDigestObtainer
-
Returns the username obtained from callback or the default one.
H
- handleUserRealmPasswordCallbacks() - Method in class org.wildfly.security.mechanism.digest.PasswordDigestObtainer
-
Handles callbacks for user and password information.
O
- org.wildfly.security.mechanism.digest - package org.wildfly.security.mechanism.digest
P
- parseResponse(byte[], Charset, boolean, ElytronMessages) - Static method in class org.wildfly.security.mechanism.digest.DigestUtil
-
Client side method to parse challenge sent by server.
- PasswordDigestObtainer - Class in org.wildfly.security.mechanism.digest
-
Utility class used to obtain username+realm+password using SASL/HTTP mechanism callbacks.
- PasswordDigestObtainer(CallbackHandler, String, String, ElytronMessages, String, MessageDigest, Supplier<Provider[]>, String[], boolean, boolean) - Constructor for class org.wildfly.security.mechanism.digest.PasswordDigestObtainer
-
Constructs a new
PasswordDigestObtainerinstance.
Q
- quote(byte[]) - Static method in class org.wildfly.security.mechanism.digest.DigestQuote
-
Creates new Array quoted by SASL rules.
- quote(String) - Static method in class org.wildfly.security.mechanism.digest.DigestQuote
-
Creates new String quoted by SASL rules.
U
- userRealmPasswordDigest(MessageDigest, String, String, char[]) - Static method in class org.wildfly.security.mechanism.digest.DigestUtil
-
Digests the concatenated username, realm and password.
All Classes All Packages