Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.tip.pc.services.identity
Class RoleProperties

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

public final class RoleProperties
extends java.lang.Object


Constructor Summary
RoleProperties()
           
 
Method Summary
static java.util.Set getActions(java.lang.String roleName)
          Gets a action set
static java.util.Set getDefaultActions()
          Gets a default action set
static java.util.Properties getProperties()
          Returns properties collection
static java.lang.String getProperty(java.lang.String key)
          Gets a property value with default
static java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
          Gets a property value with default
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleProperties

public RoleProperties()
Method Detail

getDefaultActions

public static java.util.Set getDefaultActions()
Gets a default action set

Returns:
set of default Actions

getActions

public static java.util.Set getActions(java.lang.String roleName)
Gets a action set

Parameters:
roleName - a role name
Returns:
set of Actions for given role name

getProperty

public static java.lang.String getProperty(java.lang.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 java.lang.String getProperty(java.lang.String key,
                                           java.lang.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 java.util.Properties getProperties()
Returns properties collection

Returns:
Properties

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.