Uses of Interface
com.power4j.fist.boot.security.oauth2.Oauth2AuthenticatedPrincipal
Packages that use Oauth2AuthenticatedPrincipal
Package
Description
-
Uses of Oauth2AuthenticatedPrincipal in com.power4j.fist.boot.security.oauth2
Classes in com.power4j.fist.boot.security.oauth2 that implement Oauth2AuthenticatedPrincipal -
Uses of Oauth2AuthenticatedPrincipal in com.power4j.fist.boot.security.oauth2.server.resource.introspection
Methods in com.power4j.fist.boot.security.oauth2.server.resource.introspection that return types with arguments of type Oauth2AuthenticatedPrincipalModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Oauth2AuthenticatedPrincipal>DefaultReactiveOpaqueTokenIntrospector.introspect(String token) reactor.core.publisher.Mono<Oauth2AuthenticatedPrincipal>ReactiveOpaqueTokenIntrospector.introspect(String token) Introspect and verify the given token, returning its attributes.