Class | Description |
---|---|
AbstractServerAuthModule |
Superclass of all ServerAuthModules
Can be a container for common functionality and custom methods
|
AllFailureServerAuthModule |
Server Auth Module that sends a AuthStatus.FAILURE
|
AllSuccessServerAuthModule |
ServerAuthModule that returns AuthStatus.SUCCESS
|
DelegatingServerAuthModule |
Server Auth Module that delegates work to a login context
|
HttpServletServerAuthModule |
Server Auth Module capable of handling Http Servlet Authentication
|
SimpleClientAuthModule |
A simple implementation of an username/password based
client auth module
|
SimpleServerAuthModule |
A simple implementation of an username/password based
server auth module.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.