com.rathravane.clerk.access.Resource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clerk Show documentation
Show all versions of clerk Show documentation
A framework for user identification, authentication, and access control.
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