org.beangle.security

web

package web

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractPreauthFilter extends GenericHttpFilter with Logging

  2. class CookieUsernameSource extends UsernameSource

    Abtain username by cookie

  3. class DefaultModule extends AbstractBindModule

  4. trait EntryPoint extends AnyRef

  5. class ParameterUsernameSource extends UsernameSource with Logging

  6. trait PreauthAliveChecker extends AnyRef

  7. class PreauthRealm extends AbstractAccountRealm

  8. class PreauthToken extends AuthenticationToken

    Preauth Authentication Token

  9. 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".

  10. class UrlEntryPoint extends EntryPoint with Logging

  11. class UsernamePreauthFilter extends AbstractPreauthFilter

  12. 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. package access

  2. package authc

  3. package session

Ungrouped