A C D E F G I L M N O P R S T U V

C

checkValidArgument(String, Object) - Static method in class com.hyperion.css.common.CSSUtils
Checks if the argument is valid or not.
checkValidArgument(String, String) - Static method in class com.hyperion.css.common.CSSUtils
Checks if the argument passed in is valid or not.
CLASS_LOADER_NOT_AVAILABLE - Static variable in class com.hyperion.css.i18n.CSSI18NConstants
Constant that holds the value "unableToGetClassLoader", a key in the resource bundle.
CLASS_NOT_LOADED - Static variable in class com.hyperion.css.i18n.CSSI18NConstants
Constant that holds the value "unableToLoadClass", a key in the resource bundle.
com.hyperion.css.i18n - package com.hyperion.css.i18n
Provides localization support.
COMMUNICATION_EXCEPTION - Static variable in interface com.hyperion.css.CSSAppExceptionIF
Constant specifying that the directory could not be contacted and is not available for the request.
CONFIGURATION_EXCEPTION - Static variable in interface com.hyperion.css.CSSAppExceptionIF
Constant specifying that the configuration cannot be retrieved, is not valid, or is corrupted.
CONTEXT - Static variable in class com.hyperion.css.i18n.CSSI18NConstants
Constant that holds the value "context", a key in the resource bundle.
COUNT_INVALID - Static variable in class com.hyperion.css.i18n.CSSI18NConstants
Constant that holds the value "invalidNo", a key in the resource bundle.
CSSAPIIF - interface com.hyperion.css.CSSAPIIF.
This is the interface to the security platform functionality.
CSSAppExceptionIF - interface com.hyperion.css.CSSAppExceptionIF.
These are the methods that a customized exception class should implement.
CSSApplicationIF - interface com.hyperion.css.application.CSSApplicationIF.
This is the contract that the applications need to implement.
CSSAuthenticateForEssbase - class sampleApplications.CSSAuthenticateForEssbase.
Class for automating test cases for Essbase.
CSSAuthenticateForEssbase() - Constructor for class sampleApplications.CSSAuthenticateForEssbase
 
CSSAuthenticationException - exception com.hyperion.css.CSSAuthenticationException.
This exception, if thrown, implies that a user is found but the password does not match; in other words, the credentials are invalid.
CSSAuthenticationException() - Constructor for class com.hyperion.css.CSSAuthenticationException
Constructor with no arguments.
CSSAuthenticationException(String) - Constructor for class com.hyperion.css.CSSAuthenticationException
Constructor with explanation argument.
CSSAuthenticationException(String, long) - Constructor for class com.hyperion.css.CSSAuthenticationException
Constructor with explanation and errorCode arguments.
CSSAuthenticationException(String, Throwable) - Constructor for class com.hyperion.css.CSSAuthenticationException
Constructor with explanation and rootException arguments.
CSSAuthenticationException(Throwable) - Constructor for class com.hyperion.css.CSSAuthenticationException
Constructor with rootException argument.
CSSCommunicationException - exception com.hyperion.css.CSSCommunicationException.
This exception, if thrown, implies that the directory could not be contacted and is not available for the request.
CSSCommunicationException() - Constructor for class com.hyperion.css.CSSCommunicationException
Constructor with no arguments.
CSSCommunicationException(String) - Constructor for class com.hyperion.css.CSSCommunicationException
Constructor with explanation argument.
CSSCommunicationException(String, long) - Constructor for class com.hyperion.css.CSSCommunicationException
Constructor with explanation and errorCode arguments.
CSSCommunicationException(String, Throwable) - Constructor for class com.hyperion.css.CSSCommunicationException
Constructor with explanation and rootException arguments.
CSSCommunicationException(Throwable) - Constructor for class com.hyperion.css.CSSCommunicationException
Constructor with rootException argument.
CSSConfigurationException - exception com.hyperion.css.common.configuration.CSSConfigurationException.
The exception class that details an abnormality in the configuration component.
CSSConfigurationException() - Constructor for class com.hyperion.css.common.configuration.CSSConfigurationException
Constructor with no arguments.
CSSConfigurationException(String) - Constructor for class com.hyperion.css.common.configuration.CSSConfigurationException
Constructor with explanation argument.
CSSConfigurationException(String, long) - Constructor for class com.hyperion.css.common.configuration.CSSConfigurationException
Constructor with explanation and errorCode arguments.
CSSConfigurationException(String, Throwable) - Constructor for class com.hyperion.css.common.configuration.CSSConfigurationException
Constructor with explanation and rootException arguments.
CSSConfigurationException(Throwable) - Constructor for class com.hyperion.css.common.configuration.CSSConfigurationException
Constructor with rootException argument.
CSSException - exception com.hyperion.css.CSSException.
This is a customized application exception class that is able to chain/link exceptions and the associated error codes.
CSSException() - Constructor for class com.hyperion.css.CSSException
Creates a new exception with null as its message.
CSSException(String) - Constructor for class com.hyperion.css.CSSException
Constructor that accepts the message detailing the exception.
CSSException(String, long) - Constructor for class com.hyperion.css.CSSException
Constructor that accepts a message and an errorCode detailing information about this exception.
CSSException(String, Throwable) - Constructor for class com.hyperion.css.CSSException
Creates a new exception with a message and a cause.
CSSException(Throwable) - Constructor for class com.hyperion.css.CSSException
Creates a new exception with the cause.
CSSGroupIF - interface com.hyperion.css.common.CSSGroupIF.
This represents a group in the security platform and the directories.
CSSHelloSSO - class sampleApplications.CSSHelloSSO.
This sample application demonstrates the authentication of users to the external repository using simple (user names and password combination) and token based authentication.
CSSHelloSSO() - Constructor for class sampleApplications.CSSHelloSSO
 
CSSHelloSSOWithSA - class sampleApplications.CSSHelloSSOWithSA.
This sample application demonstrates the authentication of users that exist in the external repository using headers populated by the Security Agent.
CSSHelloSSOWithSA() - Constructor for class sampleApplications.CSSHelloSSOWithSA
 
CSSHelloWorld - class sampleApplications.CSSHelloWorld.
This sample application interacts with the security platform interface (@link com.hyperion.css.CSSAPIIF}, walking through groups in the directory and printing user and group information.
CSSHelloWorld() - Constructor for class sampleApplications.CSSHelloWorld
 
CSSI18NConstants - class com.hyperion.css.i18n.CSSI18NConstants.
Constants that map to the keys in the resource bundle.
CSSI18nUtility - class com.hyperion.css.i18n.CSSI18nUtility.
Contains utility methods to enable internationalization.
CSSI18nUtility() - Constructor for class com.hyperion.css.i18n.CSSI18nUtility
 
CSSIdentityHelper - class com.hyperion.css.common.CSSIdentityHelper.
The identity can be used to specify a user or a group or any other entry uniquely within corporate directories.
CSSIllegalArgumentException - exception com.hyperion.css.CSSIllegalArgumentException.
This exception, if thrown, specifies an illegal argument to a method.
CSSIllegalArgumentException() - Constructor for class com.hyperion.css.CSSIllegalArgumentException
Constructor with no arguments.
CSSIllegalArgumentException(String) - Constructor for class com.hyperion.css.CSSIllegalArgumentException
Constructor with explanation argument.
CSSIllegalArgumentException(String, long) - Constructor for class com.hyperion.css.CSSIllegalArgumentException
Constructor with explanation and errorCode arguments.
CSSIllegalArgumentException(String, Throwable) - Constructor for class com.hyperion.css.CSSIllegalArgumentException
Constructor with explanation and rootException arguments.
CSSIllegalArgumentException(Throwable) - Constructor for class com.hyperion.css.CSSIllegalArgumentException
Constructor with rootException argument.
CSSInvalidGroupException - exception com.hyperion.css.CSSInvalidGroupException.
This exception, if thrown, implies that the group specified does not exist.
CSSInvalidGroupException() - Constructor for class com.hyperion.css.CSSInvalidGroupException
Constructor with no arguments.
CSSInvalidGroupException(String) - Constructor for class com.hyperion.css.CSSInvalidGroupException
Constructor with explanation argument.
CSSInvalidGroupException(String, long) - Constructor for class com.hyperion.css.CSSInvalidGroupException
Constructor with explanation and errorCode arguments.
CSSInvalidGroupException(String, Throwable) - Constructor for class com.hyperion.css.CSSInvalidGroupException
Constructor with explanation and rootException arguments.
CSSInvalidGroupException(Throwable) - Constructor for class com.hyperion.css.CSSInvalidGroupException
Constructor with rootException argument.
CSSInvalidIdentityException - exception com.hyperion.css.CSSInvalidIdentityException.
This exception, if thrown, implies that the identity is invalid or not in the correct format.
CSSInvalidIdentityException() - Constructor for class com.hyperion.css.CSSInvalidIdentityException
Constructor with no arguments.
CSSInvalidIdentityException(String) - Constructor for class com.hyperion.css.CSSInvalidIdentityException
Constructor with explanation argument.
CSSInvalidIdentityException(String, long) - Constructor for class com.hyperion.css.CSSInvalidIdentityException
Constructor with explanation and errorCode arguments.
CSSInvalidIdentityException(String, Throwable) - Constructor for class com.hyperion.css.CSSInvalidIdentityException
Constructor with explanation and rootException arguments.
CSSInvalidIdentityException(Throwable) - Constructor for class com.hyperion.css.CSSInvalidIdentityException
Constructor with rootException argument.
CSSInvalidUserException - exception com.hyperion.css.CSSInvalidUserException.
This exception, if thrown, implies that the user specified does not exist, but existed at some time.
CSSInvalidUserException() - Constructor for class com.hyperion.css.CSSInvalidUserException
Constructor with no arguments.
CSSInvalidUserException(String) - Constructor for class com.hyperion.css.CSSInvalidUserException
Constructor with explanation argument.
CSSInvalidUserException(String, long) - Constructor for class com.hyperion.css.CSSInvalidUserException
Constructor with explanation and errorCode arguments.
CSSInvalidUserException(String, Throwable) - Constructor for class com.hyperion.css.CSSInvalidUserException
Constructor with explanation and rootException arguments.
CSSInvalidUserException(Throwable) - Constructor for class com.hyperion.css.CSSInvalidUserException
Constructor with rootException argument.
CSSNoProviderException - exception com.hyperion.css.CSSNoProviderException.
This exception, if thrown, implies that the provider does not exist.
CSSNoProviderException() - Constructor for class com.hyperion.css.CSSNoProviderException
Constructor with no arguments.
CSSNoProviderException(String) - Constructor for class com.hyperion.css.CSSNoProviderException
Constructor with explanation argument.
CSSNoProviderException(String, long) - Constructor for class com.hyperion.css.CSSNoProviderException
Constructor with explanation and errorCode arguments.
CSSNoProviderException(String, Throwable) - Constructor for class com.hyperion.css.CSSNoProviderException
Constructor with explanation and rootException arguments.
CSSNoProviderException(Throwable) - Constructor for class com.hyperion.css.CSSNoProviderException
Constructor with rootException argument.
CSSOperationNotSupportedException - exception com.hyperion.css.CSSOperationNotSupportedException.
This exception, if thrown, implies that a particular provider does not support this operation.
CSSOperationNotSupportedException() - Constructor for class com.hyperion.css.CSSOperationNotSupportedException
Constructor with no arguments.
CSSOperationNotSupportedException(String) - Constructor for class com.hyperion.css.CSSOperationNotSupportedException
Constructor with explanation argument.
CSSOperationNotSupportedException(String, long) - Constructor for class com.hyperion.css.CSSOperationNotSupportedException
Constructor with explanation and errorCode arguments.
CSSOperationNotSupportedException(String, Throwable) - Constructor for class com.hyperion.css.CSSOperationNotSupportedException
Constructor with explanation and rootException arguments.
CSSOperationNotSupportedException(Throwable) - Constructor for class com.hyperion.css.CSSOperationNotSupportedException
Constructor with rootException argument.
CSSProviderFactoryIF - interface com.hyperion.css.spi.CSSProviderFactoryIF.
This is the factory interface whose implementation is responsible to create and initialize the provider.
CSSProviderIF - interface com.hyperion.css.CSSProviderIF.
This is the interface to be implemented by the providers.
CSSSampleAlgoImplementation - class sampleApplications.CSSSampleAlgoImplementation.
This class demonstrates the implementation of the algorithm for authenticating a user using the security platform in an environment where the resources are protected by a Security Agent.
CSSSampleAlgoImplementation() - Constructor for class sampleApplications.CSSSampleAlgoImplementation
 
CSSSystem - class com.hyperion.css.CSSSystem.
This is a class designed for providing access to the security platform and the various components.
CSSTokenNotAcceptedException - exception com.hyperion.css.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.
CSSTokenNotAcceptedException() - Constructor for class com.hyperion.css.CSSTokenNotAcceptedException
Constructor with no arguments.
CSSTokenNotAcceptedException(String) - Constructor for class com.hyperion.css.CSSTokenNotAcceptedException
Constructor with explanation argument.
CSSTokenNotAcceptedException(String, long) - Constructor for class com.hyperion.css.CSSTokenNotAcceptedException
Constructor with explanation and errorCode arguments.
CSSTokenNotAcceptedException(String, Throwable) - Constructor for class com.hyperion.css.CSSTokenNotAcceptedException
Constructor with explanation and rootException arguments.
CSSTokenNotAcceptedException(Throwable) - Constructor for class com.hyperion.css.CSSTokenNotAcceptedException
Constructor with rootException argument.
CSSTokenNotAvailableException - exception com.hyperion.css.CSSTokenNotAvailableException.
This exception, if thrown, implies that the token cannot be created or is not available.
CSSTokenNotAvailableException() - Constructor for class com.hyperion.css.CSSTokenNotAvailableException
Constructor with no arguments.
CSSTokenNotAvailableException(String) - Constructor for class com.hyperion.css.CSSTokenNotAvailableException
Constructor with explanation argument.
CSSTokenNotAvailableException(String, long) - Constructor for class com.hyperion.css.CSSTokenNotAvailableException
Constructor with explanation and errorCode arguments.
CSSTokenNotAvailableException(String, Throwable) - Constructor for class com.hyperion.css.CSSTokenNotAvailableException
Constructor with explanation and rootException arguments.
CSSTokenNotAvailableException(Throwable) - Constructor for class com.hyperion.css.CSSTokenNotAvailableException
Constructor with rootException argument.
CSSUserIF - interface com.hyperion.css.common.CSSUserIF.
This represents a user in the security platform and the directories.
CSSUtils - class com.hyperion.css.common.CSSUtils.
Utility class for the framework and the providers.
CSSUtils() - Constructor for class com.hyperion.css.common.CSSUtils
Constructor for CSSUtils.

Copyright 2004 Hyperion Solutions Corporation. All rights reserved.

A C D E F G I L M N O P R S T U V