public class PermissionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupPrefix |
protected String |
rolePrefix |
protected SystemHelper |
systemHelper |
protected String |
userPrefix |
| Constructor and Description |
|---|
PermissionHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String value) |
String |
encode(String value) |
void |
setGroupPrefix(String groupPrefix) |
void |
setRolePrefix(String rolePrefix) |
void |
setUserPrefix(String userPrefix) |
protected String rolePrefix
protected String groupPrefix
protected String userPrefix
protected SystemHelper systemHelper
Copyright © 2009–2017 CodeLibs. All rights reserved.