Package com.pingidentity.access
Class ConnectionAccessor
java.lang.Object
com.pingidentity.access.ConnectionAccessor
This class provides access to supported Connection information.
- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSpConnectionExtendedProperties(String entityId) Deprecated.getSpConnectionExtendedPropertyValues(String entityId) This method returns the configured Extended Properties of an SP Connection.
-
Constructor Details
-
ConnectionAccessor
public ConnectionAccessor()
-
-
Method Details
-
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
-
getSpConnectionExtendedPropertyValues
This method returns the configured Extended Properties of an SP Connection.
-
getSpConnectionExtendedPropertyValues(String)method should be used instead