A C F O S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- authenticate(String, String, char[]) - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Authenticates the user for provided realm using their username and password.
- authorize(String) - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Checks if the user is authorized.
C
- callbackHandler - Variable in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
F
- fail() - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Sends the information to the callbackHandler that the authorization failed.
O
- org.wildfly.security.mechanism.http - package org.wildfly.security.mechanism.http
S
- succeed() - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Sends the information to the callbackHandler that the authorization succeeded.
U
- UsernamePasswordAuthenticationMechanism - Class in org.wildfly.security.mechanism.http
-
A base class for HTTP mechanisms that operate on validation of plain text usernames and passwords.
- UsernamePasswordAuthenticationMechanism(CallbackHandler) - Constructor for class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Constructs a new
UsernamePasswordAuthenticationMechanisminstance.
All Classes All Packages