org.beangle.security.web

AbstractPreauthFilter

Related Doc: package web

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 getPreauthToken(request: HttpServletRequest, response: HttpServletResponse): 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. var aliveChecker: PreauthAliveChecker

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Definition Classes
    GenericHttpFilter → Filter
  8. 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
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. var filterConfig: FilterConfig

    Definition Classes
    GenericHttpFilter
  12. def filterName: String

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

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

    Definition Classes
    AnyRef → Any
  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(request: HttpServletRequest, response: HttpServletResponse): Boolean

    Attributes
    protected
  25. val securityManager: SecurityManager

  26. var sessionIdPolicy: SessionIdPolicy

  27. def successfulAuthentication(request: HttpServletRequest, response: 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
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def unsuccessfulAuthentication(request: HttpServletRequest, response: 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
  31. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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