Uses of Class
com.hyperion.css.CSSInvalidIdentityException

Packages that use CSSInvalidIdentityException
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.common Provides the classes necessary to store common informational elements and describe information retrieved from directory stores and utility classes. 
 

Uses of CSSInvalidIdentityException in com.hyperion.css
 

Methods in com.hyperion.css that throw CSSInvalidIdentityException
 com.hyperion.css.common.CSSUserIF CSSAPIIF.authenticate(java.util.Map context)
          The user is authenticated by the security platform.
 com.hyperion.css.common.CSSUserIF CSSAPIIF.getUserByIdentity(java.util.Map context, java.lang.String identity)
          Get a user based on the identity of the user.
 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 CSSInvalidIdentityException in com.hyperion.css.common
 

Methods in com.hyperion.css.common that throw CSSInvalidIdentityException
static java.lang.String CSSIdentityHelper.getProviderType(java.util.Locale locale, java.lang.String identity)
          Returns the PROVIDER.TYPE .
static java.lang.String CSSIdentityHelper.getIdentityType(java.util.Locale locale, java.lang.String identity)
          Returns the type of the entry specified in the identity.
static java.lang.String CSSIdentityHelper.getId(java.util.Locale locale, java.lang.String identity)
          Returns the directory id.
static java.lang.String CSSIdentityHelper.getIdentityAttributeName(java.util.Locale locale, java.lang.String identity)
          Returns the identity attribute name.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.