Uses of Class
com.nimbusds.openid.connect.sdk.claims.AuthorizedParty
-
Packages that use AuthorizedParty Package Description com.nimbusds.openid.connect.sdk.claims 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 AuthorizedParty Modifier and Type Method Description AuthorizedPartyIDTokenClaimsSet. getAuthorizedParty()Gets the authorised party for the ID token.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type AuthorizedParty Modifier and Type Method Description voidIDTokenClaimsSet. setAuthorizedParty(AuthorizedParty azp)Sets the authorised party for the ID token.
-