Uses of Class
com.nimbusds.openid.connect.sdk.claims.AuthorizedParty
Packages that use AuthorizedParty
Package
Description
Claims and claim sets used in OpenID Connect.
-
Uses of AuthorizedParty in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return AuthorizedPartyModifier and TypeMethodDescriptionIDTokenClaimsSet.getAuthorizedParty()Gets the authorised party for the ID token.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type AuthorizedPartyModifier and TypeMethodDescriptionvoidIDTokenClaimsSet.setAuthorizedParty(AuthorizedParty azp) Sets the authorised party for the ID token.