public class RoleBean extends Object
| Constructor and Description |
|---|
RoleBean() |
RoleBean(org.sakaiproject.authz.api.Role role) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
boolean |
isSecureAdmin() |
boolean |
isSecureCreate() |
boolean |
isSecureDelete() |
boolean |
isSecureRead() |
boolean |
isSecureSuperAdmin() |
boolean |
isSecureUpdate() |
void |
setRole(org.sakaiproject.authz.api.Role role) |
public RoleBean()
public RoleBean(org.sakaiproject.authz.api.Role role)
public void setRole(org.sakaiproject.authz.api.Role role)
public String getId()
public String getDescription()
public boolean isSecureRead()
public boolean isSecureUpdate()
public boolean isSecureAdmin()
public boolean isSecureDelete()
public boolean isSecureCreate()
public boolean isSecureSuperAdmin()
Copyright © 2003-2014 Sakai Project. All Rights Reserved.