Searched defs:createInstanceConfig (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/token/delegation/
H A DTokenDelegationHandlersProviderTest.java47 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(!DELEGATION_VALIDATORS_SPECIFIED, !CUSTOM_DELEGATION_HANDLER);
55 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(DELEGATION_VALIDATORS_SPECIFIED, !CUSTOM_DELEGATION_HANDLER);
63 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(!DELEGATION_VALIDATORS_SPECIFIED, CUSTOM_DELEGATION_HANDLER);
67 private SoapSTSInstanceConfig createInstanceConfig(boolean delegationValidatorsSpecified, method in class:TokenDelegationHandlersProviderTest
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/token/delegation/
H A DTokenDelegationHandlersProviderTest.java47 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(!DELEGATION_VALIDATORS_SPECIFIED, !CUSTOM_DELEGATION_HANDLER);
55 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(DELEGATION_VALIDATORS_SPECIFIED, !CUSTOM_DELEGATION_HANDLER);
63 SoapSTSInstanceConfig instanceConfig = createInstanceConfig(!DELEGATION_VALIDATORS_SPECIFIED, CUSTOM_DELEGATION_HANDLER);
67 private SoapSTSInstanceConfig createInstanceConfig(boolean delegationValidatorsSpecified, method in class:TokenDelegationHandlersProviderTest
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImplTest.java84 Set<SoapSTSInstanceConfig> initialSet = Sets.newHashSet(createInstanceConfig("instanceOne",
105 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("instanceOne",
125 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("instanceOne",
135 SoapSTSInstanceConfig updatedConfig = createInstanceConfig("instanceOne",
144 private SoapSTSInstanceConfig createInstanceConfig(String uriElement, String amDeploymentUrl) throws UnsupportedEncodingException { method in class:SoapSTSInstancePublisherImplTest
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DRestSTSInstanceStateServiceListenerTest.java104 RestSTSInstanceConfig instanceConfig = createInstanceConfig("issuer_one");
112 RestSTSInstanceConfig instanceConfig1 = createInstanceConfig("issuer_one_prime");
120 private RestSTSInstanceConfig createInstanceConfig(String issuerName) { method in class:RestSTSInstanceStateServiceListenerTest
H A DSoapSTSInstanceStateProviderTest.java98 SoapSTSInstanceConfig instanceConfig = createInstanceConfig();
105 SoapSTSInstanceConfig instanceConfig = createInstanceConfig();
117 private SoapSTSInstanceConfig createInstanceConfig() throws UnsupportedEncodingException { method in class:SoapSTSInstanceStateProviderTest
H A DSoapSTSInstanceStateServiceListenerTest.java105 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("http://host.com:8080/am");
113 SoapSTSInstanceConfig instanceConfig1 = createInstanceConfig("https://host.com:443/am");
121 private SoapSTSInstanceConfig createInstanceConfig(String amDeploymentUrl) throws UnsupportedEncodingException { method in class:SoapSTSInstanceStateServiceListenerTest
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/
H A DRestSTSInstanceStateServiceListenerTest.java104 RestSTSInstanceConfig instanceConfig = createInstanceConfig("issuer_one");
112 RestSTSInstanceConfig instanceConfig1 = createInstanceConfig("issuer_one_prime");
120 private RestSTSInstanceConfig createInstanceConfig(String issuerName) { method in class:RestSTSInstanceStateServiceListenerTest
H A DSoapSTSInstanceStateProviderTest.java98 SoapSTSInstanceConfig instanceConfig = createInstanceConfig();
105 SoapSTSInstanceConfig instanceConfig = createInstanceConfig();
117 private SoapSTSInstanceConfig createInstanceConfig() throws UnsupportedEncodingException { method in class:SoapSTSInstanceStateProviderTest
H A DSoapSTSInstanceStateServiceListenerTest.java105 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("http://host.com:8080/am");
113 SoapSTSInstanceConfig instanceConfig1 = createInstanceConfig("https://host.com:443/am");
121 private SoapSTSInstanceConfig createInstanceConfig(String amDeploymentUrl) throws UnsupportedEncodingException { method in class:SoapSTSInstanceStateServiceListenerTest
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/test/java/org/forgerock/openam/sts/soap/publish/
H A DSoapSTSInstancePublisherImplTest.java97 Set<SoapSTSInstanceConfig> initialSet = Sets.newHashSet(createInstanceConfig("instanceOne",
120 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("instanceOne",
140 SoapSTSInstanceConfig instanceConfig = createInstanceConfig("instanceOne",
150 SoapSTSInstanceConfig updatedConfig = createInstanceConfig("instanceOne",
159 private SoapSTSInstanceConfig createInstanceConfig(String uriElement, String amDeploymentUrl) throws UnsupportedEncodingException { method in class:SoapSTSInstancePublisherImplTest
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfigTest.java55 RestSTSInstanceConfig ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
57 RestSTSInstanceConfig ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
62 ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, !WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
64 ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, !WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
69 ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, !WITH_OIDC_CONFIG,
71 ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, !WITH_OIDC_CONFIG,
79 RestSTSInstanceConfig ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
81 RestSTSInstanceConfig ric2 = createInstanceConfig("/bobo",WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
85 ric1 = createInstanceConfig("/bobo", !WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
87 ric2 = createInstanceConfig("/bob
237 private RestSTSInstanceConfig createInstanceConfig(String uriElement, boolean withTlsOffloadConfig, method in class:RestSTSInstanceConfigTest
[all...]
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java57 SoapSTSInstanceConfig ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG,
59 SoapSTSInstanceConfig ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG,
64 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
66 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
71 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, !WITH_VALIDATE_CONFIG,
74 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, !WITH_VALIDATE_CONFIG,
79 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
81 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
86 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
88 ric2 = createInstanceConfig("/bo
332 private SoapSTSInstanceConfig createInstanceConfig(String uriElement, String amDeploymentUrl, method in class:SoapSTSInstanceConfigTest
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfigTest.java55 RestSTSInstanceConfig ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
57 RestSTSInstanceConfig ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
62 ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, !WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
64 ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, !WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
69 ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, !WITH_OIDC_CONFIG,
71 ric2 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, !WITH_OIDC_CONFIG,
79 RestSTSInstanceConfig ric1 = createInstanceConfig("/bob", WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
81 RestSTSInstanceConfig ric2 = createInstanceConfig("/bobo",WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
85 ric1 = createInstanceConfig("/bobo", !WITH_TLS_OFFLOAD_CONFIG, WITH_SAML2_CONFIG, WITH_OIDC_CONFIG,
87 ric2 = createInstanceConfig("/bob
237 private RestSTSInstanceConfig createInstanceConfig(String uriElement, boolean withTlsOffloadConfig, method in class:RestSTSInstanceConfigTest
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java57 SoapSTSInstanceConfig ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG,
59 SoapSTSInstanceConfig ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG,
64 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
66 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
71 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, !WITH_VALIDATE_CONFIG,
74 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, !WITH_VALIDATE_CONFIG,
79 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
81 ric2 = createInstanceConfig("/bob", "http://localhost:8080/openam", WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
86 ric1 = createInstanceConfig("/bob", "http://localhost:8080/openam", !WITH_KEYSTORE_CONFIG, WITH_VALIDATE_CONFIG,
88 ric2 = createInstanceConfig("/bo
332 private SoapSTSInstanceConfig createInstanceConfig(String uriElement, String amDeploymentUrl, method in class:SoapSTSInstanceConfigTest
[all...]

Completed in 92 milliseconds