Uses of Interface
com.hyperion.css.common.CSSGroupIF

Packages that use CSSGroupIF
com.hyperion.css Provides the classes necessary to create and use the security platform and the contract that all providers must implement. 
sampleApplications Provides the classes that make up sample programs demonstrating the implementation of the application contract and single sign-on. 
 

Uses of CSSGroupIF in com.hyperion.css
 

Methods in com.hyperion.css that return CSSGroupIF
 com.hyperion.css.common.CSSGroupIF[] CSSProviderIF.getGroups(java.util.Map context, java.lang.String name)
          Get a group based on the name .
 com.hyperion.css.common.CSSGroupIF CSSProviderIF.getGroupByIdentity(java.util.Map context, java.lang.String identity)
          Get a group based on the identity of the group.
 com.hyperion.css.common.CSSGroupIF[] CSSAPIIF.getGroups(java.util.Map context, java.lang.String name)
          Get a group based on the name.
 com.hyperion.css.common.CSSGroupIF CSSAPIIF.getGroupByIdentity(java.util.Map context, java.lang.String identity)
          Get a group based on the identity of the group.
 

Uses of CSSGroupIF in sampleApplications
 

Methods in sampleApplications with parameters of type CSSGroupIF
static void CSSHelloWorld.printGroup(com.hyperion.css.common.CSSGroupIF g, int level)
          Print the group and the level recursively.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.