Package com.pingidentity.access
Class ExtendedPropertyAccessor
- java.lang.Object
-
- com.pingidentity.access.ExtendedPropertyAccessor
-
public final class ExtendedPropertyAccessor extends Object
This class provides access to information regarding the definition of Extended Properties.- Since:
- 9.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtendedPropertyAccessor.ExtendedPropertyThe extended property definition
-
Constructor Summary
Constructors Constructor Description ExtendedPropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,ExtendedPropertyAccessor.ExtendedProperty>getExtendedPropertyDefinitions()Returns the available Extended Properties defined in PingFederate.
-
-
-
Method Detail
-
getExtendedPropertyDefinitions
public Map<String,ExtendedPropertyAccessor.ExtendedProperty> getExtendedPropertyDefinitions()
Returns the available Extended Properties defined in PingFederate.- Returns:
- A Map of Extended Property Name to Extended Property definitions.
- Since:
- 11.2
-
-