Uses of Interface
com.hyperion.css.application.CSSApplicationIF

Packages that use CSSApplicationIF
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 CSSApplicationIF in com.hyperion.css
 

Methods in com.hyperion.css with parameters of type CSSApplicationIF
 void CSSAPIIF.initialize(java.util.Map context, com.hyperion.css.application.CSSApplicationIF appCallback)
          Initializes the security platform by specifying the callback into the application.
 void CSSAPIIF.initialize(com.hyperion.css.application.CSSApplicationIF appCallback)
          Deprecated. As of CSS 2.5, replaced by CSSAPIIF.initialize(Map, CSSApplicationIF)
 

Uses of CSSApplicationIF in sampleApplications
 

Classes in sampleApplications that implement CSSApplicationIF
 class MyApp
          This class implements the application interface, providing the security platform interface with a callback object.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.