Package org.wildfly.security.auth.client
Interface LegacyConfiguration
- 
public interface LegacyConfigurationAn 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 AuthenticationContextgetConfiguredAuthenticationContext()Get the configured authentication context. 
 - 
 
- 
- 
Method Detail
- 
getConfiguredAuthenticationContext
AuthenticationContext getConfiguredAuthenticationContext()
Get the configured authentication context.- Returns:
 - the context, or 
nullif none was found for this configuration 
 
 - 
 
 -