Class

be.objectify.deadbolt.java.actions

AbstractDeadboltAction

Related Doc: package actions

Permalink

abstract class AbstractDeadboltAction[T] extends Action[T]

Linear Supertypes
Action[T], Results, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractDeadboltAction
  2. Action
  3. Results
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractDeadboltAction(handlerCache: HandlerCache, config: Configuration)

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]

Abstract Value Members

  1. abstract def execute(ctx: Context): CompletionStage[Result]

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def authorizeAndExecute(context: Context): CompletionStage[Result]

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  6. def call(ctx: Context): CompletionStage[Result]

    Permalink
    Definition Classes
    AbstractDeadboltAction → Action
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defer(ctx: Context, action: AbstractDeadboltAction): Unit

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getDeadboltHandler[C <: DeadboltHandler](handlerKey: String): DeadboltHandler

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  14. def getDeferredAction(ctx: Context): AbstractDeadboltAction

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isActionAuthorised(ctx: Context): Boolean

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  17. def isActionUnauthorised(ctx: Context): Boolean

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  18. def isDeferred(ctx: Context): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def markActionAsAuthorised(ctx: Context): Unit

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  21. def markActionAsUnauthorised(ctx: Context): Unit

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def onAuthFailure(deadboltHandler: DeadboltHandler, content: Optional[String], ctx: Context): CompletionStage[Result]

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  26. def preAuth(forcePreAuthCheck: Boolean, ctx: Context, deadboltHandler: DeadboltHandler): CompletionStage[Optional[Result]]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unauthorizeAndFail(context: Context, handler: DeadboltHandler, content: Optional[String]): CompletionStage[Result]

    Permalink
    Attributes
    protected[be.objectify.deadbolt.java.actions]
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Action[T]

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped