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

io.robe.auth.data.store.RoleGroupStore Maven / Gradle / Ivy

package io.robe.auth.data.store;

import io.robe.auth.data.entry.RoleGroupEntry;

import java.util.Set;

public interface RoleGroupStore {
    Set findByGroupId(String groupOid);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy