| Package | Description |
|---|---|
| com.atlassian.crowd.crypto | |
| com.atlassian.crowd.dao.property |
| Modifier and Type | Method and Description |
|---|---|
Property |
EncryptingPropertyDAO.add(Property property) |
Property |
PropertyEncryptor.decrypt(Property property) |
Property |
PropertyEncryptor.encrypt(Property property) |
Property |
EncryptingPropertyDAO.find(String key,
String name) |
Property |
PropertyEncryptor.transform(Property property,
UnaryOperator<String> transformer) |
Property |
EncryptingPropertyDAO.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
EncryptingPropertyDAO.findAll() |
List<Property> |
EncryptingPropertyDAO.findAll(String key) |
| Modifier and Type | Method and Description |
|---|---|
Property |
EncryptingPropertyDAO.add(Property property) |
Property |
PropertyEncryptor.decrypt(Property property) |
Property |
PropertyEncryptor.encrypt(Property property) |
Property |
PropertyEncryptor.transform(Property property,
UnaryOperator<String> transformer) |
Property |
EncryptingPropertyDAO.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAO.add(Property property)
Adds a new property.
|
Property |
PropertyDAO.find(String key,
String name)
Finds property by key and name.
|
Property |
PropertyDAO.update(Property property)
Updates a property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyDAO.findAll()
Retrieves all properties.
|
List<Property> |
PropertyDAO.findAll(String key)
Finds properties by key.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAO.add(Property property)
Adds a new property.
|
Property |
PropertyDAO.update(Property property)
Updates a property.
|
Copyright © 2023 Atlassian. All rights reserved.