case class MySecured[C, W](key: List[SimpleLinx], pathMatcher: Unsecurity.PathMatcher[Any], consumes: Set[MediaRange], methodMap: Map[Method, (Any) ⇒ Directive[F, C]], entityEncoder: (W) ⇒ ResponseDirective[F]) extends Secured[C, W] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MySecured
- Serializable
- Serializable
- Product
- Equals
- Secured
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MySecured(key: List[SimpleLinx], pathMatcher: Unsecurity.PathMatcher[Any], consumes: Set[MediaRange], methodMap: Map[Method, (Any) ⇒ Directive[F, C]], entityEncoder: (W) ⇒ ResponseDirective[F])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authorization(predicate: (C) ⇒ Boolean): Unsecurity.Completable[C, W]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val consumes: Set[MediaRange]
- val entityEncoder: (W) ⇒ ResponseDirective[F]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: List[SimpleLinx]
- def map[C2](f: (C) ⇒ C2): Unsecurity.Secured[C2, W]
- def mapD[C2](f: (C) ⇒ Directive[F, C2]): Unsecurity.Secured[C2, W]
- def mapF[C2](f: (C) ⇒ F[C2]): Unsecurity.Secured[C2, W]
- val methodMap: Map[Method, (Any) ⇒ Directive[F, C]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noAuthorization: Unsecurity.Completable[C, W]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pathMatcher: Unsecurity.PathMatcher[Any]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )