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

com.rathravane.clerk.access.Resource Maven / Gradle / Ivy

Go to download

A framework for user identification, authentication, and access control.

There is a newer version: 1.2.0
Show newest version
package com.rathravane.clerk.access;

/**
 * A resource is a general thing that can be identified by an ID. The system can associate
 * ACLs with the resource indirectly.
 * 
 * @author peter
 *
 */
public interface Resource
{
	String getId ();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy