org.beangle.security.web.authc

UsernamePreauthFilter

Related Doc: package authc

class UsernamePreauthFilter extends AbstractPreauthFilter

Linear Supertypes
AbstractPreauthFilter, Logging, GenericHttpFilter, Initializing, Filter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UsernamePreauthFilter
  2. AbstractPreauthFilter
  3. Logging
  4. GenericHttpFilter
  5. Initializing
  6. Filter
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UsernamePreauthFilter(securityManager: SecurityManager)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def destroy(): Unit

    Definition Classes
    GenericHttpFilter → Filter
  7. final def doFilter(req: ServletRequest, res: ServletResponse, chain: FilterChain): Unit

    Try to authenticate a pre-authenticated user if the user has not yet been authenticated.

    Try to authenticate a pre-authenticated user if the user has not yet been authenticated.

    Definition Classes
    AbstractPreauthFilter → Filter
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. var filterConfig: FilterConfig

    Definition Classes
    GenericHttpFilter
  11. def filterName: String

    Attributes
    protected
    Definition Classes
    GenericHttpFilter
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getCredentials(request: HttpServletRequest): Option[Any]

    Attributes
    protected
    Definition Classes
    UsernamePreauthFilterAbstractPreauthFilter
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def init(): Unit

    Definition Classes
    GenericHttpFilter → Initializing
  17. def init(filterConfig: FilterConfig): Unit

    Definition Classes
    GenericHttpFilter → Filter
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def requiredProperties: Set[String]

    Definition Classes
    GenericHttpFilter
  24. def requiresAuthentication(req: HttpServletRequest, res: HttpServletResponse): Option[PreauthToken]

    Attributes
    protected
    Definition Classes
    AbstractPreauthFilter
  25. def resovleToken(req: HttpServletRequest, res: HttpServletResponse, credentials: Any): Option[PreauthToken]

    Attributes
    protected
    Definition Classes
    UsernamePreauthFilterAbstractPreauthFilter
  26. val securityManager: SecurityManager

    Definition Classes
    AbstractPreauthFilter
  27. var sessionIdPolicy: SessionIdPolicy

    Definition Classes
    AbstractPreauthFilter
  28. def successfulAuthentication(req: HttpServletRequest, res: HttpServletResponse, session: Session): Unit

    Puts the Authentication instance returned by the authentication manager into the secure context.

    Puts the Authentication instance returned by the authentication manager into the secure context.

    Attributes
    protected
    Definition Classes
    AbstractPreauthFilter
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def unsuccessfulAuthentication(req: HttpServletRequest, res: HttpServletResponse, failed: AuthenticationException): Unit

    Ensures the authentication object in the secure context is set to null when authentication fails.

    Ensures the authentication object in the secure context is set to null when authentication fails. If username not found or account status exception.just let other know by throw it. It will be handled by ExceptionTranslationFilter

    Attributes
    protected
    Definition Classes
    AbstractPreauthFilter
  32. var usernameSource: UsernameSource

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractPreauthFilter

Inherited from Logging

Inherited from GenericHttpFilter

Inherited from Initializing

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped