|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSConfigurationException | |
com.hyperion.css | Provides the classes necessary to create and use the security platform and the contract that all providers must implement. |
Uses of CSSConfigurationException in com.hyperion.css |
Methods in com.hyperion.css that throw CSSConfigurationException | |
com.hyperion.css.util.updateRelease.CSSUpdateUtilityIF |
CSSSystem.getCSSUpdateUtility(java.util.Map context,
java.net.URL configLocation)
Internal use only. |
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. |
boolean |
CSSAPIIF.isValidCSSToken(java.util.Map context,
java.lang.String token)
Determines if the token is valid. |
void |
CSSAPIIF.initialize(java.util.Map context,
com.hyperion.css.application.CSSApplicationIF appCallback)
Initializes the security platform by specifying the callback into the application. |
void |
CSSAPIIF.initialize(com.hyperion.css.application.CSSApplicationIF appCallback)
Deprecated. As of CSS 2.5, replaced by CSSAPIIF.initialize(Map, CSSApplicationIF) |
|
Copyright 2004 Hyperion Solutions Corporation. All rights reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |