static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.fromSecret(Secret secret,
List<Group> groups)
Build a matching representation of a secret, but without sensitive content.
|
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.fromSecretSeriesAndContentAndGroups(SecretSeriesAndContent seriesAndContent,
List<Group> groups) |
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.of(long id,
String name,
List<Group> groups) |
static SanitizedSecretWithGroups |
SanitizedSecretWithGroups.of(SanitizedSecret secret,
List<Group> groups) |