Package | Description |
---|---|
info.magnolia.cms.security.operations | |
info.magnolia.voting | |
info.magnolia.voting.voters |
Modifier and Type | Method and Description |
---|---|
Voting |
VoterBasedConfiguredAccessDefinition.getVoting() |
Modifier and Type | Method and Description |
---|---|
void |
VoterBasedConfiguredAccessDefinition.setVoting(Voting voting) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVoting<T>
The highest returned vote is taken (8 or -10, ..) and returned.
|
Modifier and Type | Field and Description |
---|---|
static Voting |
Voting.AND |
static Voting |
Voting.HIGHEST_LEVEL |
static Voting |
Voting.OR |
Modifier and Type | Method and Description |
---|---|
static Voting |
Voting.Factory.getDefaultVoting()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AndVoting<T>
Return the maximum vote but only if all voters voted positive.
|
class |
OrVoting<T>
Returns the first positive vote.
|
Modifier and Type | Method and Description |
---|---|
Voting<T> |
VoterSet.getVoting() |
Modifier and Type | Method and Description |
---|---|
void |
VoterSet.setVoting(Voting<T> voting) |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.