Class AuthorizedParty

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.id.AuthorizedParty
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Deprecated @Immutable public final class AuthorizedParty extends Identifier
Deprecated.
Authorised party. Use AuthorizedParty instead.
See Also:
  • Constructor Details

    • AuthorizedParty

      public AuthorizedParty(String value)
      Deprecated.
      Creates a new authorised party identifier with the specified value.
      Parameters:
      value - The authorised party value. Must not be null or empty string.
  • Method Details