All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nagyesta.lowkeyvault.service.secret.ReadOnlyKeyVaultSecretEntity Maven / Gradle / Ivy

package com.github.nagyesta.lowkeyvault.service.secret;

import com.github.nagyesta.lowkeyvault.service.common.BaseVaultEntity;
import com.github.nagyesta.lowkeyvault.service.secret.id.VersionedSecretEntityId;

public interface ReadOnlyKeyVaultSecretEntity
        extends BaseVaultEntity {

    String getValue();

    String getContentType();

    VersionedSecretEntityId getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy