Package | Description |
---|---|
javax.security.auth.message.config |
This package defines the interfaces implemented by JSR 196 compatible configuration
systems.
|
javax.security.auth.message.module |
This package defines the interfaces implemented by JSR 196 compatible authentication
modules.
|
org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
org.jboss.security.auth.container.modules | |
org.jboss.security.auth.message.config |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerAuthContext
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests
received from clients, and to secure any response returned for those requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerAuthModule
A ServerAuthModule validates client requests and secures responses
back to the client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeneralizedAuthenticationManager
Marker interface that combines the legacy AuthenticationManager
and the new JASPI (JSR-196) ServerAuthContext interfaces
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossServerAuthContext
Default Server Authentication Context
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.