com.plumtree.remote.auth
Class ChildGroup

java.lang.Object
  extended bycom.plumtree.remote.auth.ChildGroup

public class ChildGroup
extends java.lang.Object

Represents a subgroup of a given user group.


Constructor Summary
ChildGroup(java.lang.String groupUniqueName)
          Constructor.
 
Method Summary
 java.lang.String getGroupUniqueName()
          Gets the unique identifier for this group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildGroup

public ChildGroup(java.lang.String groupUniqueName)
Constructor.

Parameters:
groupUniqueName - the unique identifier for this group within this authentication service
Method Detail

getGroupUniqueName

public java.lang.String getGroupUniqueName()
Gets the unique identifier for this group. Note: This value is case-sensitive and is always returned by the portal in uppercase.

Returns:
the unique identifier for this group


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.