class AkkaHttpSecurity extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AkkaHttpSecurity
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- implicit val as: ActorSystem
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callback(defaultUrl: String = Pac4jConstants.DEFAULT_URL_VALUE, saveInSession: Boolean = true, multiProfile: Boolean = true, defaultClient: Option[String] = None, existingContext: Option[AkkaHttpWebContext] = None, setCsrfCookie: Boolean = true)(implicit as: ActorSystem): Route
Callback to finish the login process for indirect clients.
- def clientsAuthentication(multiProfile: Boolean = true): Directive1[AuthenticatedRequest]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logout(defaultUrl: String = Pac4jConstants.DEFAULT_URL_VALUE, logoutPatternUrl: String = Pac4jConstants.DEFAULT_LOGOUT_URL_PATTERN_VALUE, localLogout: Boolean = true, destroySession: Boolean = true, centralLogout: Boolean = true): Route
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAuthentication(clients: String = null, multiProfile: Boolean = true, authorizers: String = "", matchers: String = DefaultMatchers.CSRF_TOKEN): Directive1[AuthenticatedRequest]
Authenticate using the provided pac4j configuration.
Authenticate using the provided pac4j configuration. Delivers an AuthenticationRequest which can be used for further authorization this does not apply any authorization ofr filtering.
- def withContext(existingContext: Option[AkkaHttpWebContext] = None, formParams: Map[String, String] = Map.empty): Directive1[AkkaHttpWebContext]
This directive constructs a pac4j context for a route.
This directive constructs a pac4j context for a route. This means the request is interpreted into an AkkaHttpWebContext and any changes to this context are applied when the route returns (e.g. headers/cookies).
- def withFormParameters(implicit as: ActorSystem): Directive1[Map[String, String]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated