|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSIllegalArgumentException | |
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. |
com.hyperion.css.i18n | Provides localization support. |
Uses of CSSIllegalArgumentException in com.hyperion.css |
Methods in com.hyperion.css that throw CSSIllegalArgumentException | |
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) |
java.lang.String[] |
CSSAPIIF.getProviderNames(java.util.Map context)
Gets the names of the providers that are registered with the security platform. |
boolean |
CSSAPIIF.isSecurityAgentProtected(java.util.Map context)
This method is invoked to determine if the access to a resource might be protected by a Security Agent. |
java.lang.String[] |
CSSAPIIF.getHeaderNamesFromSecurityAgent(java.util.Map context)
This method returns the HTTP headers that would carry the login name of the user. |
Uses of CSSIllegalArgumentException in com.hyperion.css.common |
Methods in com.hyperion.css.common that throw CSSIllegalArgumentException | |
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. |
static java.lang.String |
CSSIdentityHelper.getIdentityString(java.util.Locale locale,
java.lang.String providerType,
java.lang.String attributeName,
java.lang.String id,
java.lang.String entryType)
Creates an Identity String. |
static void |
CSSUtils.checkValidArgument(java.lang.String argumentName,
java.lang.String argument)
Checks if the argument passed in is valid or not. |
static void |
CSSUtils.checkValidArgument(java.lang.String argumentName,
java.lang.Object argument)
Checks if the argument is valid or not. |
Uses of CSSIllegalArgumentException in com.hyperion.css.i18n |
Methods in com.hyperion.css.i18n that throw CSSIllegalArgumentException | |
static java.lang.String |
CSSI18nUtility.getTranslation(java.util.ResourceBundle bundle,
java.lang.String key,
java.lang.String defaultMessage)
A method for retrieving translations from the resource bundle. |
static java.lang.StringBuffer |
CSSI18nUtility.getTranslationInBuffer(java.util.ResourceBundle bundle,
java.lang.String key,
java.lang.String defaultMessage)
A method for retrieving translations from the resource bundle. |
static java.lang.String |
CSSI18nUtility.getTranslation(java.util.ResourceBundle bundle,
java.lang.String key,
java.lang.String[] lookups,
java.lang.String defaultMessage)
Returns contextually specific translations. |
static java.util.Locale |
CSSI18nUtility.getLocale(java.util.Map context)
Gets the locale that is passed in the context argument. |
static java.util.ResourceBundle |
CSSI18nUtility.getBundle(java.lang.String bundleName,
java.util.Locale locale)
Gets the resource bundle for the bundle name passed in. |
static java.util.ResourceBundle |
CSSI18nUtility.getBundle(java.lang.String bundleName,
java.util.Map context)
Gets the resource bundle for the bundle name passed in. |
|
Copyright 2004 Hyperion Solutions Corporation. All rights reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |