| Package | Description |
|---|---|
| org.uberfire.security.authz | |
| org.uberfire.security.impl.authz |
| Modifier and Type | Field and Description |
|---|---|
static AuthorizationResult |
AuthorizationResult.ACCESS_ABSTAIN |
static AuthorizationResult |
AuthorizationResult.ACCESS_DENIED |
static AuthorizationResult |
AuthorizationResult.ACCESS_GRANTED |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
ResourceDecisionManager.decide(Resource resource,
org.jboss.errai.security.shared.api.identity.User user,
ProfileDecisionManager profileDecisionManager) |
AuthorizationResult |
AuthorizationResult.invert() |
AuthorizationResult |
VotingStrategy.vote(Iterable<AuthorizationResult> results) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AuthorizationResult> |
ProfileDecisionManager.decide(ProfilesResource resource,
org.jboss.errai.security.shared.api.identity.User user) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
VotingStrategy.vote(Iterable<AuthorizationResult> results) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
RuntimeResourceDecisionManager.decide(Resource resource,
org.jboss.errai.security.shared.api.identity.User user,
ProfileDecisionManager profileDecisionManager) |
AuthorizationResult |
AffirmativeBasedVoter.vote(Iterable<AuthorizationResult> results) |
AuthorizationResult |
ConsensusBasedVoter.vote(Iterable<AuthorizationResult> results) |
AuthorizationResult |
UnanimousBasedVoter.vote(Iterable<AuthorizationResult> results) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AuthorizationResult> |
DefaultProfileDecisionManager.decide(ProfilesResource resource,
org.jboss.errai.security.shared.api.identity.User user) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResult |
AffirmativeBasedVoter.vote(Iterable<AuthorizationResult> results) |
AuthorizationResult |
ConsensusBasedVoter.vote(Iterable<AuthorizationResult> results) |
AuthorizationResult |
UnanimousBasedVoter.vote(Iterable<AuthorizationResult> results) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.