Package org.springframework.security.oauth2.server.resource.introspection
OAuth 2.0 Introspection supporting classes and interfaces.
-
Interface Summary Interface Description OAuth2IntrospectionClaimAccessor Deprecated. UseOAuth2TokenIntrospectionClaimAccessorinsteadOAuth2IntrospectionClaimNames Deprecated. UseOAuth2TokenIntrospectionClaimNamesinsteadOpaqueTokenIntrospector A contract for introspecting and verifying an OAuth 2.0 token.ReactiveOpaqueTokenIntrospector A contract for introspecting and verifying an OAuth 2.0 token. -
Class Summary Class Description NimbusOpaqueTokenIntrospector A Nimbus implementation ofOpaqueTokenIntrospectorthat verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint.NimbusReactiveOpaqueTokenIntrospector A Nimbus implementation ofReactiveOpaqueTokenIntrospectorthat verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint.OAuth2IntrospectionAuthenticatedPrincipal A domain object that wraps the attributes of OAuth 2.0 Token Introspection.SpringOpaqueTokenIntrospector A Spring implementation ofOpaqueTokenIntrospectorthat verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint.SpringReactiveOpaqueTokenIntrospector A Spring implementation ofReactiveOpaqueTokenIntrospectorthat verifies and introspects a token using the configured OAuth 2.0 Introspection Endpoint. -
Exception Summary Exception Description BadOpaqueTokenException An exception similar toBadCredentialsExceptionthat indicates an opaque token that is invalid in some way.OAuth2IntrospectionException Base exception for all OAuth 2.0 Introspection related errors