Searched refs:endpoints (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java30 List<SingleLogoutServiceElement> endpoints = new ArrayList<SingleLogoutServiceElement>();
31 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
32 endpoints.add(endpointFor(HTTP_POST, "post"));
33 endpoints.add(endpointFor(SOAP, "soap"));
34 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
36 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
43 List<SingleLogoutServiceElement> endpoints = new ArrayList<SingleLogoutServiceElement>();
44 endpoints.add(endpointFor(HTTP_POST, "post"));
45 endpoints
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java30 List<SingleLogoutServiceElement> endpoints = new ArrayList<SingleLogoutServiceElement>();
31 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
32 endpoints.add(endpointFor(HTTP_POST, "post"));
33 endpoints.add(endpointFor(SOAP, "soap"));
34 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
36 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
43 List<SingleLogoutServiceElement> endpoints = new ArrayList<SingleLogoutServiceElement>();
44 endpoints.add(endpointFor(HTTP_POST, "post"));
45 endpoints
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestService.java43 Set<LegacyRestEndpoint> endpoints = InjectorHolder.getInstance(
46 for (LegacyRestEndpoint endpoint : endpoints) {
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DRestService.java43 Set<LegacyRestEndpoint> endpoints = InjectorHolder.getInstance(
46 for (LegacyRestEndpoint endpoint : endpoints) {
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DSoapSTSConsumer.java212 private void validateTokenSuiteInternal(List<EndpointSpecification> endpoints, argument
215 for (EndpointSpecification endpoint : endpoints) {
233 * @param endpoints the endpoints targeted by the issue operation
238 public List<SecurityToken> issueTokenSuite(List<EndpointSpecification> endpoints, List<TokenSpecification> tokenSpecifications) throws SoapSTSConsumerException { argument
239 final List<SecurityToken> tokens = new ArrayList<>(endpoints.size() * tokenSpecifications.size());
240 for (EndpointSpecification endpoint : endpoints) {
251 private void validateTokenSuite(List<EndpointSpecification> endpoints, List<TokenSpecification> tokenSpecs) throws SoapSTSConsumerException { argument
252 validateTokenSuiteInternal(endpoints, tokenSpecs, NULL_SECURITY_TOKEN);
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DSoapSTSConsumer.java212 private void validateTokenSuiteInternal(List<EndpointSpecification> endpoints, argument
215 for (EndpointSpecification endpoint : endpoints) {
233 * @param endpoints the endpoints targeted by the issue operation
238 public List<SecurityToken> issueTokenSuite(List<EndpointSpecification> endpoints, List<TokenSpecification> tokenSpecifications) throws SoapSTSConsumerException { argument
239 final List<SecurityToken> tokens = new ArrayList<>(endpoints.size() * tokenSpecifications.size());
240 for (EndpointSpecification endpoint : endpoints) {
251 private void validateTokenSuite(List<EndpointSpecification> endpoints, List<TokenSpecification> tokenSpecs) throws SoapSTSConsumerException { argument
252 validateTokenSuiteInternal(endpoints, tokenSpecs, NULL_SECURITY_TOKEN);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java295 private static SingleSignOnServiceElement getMatchingSSOEndpoint(List<SingleSignOnServiceElement> endpoints, argument
299 for (SingleSignOnServiceElement endpoint : endpoints) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java306 private static SingleSignOnServiceElement getMatchingSSOEndpoint(List<SingleSignOnServiceElement> endpoints, argument
310 for (SingleSignOnServiceElement endpoint : endpoints) {

Completed in 102 milliseconds