Package | Description |
---|---|
javax.security.auth.message |
This package defines the core interfaces of Jakarta Authentication.
|
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 | |
org.jboss.wsf.stack.cxf.jaspi.module |
Modifier and Type | Field and Description |
---|---|
static AuthStatus |
AuthStatus.FAILURE
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced
the application message with an error message.
|
static AuthStatus |
AuthStatus.SEND_CONTINUE
Indicates the message processing by the authentication module is NOT complete, that the module replaced the
application message with a security message, and that the runtime is to proceed by sending the security message.
|
static AuthStatus |
AuthStatus.SEND_FAILURE
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the
application message with an error message, and that the runtime is to proceed by sending the error message.
|
static AuthStatus |
AuthStatus.SEND_SUCCESS
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
by sending a message returned by the authentication module.
|
static AuthStatus |
AuthStatus.SUCCESS
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
with its normal processing of the resulting message.
|
Modifier and Type | Method and Description |
---|---|
AuthStatus |
ClientAuth.secureRequest(MessageInfo messageInfo,
Subject clientSubject)
Secure a service request message before sending it to the service.
|
AuthStatus |
ServerAuth.secureResponse(MessageInfo messageInfo,
Subject serviceSubject)
Secure a service response before sending it to the client.
|
AuthStatus |
ServerAuth.validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Authenticate a received service request.
|
AuthStatus |
ClientAuth.validateResponse(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Validate a received service response.
|
Modifier and Type | Method and Description |
---|---|
AuthStatus |
SimpleClientAuthModule.secureRequest(MessageInfo param,
Subject source) |
AuthStatus |
AllFailureServerAuthModule.secureResponse(MessageInfo arg0,
Subject arg1) |
AuthStatus |
AllSuccessServerAuthModule.secureResponse(MessageInfo arg0,
Subject arg1) |
AuthStatus |
DelegatingServerAuthModule.secureResponse(MessageInfo messageInfo,
Subject arg1) |
AuthStatus |
HttpServletServerAuthModule.secureResponse(MessageInfo arg0,
Subject arg1) |
AuthStatus |
SimpleServerAuthModule.secureResponse(MessageInfo param,
Subject source) |
AuthStatus |
AbstractServerAuthModule.validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
This method delegates to a login module if configured in the module options.
|
AuthStatus |
SimpleClientAuthModule.validateResponse(MessageInfo messageInfo,
Subject source,
Subject recipient) |
Modifier and Type | Method and Description |
---|---|
AuthStatus |
JBossClientAuthContext.secureRequest(MessageInfo messageInfo,
Subject clientSubject) |
AuthStatus |
JBossServerAuthContext.secureResponse(MessageInfo messageInfo,
Subject serviceSubject) |
AuthStatus |
JBossServerAuthContext.validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject) |
AuthStatus |
JBossClientAuthContext.validateResponse(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject) |
Modifier and Type | Method and Description |
---|---|
AuthStatus |
SOAPClientAuthModule.secureRequest(MessageInfo messageInfo,
Subject source) |
AuthStatus |
SOAPClientAuthModule.validateResponse(MessageInfo messageInfo,
Subject source,
Subject recipient) |
Modifier and Type | Method and Description |
---|---|
AuthStatus |
JBossWSClientAuthContext.secureRequest(MessageInfo messageInfo,
Subject clientSubject) |
AuthStatus |
JBossWSClientAuthContext.validateResponse(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject) |
Modifier and Type | Method and Description |
---|---|
AuthStatus |
UsernameTokenServerAuthModule.secureResponse(MessageInfo messageInfo,
Subject arg1) |
AuthStatus |
UsernameTokenServerAuthModule.validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.