Class ControlsCfg
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
oracle.tip.pc.services.identity.config.ConfigurationProperties
oracle.tip.pc.services.identity.config.ControlsCfg
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Direct Known Subclasses:
RoleControlsCfg
,UserControlsCfg
ControlsCfg is an abstract class that defines behaviour common to UserControls and RoleControls.
- Since:
- beta 2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNot to be used directly.Not to be used directly. -
Method Summary
Modifier and TypeMethodDescriptionGets controls propertiesGets the url associated with the search controls.toString()
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Constructor Details
-
ControlsCfg
Not to be used directly. UserUserControlsCfg
constructor.- Throws:
BPMConfigException
-
ControlsCfg
Not to be used directly. UserRoleControlsCfg
constructor.- Throws:
BPMConfigException
-
-
Method Details
-
getSearchControlsCfg
Gets the url associated with the search controls.- Returns:
- SearchControlCfg instance or null is non is associated.
-
getProperties
Gets controls properties- Returns:
- controls properties
-
toString
- Overrides:
toString
in classConfigurationProperties
-