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

io.robe.auth.data.entry.PermissionEntry Maven / Gradle / Ivy

package io.robe.auth.data.entry;

public interface PermissionEntry {
    String getRestrictedItemId();

    Type getType();

    public enum Type {
        SERVICE,
        MENU
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy