Package com.pingidentity.access
Class ClientAccessor
java.lang.Object
com.pingidentity.access.ClientAccessor
This class provides access to supported OAuth Client information.
- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExtendedProperties(String clientId) Deprecated.getExtendedPropertyValues(String clientId) Returns the configured Extended Properties for a Client.
-
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
Returns the configured Extended Properties for a Client.
-
getExtendedPropertyValues(String)should be used instead.