Class RoleProperties

java.lang.Object
oracle.tip.pc.services.identity.RoleProperties

public final class RoleProperties extends Object
  • Constructor Details

    • RoleProperties

      public RoleProperties()
  • Method Details

    • getDefaultActions

      public static Set getDefaultActions()
      Gets a default action set
      Returns:
      set of default Actions
    • getActions

      public static Set getActions(String roleName)
      Gets a action set
      Parameters:
      roleName - a role name
      Returns:
      set of Actions for given role name
    • getProperty

      public static String getProperty(String key)
      Gets a property value with default
      Parameters:
      key - the property name
      Returns:
      String the property value or defaultValue if not found
    • getProperty

      public static String getProperty(String key, String defaultValue)
      Gets a property value with default
      Parameters:
      key - the property name
      defaultValue - the default value if property not found
      Returns:
      String the property value or defaultValue if not found
    • getProperties

      public static Properties getProperties()
      Returns properties collection
      Returns:
      Properties