@NotThreadSafe public static final class SOMProxy.ContextProperties extends KeyedGroups
MISSING_KEYED_GROUP, NO_KEYED_GROUPSANONYMOUS, HASH_LOAD_FACTOR, MAP_ENTRY_COMPARATOR| Constructor and Description |
|---|
ContextProperties()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
SOMProxy.ContextProperties |
copy()
Creates a copy of this.
|
SOMProxy.ContextProperties |
freeze()
Freezes this.
|
void |
setCertified(boolean certified)
Sets the certified indicator.
|
void |
setKeyPassword(Optional<char[]> keyPassword)
Sets the key password.
|
void |
setKeyStore(Optional<String> keyStore)
Sets the key-store.
|
void |
setKeyStorePassword(Optional<char[]> keyStorePassword)
Sets the key-store password.
|
void |
setKeyStoreProvider(Optional<String> provider)
Sets the key-store provider.
|
void |
setKeyStoreType(Optional<String> type)
Sets the key-store type.
|
void |
setRegistryPort(int registryPort)
Sets the registry port.
|
void |
setSecurityProperties(KeyedGroups properties)
Sets security properties.
|
void |
setTrustStore(Optional<String> trustStore)
Sets the trust-store.
|
void |
setTrustStoreProvider(Optional<String> provider)
Sets the trust-store provider.
|
void |
setTrustStoreType(Optional<String> type)
Sets the trust-store type.
|
addAll, addGroup, clear, containsGroupKey, equals, frozen, getGroup, getGroups, getGroupsEntries, getGroupsKeys, getGroupsSize, getMissingGroup, getName, getNoGroups, hashCode, isEmpty, isMissing, removeGroup, setGroup, setValue, thawed, toPropertiesMapadd, addAll, addObject, areValuesHidden, checkNotFrozen, containsValueKey, getBoolean, getBoolean, getBoolean, getClassDef, getClassDef, getClassDefs, getDouble, getElapsed, getInt, getInteger, getLong, getLong, getObject, getObjects, getPassword, getString, getString, getStrings, getThisLogger, getType, getValues, getValuesEntries, getValuesKeys, getValuesSize, hashCapacity, isFrozen, isHidden, isMultiple, removeValue, setHidden, setObjects, setValuesHidden, substitute, toStringpublic SOMProxy.ContextProperties copy()
copy in class KeyedGroupspublic SOMProxy.ContextProperties freeze()
freeze in class KeyedGroupspublic void setCertified(boolean certified)
certified - The certified indicator.public void setKeyPassword(@Nonnull
Optional<char[]> keyPassword)
keyPassword - The optional key password.public void setKeyStore(@Nonnull
Optional<String> keyStore)
keyStore - The optional path to the key-store file.public void setKeyStorePassword(@Nonnull
Optional<char[]> keyStorePassword)
keyStorePassword - The optional key-store password.public void setKeyStoreProvider(@Nonnull
Optional<String> provider)
provider - The optional key-store provider.public void setKeyStoreType(@Nonnull
Optional<String> type)
type - The optional key-store type.public void setRegistryPort(int registryPort)
registryPort - The registry port.public void setSecurityProperties(@Nonnull
KeyedGroups properties)
properties - The optional security properties.public void setTrustStore(@Nonnull
Optional<String> trustStore)
trustStore - The optional path to the trust-store file.public void setTrustStoreProvider(@Nonnull
Optional<String> provider)
provider - The optional trust-store provider.public void setTrustStoreType(@Nonnull
Optional<String> type)
type - The optional trust-store type.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.