Package oracle.tip.pc.services.identity
Class RoleProperties
java.lang.Object
oracle.tip.pc.services.identity.RoleProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set
getActions
(String roleName) Gets a action setstatic Set
Gets a default action setstatic Properties
Returns properties collectionstatic String
getProperty
(String key) Gets a property value with defaultstatic String
getProperty
(String key, String defaultValue) Gets a property value with default
-
Constructor Details
-
RoleProperties
public RoleProperties()
-
-
Method Details
-
getDefaultActions
Gets a default action set- Returns:
- set of default Actions
-
getActions
Gets a action set- Parameters:
roleName
- a role name- Returns:
- set of Actions for given role name
-
getProperty
Gets a property value with default- Parameters:
key
- the property name- Returns:
- String the property value or defaultValue if not found
-
getProperty
Gets a property value with default- Parameters:
key
- the property namedefaultValue
- the default value if property not found- Returns:
- String the property value or defaultValue if not found
-
getProperties
Returns properties collection- Returns:
- Properties
-