Class ClientAccessor

java.lang.Object
com.pingidentity.access.ClientAccessor

public final class ClientAccessor extends Object
This class provides access to supported OAuth Client information.
Since:
9.3
  • Constructor Details

    • ClientAccessor

      public ClientAccessor()
  • Method Details

    • getExtendedProperties

      @Deprecated public Map<String,org.sourceid.oauth20.domain.ParamValues> getExtendedProperties(String clientId)
      Deprecated.
      since 11.2, getExtendedPropertyValues(String) should be used instead.
      This method returns the configured Extended Properties for a Client.
      Parameters:
      clientId - The client identifier
      Returns:
      a Map of Extended properties and values.
      Since:
      9.3
    • getExtendedPropertyValues

      public Map<String,List<String>> getExtendedPropertyValues(String clientId)
      Returns the configured Extended Properties for a Client.
      Parameters:
      clientId - The client identifier
      Returns:
      a map of extended properties and values as a List of Strings.
      Since:
      11.2