Package com.pingidentity.access
Class ConnectionAccessor
- java.lang.Object
-
- com.pingidentity.access.ConnectionAccessor
-
public final class ConnectionAccessor extends Object
This class provides access to supported Connection information.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description ConnectionAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,org.sourceid.oauth20.domain.ParamValues>getSpConnectionExtendedProperties(String entityId)Deprecated.since 11.2,getSpConnectionExtendedPropertyValues(String)method should be used insteadMap<String,List<String>>getSpConnectionExtendedPropertyValues(String entityId)This method returns the configured Extended Properties of an SP Connection.
-
-
-
Method Detail
-
getSpConnectionExtendedProperties
@Deprecated public Map<String,org.sourceid.oauth20.domain.ParamValues> getSpConnectionExtendedProperties(String entityId)
Deprecated.since 11.2,getSpConnectionExtendedPropertyValues(String)method should be used insteadThis method returns the configured Extended Properties of an SP Connection.- Parameters:
entityId- Connection's entity ID- Returns:
- a Map of Extended properties and values.
- Since:
- 9.3
-
-