Class OAuth2TokenExchangeActor
java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeActor
- All Implemented Interfaces:
org.springframework.security.oauth2.core.ClaimAccessor
public final class OAuth2TokenExchangeActor
extends Object
implements org.springframework.security.oauth2.core.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:
- 1.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.security.oauth2.core.ClaimAccessor
getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaim