Package org.jboss.ejb.client.legacy
Class ElytronLegacyConfiguration
- java.lang.Object
-
- org.jboss.ejb.client.legacy.ElytronLegacyConfiguration
-
- All Implemented Interfaces:
LegacyConfiguration
@MetaInfServices public final class ElytronLegacyConfiguration extends Object implements LegacyConfiguration
The interface to merge Enterprise Bean properties into the Elytron configuration.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description ElytronLegacyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationContextgetConfiguredAuthenticationContext()Get the configured authentication context.
-
-
-
Method Detail
-
getConfiguredAuthenticationContext
public AuthenticationContext getConfiguredAuthenticationContext()
Description copied from interface:LegacyConfigurationGet the configured authentication context.- Specified by:
getConfiguredAuthenticationContextin interfaceLegacyConfiguration- Returns:
- the context, or
nullif none was found for this configuration
-
-