added test for repository permission resolver

This commit is contained in:
Sebastian Sdorra
2012-09-02 17:51:32 +02:00
parent 53d44fdfc5
commit 8bd8371679
2 changed files with 126 additions and 0 deletions

View File

@@ -172,6 +172,30 @@ public final class RepositoryPermission implements Permission, Serializable
//J+
}
//~--- get methods ----------------------------------------------------------
/**
* Method description
*
*
* @return
*/
public PermissionType getPermissionType()
{
return permissionType;
}
/**
* Method description
*
*
* @return
*/
public String getRepositoryId()
{
return repositoryId;
}
//~--- fields ---------------------------------------------------------------
/** Field description */