Package com.hyperion.css

Provides the classes necessary to create and use the security platform and the contract that all providers must implement.

See:
          Description

Interface Summary
CSSAPIIF This is the interface to the security platform functionality.
CSSAppExceptionIF These are the methods that a customized exception class should implement.
CSSProviderIF This is the interface to be implemented by the providers.
 

Class Summary
CSSSystem This is a class designed for providing access to the security platform and the various components.
 

Exception Summary
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.
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.
 

Package com.hyperion.css Description

Provides the classes necessary to create and use the security platform and the contract that all providers must implement.


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.