java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeActor
All Implemented Interfaces:
ClaimAccessor

public final class OAuth2TokenExchangeActor extends Object implements ClaimAccessor
A ClaimAccessor used for the OAuth 2.0 Token Exchange Grant to represent an actor in a OAuth2TokenExchangeCompositeAuthenticationToken (e.g. the "delegation" use case).
Since:
7.0
See Also:
  • Constructor Details

    • OAuth2TokenExchangeActor

      public OAuth2TokenExchangeActor(Map<String,Object> claims)
  • Method Details