com.hyperion.css.common
Interface CSSAppEntryIF


public interface CSSAppEntryIF

Represents an application as a composite and provides access to the entries - either user or group; that are associated with this application. Provides static access to these entries and the entries can be directly or indirectly associated with this application through group memberships. The entries are directly associated with this application through roles if an instance of CSSAppEntryIF is obtained by specifying interest in the retrieval of only direct relationships.

Since:
CSS v3.0 Jul 1, 2005
Author:
gkhanna

Method Summary
 java.lang.String getAppId()
           
 java.lang.String getAppName()
           
 CSSEntryIF[] getEntries()
           
 

Method Detail

getAppName

java.lang.String getAppName()
Returns:
Returns the appName.

getAppId

java.lang.String getAppId()
Returns:
Returns the appId.

getEntries

CSSEntryIF[] getEntries()
Returns:
Returns the entryrole.


Copyright © 2005-2009 Oracle Corporation.