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

com.chutneytesting.security.domain.Authorizations Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.chutneytesting.security.domain;

public interface Authorizations {

    UserRoles read();

    void save(UserRoles userRoles);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy