Package org.springframework.security.oauth2.server.resource.introspection
package org.springframework.security.oauth2.server.resource.introspection
OAuth 2.0 Introspection supporting classes and interfaces.
-
ClassDescriptionAn exception similar to
BadCredentialsException
that indicates an opaque token that is invalid in some way.Deprecated.Deprecated.Please useSpringReactiveOpaqueTokenIntrospector
insteadA domain object that wraps the attributes of OAuth 2.0 Token Introspection.Base exception for all OAuth 2.0 Introspection related errorsConvert a successful introspection result into an authentication result.A contract for introspecting and verifying an OAuth 2.0 token.Convert a successful introspection result into an authentication result.A contract for introspecting and verifying an OAuth 2.0 token.A Spring implementation ofOpaqueTokenIntrospector
that verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint.A Spring implementation ofReactiveOpaqueTokenIntrospector
that verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint.
SpringOpaqueTokenIntrospector
instead