Searched defs:endpointFor (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java31 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
32 endpoints.add(endpointFor(HTTP_POST, "post"));
33 endpoints.add(endpointFor(SOAP, "soap"));
44 endpoints.add(endpointFor(HTTP_POST, "post"));
45 endpoints.add(endpointFor(SOAP, "soap"));
48 endpoints.set(0, endpointFor(HTTP_REDIRECT, "redirect"));
55 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
56 endpoints.add(endpointFor(HTTP_POST, "post"));
73 endpoints.add(endpointFor(SOAP, "soap"));
80 private SingleLogoutServiceElement endpointFor(Strin method in class:SLOLocationTest
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java31 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
32 endpoints.add(endpointFor(HTTP_POST, "post"));
33 endpoints.add(endpointFor(SOAP, "soap"));
44 endpoints.add(endpointFor(HTTP_POST, "post"));
45 endpoints.add(endpointFor(SOAP, "soap"));
48 endpoints.set(0, endpointFor(HTTP_REDIRECT, "redirect"));
55 endpoints.add(endpointFor(HTTP_REDIRECT, "redirect"));
56 endpoints.add(endpointFor(HTTP_POST, "post"));
73 endpoints.add(endpointFor(SOAP, "soap"));
80 private SingleLogoutServiceElement endpointFor(Strin method in class:SLOLocationTest
[all...]

Completed in 27 milliseconds