Searched defs:key (Results 26 - 50 of 877) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/key/
H A DKeyUtilTest.java17 package com.sun.identity.saml2.key;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaPolicyComparator.java26 private final SortKey key; field in class:UmaPolicyComparator
28 public UmaPolicyComparator(SortKey key) { argument
29 this.key = key;
35 if (new JsonPointer("/policyId").equals(key.getField())) {
37 } else if (new JsonPointer("/name").equals(key.getField())) {
40 if (!key.isAscendingOrder()) {
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java43 * The key for attribute value deletion.
48 * The key for attribute deletion.
53 * The key for attribute replace.
58 * The key for attribute value addition.
62 // The string representation of this key.
63 private String key; field in class:HistAttrModificationKey
66 * Creates a new HistKey type with the provided key string.
68 * @param histkey The key string
72 this.key = histkey;
76 * Get a key fro
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java83 * Get the resource value associated with the specified key.
87 * @param key
88 * The resource key.
90 * key.
92 * If the key was not found.
97 public String getString(AbstractManagedObjectDefinition<?, ?> d, String key) argument
106 String result = p.getProperty(key);
113 + path + ", key " + key, baseName, key);
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java42 * The key for attribute value deletion.
47 * The key for attribute deletion.
52 * The key for attribute replace.
57 * The key for attribute value addition.
61 // The string representation of this key.
62 private String key; field in class:HistAttrModificationKey
65 * Creates a new HistKey type with the provided key string.
67 * @param histkey The key string
71 this.key = histkey;
75 * Get a key fro
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java84 * Get the resource value associated with the specified key.
88 * @param key
89 * The resource key.
91 * key.
93 * If the key was not found.
98 public String getString(AbstractManagedObjectDefinition<?, ?> d, String key) argument
107 String result = p.getProperty(key);
114 + path + ", key " + key, baseName, key);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java62 * @param combo the combo box that is attached to this selection key manager.
73 public int selectionForKey(char key, ComboBoxModel model) argument
77 if (key == KeyEvent.VK_BACK_SPACE)
98 lastSearchedString = String.valueOf(key);
104 lastSearchedString = String.valueOf(key);
108 lastSearchedString += key;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java63 * @param combo the combo box that is attached to this selection key manager.
74 public int selectionForKey(char key, ComboBoxModel model) argument
78 if (key == KeyEvent.VK_BACK_SPACE)
99 lastSearchedString = String.valueOf(key);
105 lastSearchedString = String.valueOf(key);
109 lastSearchedString += key;
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DRecordParser.java38 * Type of the key of the record.
66 * @return the bytes array representing the (key,value) record
71 * Read the key from the provided string.
73 * @param key
74 * The string representation of key, suitable for use in a filename,
76 * @return the key
78 * If key can't be read from the string.
80 K decodeKeyFromString(String key) throws ChangelogException; argument
83 * Returns the provided key as a string that is suitable to be used in a
86 * @param key
92 encodeKeyToString(K key) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java84 * Get the resource value associated with the specified key.
88 * @param key
89 * The resource key.
91 * key.
93 * If the key was not found.
98 public String getString(AbstractManagedObjectDefinition<?, ?> d, String key) argument
107 String result = p.getProperty(key);
114 + path + ", key " + key, baseName, key);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java43 * The key for attribute value deletion.
48 * The key for attribute deletion.
53 * The key for attribute replace.
58 * The key for attribute value addition.
62 // The string representation of this key.
63 private String key; field in class:HistAttrModificationKey
66 * Creates a new HistKey type with the provided key string.
68 * @param histkey The key string
72 this.key = histkey;
76 * Get a key fro
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java63 * @param combo the combo box that is attached to this selection key manager.
74 public int selectionForKey(char key, ComboBoxModel model) argument
78 if (key == KeyEvent.VK_BACK_SPACE)
99 lastSearchedString = String.valueOf(key);
105 lastSearchedString = String.valueOf(key);
109 lastSearchedString += key;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java62 * @param combo the combo box that is attached to this selection key manager.
73 public int selectionForKey(char key, ComboBoxModel model) argument
77 if (key == KeyEvent.VK_BACK_SPACE)
98 lastSearchedString = String.valueOf(key);
104 lastSearchedString = String.valueOf(key);
108 lastSearchedString += key;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java43 * The key for attribute value deletion.
48 * The key for attribute deletion.
53 * The key for attribute replace.
58 * The key for attribute value addition.
62 // The string representation of this key.
63 private String key; field in class:HistAttrModificationKey
66 * Creates a new HistKey type with the provided key string.
68 * @param histkey The key string
72 this.key = histkey;
76 * Get a key fro
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java83 * Get the resource value associated with the specified key.
87 * @param key
88 * The resource key.
90 * key.
92 * If the key was not found.
97 public String getString(AbstractManagedObjectDefinition<?, ?> d, String key) argument
106 String result = p.getProperty(key);
113 + path + ", key " + key, baseName, key);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistAttrModificationKey.java42 * The key for attribute value deletion.
47 * The key for attribute deletion.
52 * The key for attribute replace.
57 * The key for attribute value addition.
61 // The string representation of this key.
62 private String key; field in class:HistAttrModificationKey
65 * Creates a new HistKey type with the provided key string.
67 * @param histkey The key string
71 this.key = histkey;
75 * Get a key fro
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DRecordParser.java38 * Type of the key of the record.
66 * @return the bytes array representing the (key,value) record
71 * Read the key from the provided string.
73 * @param key
74 * The string representation of key, suitable for use in a filename,
76 * @return the key
78 * If key can't be read from the string.
80 K decodeKeyFromString(String key) throws ChangelogException; argument
83 * Returns the provided key as a string that is suitable to be used in a
86 * @param key
92 encodeKeyToString(K key) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java63 * @param combo the combo box that is attached to this selection key manager.
74 public int selectionForKey(char key, ComboBoxModel model) argument
78 if (key == KeyEvent.VK_BACK_SPACE)
99 lastSearchedString = String.valueOf(key);
105 lastSearchedString = String.valueOf(key);
109 lastSearchedString += key;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectDefinitionResource.java84 * Get the resource value associated with the specified key.
88 * @param key
89 * The resource key.
91 * key.
93 * If the key was not found.
98 public String getString(AbstractManagedObjectDefinition<?, ?> d, String key) argument
107 String result = p.getProperty(key);
114 + path + ", key " + key, baseName, key);
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSAML2SOAPBindingRequestHandler.java64 public static String toString(String key, String clazz) { argument
65 String str = SCSAML2SOAPBindingModelImpl.KEY_PREFIX + key + "|" +
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/webservices/model/
H A DWSAuthHandlerEntry.java66 public static String toString(String key, String clazz) { argument
69 .append(key)
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKBundle.java47 public static String getString(String key) { argument
48 return profileBundle.getString(key);
51 public static String getString(String key, Object[] params) { argument
52 return (MessageFormat.format(profileBundle.getString(key), params));
55 public static String getString(String key, Object[] params, String locale) { argument
57 return (MessageFormat.format(rb.getString(key), params));
60 public static String getString(String key, java.util.Locale locale) { argument
61 return (locale == null) ? getString(key) : getBundleFromHash(locale)
62 .getString(key);
65 public static String getString(String key, Strin argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DDynamicSessionIDExtensions.java92 * @param key Non null
96 public String get(String key) { argument
97 return delegate.get(key);
102 * @param key Non null key.
106 public void add(String key, String value) { argument
107 delegate.add(key, value);
H A DSessionIDExtensions.java41 String get(String key); argument
43 void add(String key, String value); argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DCreateXmlTree.java46 public static void createSingleNode(String key, String val, argument
50 Element item = doc.createElement(key);
58 public static String createSingleNode(String key, String val) throws ParserConfigurationException { argument
61 Element item = doc.createElement(key);
70 public static void createMultiNodes(String key, Enumeration e, argument
73 createSingleNode(key, (String) e.nextElement(), xml);

Completed in 285 milliseconds

1234567891011>>