Searched refs:id (Results 1 - 25 of 1565) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryID.java41 private final Long id; field in class:EntryID
50 * @param id The long value of the ID.
52 public EntryID(long id) argument
54 this.id = id;
59 * @param id the Long value of the ID.
61 public EntryID(Long id) argument
63 this.id = id;
73 id
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryID.java42 private final Long id; field in class:EntryID
51 * @param id The long value of the ID.
53 public EntryID(long id) argument
55 this.id = id;
60 * @param id the Long value of the ID.
62 public EntryID(Long id) argument
64 this.id = id;
74 id
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryID.java42 private final Long id; field in class:EntryID
51 * @param id The long value of the ID.
53 public EntryID(long id) argument
55 this.id = id;
60 * @param id the Long value of the ID.
62 public EntryID(Long id) argument
64 this.id = id;
74 id
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryID.java41 private final Long id; field in class:EntryID
50 * @param id The long value of the ID.
52 public EntryID(long id) argument
54 this.id = id;
59 * @param id the Long value of the ID.
61 public EntryID(Long id) argument
63 this.id = id;
73 id
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryID.java42 private final Long id; field in class:EntryID
51 * @param id The long value of the ID.
53 public EntryID(long id) argument
55 this.id = id;
60 * @param id the Long value of the ID.
62 public EntryID(Long id) argument
64 this.id = id;
74 id
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentBase.java47 public String getSystemConfiguration(String id, String defaultValue) { argument
48 return getManager().getSystemConfiguration(id, defaultValue);
54 public String getSystemConfiguration(String id) { argument
55 return getManager().getSystemConfiguration(id);
61 public Map getConfigurationMap(String id) { argument
62 return getManager().getConfigurationMap(id);
68 public String[] getConfigurationStrings(String id) { argument
69 return getManager().getConfigurationStrings(id);
75 public String getConfigurationString(String id, String defaultValue) { argument
76 return getManager().getConfigurationString(id, defaultValu
82 getApplicationConfigurationString(String id, String applicationName) argument
90 getConfigurationString(String id) argument
97 getConfigurationLong(String id, long defaultValue) argument
104 getConfigurationLong(String id) argument
111 getConfigurationInt(String id, int defaultValue) argument
118 getConfigurationInt(String id) argument
125 getConfigurationBoolean(String id, boolean defaultValue) argument
132 getConfigurationBoolean(String id) argument
139 getConfiguration(String id, String defaultValue) argument
146 getConfiguration(String id) argument
150 getParsedConditionalUrls(String id) argument
[all...]
H A DIConfigurationAccess.java44 * Returns the configuration value using the given <code>id</code> without
47 * identified exactly by the given <code>id</code>. If no value is found,
50 * @param id for which the configuration value must be looked up.
53 * <code>id</code> or <code>defaultValue</code> if no
56 * @throws <code>IllegalArgumentException</code> if the given <code>id</code>
59 public String getSystemConfiguration(String id, String defaultValue); argument
62 * Returns the configuration value using the given <code>id</code> without
65 * identified exactly by the given <code>id</code>.
67 * @param id for which the configuration value must be looked up.
70 * <code>id</cod
76 getSystemConfiguration(String id) argument
89 getConfigurationMap(String id) argument
102 getConfigurationStrings(String id) argument
121 getConfigurationString(String id, String defaultValue) argument
136 getConfigurationString(String id) argument
153 getConfigurationLong(String id, long defaultValue) argument
166 getConfigurationLong(String id) argument
183 getConfigurationInt(String id, int defaultValue) argument
196 getConfigurationInt(String id) argument
213 getConfigurationBoolean(String id, boolean defaultValue) argument
226 getConfigurationBoolean(String id) argument
245 getConfiguration(String id, String defaultValue) argument
258 getConfiguration(String id) argument
273 getParsedConditionalUrls(String id) argument
[all...]
H A DIModuleAccess.java40 * Returns the resource associated with the given <code>id</code>. This
43 * @param id for which the resource is being requested.
45 * @return the resources associated with the given <code>id</code>.
47 public String getResource(int id); argument
50 * Returns the resource associated with the given <code>id</code> using
53 * @param id for which the resource is being requested.
56 * @return the resources associated with the given <code>id</code>.
59 public String getResource(int id, Locale locale); argument
65 * @param id the resource identifier for localization purposes.
68 * associated with the given <code>id</cod
72 makeLocalizableString(int id) argument
87 makeLocalizableString(int id, Object[] params) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryID.java40 private final long id; field in class:EntryID
46 * @param id The long value of the ID.
48 EntryID(long id) argument
50 this.id = id;
60 id = value.toLong();
69 return id;
80 value = ByteString.valueOfLong(id);
100 final long result = this.id - that.id;
[all...]
/forgerock/openam-v13/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A DContent.java29 private String id; field in class:Content
38 return id;
44 * @param id The content placeholder ID.
46 public void setId(String id) { argument
47 this.id = id;
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DResultEntry.java24 private final String id; field in class:ResultEntry
31 public ResultEntry(String id, JsonValue value) { argument
32 this.id = id;
40 return id;
/forgerock/openam/openam-tools/build-helper-plugin/src/main/java/org/forgerock/maven/plugins/inject/content/
H A DContent.java29 private String id; field in class:Content
38 return id;
44 * @param id The content placeholder ID.
46 public void setId(String id) { argument
47 this.id = id;
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DTokenType.java26 private final String id; field in class:TokenType
29 this.id = name();
34 return id;
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DTokenType.java26 private final String id; field in class:TokenType
29 this.id = name();
34 return id;
/forgerock/openidm-v4/openidm-provisioner/src/test/java/org/forgerock/openidm/provisioner/
H A DIdTest.java38 Id id = new Id(idString);
39 Assert.assertEquals(id.getSystemName(), "xml");
40 Assert.assertEquals(id.getObjectType(), "account");
41 Assert.assertNull(id.getLocalId());
44 id = new Id(idString);
45 Assert.assertEquals(id.getSystemName(), "xml");
46 Assert.assertEquals(id.getObjectType(), "account");
47 Assert.assertEquals(id.getLocalId(), "af352880-73e0-11e0-a1f0-0800200c9a66");
50 id = new Id(idString);
51 Assert.assertEquals(id
[all...]
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DNASIdentifierAttribute.java47 private String id = null; field in class:NASIdentifierAttribute
57 id = new String(octets, 2, octets.length - 2);
61 * Create an instance with the id of the NAS originating the Access-Request.
63 * @param id the id of the NAS originating the Access-Request.
65 public NASIdentifierAttribute(String id) { argument
66 super(OctetUtils.toOctets(AttributeType.NAS_IDENTIFIER, id));
67 this.id = new String(super.getOctets(), 2, super.getOctets().length - 2);
71 * Return the id of the NAS originating the Access-Request.
73 * @return the id o
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DNASIdentifierAttribute.java47 private String id = null; field in class:NASIdentifierAttribute
57 id = new String(octets, 2, octets.length - 2);
61 * Create an instance with the id of the NAS originating the Access-Request.
63 * @param id the id of the NAS originating the Access-Request.
65 public NASIdentifierAttribute(String id) { argument
66 super(OctetUtils.toOctets(AttributeType.NAS_IDENTIFIER, id));
67 this.id = new String(super.getOctets(), 2, super.getOctets().length - 2);
71 * Return the id of the NAS originating the Access-Request.
73 * @return the id o
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/callbacks/
H A DHiddenValueCallback.java28 private final String id; field in class:HiddenValueCallback
32 * Create a new HiddenValueCallback with the id as specified.
34 * @param id The id for the HiddenValueCallback when it is rendered as an HTML element.
36 public HiddenValueCallback(String id) { argument
37 Reject.ifNull(id, "A HiddenValueCallback must be given an id.");
38 this.id = id;
42 * Create a new HiddenValueCallback with the id an
47 HiddenValueCallback(String id, String value) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/callbacks/
H A DHiddenValueCallback.java28 private final String id; field in class:HiddenValueCallback
32 * Create a new HiddenValueCallback with the id as specified.
34 * @param id The id for the HiddenValueCallback when it is rendered as an HTML element.
36 public HiddenValueCallback(String id) { argument
37 Reject.ifNull(id, "A HiddenValueCallback must be given an id.");
38 this.id = id;
42 * Create a new HiddenValueCallback with the id an
47 HiddenValueCallback(String id, String value) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DServerOrSiteEntry.java29 private String id; field in class:ServerOrSiteEntry
40 id = serverEntry.substring(index + 1, serverEntry.length());
42 index = id.indexOf("|");
44 id = id.substring(0, 2);
52 return id;
55 public void setId(String id) { argument
56 this.id = id;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DServerOrSiteEntry.java29 private String id; field in class:ServerOrSiteEntry
40 id = serverEntry.substring(index + 1, serverEntry.length());
42 index = id.indexOf("|");
44 id = id.substring(0, 2);
52 return id;
55 public void setId(String id) { argument
56 this.id = id;
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAccessRequest.java50 * @param id
55 public AccessRequest(short id, Authenticator auth) { argument
56 super(PacketType.ACCESS_REQUEST, id, auth);
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A DfocusCookie.js36 this.id = "";
72 // Parse each form element and test name and id.
75 if (this.id != "" && this.id != elements[i].id)
97 if (element.id)
98 this.id = element.id;
100 this.id = "";
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/SampleApp/js/
H A Dsite.js26 function showHideElement(id)
28 var element = document.getElementById(id);
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAccessRequest.java50 * @param id
55 public AccessRequest(short id, Authenticator auth) { argument
56 super(PacketType.ACCESS_REQUEST, id, auth);

Completed in 364 milliseconds

1234567891011>>