Uses of Class
io.quarkus.oidc.TokenIntrospection
-
Packages that use TokenIntrospection Package Description io.quarkus.oidc.runtime -
-
Uses of TokenIntrospection in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime declared as TokenIntrospection Modifier and Type Field Description (package private) TokenIntrospectionTokenVerificationResult. introspectionResultMethods in io.quarkus.oidc.runtime that return TokenIntrospection Modifier and Type Method Description (package private) TokenIntrospectionOidcTokenCredentialProducer. currentTokenIntrospection()The producer method for the current UserInfoMethods in io.quarkus.oidc.runtime that return types with arguments of type TokenIntrospection Modifier and Type Method Description io.smallrye.mutiny.Uni<TokenIntrospection>OidcProviderClient. introspectToken(String token)Methods in io.quarkus.oidc.runtime with parameters of type TokenIntrospection Modifier and Type Method Description static voidOidcUtils. setSecurityIdentityIntrospecton(QuarkusSecurityIdentity.Builder builder, TokenIntrospection introspectionResult)Constructors in io.quarkus.oidc.runtime with parameters of type TokenIntrospection Constructor Description TokenVerificationResult(io.vertx.core.json.JsonObject localVerificationResult, TokenIntrospection introspectionResult)
-