Searched refs:IdRepoException (Results 51 - 75 of 540) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java66 import com.sun.identity.idm.IdRepoException;
132 IdRepoException initializationException;
178 throws IdRepoException, SSOException {
195 Map attrMap) throws IdRepoException, SSOException {
213 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS, null);
227 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS,
243 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS,
306 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_CREATE_AGENT, args);
318 throws IdRepoException, SSOException {
344 throw (new IdRepoException(IdRepoBundl
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DAgentsRepo.java72 import com.sun.identity.idm.IdRepoException;
144 IdRepoException initializationException;
195 throws IdRepoException, SSOException {
212 Map attrMap) throws IdRepoException, SSOException {
230 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS, null);
244 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS,
260 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.ILLEGAL_ARGUMENTS,
323 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.UNABLE_CREATE_AGENT, args);
335 throws IdRepoException, SSOException {
361 throw (new IdRepoException(IdRepoBundl
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java51 import com.sun.identity.idm.IdRepoException;
237 IdRepoException initializationException;
253 public void initialize(Map configParams) throws IdRepoException {
271 initializationException = new IdRepoException(badDaoMsg);
278 initializationException = new IdRepoException(cnfe.getMessage());
283 initializationException = new IdRepoException(ie.getMessage());
288 initializationException = new IdRepoException(iae.getMessage());
293 initializationException = new IdRepoException(noDAOex.getMessage());
325 initializationException = new IdRepoException(errorMessage);
351 initializationException = new IdRepoException(errorMessag
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java52 import com.sun.identity.idm.IdRepoException;
238 IdRepoException initializationException;
254 public void initialize(Map configParams) throws IdRepoException {
272 initializationException = new IdRepoException(badDaoMsg);
279 initializationException = new IdRepoException(cnfe.getMessage());
284 initializationException = new IdRepoException(ie.getMessage());
289 initializationException = new IdRepoException(iae.getMessage());
294 initializationException = new IdRepoException(noDAOex.getMessage());
326 initializationException = new IdRepoException(errorMessage);
352 initializationException = new IdRepoException(errorMessag
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DUserProfilesDaoTest.java34 import com.sun.identity.idm.IdRepoException;
73 public void shouldInit() throws IdRepoException, SSOException {
92 public void shouldRemoveProfile() throws IdRepoException, SSOException {
107 public void shouldNotRemoveProfileIfDoesNotExist() throws IdRepoException, SSOException {
123 IdRepoException, SSOException {
144 IdRepoException, SSOException {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java23 import com.sun.identity.idm.IdRepoException;
83 } catch (SSOException | IdRepoException | SMSException e) {
119 } catch (SSOException | IdRepoException | SMSException e) {
149 throw new IdRepoException("getIdentity : User " + userName + " is not found");
151 throw new IdRepoException("getIdentity : More than one user found for the userName " + userName);
155 } catch (IdRepoException | SSOException e) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DUserDevicesDao.java23 import com.sun.identity.idm.IdRepoException;
92 } catch (SSOException | IdRepoException | SMSException e) {
128 } catch (SSOException | IdRepoException | SMSException e) {
158 throw new IdRepoException("getIdentity : User " + userName + " is not found");
160 throw new IdRepoException("getIdentity : More than one user found for the userName " + userName);
164 } catch (IdRepoException | SSOException e) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModelImpl.java38 import com.sun.identity.idm.IdRepoException;
59 } catch (IdRepoException re) {
73 } catch (IdRepoException e) {
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/helpers/
H A DADHelper.java20 import com.sun.identity.idm.IdRepoException;
66 * @throws IdRepoException If there was an error while trying to retrieve the current userAccountControl value.
70 String inactiveValue) throws IdRepoException {
85 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NOT_VALID_ENTRY, new Object[]{name});
H A DDirectoryHelper.java19 import com.sun.identity.idm.IdRepoException;
114 * @throws IdRepoException If there was an error while retrieving the existing user status attribute.
117 String activeValue, String inactiveValue) throws IdRepoException {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentDumpModelImpl.java38 import com.sun.identity.idm.IdRepoException;
59 } catch (IdRepoException re) {
73 } catch (IdRepoException e) {
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/helpers/
H A DADHelper.java20 import com.sun.identity.idm.IdRepoException;
66 * @throws IdRepoException If there was an error while trying to retrieve the current userAccountControl value.
70 String inactiveValue) throws IdRepoException {
85 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NOT_VALID_ENTRY, new Object[]{name});
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoFatalException.java45 public class IdRepoFatalException extends IdRepoException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java42 import com.sun.identity.idm.IdRepoException;
151 throws SSOException, IdRepoException {
155 } else if (exception instanceof IdRepoException) {
156 throw (IdRepoException) exception;
163 throw new IdRepoException(AMSDKBundle.getString("1000"), "1000");
171 * via the <code>IdRepoException</code> exception.
193 Map attrMap, String amOrgName) throws IdRepoException, SSOException
211 String orgName, String amsdkDN) throws IdRepoException,
224 boolean isString) throws IdRepoException, SSOException {
253 String amOrgName, String amsdkDN) throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceManager.java31 import com.sun.identity.idm.IdRepoException;
53 throws IdRepoException, SSOException{
80 } catch (IdRepoException e) {
98 public void deleteIdentity(String id, String realm) throws SSOException, IdRepoException, InternalServerErrorException{
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceManager.java31 import com.sun.identity.idm.IdRepoException;
53 throws IdRepoException, SSOException{
80 } catch (IdRepoException e) {
98 public void deleteIdentity(String id, String realm) throws SSOException, IdRepoException, InternalServerErrorException{
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/notifications/
H A DNotificationsWebSocketFilter.java43 import com.sun.identity.idm.IdRepoException;
83 } catch (SSOException | IdRepoException e) {
97 private boolean isJ2eeAgent(AMIdentity identity) throws IdRepoException, SSOException {
101 private boolean isWebAgent(AMIdentity identity) throws IdRepoException, SSOException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoFatalException.java45 public class IdRepoFatalException extends IdRepoException {
H A DAMIdentityRepository.java94 * @throws IdRepoException Never thrown, required by legacy code.
100 throws IdRepoException, SSOException {
154 * @throws IdRepoException
159 public Set getSupportedIdTypes() throws IdRepoException, SSOException {
176 * @throws IdRepoException
181 public Set getAllowedIdOperations(IdType type) throws IdRepoException,
196 * @throws IdRepoException
202 throws IdRepoException, SSOException {
259 * @throws IdRepoException
267 throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java43 import com.sun.identity.idm.IdRepoException;
152 throws SSOException, IdRepoException {
156 } else if (exception instanceof IdRepoException) {
157 throw (IdRepoException) exception;
164 throw new IdRepoException(AMSDKBundle.getString("1000"), "1000");
172 * via the <code>IdRepoException</code> exception.
194 Map attrMap, String amOrgName) throws IdRepoException, SSOException
212 String orgName, String amsdkDN) throws IdRepoException,
225 boolean isString) throws IdRepoException, SSOException {
254 String amOrgName, String amsdkDN) throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java49 import com.sun.identity.idm.IdRepoException;
128 throws IdRepoException, SSOException {
155 throws IdRepoException, SSOException {
168 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.PLUGIN_NOT_CONFIGURED_CORRECTLY,
175 IdRepoException ide = new IdRepoException(IdRepoBundle.BUNDLE_NAME,
225 throws IdRepoException, SSOException {
264 Set attrNames) throws IdRepoException, SSOException {
287 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NOT_VALID_ENTRY,
303 throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java49 import com.sun.identity.idm.IdRepoException;
128 throws IdRepoException, SSOException {
155 throws IdRepoException, SSOException {
168 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.PLUGIN_NOT_CONFIGURED_CORRECTLY,
175 IdRepoException ide = new IdRepoException(IdRepoBundle.BUNDLE_NAME,
225 throws IdRepoException, SSOException {
264 Set attrNames) throws IdRepoException, SSOException {
287 throw new IdRepoException(IdRepoBundle.BUNDLE_NAME, IdRepoErrorCode.NOT_VALID_ENTRY,
303 throws IdRepoException, SSOExceptio
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/
H A DRealmNormaliser.java27 import com.sun.identity.idm.IdRepoException;
57 } catch(IdRepoException idre) {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwner.java21 import com.sun.identity.idm.IdRepoException;
88 } catch (IdRepoException | SSOException e) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DIdentityCommand.java37 import com.sun.identity.idm.IdRepoException;
88 } catch (IdRepoException ex) {

Completed in 63 milliseconds

1234567891011>>