class OidcService extends GenericOidcService[OidcUserInfo, DefaultOidcAuthorizationData]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OidcService
- GenericOidcService
- JwtOAuth2Service
- BaseOAuth2Service
- LazyLogging
- OAuth2Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OidcService(configuration: OidcAuthenticationConfiguration)(implicit ec: ExecutionContext, sttpBackend: SttpBackend[Future, Any])
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
- val accessTokenIsJwt: Boolean
- Attributes
- protected
- Definition Classes
- JwtOAuth2Service
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authenticateUser(authorization: DefaultOidcAuthorizationData): Future[OidcUserInfo]
- Attributes
- protected
- Definition Classes
- GenericOidcService → BaseOAuth2Service
- def checkAuthorizationAndAuthenticateUser(accessToken: String): Future[(OidcUserInfo, Option[Instant])]
- Definition Classes
- OAuth2Service
- val clientApi: OAuth2ClientApi[OidcUserInfo, DefaultOidcAuthorizationData]
- Attributes
- protected
- Definition Classes
- BaseOAuth2Service
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def introspectJwtToken[Claims](token: String)(implicit arg0: Decoder[Claims]): Future[Claims]
- Attributes
- protected
- Definition Classes
- JwtOAuth2Service
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val jwtValidator: JwtValidator
- Attributes
- protected
- Definition Classes
- OidcService → JwtOAuth2Service
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def obtainAuthorization(authorizationCode: String, redirectUri: String): Future[DefaultOidcAuthorizationData]
- Attributes
- protected
- Definition Classes
- JwtOAuth2Service → BaseOAuth2Service
- final def obtainAuthorizationAndAuthenticateUser(authorizationCode: String, redirectUri: String): Future[(DefaultOidcAuthorizationData, OidcUserInfo)]
- Definition Classes
- BaseOAuth2Service → OAuth2Service
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toIntrospectedData(claims: OidcUserInfo): IntrospectedAccessTokenData
- Attributes
- protected
- Definition Classes
- OidcService → JwtOAuth2Service
- def toString(): String
- Definition Classes
- AnyRef → Any
- val useIdToken: Boolean
- Attributes
- protected
- Definition Classes
- GenericOidcService
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)