| Package | Description |
|---|---|
| javax.security.auth.message | |
| javax.security.auth.message.config | |
| javax.security.auth.message.module |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAuth.cleanSubject(MessageInfo messageInfo,
Subject subject)
Remove implementation specific principals and credentials from the subject.
|
void |
ServerAuth.cleanSubject(MessageInfo messageInfo,
Subject subject)
Remove implementation specific principals and credentials from the subject.
|
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 request message before sending it to the service.
|
AuthStatus |
ServerAuth.validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Validate a received service response.
|
AuthStatus |
ClientAuth.validateResponse(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Validate a received service response.
|
| Modifier and Type | Method and Description |
|---|---|
ClientAuthContext |
ClientAuthConfig.getAuthContext(String authContextID,
Subject clientSubject,
Map properties)
Get a ClientAuthContext instance from this ClientAuthConfig.
|
ServerAuthContext |
ServerAuthConfig.getAuthContext(String authContextID,
Subject serviceSubject,
Map properties)
Get a ServerAuthContext instance from this ServerAuthConfig.
|
ClientAuthConfig |
AuthConfigProvider.getClientAuthConfig(String layer,
String appContext,
CallbackHandler handler)
Get an instance of ClientAuthConfig from this provider.
|
ServerAuthConfig |
AuthConfigProvider.getServerAuthConfig(String layer,
String appContext,
CallbackHandler handler)
Get an instance of ServerAuthConfig from this provider.
|
void |
AuthConfigProvider.refresh()
Causes a dynamic configuration provider to update its internal state such that
any resulting change to its state is recognized by authentication context
configuration objects previously created by the provider within the current
process context.
|
void |
AuthConfig.refresh()
Causes a dynamic anthentication context configuration object to update its internal
state and such that any change to its state is recognized by any authentication
context objects that were previously obtained from the config object.
|
abstract void |
AuthConfigFactory.refresh() |
abstract String |
AuthConfigFactory.registerConfigProvider(String className,
Map properties,
String layer,
String appContext,
String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerAuthModule.initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
Initialize this module with request and response message policies to
enforce, a CallbackHandler, and any module-specific configuration
properties.
|
void |
ClientAuthModule.initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
Initialize this module with request and response message policies to
enforce, a CallbackHandler, and any module-specific configuration
properties.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.