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

com.uid2.shared.auth.IRoleAuthorizable Maven / Gradle / Ivy

package com.uid2.shared.auth;

public interface IRoleAuthorizable extends IAuthorizable {
    boolean hasRole(E role);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy