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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestSecurityTokenResponse.java54 protected String appliesTo = null; field in class:RequestSecurityTokenResponse
61 * @param appliesTo the consumer of the RSTR
64 String appliesTo) {
66 this.appliesTo = appliesTo;
130 String appliesTo = nodes.item(0).getTextContent();
133 debug.message(classMethod + "found AppliesTo:" + appliesTo);
197 return appliesTo;
215 .append("<wsa:Address>" + appliesTo + "</wsa:Address>")
63 RequestSecurityTokenResponse(RequestedSecurityToken token, String appliesTo) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestSecurityTokenResponse.java54 protected String appliesTo = null; field in class:RequestSecurityTokenResponse
61 * @param appliesTo the consumer of the RSTR
64 String appliesTo) {
66 this.appliesTo = appliesTo;
130 String appliesTo = nodes.item(0).getTextContent();
133 debug.message(classMethod + "found AppliesTo:" + appliesTo);
197 return appliesTo;
215 .append("<wsa:Address>" + appliesTo + "</wsa:Address>")
63 RequestSecurityTokenResponse(RequestedSecurityToken token, String appliesTo) argument
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdviceExpression.java81 protected EffectType appliesTo; field in class:AdviceExpression
137 * Gets the value of the appliesTo property.
145 return appliesTo;
149 * Sets the value of the appliesTo property.
157 this.appliesTo = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdviceExpression.java81 protected EffectType appliesTo; field in class:AdviceExpression
137 * Gets the value of the appliesTo property.
145 return appliesTo;
149 * Sets the value of the appliesTo property.
157 this.appliesTo = value;

Completed in 29 milliseconds