Uses of Class
com.hyperion.css.CSSCommunicationException

Packages that use CSSCommunicationException
com.hyperion.css Provides the classes necessary to create and use the security platform and the contract that all providers must implement. 
 

Uses of CSSCommunicationException in com.hyperion.css
 

Methods in com.hyperion.css that throw CSSCommunicationException
 com.hyperion.css.common.CSSUserIF CSSProviderIF.authenticate(java.util.Map context)
          The user is authenticated by the security platform.
 com.hyperion.css.common.CSSUserIF[] CSSProviderIF.getUsers(java.util.Map context, java.lang.String userName)
          Gets the user specified by userName The userName could be mapped to a particular attribute in a directory through the Configuration.
 com.hyperion.css.common.CSSUserIF CSSProviderIF.getUserByEmail(java.util.Map context, java.lang.String email)
          Get a user based on an email match.
 com.hyperion.css.common.CSSUserIF[] CSSProviderIF.getUsersByName(java.util.Map context, java.lang.String firstName, java.lang.String lastName)
          Get a user based on a firstName and lastName match.
 com.hyperion.css.common.CSSUserIF[] CSSProviderIF.getUsers(java.util.Map context, java.lang.String userName, java.lang.String firstName, java.lang.String lastName)
          Get a user based on a user name , firstName and lastName match.
 com.hyperion.css.common.CSSUserIF CSSProviderIF.getUserByIdentity(java.util.Map context, java.lang.String identity)
          Get a user based on the identity of the user.
 com.hyperion.css.common.CSSGroupIF[] CSSProviderIF.getGroups(java.util.Map context, java.lang.String name)
          Get a group based on the name .
 com.hyperion.css.common.CSSGroupIF CSSProviderIF.getGroupByIdentity(java.util.Map context, java.lang.String identity)
          Get a group based on the identity of the group.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.