org.beangle.security.web.authc

AbstractPreauthFilter

Related Doc: package authc

abstract class AbstractPreauthFilter extends GenericHttpFilter with Logging

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

Instance Constructors

  1. new AbstractPreauthFilter(securityManager: SecurityManager)

Abstract Value Members

  1. abstract def getCredentials(req: HttpServletRequest): Option[Any]

    Attributes
    protected
  2. abstract def resovleToken(req: HttpServletRequest, res: HttpServletResponse, credentials: Any): Option[PreauthToken]

    Attributes
    protected

Concrete 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 hashCode(): Int

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

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

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

    Definition Classes
    Any
  18. val logger: Logger

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

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

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

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

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

    Attributes
    protected
  24. val securityManager: SecurityManager

  25. var sessionIdPolicy: SessionIdPolicy

  26. 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
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. 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
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from GenericHttpFilter

Inherited from Initializing

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped