prompto.server.ConstraintSecurityHandler Maven / Gradle / Ivy
The newest version!
package prompto.server;
public class ConstraintSecurityHandler extends org.eclipse.jetty.security.ConstraintSecurityHandler {
@Override
protected void doStart() throws Exception {
super.doStart();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy