Package | Description |
---|---|
org.jboss.security.auth.container.modules | |
org.jboss.security.auth.message.config |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerAuthModule
Superclass of all ServerAuthModules
Can be a container for common functionality and custom methods
|
class |
AllFailureServerAuthModule
Server Auth Module that sends a AuthStatus.FAILURE
|
class |
AllSuccessServerAuthModule
ServerAuthModule that returns AuthStatus.SUCCESS
|
class |
DelegatingServerAuthModule
Server Auth Module that delegates work to a login context
|
class |
HttpServletServerAuthModule
Server Auth Module capable of handling Http Servlet Authentication
|
class |
SimpleServerAuthModule
A simple implementation of an username/password based
server auth module.
|
Constructor and Description |
---|
JBossServerAuthContext(List<ServerAuthModule> modules,
Map<String,Map> moduleNameToOptions,
CallbackHandler cbh) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.