Searched refs:SAML2Constants (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusMessageImpl.java32 import com.sun.identity.saml2.common.SAML2Constants;
91 xmlString.append(SAML2Constants.START_TAG);
93 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
95 xmlString.append(SAML2Constants.STATUS_MESSAGE);
97 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
99 xmlString.append(SAML2Constants.END_TAG);
101 xmlString.append(SAML2Constants.NEWLINE)
104 xmlString.append(SAML2Constants.NEWLINE)
105 .append(SAML2Constants.SAML2_END_TAG)
106 .append(SAML2Constants
[all...]
H A DAuthnRequestImpl.java41 import com.sun.identity.saml2.common.SAML2Constants;
465 xmlString.append(SAML2Constants.START_TAG);
467 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
469 xmlString.append(SAML2Constants.AUTHNREQUEST)
470 .append(SAML2Constants.SPACE);
473 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR)
474 .append(SAML2Constants.NEWLINE);
478 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
479 .append(SAML2Constants
[all...]
H A DSessionIndexImpl.java32 import com.sun.identity.saml2.common.SAML2Constants;
92 xmlString.append(SAML2Constants.START_TAG);
94 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
96 xmlString.append(SAML2Constants.SESSION_INDEX);
98 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
100 xmlString.append(SAML2Constants.END_TAG);
104 xmlString.append(SAML2Constants.SAML2_END_TAG)
105 .append(SAML2Constants.SESSION_INDEX)
106 .append(SAML2Constants.END_TAG);
H A DIDPEntryImpl.java33 import com.sun.identity.saml2.common.SAML2Constants;
196 xmlString.append(SAML2Constants.START_TAG);
198 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
200 xmlString.append(SAML2Constants.IDPENTRY);
203 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
205 xmlString.append(SAML2Constants.SPACE)
207 .append(SAML2Constants.EQUAL)
208 .append(SAML2Constants.QUOTE)
210 .append(SAML2Constants.QUOTE);
213 xmlString.append(SAML2Constants
[all...]
H A DNameIDPolicyImpl.java33 import com.sun.identity.saml2.common.SAML2Constants;
196 xmlString.append(SAML2Constants.START_TAG);
198 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
200 xmlString.append(SAML2Constants.NAMEIDPOLICY)
201 .append(SAML2Constants.SPACE);
204 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
208 xmlString.append(SAML2Constants.SPACE)
209 .append(FORMAT).append(SAML2Constants.EQUAL)
210 .append(SAML2Constants.QUOTE)
211 .append(format).append(SAML2Constants
[all...]
H A DRequesterIDImpl.java34 import com.sun.identity.saml2.common.SAML2Constants;
139 xmlString.append(SAML2Constants.START_TAG);
141 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
143 xmlString.append(SAML2Constants.REQUESTERID);
146 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
148 xmlString.append(SAML2Constants.END_TAG)
149 .append(SAML2Constants.NEWLINE)
151 .append(SAML2Constants.NEWLINE)
152 .append(SAML2Constants.SAML2_END_TAG)
153 .append(SAML2Constants
[all...]
H A DLogoutRequestImpl.java38 import com.sun.identity.saml2.common.SAML2Constants;
309 xmlString.append(SAML2Constants.START_TAG);
311 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
313 xmlString.append(SAML2Constants.LOGOUT_REQUEST)
314 .append(SAML2Constants.SPACE);
317 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR)
318 .append(SAML2Constants.SPACE);
322 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
323 .append(SAML2Constants
[all...]
H A DLogoutResponseImpl.java37 import com.sun.identity.saml2.common.SAML2Constants;
129 xmlString.append(SAML2Constants.START_TAG);
131 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
133 xmlString.append(SAML2Constants.LOGOUT_RESPONSE)
134 .append(SAML2Constants.SPACE);
138 xmlString.append(SAML2Constants.NEWLINE)
139 .append(SAML2Constants.SAML2_END_TAG)
140 .append(SAML2Constants.LOGOUT_RESPONSE)
141 .append(SAML2Constants.END_TAG);
172 responseId = element.getAttribute(SAML2Constants
[all...]
H A DStatusResponseImpl.java39 import com.sun.identity.saml2.common.SAML2Constants;
398 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR)
399 .append(SAML2Constants.NEWLINE);
403 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
404 .append(SAML2Constants.QUOTE)
405 .append(responseId).append(SAML2Constants.QUOTE)
406 .append(SAML2Constants.SPACE)
407 .append(SAML2Constants.VERSION).append(SAML2Constants
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusMessageImpl.java32 import com.sun.identity.saml2.common.SAML2Constants;
91 xmlString.append(SAML2Constants.START_TAG);
93 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
95 xmlString.append(SAML2Constants.STATUS_MESSAGE);
97 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
99 xmlString.append(SAML2Constants.END_TAG);
101 xmlString.append(SAML2Constants.NEWLINE)
104 xmlString.append(SAML2Constants.NEWLINE)
105 .append(SAML2Constants.SAML2_END_TAG)
106 .append(SAML2Constants
[all...]
H A DAuthnRequestImpl.java41 import com.sun.identity.saml2.common.SAML2Constants;
465 xmlString.append(SAML2Constants.START_TAG);
467 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
469 xmlString.append(SAML2Constants.AUTHNREQUEST)
470 .append(SAML2Constants.SPACE);
473 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR)
474 .append(SAML2Constants.NEWLINE);
478 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
479 .append(SAML2Constants
[all...]
H A DSessionIndexImpl.java32 import com.sun.identity.saml2.common.SAML2Constants;
92 xmlString.append(SAML2Constants.START_TAG);
94 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
96 xmlString.append(SAML2Constants.SESSION_INDEX);
98 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
100 xmlString.append(SAML2Constants.END_TAG);
104 xmlString.append(SAML2Constants.SAML2_END_TAG)
105 .append(SAML2Constants.SESSION_INDEX)
106 .append(SAML2Constants.END_TAG);
H A DIDPEntryImpl.java33 import com.sun.identity.saml2.common.SAML2Constants;
196 xmlString.append(SAML2Constants.START_TAG);
198 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
200 xmlString.append(SAML2Constants.IDPENTRY);
203 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
205 xmlString.append(SAML2Constants.SPACE)
207 .append(SAML2Constants.EQUAL)
208 .append(SAML2Constants.QUOTE)
210 .append(SAML2Constants.QUOTE);
213 xmlString.append(SAML2Constants
[all...]
H A DNameIDPolicyImpl.java34 import com.sun.identity.saml2.common.SAML2Constants;
197 xmlString.append(SAML2Constants.START_TAG);
199 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
201 xmlString.append(SAML2Constants.NAMEIDPOLICY)
202 .append(SAML2Constants.SPACE);
205 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
209 xmlString.append(SAML2Constants.SPACE)
210 .append(FORMAT).append(SAML2Constants.EQUAL)
211 .append(SAML2Constants.QUOTE)
212 .append(format).append(SAML2Constants
[all...]
H A DRequesterIDImpl.java34 import com.sun.identity.saml2.common.SAML2Constants;
139 xmlString.append(SAML2Constants.START_TAG);
141 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
143 xmlString.append(SAML2Constants.REQUESTERID);
146 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR);
148 xmlString.append(SAML2Constants.END_TAG)
149 .append(SAML2Constants.NEWLINE)
151 .append(SAML2Constants.NEWLINE)
152 .append(SAML2Constants.SAML2_END_TAG)
153 .append(SAML2Constants
[all...]
H A DLogoutRequestImpl.java38 import com.sun.identity.saml2.common.SAML2Constants;
309 xmlString.append(SAML2Constants.START_TAG);
311 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
313 xmlString.append(SAML2Constants.LOGOUT_REQUEST)
314 .append(SAML2Constants.SPACE);
317 xmlString.append(SAML2Constants.PROTOCOL_DECLARE_STR)
318 .append(SAML2Constants.SPACE);
322 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
323 .append(SAML2Constants
[all...]
H A DLogoutResponseImpl.java37 import com.sun.identity.saml2.common.SAML2Constants;
129 xmlString.append(SAML2Constants.START_TAG);
131 xmlString.append(SAML2Constants.PROTOCOL_PREFIX);
133 xmlString.append(SAML2Constants.LOGOUT_RESPONSE)
134 .append(SAML2Constants.SPACE);
138 xmlString.append(SAML2Constants.NEWLINE)
139 .append(SAML2Constants.SAML2_END_TAG)
140 .append(SAML2Constants.LOGOUT_RESPONSE)
141 .append(SAML2Constants.END_TAG);
172 responseId = element.getAttribute(SAML2Constants
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSAML2HostedProviderTemplate.java33 import com.sun.identity.saml2.common.SAML2Constants;
165 " <Attribute name=\"" + SAML2Constants.ENTITY_DESCRIPTION +
169 " <Attribute name=\"" + SAML2Constants.SIGNING_CERT_ALIAS +
174 SAML2Constants.ENCRYPTION_CERT_ALIAS + "\">\n" +
177 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_ON +
181 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_USER +
185 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_PASSWD +
189 " <Attribute name=\"" + SAML2Constants.AUTO_FED_ENABLED +
193 " <Attribute name=\"" + SAML2Constants.AUTO_FED_ATTRIBUTE +
198 SAML2Constants
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSAML2HostedProviderTemplate.java33 import com.sun.identity.saml2.common.SAML2Constants;
165 " <Attribute name=\"" + SAML2Constants.ENTITY_DESCRIPTION +
169 " <Attribute name=\"" + SAML2Constants.SIGNING_CERT_ALIAS +
174 SAML2Constants.ENCRYPTION_CERT_ALIAS + "\">\n" +
177 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_ON +
181 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_USER +
185 " <Attribute name=\"" + SAML2Constants.BASIC_AUTH_PASSWD +
189 " <Attribute name=\"" + SAML2Constants.AUTO_FED_ENABLED +
193 " <Attribute name=\"" + SAML2Constants.AUTO_FED_ATTRIBUTE +
198 SAML2Constants
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java33 import com.sun.identity.saml2.common.SAML2Constants;
268 xml.append(SAML2Constants.START_TAG);
270 xml.append(SAML2Constants.ECP_PREFIX);
274 xml.append(SAML2Constants.SPACE)
275 .append(SAML2Constants.ECP_DECLARE_STR)
276 .append(SAML2Constants.SPACE)
277 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
280 xml.append(SAML2Constants.SPACE)
281 .append(SAML2Constants.SOAP_ENV_PREFIX)
282 .append(SAML2Constants
[all...]
H A DECPResponseImpl.java31 import com.sun.identity.saml2.common.SAML2Constants;
189 xml.append(SAML2Constants.START_TAG);
191 xml.append(SAML2Constants.ECP_PREFIX);
196 xml.append(SAML2Constants.SPACE)
197 .append(SAML2Constants.ECP_DECLARE_STR)
198 .append(SAML2Constants.SPACE)
199 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
202 xml.append(SAML2Constants.SPACE)
203 .append(SAML2Constants.SOAP_ENV_PREFIX)
204 .append(SAML2Constants
[all...]
H A DECPRelayStateImpl.java31 import com.sun.identity.saml2.common.SAML2Constants;
187 xml.append(SAML2Constants.START_TAG);
189 xml.append(SAML2Constants.ECP_PREFIX);
191 xml.append(SAML2Constants.RELAY_STATE);
194 xml.append(SAML2Constants.SPACE)
195 .append(SAML2Constants.ECP_DECLARE_STR)
196 .append(SAML2Constants.SPACE)
197 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
200 xml.append(SAML2Constants.SPACE)
201 .append(SAML2Constants
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/ecp/impl/
H A DECPRequestImpl.java33 import com.sun.identity.saml2.common.SAML2Constants;
268 xml.append(SAML2Constants.START_TAG);
270 xml.append(SAML2Constants.ECP_PREFIX);
274 xml.append(SAML2Constants.SPACE)
275 .append(SAML2Constants.ECP_DECLARE_STR)
276 .append(SAML2Constants.SPACE)
277 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
280 xml.append(SAML2Constants.SPACE)
281 .append(SAML2Constants.SOAP_ENV_PREFIX)
282 .append(SAML2Constants
[all...]
H A DECPResponseImpl.java31 import com.sun.identity.saml2.common.SAML2Constants;
189 xml.append(SAML2Constants.START_TAG);
191 xml.append(SAML2Constants.ECP_PREFIX);
196 xml.append(SAML2Constants.SPACE)
197 .append(SAML2Constants.ECP_DECLARE_STR)
198 .append(SAML2Constants.SPACE)
199 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
202 xml.append(SAML2Constants.SPACE)
203 .append(SAML2Constants.SOAP_ENV_PREFIX)
204 .append(SAML2Constants
[all...]
H A DECPRelayStateImpl.java31 import com.sun.identity.saml2.common.SAML2Constants;
187 xml.append(SAML2Constants.START_TAG);
189 xml.append(SAML2Constants.ECP_PREFIX);
191 xml.append(SAML2Constants.RELAY_STATE);
194 xml.append(SAML2Constants.SPACE)
195 .append(SAML2Constants.ECP_DECLARE_STR)
196 .append(SAML2Constants.SPACE)
197 .append(SAML2Constants.SOAP_ENV_DECLARE_STR);
200 xml.append(SAML2Constants.SPACE)
201 .append(SAML2Constants
[all...]

Completed in 50 milliseconds

1234567891011>>