Uses of Class
org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
-
Packages that use UsernamePasswordAuthenticationMechanism Package Description org.wildfly.security.http.basic org.wildfly.security.http.form -
-
Uses of UsernamePasswordAuthenticationMechanism in org.wildfly.security.http.basic
Subclasses of UsernamePasswordAuthenticationMechanism in org.wildfly.security.http.basic Modifier and Type Class Description (package private) class
BasicAuthenticationMechanism
Implementation of the HTTP BASIC authentication mechanism -
Uses of UsernamePasswordAuthenticationMechanism in org.wildfly.security.http.form
Subclasses of UsernamePasswordAuthenticationMechanism in org.wildfly.security.http.form Modifier and Type Class Description (package private) class
FormAuthenticationMechanism
A generic FORM authentication mechanism which is usable in a number of different scenarios.
-