Searched defs:systemName (Results 1 - 5 of 5) sorted by relevance

/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOperationHelperBuilder.java54 private String systemName; field in class:OperationHelperBuilder
62 this.systemName = Assertions.blankChecked(system, "systemName");
77 return new OperationHelperImpl(new Id(systemName, objectType), objectClassInfoHelper, operationOptionHelpers.get(objectType), cryptoService);
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/
H A DId.java74 private String systemName; field in class:Id
78 public Id(String systemName, String objectType) throws ResourceException { argument
79 if (StringUtils.isBlank(systemName)) {
87 this.systemName = URLDecoder.decode(systemName, CHARACTER_ENCODING_UTF_8);
99 public Id(String systemName, String objectType, String localId) throws ResourceException { argument
100 if (StringUtils.isBlank(systemName)) {
111 this.systemName = URLDecoder.decode(systemName, CHARACTER_ENCODING_UTF_8);
142 systemName
[all...]
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerServiceTest.java362 public void testReadInstance(String systemName) throws Exception { argument
367 public void testActionInstance(String systemName) throws Exception { argument
592 public void testUpdateInstance(String systemName) throws Exception { argument
636 public void testSync(String systemName) throws Exception { argument
641 ("system" + systemName + "account").toUpperCase(),
649 ActionRequest actionRequest = Requests.newActionRequest("system/" + systemName + "/account",
709 ("system" + systemName + "group").toUpperCase(),
712 actionRequest = Requests.newActionRequest("system/" + systemName + "/group",
725 public void testPagedSearch(String systemName) throws Exception { argument
731 CreateRequest request = Requests.newCreateRequest("system/" + systemName
769 testHelloWorldAction(String systemName) argument
813 testConflictException(String systemName) argument
820 testServiceUnavailableExceptionFromConnectorIOException(String systemName) argument
827 testServiceUnavailableExceptionFromOperationTimeoutException(String systemName) argument
835 testServiceUnavailableExceptionFromRetryableException(String systemName) argument
842 testInternalServerErrorExceptionFromConfigurationException(String systemName) argument
849 testServiceUnavailableExceptionFromConnectionBrokenException(String systemName) argument
856 testServiceUnavailableExceptionFromConnectionFailedException(String systemName) argument
863 testInternalServerErrorExceptionFromConnectorException(String systemName) argument
870 testInternalServerErrorExceptionFromNullPointerException(String systemName) argument
877 testInternalServerErrorExceptionFromIllegalArgumentException(String systemName) argument
884 testInternalServerErrorExceptionFromConnectorSecurityException(String systemName) argument
893 testPermanentExceptionFromInvalidCredentialException(String systemName) argument
902 testPermanentExceptionFromInvalidPasswordException(String systemName) argument
911 testForbiddenExceptionPermissionDeniedException(String systemName) argument
920 testForbiddenExceptionFromPasswordExpiredException(String systemName) argument
929 testNotFoundExceptionFromUnknownException(String systemName) argument
938 testNotFoundExceptionFromUnsupportedOperationException(String systemName) argument
947 testBadRequestException(String systemName) argument
954 testPreconditionFailedException(String systemName) argument
964 testPreconditionRequiredException(String systemName) argument
974 testResourceException(String systemName) argument
985 testSyncWithAllObjectClass(String systemName) argument
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 39 milliseconds