org.beangle.security.web

authc

package authc

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractCookieUsernameSource extends UsernameSource

    Abtain username by cookie

  2. abstract class AbstractPreauthFilter extends GenericHttpFilter with Logging

  3. trait LogoutHandler extends AnyRef

  4. final class LogoutStack extends LogoutHandler

  5. class ParameterUsernameSource extends UsernameSource with Logging

  6. class PreauthToken extends AuthenticationToken

    Preauth Authentication Token

  7. class RemoteUsernameSource extends UsernameSource with Logging

    Source of the username supplied with pre-authenticated authentication request as remote user header value.

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

  8. class UsernamePreauthFilter extends AbstractPreauthFilter

  9. trait UsernameSource extends AnyRef

    Source of the username supplied with pre-authenticated authentication request.

    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().

Value Members

  1. object WebClient

Ungrouped