All Classes and Interfaces

Class
Description
This interface defines the common functionality implemented by Authentication context configuration objects.
This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig and ServerAuthConfig objects.
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig or ServerAuthConfig objects.
A generic authentication exception.
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
Callback for setting the container's caller (or remote user) principal.
Callback for CertStore.
An implementation of this interface is used to secure service request messages, and validate received service response messages.
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
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.
A ClientAuthModule secures request messages, and validates received response messages.
Callback establishing group principals within the argument subject.
A container (message processing runtime) uses this interface to pass messages and message processing state to authentication contexts for processing by authentication mechanisms (modules).
This class defines a message authentication policy.
This interface is used to represent message authentication policy.
This interface is used to represent and perform message targeting.
This class defines the message protection policies for specific Targets.
Callback for PasswordValidation.
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.
Request type for private keys that are identified using an alias.
Request type for private keys that are identified using a certificate digest or thumbprint.
Request type for private keys that are identified using an issuer/serial number.
Marker interface for private key request types.
Request type for private keys that are identified using a SubjectKeyID
An implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the time the AuthConfigProvider is obtained for use from the factory.
Callback for acquiring a shared secret from a key repository.
Request type for secret keys that are identified using an alias.
Marker interface for secret key request types.
An implementation of this interface is used to validate received service request messages, and to secure service response messages.
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any response returned for those requests.
A ServerAuthModule validates client requests and secures responses to the client.
Callback for trusted certificate KeyStore.