com.hyperion.css.common
Interface CSSProvisionedGroupIF


public interface CSSProvisionedGroupIF


Method Summary
 java.lang.String[] getApplications()
          This will return provisioned applications for the Group.
 java.lang.String getIdentity()
          This will return the Group identity.
 java.lang.String getName()
          This will return Group name.
 CSSGroupIF[] getParentGroupObjects()
          This will return provisioned parent group objects for the group.
 java.lang.String[] getParentGroups()
          This will return identities of provisioned parent groups.
 java.lang.String getProviderName()
          This will return the provider name for the group.
 java.lang.String[] getRoles(java.lang.String applicationId)
          This will return the roles provisioned for the given application.
 

Method Detail

getName

java.lang.String getName()
This will return Group name.

Returns:
String - name of the Group.

getIdentity

java.lang.String getIdentity()
This will return the Group identity.

Returns:
String - identity of the Group.

getProviderName

java.lang.String getProviderName()
This will return the provider name for the group.

Returns:
String - provider name.

getParentGroupObjects

CSSGroupIF[] getParentGroupObjects()
This will return provisioned parent group objects for the group.

Returns:
CSSGroupIF[] - An empty array will be returned if no parent group provisioned.

getParentGroups

java.lang.String[] getParentGroups()
This will return identities of provisioned parent groups.

Returns:
String[] - an array of provisioned parent group identities.

getApplications

java.lang.String[] getApplications()
This will return provisioned applications for the Group.

Returns:
String[] - An empty array will be returned if group is not provisioned to any of the applications.

getRoles

java.lang.String[] getRoles(java.lang.String applicationId)
This will return the roles provisioned for the given application.

Returns:
String[] - An empty array will be returned if group is not provisioned to the specified application.


Copyright © 2005-2009 Oracle Corporation.