Searched refs:ID (Results 101 - 125 of 228) sorted by relevance

12345678910

/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DTaskInstanceResource.java320 case ActivitiConstants.ID:
365 case ActivitiConstants.ID:
H A DTaskInstanceHistoryResource.java289 case ActivitiConstants.ID:
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DOAuth2UserApplications.java25 import static org.forgerock.openam.cts.api.fields.OAuthTokenField.ID;
232 String tokenId = getAttributeValue(token, ID.getOAuthField());
H A DTokenRevocationResource.java179 tokenId = getAttributeValue(userToken, ID.getOAuthField());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaSecurityUtils.java109 public static final String ATTR_ID = "ID";
212 //we need to sign or re-sign the document, let's generate a new ID
222 SAML2Constants.ID, descriptorId, true, xpath);
264 // If there are signatures then explicitly identify the ID Attribute, See comments section of
266 doc.getDocumentElement().setIdAttribute(SAML2Constants.ID, true);
451 * @param entityID ID of the entity to be updated.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java478 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
661 requestId = element.getAttribute(SAML2Constants.ID);
H A DRequestAbstractImpl.java171 * Sets the value of the <code>ID</code> attribute.
173 * @param id the new value of <code>ID</code> attribute.
187 * Returns the value of the <code>ID</code> attribute.
189 * @return the value of <code>ID</code> attribute.
378 xml.append("ID=\"");
454 SAML2SDKUtils.debug.message("ID is missing in the SAMLRequest");
506 attrs.append(SAML2Constants.SPACE).append(SAML2Constants.ID)
585 requestId = element.getAttribute(SAML2Constants.ID);
H A DStatusResponseImpl.java401 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
493 SAML2SDKUtils.debug.message("ID is missing in the SAMLResponse");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java403 xmlString.append(SAML2Constants.ID).append(SAML2Constants.EQUAL)
495 SAML2SDKUtils.debug.message("ID is missing in the SAMLResponse");
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DOAuth2UserApplications.java175 String tokenId = getAttributeValue(token, ID.getOAuthField());
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DSolarisSystemInfoProvider.java424 zoneHM.put(ID, zoneInfo.get(0));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java265 IFSConstants.ID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java265 IFSConstants.ID,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java139 id = root.getAttribute(IFSConstants.ID);
414 .append(IFSConstants.ID)
971 certAlias,null,IFSConstants.ID,
H A DFSLogoutResponse.java158 id = root.getAttribute(IFSConstants.ID);
599 xml.append(IFSConstants.ID)
773 IFSConstants.ID,
H A DFSAuthnRequest.java102 * @param nameIDPolicy Name ID Policy for this request, possible values
195 id = root.getAttribute(IFSConstants.ID);
421 .append(IFSConstants.ID)
1555 certAlias, (String) null, IFSConstants.ID,
H A DFSResponse.java540 IFSConstants.ID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSLogoutNotification.java142 id = root.getAttribute(IFSConstants.ID);
417 .append(IFSConstants.ID)
974 certAlias,null,IFSConstants.ID,
H A DFSLogoutResponse.java161 id = root.getAttribute(IFSConstants.ID);
602 xml.append(IFSConstants.ID)
776 IFSConstants.ID,
H A DFSAuthnRequest.java105 * @param nameIDPolicy Name ID Policy for this request, possible values
198 id = root.getAttribute(IFSConstants.ID);
424 .append(IFSConstants.ID)
1558 certAlias, (String) null, IFSConstants.ID,
H A DFSResponse.java540 IFSConstants.ID,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java440 * Constant for ID
442 public String ID="ID"; field in interface:SAML2Constants
726 * Use NameID value as local user ID in service provider account mapper.
755 * Assertion ID request mapper.
1176 // Default Assertion ID request mapper class name
1209 // IDP response info ID
1277 * Attribute name format for ID-WSF 1.1 Discovery bootstrap
1283 * Attribute name for ID-WSF 1.1 Discovery bootstrap
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Constants.java440 * Constant for ID
442 public String ID="ID"; field in interface:SAML2Constants
726 * Use NameID value as local user ID in service provider account mapper.
755 * Assertion ID request mapper.
1172 // Default Assertion ID request mapper class name
1218 // IDP response info ID
1286 * Attribute name format for ID-WSF 1.1 Discovery bootstrap
1292 * Attribute name for ID-WSF 1.1 Discovery bootstrap
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java958 if (serverId.equals(elm.get(ServerProperty.ID)))
1009 String serverId = (String) map.get(ServerProperty.ID);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliServerGroup.java959 if (serverId.equals(elm.get(ServerProperty.ID)))
1010 String serverId = (String) map.get(ServerProperty.ID);

Completed in 182 milliseconds

12345678910