Uses of Enum Class
net.datenwerke.oidc.server.auth.TokenIntrospection
Packages that use TokenIntrospection
-
Uses of TokenIntrospection in net.datenwerke.oidc.server.auth
Methods in net.datenwerke.oidc.server.auth that return TokenIntrospectionModifier and TypeMethodDescriptionstatic TokenIntrospectionReturns the enum constant of this class with the specified name.static TokenIntrospection[]TokenIntrospection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TokenIntrospection in net.datenwerke.oidc.server.provider
Methods in net.datenwerke.oidc.server.provider that return TokenIntrospectionModifier and TypeMethodDescriptionNimbus.introspectToken(String token) Introspects the given OAuth 2.0 access token using the OIDC provider's token introspection endpoint as defined in RFC 7662.OidcProvider.introspectToken(String token) Introspects the given OAuth 2.0 access token using the OIDC provider's token introspection endpoint as defined in RFC 7662.