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

com.github.nagyesta.lowkeyvault.service.key.LifetimeAction Maven / Gradle / Ivy

The newest version!
package com.github.nagyesta.lowkeyvault.service.key;

import com.github.nagyesta.lowkeyvault.model.v7_3.key.constants.LifetimeActionType;

public interface LifetimeAction {

    LifetimeActionType actionType();

    LifetimeActionTrigger trigger();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy