io.permit.sdk.enforcement.UserPermissions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permit-sdk-java Show documentation
Show all versions of permit-sdk-java Show documentation
Java SDK for Permit.io: fullstack permissions for cloud native applications
package io.permit.sdk.enforcement;
import java.util.HashMap;
/**
* The {@code UserPermissions} class represents all the objects a user can access.
*/
final public class UserPermissions extends HashMap {}