Uses of Class
com.hyperion.css.CSSNoProviderException

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

Uses of CSSNoProviderException in com.hyperion.css
 

Methods in com.hyperion.css that throw CSSNoProviderException
 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.getUsers(java.util.Map context, java.lang.String userName)
          Gets the user specified by userName.
 com.hyperion.css.common.CSSUserIF CSSAPIIF.getUserByEmail(java.util.Map context, java.lang.String email)
          Get a user based on an email match.
 com.hyperion.css.common.CSSUserIF[] CSSAPIIF.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[] CSSAPIIF.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 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.getGroups(java.util.Map context, java.lang.String name)
          Get a group based on the name.
 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.
 


Copyright 2004 Hyperion Solutions Corporation. All rights reserved.