/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/ |
H A D | package-info.java | 33 package com.sun.identity.saml2.key;
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/ |
H A D | package-info.java | 33 package com.sun.identity.saml2.key;
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | I18NInfo.java | 37 public I18NInfo(String key, String group) { argument 38 setKey(key); 43 return key; 50 private void setKey(String key) { argument 51 this.key = key; 58 private String key; field in class:I18NInfo
|
H A D | SkipIfInfo.java | 39 public SkipIfInfo(String key, ArrayList values, boolean ignoreCase) { argument 40 setKey(key); 46 return key; 57 private void setKey(String key) { argument 58 this.key = key; 69 private String key; field in class:SkipIfInfo
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | I18NInfo.java | 37 public I18NInfo(String key, String group) { argument 38 setKey(key); 43 return key; 50 private void setKey(String key) { argument 51 this.key = key; 58 private String key; field in class:I18NInfo
|
H A D | SkipIfInfo.java | 39 public SkipIfInfo(String key, ArrayList values, boolean ignoreCase) { argument 40 setKey(key); 46 return key; 57 private void setKey(String key) { argument 58 this.key = key; 69 private String key; field in class:SkipIfInfo
|
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/ |
H A D | IPDPCache.java | 34 public boolean addEntry(String key, IPDPCacheEntry entry); argument 35 public boolean removeEntry(String key); argument 36 public IPDPCacheEntry getEntry(String key); argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/ |
H A D | SystemPropertiesWrapper.java | 26 * @param key System Properties key to retrieve the value for. 30 public int getAsInt(String key, int def) { argument 31 return SystemProperties.getAsInt(key, def);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 39 * Log items comprise of a source class, a key, and an optional value. If no 40 * value is present then only the key will be displayed in the log, otherwise 41 * both the key and value will usually be displayed using the format 42 * {@code key=value}. Log item values are {@code Object} instances whose string 45 * Log implementations may use the source class and/or key in order to filter 51 * Creates a new additional log item using the provided source and key, but no 56 * @param key 57 * The log item key. 61 final String key) 63 Validator.ensureNotNull(source, key); 60 keyOnly(final Class<?> source, final String key) argument 81 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 103 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 114 private final String key; field in class:AdditionalLogItem 135 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 38 * Log items comprise of a source class, a key, and an optional value. If no 39 * value is present then only the key will be displayed in the log, otherwise 40 * both the key and value will usually be displayed using the format 41 * {@code key=value}. Log item values are {@code Object} instances whose string 44 * Log implementations may use the source class and/or key in order to filter 50 * Creates a new additional log item using the provided source and key, but no 55 * @param key 56 * The log item key. 60 final String key) 62 Validator.ensureNotNull(source, key); 59 keyOnly(final Class<?> source, final String key) argument 80 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 102 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 113 private final String key; field in class:AdditionalLogItem 134 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 39 * Log items comprise of a source class, a key, and an optional value. If no 40 * value is present then only the key will be displayed in the log, otherwise 41 * both the key and value will usually be displayed using the format 42 * {@code key=value}. Log item values are {@code Object} instances whose string 45 * Log implementations may use the source class and/or key in order to filter 51 * Creates a new additional log item using the provided source and key, but no 56 * @param key 57 * The log item key. 61 final String key) 63 Validator.ensureNotNull(source, key); 60 keyOnly(final Class<?> source, final String key) argument 81 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 103 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 114 private final String key; field in class:AdditionalLogItem 135 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 39 * Log items comprise of a source class, a key, and an optional value. If no 40 * value is present then only the key will be displayed in the log, otherwise 41 * both the key and value will usually be displayed using the format 42 * {@code key=value}. Log item values are {@code Object} instances whose string 45 * Log implementations may use the source class and/or key in order to filter 51 * Creates a new additional log item using the provided source and key, but no 56 * @param key 57 * The log item key. 61 final String key) 63 Validator.ensureNotNull(source, key); 60 keyOnly(final Class<?> source, final String key) argument 81 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 103 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 114 private final String key; field in class:AdditionalLogItem 135 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 38 * Log items comprise of a source class, a key, and an optional value. If no 39 * value is present then only the key will be displayed in the log, otherwise 40 * both the key and value will usually be displayed using the format 41 * {@code key=value}. Log item values are {@code Object} instances whose string 44 * Log implementations may use the source class and/or key in order to filter 50 * Creates a new additional log item using the provided source and key, but no 55 * @param key 56 * The log item key. 60 final String key) 62 Validator.ensureNotNull(source, key); 59 keyOnly(final Class<?> source, final String key) argument 80 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 102 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 113 private final String key; field in class:AdditionalLogItem 134 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | AdditionalLogItem.java | 36 * Log items comprise of a source class, a key, and an optional value. If no 37 * value is present then only the key will be displayed in the log, otherwise 38 * both the key and value will usually be displayed using the format 39 * {@code key=value}. Log item values are {@code Object} instances whose string 42 * Log implementations may use the source class and/or key in order to filter 48 * Creates a new additional log item using the provided source and key, but no 53 * @param key 54 * The log item key. 58 final String key) 60 Reject.ifNull(source, key); 57 keyOnly(final Class<?> source, final String key) argument 78 quotedKeyValue(final Class<?> source, final String key, final Object value) argument 100 unquotedKeyValue(final Class<?> source, final String key, final Object value) argument 111 private final String key; field in class:AdditionalLogItem 132 AdditionalLogItem(final Class<?> source, final String key, final Object value, final boolean isQuoted) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | IndexMod.java | 31 * delete an entry ID, for a given key. 36 * The index key to be modified. 38 byte[] key; field in class:IndexMod 52 * @param key The index key to be modified. 57 public IndexMod(byte[] key, EntryID value, boolean isDelete) argument 59 this.key = key;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | IndexMod.java | 31 * delete an entry ID, for a given key. 36 * The index key to be modified. 38 byte[] key; field in class:IndexMod 52 * @param key The index key to be modified. 57 public IndexMod(byte[] key, EntryID value, boolean isDelete) argument 59 this.key = key;
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IndexMod.java | 31 * delete an entry ID, for a given key. 36 * The index key to be modified. 38 byte[] key; field in class:IndexMod 52 * @param key The index key to be modified. 57 public IndexMod(byte[] key, EntryID value, boolean isDelete) argument 59 this.key = key;
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | ScheduleableGroupAction.java | 40 * The function to run on key object when there is time. 43 public void doGroupAction(Object key); argument
|
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecontext/ |
H A D | SearchContext.java | 29 * @param key 30 * The key. 36 public <T> void add(ContextKey<T> key, T value); argument 41 * @param key 42 * The key for which to extract data. 45 * @return The value associated with the key. 47 public <T> T get(ContextKey<T> key); argument 50 * Whether the context contains data with the associated with the key. 52 * @param key 53 * The key 56 has(ContextKey<?> key) argument 64 remove(ContextKey<?> key) argument [all...] |
H A D | MapSearchContext.java | 35 public <T> void add(ContextKey<T> key, T value) { argument 36 contextData.put(key, value); 40 public <T> T get(ContextKey<T> key) { argument 41 // Type safety is enforced by the use of the typed key. 42 return key.getType().cast(contextData.get(key)); 46 public boolean has(ContextKey<?> key) { argument 47 return contextData.containsKey(key); 51 public void remove(ContextKey<?> key) { argument 52 contextData.remove(key); [all...] |
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | ScheduleableGroupAction.java | 40 * The function to run on key object when there is time. 43 public void doGroupAction(Object key); argument
|
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/utils/indextree/nodecontext/ |
H A D | SearchContext.java | 29 * @param key 30 * The key. 36 public <T> void add(ContextKey<T> key, T value); argument 41 * @param key 42 * The key for which to extract data. 45 * @return The value associated with the key. 47 public <T> T get(ContextKey<T> key); argument 50 * Whether the context contains data with the associated with the key. 52 * @param key 53 * The key 56 has(ContextKey<?> key) argument 64 remove(ContextKey<?> key) argument [all...] |
H A D | MapSearchContext.java | 35 public <T> void add(ContextKey<T> key, T value) { argument 36 contextData.put(key, value); 40 public <T> T get(ContextKey<T> key) { argument 41 // Type safety is enforced by the use of the typed key. 42 return key.getType().cast(contextData.get(key)); 46 public boolean has(ContextKey<?> key) { argument 47 return contextData.containsKey(key); 51 public void remove(ContextKey<?> key) { argument 52 contextData.remove(key); [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | Record.java | 29 * Represents a record, which is a pair of key-value. 32 * The type of a key. 38 private final K key; field in class:Record 42 * Creates a record from provided key and value. 44 * @param key 45 * The key. 49 private Record(final K key, final V value) argument 51 this.key = key; 56 * Create a record from provided key an 68 from(final K key, final V value) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | Record.java | 29 * Represents a record, which is a pair of key-value. 32 * The type of a key. 38 private final K key; field in class:Record 42 * Creates a record from provided key and value. 44 * @param key 45 * The key. 49 private Record(final K key, final V value) argument 51 this.key = key; 56 * Create a record from provided key an 68 from(final K key, final V value) argument [all...] |