Methods in com.arsdigita.portalserver that return Role |
Role |
RoleCollection.getRole()
|
static Role |
Role.createRole(PortalSite psite,
String roleName,
String assigneeTitle,
String description)
Creates a user defined role, as opposed to a system role. |
static Role |
Role.createRole(PortalSite psite,
String roleName,
String assigneeTitle,
String description,
boolean isSystem)
Creates a role in the specified portal. |
static Role |
Role.createRole(PortalSite psite,
String roleName,
String assigneeTitle,
String description,
boolean isSystem,
String roleType)
|
Role |
PortalSite.getMemberRole()
Returns the member role. |