Subversion Repositories SmartDukaan

Rev

Rev 1061 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1061 Rev 1153
Line 1... Line 1...
1
package in.shop2020.content.security;
1
package in.shop2020.content.security;
2
 
2
 
-
 
3
/**
-
 
4
 * Roles for the content tool. Each role have different permissions.
-
 
5
 * 
-
 
6
 * @author rajveer
-
 
7
 *
-
 
8
 */
3
public enum Role {
9
public enum Role {
4
	ADMIN,
10
	ADMIN,
5
	EDITOR,
11
	EDITOR,
6
	DEVELOPER
12
	DEVELOPER
7
}
13
}