Package org.wildfly.security.auth.client
Interface LegacyConfiguration
public interface LegacyConfiguration
An interface which allows legacy configuration to take place if no Elytron client configuration is present in the
global configuration.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionGet the configured authentication context.
-
Method Details
-
getConfiguredAuthenticationContext
AuthenticationContext getConfiguredAuthenticationContext()Get the configured authentication context.- Returns:
- the context, or
nullif none was found for this configuration
-