See: Description
| Interface | Description |
|---|---|
| LegacyConfiguration |
An interface which allows legacy configuration to take place if no Elytron client configuration is present in the
global configuration.
|
| Class | Description |
|---|---|
| AuthenticationConfiguration |
A configuration which controls how authentication is performed.
|
| AuthenticationContext |
A set of rules and authentication configurations to use with a client for establishing a connection.
|
| AuthenticationContextConfigurationClient |
A client for consuming authentication context configurations.
|
| ElytronXmlParser |
A parser for the Elytron XML schema.
|
| MatchRule |
A rule used for deciding which authentication configuration to use.
|
| PeerIdentity |
A peer's authenticated identity.
|
| PeerIdentity.Configuration |
The opaque configuration to apply to a peer identity.
|
| PeerIdentityContext |
A peer identity context.
|
| Enum | Description |
|---|---|
| CallbackKind |
The kinds of callbacks which can be handled by the user's callback.
|
| Exception | Description |
|---|---|
| InvalidAuthenticationConfigurationException |
An exception thrown to indicate that the client authentication configuration is invalid.
|
When a connection is established, the client makes use of an authentication context, which gives rules that match which authentication configuration is used with an outbound connection.
Copyright © 2018 JBoss by Red Hat. All rights reserved.