Interface OAuth2IntrospectionClaimAccessor

    • Method Summary

      All Methods Instance Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      default java.lang.String getScope()
      Deprecated.
      Since 5.6.
      • Methods inherited from interface org.springframework.security.oauth2.core.ClaimAccessor

        containsClaim, getClaim, getClaimAsBoolean, getClaimAsInstant, getClaimAsMap, getClaimAsString, getClaimAsStringList, getClaimAsURL, getClaims, hasClaim
      • Methods inherited from interface org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessor

        getAudience, getClientId, getExpiresAt, getId, getIssuedAt, getIssuer, getNotBefore, getScopes, getSubject, getTokenType, getUsername, isActive
    • Method Detail

      • getScope

        @Nullable
        default java.lang.String getScope()
        Deprecated.
        Since 5.6. Use OAuth2TokenIntrospectionClaimAccessor.getScopes() instead
        Returns the scopes (scope) associated with the token
        Returns:
        the scopes associated with the token