Uses of Class
com.nimbusds.openid.connect.sdk.claims.AggregatedClaims
Packages that use AggregatedClaims
Package
Description
Claims and claim sets used in OpenID Connect.
-
Uses of AggregatedClaims in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return types with arguments of type AggregatedClaimsModifier and TypeMethodDescriptionUserInfo.getAggregatedClaims()Gets the included aggregated claims provided by each external claims source.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type AggregatedClaimsModifier and TypeMethodDescriptionvoidUserInfo.addAggregatedClaims(AggregatedClaims aggregatedClaims) Adds the specified aggregated claims provided by an external claims source.