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 -
Method Summary
Modifier and TypeMethodDescriptionGet the configured authentication context.
-
Constructor Details
-
ElytronLegacyConfiguration
public ElytronLegacyConfiguration()
-
-
Method Details
-
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
-