Class JaasConfiguration

  • All Implemented Interfaces:
    Configuration

    public class JaasConfiguration
    extends AbstractConfiguration

    JAAS Configuration

    This configuration configures the WebAppContext server/system classes to be able to see the org.eclipse.jetty.jaas package. This class is defined in the webapp package, as it implements the Configuration interface, which is unknown to the jaas package. However, the corresponding ServiceLoader resource is defined in the jaas package, so that this configuration only be loaded if the jetty-jaas jars are on the classpath.

    • Constructor Detail

      • JaasConfiguration

        public JaasConfiguration()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Returns:
        True if the feature this configuration represents is available and has all its dependencies.