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

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

package io.robe.auth.data.store;

import com.google.common.base.Optional;
import io.robe.auth.data.entry.RoleEntry;

public interface RoleStore {
    Optional findByRoleId(String id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy