Package org.eclipse.jetty.webapp
Class JaspiConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.JaspiConfiguration
- All Implemented Interfaces:
Configuration
JASPI Configuration
This configuration configures the WebAppContext server/system classes to
not be able to see the javax.security.auth.message
package.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
Configuration.Wrapper, Configuration.WrapperFunction
-
Field Summary
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, configure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExpose
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.webapp.Configuration
replaces
-
Constructor Details
-
JaspiConfiguration
public JaspiConfiguration()
-
-
Method Details
-
isAvailable
public boolean isAvailable()- Returns:
- True if the feature this configuration represents is available and has all its dependencies.
-