prompto.server.ConstraintSecurityHandler Maven / Gradle / Ivy
package prompto.server;
public class ConstraintSecurityHandler extends org.eclipse.jetty.security.ConstraintSecurityHandler {
@Override
protected void doStart() throws Exception {
super.doStart();
}
}