Package | Description |
---|---|
org.uberfire.security.authz | |
org.uberfire.security.impl.authz |
Modifier and Type | Method and Description |
---|---|
VotingAlgorithm |
PermissionManager.getVotingAlgorithm(VotingStrategy votingStrategy)
Gets the
VotingAlgorithm implementation associated with the specified VotingStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.setVotingAlgorithm(VotingStrategy votingStrategy,
VotingAlgorithm votingAlgorithm)
Sets the
VotingAlgorithm implementation to be used every time the given VotingStrategy is applied. |
Modifier and Type | Class and Description |
---|---|
class |
AffirmativeBasedVoter
Algorithm implementation of the
VotingStrategy.AFFIRMATIVE strategy. |
class |
ConsensusBasedVoter
Algorithm implementation of the
VotingStrategy.CONSENSUS strategy. |
class |
UnanimousBasedVoter
Algorithm implementation of the
VotingStrategy.UNANIMOUS strategy. |
Modifier and Type | Method and Description |
---|---|
VotingAlgorithm |
DefaultPermissionManager.getVotingAlgorithm(VotingStrategy votingStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPermissionManager.setVotingAlgorithm(VotingStrategy votingStrategy,
VotingAlgorithm votingAlgorithm) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.