| Package | Description |
|---|---|
| org.linguafranca.pwdb | |
| org.linguafranca.pwdb.base |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyValue.Factory<P extends PropertyValue>
A factory interface for PropertyValue.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyValue.BytesStore
Property values are stored as byte arrays.
|
static class |
PropertyValue.SealedStore
Encrypted property value storage intended for storing passwords in something other than
plaintext using
SealedObject class. |
static class |
PropertyValue.StringStore
Values are stored as strings.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
Entry.getPropertyValue(String name)
Gets the value of a property as a PropertyValue.
|
| Modifier and Type | Method and Description |
|---|---|
default PropertyValue.Factory<? extends PropertyValue> |
PropertyValue.Strategy.getFactoryFor(String propertyName)
Return a factory given a property name and the properties that should be protected
|
PropertyValue.Factory<? extends PropertyValue> |
PropertyValue.Strategy.newProtected()
A factory for protected properties
|
PropertyValue.Factory<? extends PropertyValue> |
PropertyValue.Strategy.Default.newProtected() |
PropertyValue.Factory<? extends PropertyValue> |
PropertyValue.Strategy.newUnprotected()
A factory for unprotected property values
|
PropertyValue.Factory<? extends PropertyValue> |
PropertyValue.Strategy.Default.newUnprotected() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setPropertyValue(String name,
PropertyValue value)
Sets the value of a property as a property value.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
AbstractEntry.getPropertyValue(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEntry.setPropertyValue(String name,
PropertyValue value) |
Copyright © 2025. All rights reserved.