Searched refs:staticSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java261 Set staticSet = (Set)properties.get(STATIC_ATTRIBUTE);
262 if (staticSet != null) {
263 validateStaticAttribute(staticSet);
384 private void validateStaticAttribute(Set staticSet) argument
388 + "entering with staticSet=" + staticSet);
390 if (!staticSet.isEmpty()) {
392 for (Iterator it = staticSet.iterator(); it.hasNext();) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DIDRepoResponseProvider.java261 Set staticSet = (Set)properties.get(STATIC_ATTRIBUTE);
262 if (staticSet != null) {
263 validateStaticAttribute(staticSet);
384 private void validateStaticAttribute(Set staticSet) argument
388 + "entering with staticSet=" + staticSet);
390 if (!staticSet.isEmpty()) {
392 for (Iterator it = staticSet.iterator(); it.hasNext();) {

Completed in 247 milliseconds