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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationContext
getConfiguredAuthenticationContext()
Get the configured authentication context.
-
-
-
Method Detail
-
getConfiguredAuthenticationContext
AuthenticationContext getConfiguredAuthenticationContext()
Get the configured authentication context.- Returns:
- the context, or
null
if none was found for this configuration
-
-