Searched defs:UID (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertUtils.java53 public static final String UID = "uid"; field in class:CertUtils
/forgerock/openam/openam-shared/src/main/java/com/iplanet/security/x509/
H A DCertUtils.java53 public static final String UID = "uid"; field in class:CertUtils
/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java34 private static final String UID = "uid"; field in class:JwtAttributeMapperTest
51 attributeMappings.put(SUB, UID);
62 assertThat(attrs.get(UID).iterator().next()).isEqualTo("prefix-" + SUBJECT_VALUE);
/forgerock/openam/openam-authentication/openam-auth-oidc/src/test/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtAttributeMapperTest.java34 private static final String UID = "uid"; field in class:JwtAttributeMapperTest
51 attributeMappings.put(SUB, UID);
62 assertThat(attrs.get(UID).iterator().next()).isEqualTo("prefix-" + SUBJECT_VALUE);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java52 public static final String UID = "uid"; field in class:SessionResourceUtil
159 field(UID, identity.getName()),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationConstants.java317 public static final String UID = "uid"; field in class:WSFederationConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationConstants.java317 public static final String UID = "uid"; field in class:WSFederationConstants
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java235 /** Default global admin UID. */
282 * The UID of the server group.
284 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
332 * The UID of the administrator.
334 UID("id",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
582 String groupName = (String)serverGroup.get(ServerGroupProperty.UID);
706 * @param uid the administrator UID.
970 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
973 .get(ServerGroupProperty.UID).toString();
984 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java236 /** Default global admin UID. */
283 * The UID of the server group.
285 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
333 * The UID of the administrator.
335 UID("id",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
583 String groupName = (String)serverGroup.get(ServerGroupProperty.UID);
707 * @param uid the administrator UID.
971 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
974 .get(ServerGroupProperty.UID).toString();
985 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java236 /** Default global admin UID. */
283 * The UID of the server group.
285 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
333 * The UID of the administrator.
335 UID("id",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
583 String groupName = (String)serverGroup.get(ServerGroupProperty.UID);
707 * @param uid the administrator UID.
971 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
974 .get(ServerGroupProperty.UID).toString();
985 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java235 /** Default global admin UID. */
282 * The UID of the server group.
284 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
332 * The UID of the administrator.
334 UID("id",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
582 String groupName = (String)serverGroup.get(ServerGroupProperty.UID);
706 * @param uid the administrator UID.
970 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
973 .get(ServerGroupProperty.UID).toString();
984 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java236 /** Default global admin UID. */
283 * The UID of the server group.
285 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
333 * The UID of the administrator.
335 UID("id",ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
583 String groupName = (String)serverGroup.get(ServerGroupProperty.UID);
707 * @param uid the administrator UID.
971 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
974 .get(ServerGroupProperty.UID).toString();
985 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java179 /** Default global admin UID. */
218 /** The UID of the server group. */
219 UID("cn"), enum constant in enum:ADSContext.ServerGroupProperty
259 /** The UID of the administrator. */
260 UID("id", ADSPropertySyntax.STRING), enum constant in enum:ADSContext.AdministratorProperty
494 String groupName = (String) serverGroup.get(ServerGroupProperty.UID);
611 * the administrator UID.
854 if (serverGroupProperties.containsKey(ServerGroupProperty.UID))
856 String newGroupId = serverGroupProperties.get(ServerGroupProperty.UID).toString();
866 serverGroupProperties.remove(ServerGroupProperty.UID);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java650 public static final String UID = "USER"; field in class:SAMLConstants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java650 public static final String UID = "USER"; field in class:SAMLConstants
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 130 milliseconds