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

ca.gc.aafc.dina.security.DinaAuthorizationService Maven / Gradle / Ivy

There is a newer version: 0.132
Show newest version
package ca.gc.aafc.dina.security;

public interface DinaAuthorizationService {

    void authorizeCreate(Object entity);

    void authorizeUpdate(Object entity);

    void authorizeDelete(Object entity);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy