Package com.pingidentity.access
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 Summary
Constructors Constructor Description ClientAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,org.sourceid.oauth20.domain.ParamValues>getExtendedProperties(String clientId)Deprecated.since 11.2,getExtendedPropertyValues(String)should be used instead.Map<String,List<String>>getExtendedPropertyValues(String clientId)Returns the configured Extended Properties for a Client.
-
-
-
Method Detail
-
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
-
-