Deprecated Methods |
com.hyperion.css.CSSAPIIF.authenticate(Map)
- Use any of the following:
CSSAPIIF.authenticate(Map, String, String)
CSSAPIIF.authenticateToken(Map, String)
CSSAPIIF.authenticateUserFromSecurityAgent(Map, String, String)
CSSAPIIF.authenticateSapTicket(Map, String)
CSSAPIIF.authenticateSecurityAgent(Map, HttpServletRequest) |
com.hyperion.css.common.CSSGroupIF.getAllRolesList(Map, CSSPrincipalIF)
- Use
CSSUserProvisioningAPIIF.getRolesListForEntry(Map, CSSPrincipalIF, String, String[], boolean) |
com.hyperion.css.common.CSSUserIF.getAllRolesList(Map, CSSPrincipalIF)
- Use
CSSUserProvisioningAPIIF.getRolesListForEntry(Map, CSSPrincipalIF, String, String[], boolean) |
com.hyperion.css.CSSAppExceptionIF.getErrorCode()
|
com.hyperion.css.CSSBaseException.getErrorCode()
|
com.hyperion.css.CSSUserProvisioningAPIIF.getGroupByIdentity(Map, CSSPrincipalIF, String, String, String)
- Use CSSUserProvisioningAPIIF.getGroupByIdentity(Map, CSSPrincipalIF, String, String) instead. This is an EPM mode
only API. |
com.hyperion.css.CSSAPIIF.getGroupByIdentity(Map, String)
- Use
CSSAPIIF.getGroupByIdentity(Map, CSSPrincipalIF, String)
. This is an EPM mode only API. |
com.hyperion.css.common.CSSGroupIF.getGroupList()
Use CSSGroupIF.getGroupList(CSSPrincipalIF, boolean) instead. This is an EPM mode only API. |
com.hyperion.css.CSSUserProvisioningAPIIF.getGroups(Map, CSSPrincipalIF, String, String, String)
- Use
CSSUserProvisioningAPIIF.getAllProvisionedGroupsInApp(Map, CSSPrincipalIF, String, String, String)
This is an EPM mode only API. |
com.hyperion.css.CSSAPIIF.getGroups(Map, String)
- Use CSSAPIIF.getGroups(Map, CSSPrincipalIF, String)
This is an EPM mode only API. |
com.hyperion.css.CSSAPIIF.getGroupsByIdentities(Map, String[])
- Use
CSSAPIIF.getGroupsByIdentities(Map, CSSPrincipalIF, Set) |
com.hyperion.css.common.CSSUserIF.getGroupsList()
Use CSSUserIF.getGroupsList(CSSPrincipalIF, boolean) instead. |
com.hyperion.css.CSSUserProvisioningAPIIF.getGroupsWithRoleInApplication(Map, CSSPrincipalIF, String, String, String, String)
- Use
CSSUserProvisioningAPIIF.getAllProvisionedGroupsInApps(Map, CSSPrincipalIF, GroupSearchFilter, CSSRoleInfo[], String)
This is an EPM mode only API. |
com.hyperion.css.CSSSystem.getInstance()
|
com.hyperion.css.CSSSystem.getInstance(Map, URL, String)
(non-Javadoc)
This is an EPM mode only API.
Returns an initialized singleton instance of CSSSystem using the specified configURL. Note that if the CSSSystem
was already initialized using configuration from registry, the system will not initialize again, but the same
instance would be returned. A warning would be logged.
If Native directory is not reachable, the initialization logic will try to reconnect to it for a few attempts. If
Native directory is not reachable even after retry attempts, this method will fail with exception.
The context can specify the following:
- locale
-
NO_CACHE - Note that setting this option will only defer the cache building from initialize time to
when required.
The directory location of where the client log file should be created is required, In case of invalid log
location, the log will be created in the JVM temp folder. |
com.hyperion.css.CSSPasswordPolicyException.getPasswordPolicyErrorCode()
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException.getPasswordPolicyErrorCode(NamingException)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSBaseException.getProvider()
|
com.hyperion.css.CSSAPIIF.getProviderNames(Map)
- Use
CSSManager.getProviderMap() This
is an EPM mode only API. |
com.hyperion.css.common.CSSUserIF.getProvisionedApplications(Map, CSSPrincipalIF)
- Use
CSSUserProvisioningAPIIF.getProvisionedApplications(Map, CSSPrincipalIF, String, String[]) |
com.hyperion.css.CSSUserProvisioningAPIIF.getProvisionedApps(Map, CSSPrincipalIF, String)
- Use
CSSUserProvisioningAPIIF.getProvisionedApplications(Map, CSSPrincipalIF, String, String[])
This is an EPM mode only API. |
com.hyperion.css.CSSUserProvisioningAPIIF.getProvisionedApps(Map, CSSPrincipalIF, String, String)
- Use
CSSUserProvisioningAPIIF.getProvisionedApplications(Map, CSSPrincipalIF, String, String[])
This is an EPM mode only API. |
com.hyperion.css.CSSPasswordPolicyException.getRedirectURL()
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSUserProvisioningAPIIF.getRoleByIdentity(Map, CSSPrincipalIF, String, String)
|
com.hyperion.css.CSSAPIIF.getUserByEmail(Map, String)
- Use
CSSAPIIF.getUsers(Map, CSSPrincipalIF, UserSearchFilter)
This is an EPM mode only API. |
com.hyperion.css.CSSUserProvisioningAPIIF.getUserByIdentity(Map, CSSPrincipalIF, String, String, String)
- Use CSSUserProvisioningAPIIF.getUserByIdentity(Map, CSSPrincipalIF, String, String) instead. This is an EPM mode
only API. |
com.hyperion.css.CSSAPIIF.getUserByIdentity(Map, String)
- Use
CSSAPIIF.getUserByIdentity(Map, CSSPrincipalIF, String)
This is an EPM mode only API. |
com.hyperion.css.common.CSSGroupIF.getUserList()
Use CSSGroupIF.getUsersList(CSSPrincipalIF, boolean) instead. This is an EPM mode only API. |
com.hyperion.css.CSSAPIIF.getUsers(Map, String)
- Use CSSAPIIF.getUsers(Map, CSSPrincipalIF, String)
This is an EPM mode only API. |
com.hyperion.css.CSSAPIIF.getUsers(Map, String, String, String)
- Use
CSSAPIIF.getUsers(Map, CSSPrincipalIF, UserSearchFilter)
This is an EPM mode only API. |
com.hyperion.css.CSSUserProvisioningAPIIF.getUsersByIdentity(Map, CSSPrincipalIF, List, String, String)
- Use CSSUserProvisioningAPIIF.getUsersByIdentity(Map, CSSPrincipalIF, List, String) instead. This is an EPM mode
only API. |
com.hyperion.css.CSSAPIIF.getUsersByName(Map, String, String)
- Use
CSSAPIIF.getUsers(Map, CSSPrincipalIF, UserSearchFilter)
This is an EPM mode only API. |
com.hyperion.css.common.CSSGroupIF.getUsersList(CSSPrincipalIF, boolean)
- Use CSSGroupIF.getUsersList(Map, CSSPrincipalIF, boolean) . |
com.hyperion.css.CSSUserProvisioningAPIIF.getUsersWithRoleInApplication(Map, CSSPrincipalIF, String, String, String, String)
- Use
{@link CSSUserProvisioningAPIIF#getAllProvisionedUsersInApp(Map, CSSPrincipalIF, UserSearchFilter, String, String)
or
{@link CSSUserProvisioningAPIIF#getAllProvisionedUsersInApps(Map, CSSPrincipalIF, UserSearchFilter, CSSRoleInfo[], String)
This is an EPM mode only API. |
com.hyperion.css.CSSPasswordPolicyException.hasPasswordPolicyError()
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSAPIIF.initialize(Map, CSSApplicationIF)
- Use getInstance(Map, String) |
com.hyperion.css.CSSAPIIF.login(Map, String, boolean)
- Use any of the following:
CSSAPIIF.login(Map, String, String, String[])
CSSAPIIF.loginToken(Map, String, String[])
CSSAPIIF.loginSapTicket(Map, String, String[])
CSSAPIIF.loginSecurityAgent(Map, HttpServletRequest, String[]) |
com.hyperion.css.CSSSystem.restoreToken(Map, String)
- use restoreToken(Map, String, String) |
com.hyperion.css.CSSAppExceptionIF.setErrorCode(long)
|
com.hyperion.css.CSSBaseException.setErrorCode(long)
|
com.hyperion.css.CSSAppExceptionIF.setLocale(Locale)
|
com.hyperion.css.CSSPasswordPolicyException.setRedirectURL(String)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.common.CSSUserIF.setToken(String)
- Not a public API |
com.hyperion.css.common.CSSUserIF.setUserInfo(String, Object)
- Not a public API |
com.hyperion.css.CSSAppExceptionIF.toString()
|
Deprecated Constructors |
com.hyperion.css.CSSBaseException()
|
com.hyperion.css.CSSBaseException(String)
|
com.hyperion.css.CSSBaseException(String, long)
|
com.hyperion.css.CSSBaseException(String, Throwable)
|
com.hyperion.css.CSSBaseException(Throwable)
|
com.hyperion.css.CSSPasswordExpiredException(long, long)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, String[])
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, String[], int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, String[], Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, String[], Throwable, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(long, long, Throwable, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordExpiredException(String)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException()
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(Exception)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, String[])
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, String[], int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, String[], Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, String[], Throwable, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(long, long, Throwable, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(NamingException)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, Exception)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, String[])
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, String[], int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, String[], Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, String[], Throwable, int)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, Throwable)
- This will throw generic exception, will be deleted next release. |
com.hyperion.css.CSSPasswordPolicyException(String, long, long, Throwable, int)
- This will throw generic exception, will be deleted next release. |