Package io.quarkus.oidc
Class TokenIntrospection
java.lang.Object
io.quarkus.oidc.common.runtime.AbstractJsonObject
io.quarkus.oidc.TokenIntrospection
Represents a token introspection result
-
Constructor Summary
ConstructorDescriptionTokenIntrospection
(jakarta.json.JsonObject json) TokenIntrospection
(String introspectionJson) -
Method Summary
Methods inherited from class io.quarkus.oidc.common.runtime.AbstractJsonObject
contains, get, getAllProperties, getArray, getBoolean, getJsonObject, getJsonString, getListOfStrings, getLong, getObject, getPropertyNames, getString, toJsonObject
-
Constructor Details
-
TokenIntrospection
public TokenIntrospection() -
TokenIntrospection
-
TokenIntrospection
public TokenIntrospection(jakarta.json.JsonObject json)
-
-
Method Details
-
isActive
public boolean isActive() -
getUsername
-
getSubject
-
getAudience
-
getIssuer
-
getScopes
-
getClientId
-
getIntrospectionString
-