public class PropertyBasedSpnegoLoginService
extends org.eclipse.jetty.security.SpnegoLoginService
SpnegoLoginService
which directly
specifies the server's principal instead of requiring a file to exist. Known to work with
Jetty-9.2.x, any other version would require testing/inspection to ensure the logic is still
sound.Constructor and Description |
---|
PropertyBasedSpnegoLoginService(String realm,
String serverPrincipal) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
org.eclipse.jetty.server.UserIdentity |
login(String username,
Object credentials,
javax.servlet.ServletRequest request) |
getConfig, getIdentityService, getName, logout, setConfig, setIdentityService, setName, validate
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.