Uses of Package
com.hyperion.css

Packages that use com.hyperion.css
com.hyperion.css Provides the classes necessary to create and use the security platform and the contract that all providers must implement. 
com.hyperion.css.application Provides functionality that Hyperion-based applications must implement in order to use the security platform. 
com.hyperion.css.common Provides the classes necessary to store common informational elements and describe information retrieved from directory stores and utility classes. 
com.hyperion.css.common.configuration Provides functionality to retrieve and use the configuration specified by each application implementing the security platform. 
com.hyperion.css.i18n Provides localization support. 
com.hyperion.css.spi Provides implementations of the built-in providers and the factory interface that would need to be implemented for a custom provider to be plugged into the security platform. 
sampleApplications Provides the classes that make up sample programs demonstrating the implementation of the application contract and single sign-on. 
 

Classes in com.hyperion.css used by com.hyperion.css
CSSAPIIF
          This is the interface to the security platform functionality.
CSSAppExceptionIF
          These are the methods that a customized exception class should implement.
CSSAuthenticationException
          This exception, if thrown, implies that a user is found but the password does not match; in other words, the credentials are invalid.
CSSCommunicationException
          This exception, if thrown, implies that the directory could not be contacted and is not available for the request.
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
CSSIllegalArgumentException
          This exception, if thrown, specifies an illegal argument to a method.
CSSInvalidGroupException
          This exception, if thrown, implies that the group specified does not exist.
CSSInvalidIdentityException
          This exception, if thrown, implies that the identity is invalid or not in the correct format.
CSSInvalidUserException
          This exception, if thrown, implies that the user specified does not exist, but existed at some time.
CSSNoProviderException
          This exception, if thrown, implies that the provider does not exist.
CSSOperationNotSupportedException
          This exception, if thrown, implies that a particular provider does not support this operation.
CSSSystem
          This is a class designed for providing access to the security platform and the various components.
CSSTokenNotAcceptedException
          This exception, if thrown, implies that the token passed in from another source (another application) is not a valid token and therefore is rejected.
CSSTokenNotAvailableException
          This exception, if thrown, implies that the token cannot be created or is not available.
 

Classes in com.hyperion.css used by com.hyperion.css.application
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
 

Classes in com.hyperion.css used by com.hyperion.css.common
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
CSSIllegalArgumentException
          This exception, if thrown, specifies an illegal argument to a method.
CSSInvalidIdentityException
          This exception, if thrown, implies that the identity is invalid or not in the correct format.
 

Classes in com.hyperion.css used by com.hyperion.css.common.configuration
CSSAppExceptionIF
          These are the methods that a customized exception class should implement.
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
 

Classes in com.hyperion.css used by com.hyperion.css.i18n
CSSIllegalArgumentException
          This exception, if thrown, specifies an illegal argument to a method.
 

Classes in com.hyperion.css used by com.hyperion.css.spi
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
CSSProviderIF
          This is the interface to be implemented by the providers.
 

Classes in com.hyperion.css used by sampleApplications
CSSException
          This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.