Class OAuth2TokenExchangeActor
java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeActor
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.oauth2.core.ClaimAccessor
getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, hasClaim
-
Constructor Details
-
OAuth2TokenExchangeActor
-
-
Method Details
-
getClaims
Description copied from interface:ClaimAccessorReturns a set of claims that may be used for assertions.- Specified by:
getClaimsin interfaceClaimAccessor- Returns:
- a
Mapof claims
-
getIssuer
-
getSubject
-
equals
-
hashCode
public int hashCode()
-