Packages

class GenericOidcService[UserData <: JwtStandardClaims, AuthorizationData <: OidcAuthorizationData] extends JwtOAuth2Service[UserData, AuthorizationData, UserData] with LazyLogging

Apart from backward compatibility of the configuration, this class is not intended for direct instantiation. There is a concrete subclass pl.touk.nussknacker.ui.security.oidc.OidcService in the Oidc authentication provider for OIDC compliant authorization servers.

Linear Supertypes
JwtOAuth2Service[UserData, AuthorizationData, UserData], BaseOAuth2Service[UserData, AuthorizationData], LazyLogging, OAuth2Service[UserData, AuthorizationData], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericOidcService
  2. JwtOAuth2Service
  3. BaseOAuth2Service
  4. LazyLogging
  5. OAuth2Service
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GenericOidcService(clientApi: OAuth2ClientApi[UserData, AuthorizationData], configuration: OAuth2Configuration)(implicit arg0: Decoder[UserData], ec: ExecutionContext)

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. val accessTokenIsJwt: Boolean
    Attributes
    protected
    Definition Classes
    JwtOAuth2Service
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authenticateUser(authorization: AuthorizationData): Future[UserData]
    Attributes
    protected
    Definition Classes
    GenericOidcServiceBaseOAuth2Service
  7. def checkAuthorizationAndAuthenticateUser(accessToken: String): Future[(UserData, Option[Instant])]
    Definition Classes
    OAuth2Service
  8. val clientApi: OAuth2ClientApi[UserData, AuthorizationData]
    Attributes
    protected
    Definition Classes
    BaseOAuth2Service
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def introspectJwtToken[Claims](token: String)(implicit arg0: Decoder[Claims]): Future[Claims]
    Attributes
    protected
    Definition Classes
    JwtOAuth2Service
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val jwtValidator: JwtValidator
    Attributes
    protected
    Definition Classes
    JwtOAuth2Service
  17. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def obtainAuthorization(authorizationCode: String, redirectUri: String): Future[AuthorizationData]
    Attributes
    protected
    Definition Classes
    JwtOAuth2ServiceBaseOAuth2Service
  22. final def obtainAuthorizationAndAuthenticateUser(authorizationCode: String, redirectUri: String): Future[(AuthorizationData, UserData)]
    Definition Classes
    BaseOAuth2ServiceOAuth2Service
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toIntrospectedData(claims: UserData): IntrospectedAccessTokenData
    Attributes
    protected
    Definition Classes
    JwtOAuth2Service
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. val useIdToken: Boolean
    Attributes
    protected
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from JwtOAuth2Service[UserData, AuthorizationData, UserData]

Inherited from BaseOAuth2Service[UserData, AuthorizationData]

Inherited from LazyLogging

Inherited from OAuth2Service[UserData, AuthorizationData]

Inherited from AnyRef

Inherited from Any

Ungrouped