| Package | Description |
|---|---|
| com.sun.enterprise.security.jauth | |
| com.sun.enterprise.security.jmac | |
| com.sun.enterprise.security.jmac.provider | |
| com.sun.enterprise.security.webservices |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletAuthParam
An HTTP Servlet authentication parameter that encapsulates
HTTP Servlet request and response objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAuthModule.secureRequest(AuthParam param,
Subject subject,
Map sharedState)
Secure a request message.
|
void |
ClientAuthContext.secureRequest(AuthParam param,
Subject subject,
Map sharedState)
Secure a request message.
|
void |
ServerAuthContext.secureResponse(AuthParam param,
Subject subject,
Map sharedState)
Secure the response to the client
(sign and encrypt the response, for example).
|
void |
ServerAuthModule.secureResponse(AuthParam param,
Subject subject,
Map sharedState)
Secure the response to the client
(sign and encrypt the response, for example).
|
void |
ServerAuthContext.validateRequest(AuthParam param,
Subject subject,
Map sharedState)
Authenticate a client request.
|
void |
ServerAuthModule.validateRequest(AuthParam param,
Subject subject,
Map sharedState)
Authenticate a client request.
|
void |
ClientAuthModule.validateResponse(AuthParam param,
Subject subject,
Map sharedState)
Validate received response.
|
void |
ClientAuthContext.validateResponse(AuthParam param,
Subject subject,
Map sharedState)
Validate received response.
|
| Modifier and Type | Method and Description |
|---|---|
AuthParam |
WebServicesDelegate.newSOAPAuthParam(javax.security.auth.message.MessageInfo messageInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPAuthParam
SOAP authentication parameter.
|
| Modifier and Type | Method and Description |
|---|---|
AuthParam |
WebServicesDelegateImpl.newSOAPAuthParam(javax.security.auth.message.MessageInfo messageInfo) |
Copyright © 2017. All rights reserved.