Package | Description |
---|---|
org.chorem.pollen | |
org.chorem.pollen.services.impl |
Modifier and Type | Field and Description |
---|---|
protected Set<PollenUserSecurityContext.PollenUserSecurityRole> |
PollenUserSecurityContext.userRoles
User roles on the poll.
|
Modifier and Type | Method and Description |
---|---|
static PollenUserSecurityContext.PollenUserSecurityRole |
PollenUserSecurityContext.PollenUserSecurityRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollenUserSecurityContext.PollenUserSecurityRole[] |
PollenUserSecurityContext.PollenUserSecurityRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PollenUserSecurityContext.PollenUserSecurityRole> |
PollenUserSecurityContext.getUserRoles() |
Modifier and Type | Method and Description |
---|---|
Set<PollenUserSecurityContext.PollenUserSecurityRole> |
SecurityService.getUserRoles(Poll poll,
String accountId,
UserAccount userAccount)
Obtain all user roles for the given
poll using the optional
accountId if one is given by url or optional userAccount
if user is connected. |
Copyright © 2009–2014 CodeLutin. All rights reserved.