Package | Description |
---|---|
javax.security.auth.message.config |
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
|
javax.security.auth.message.module |
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
|
org.jboss.security.auth.container.modules | |
org.jboss.security.auth.message.config | |
org.jboss.wsf.stack.cxf.jaspi.client.module | |
org.jboss.wsf.stack.cxf.jaspi.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
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPClientAuthModule
SOAPClientAuthModule
TODO: Investigate what we can do with this module
|
Modifier and Type | Class and Description |
---|---|
class |
JBossWSClientAuthContext
JBossWS ClientAuthContext implementation to
JBossWSClientAuthContext.secureRequest(MessageInfo, Subject) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.