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.auth.container.modules | |
org.jboss.security.auth.message.config |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientAuthContext
This ClientAuthContext class encapsulates ClientAuthModules that are used to
secure service requests made by a client, and to validate any responses received
to those requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientAuthModule
A ClientAuthModule secures request messages, and validates received
response messages.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleClientAuthModule
A simple implementation of an username/password based
client auth module
|
Modifier and Type | Class and Description |
---|---|
class |
JBossClientAuthContext
Default Client Authentication Context
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.