![JAR search and dependency download from the Maven repository](/logo.png)
org.chenillekit.access.dao.ProtectionRule Maven / Gradle / Ivy
/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* Copyright 2008-2010 by chenillekit.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.chenillekit.access.dao;
/**
* @version $Id: ProtectionRule.java 629 2010-02-24 11:11:55Z homburgs $
*/
public interface ProtectionRule
{
/**
* get the groups.
*/
String[] getGroups();
/**
* get the role weight.
*/
int getRoleWeight();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy