Searched refs:supportedDirectives (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandlerImplUtils.java314 Set supportedDirectives = DiscoServiceManager.getSupportedDirectives();
318 + supportedDirectives.size());
353 if (!supportedDirectives.contains(
361 if (!supportedDirectives.contains(
370 if (!supportedDirectives.contains(
378 if (!supportedDirectives.contains(
386 if (!supportedDirectives.contains(
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandlerImplUtils.java314 Set supportedDirectives = DiscoServiceManager.getSupportedDirectives();
318 + supportedDirectives.size());
353 if (!supportedDirectives.contains(
361 if (!supportedDirectives.contains(
370 if (!supportedDirectives.contains(
378 if (!supportedDirectives.contains(
386 if (!supportedDirectives.contains(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java119 private static Set supportedDirectives = null; field in class:DiscoServiceManager
191 return supportedDirectives;
323 supportedDirectives = (Set) attrsMap.get(ATTR_SUPPORTED_DIRECTIVE);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java119 private static Set supportedDirectives = null; field in class:DiscoServiceManager
191 return supportedDirectives;
323 supportedDirectives = (Set) attrsMap.get(ATTR_SUPPORTED_DIRECTIVE);

Completed in 52 milliseconds