org.beangle.security.web.authc

Type members

Classlikes

Abtain username by cookie

Abtain username by cookie

abstract class AbstractPreauthFilter(val securityManager: WebSecurityManager) extends GenericHttpFilter with Logging
final class LogoutStack(handlers: List[LogoutHandler]) extends LogoutHandler
class ParameterUsernameSource extends UsernameSource with Logging
class RemoteUsernameSource extends UsernameSource with Logging

Source of the username supplied with pre-authenticated authentication request as remote user header value. Optionally can strip prefix: "domain\username" -> "username", if <tt>stripPrefix</tt> property value is "true".

Source of the username supplied with pre-authenticated authentication request as remote user header value. Optionally can strip prefix: "domain\username" -> "username", if <tt>stripPrefix</tt> property value is "true".

Source of the username supplied with pre-authenticated authentication request. The username can be supplied in the request: in cookie, request header, request parameter or as ServletRequest.getRemoteUser().

Source of the username supplied with pre-authenticated authentication request. The username can be supplied in the request: in cookie, request header, request parameter or as ServletRequest.getRemoteUser().

object WebClient