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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DProxyRestrictionImpl.java62 public static final String PROXY_RESTRICTION_ELEMENT = "ProxyRestriction"; field in class:ProxyRestrictionImpl
123 if (!elemName.equals(PROXY_RESTRICTION_ELEMENT)) {
253 sb.append("<").append(appendNS).append(PROXY_RESTRICTION_ELEMENT).
271 append(PROXY_RESTRICTION_ELEMENT).append(">\n");
H A DConditionsImpl.java74 public static final String PROXY_RESTRICTION_ELEMENT = field in class:ConditionsImpl
188 } else if (childName.equals(PROXY_RESTRICTION_ELEMENT)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DProxyRestrictionImpl.java62 public static final String PROXY_RESTRICTION_ELEMENT = "ProxyRestriction"; field in class:ProxyRestrictionImpl
123 if (!elemName.equals(PROXY_RESTRICTION_ELEMENT)) {
253 sb.append("<").append(appendNS).append(PROXY_RESTRICTION_ELEMENT).
271 append(PROXY_RESTRICTION_ELEMENT).append(">\n");
H A DConditionsImpl.java74 public static final String PROXY_RESTRICTION_ELEMENT = field in class:ConditionsImpl
188 } else if (childName.equals(PROXY_RESTRICTION_ELEMENT)) {

Completed in 37 milliseconds