Package | Description |
---|---|
org.uberfire.security.authz | |
org.uberfire.security.impl.authz |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceCheck<C extends ResourceCheck>
A security check executed over a
Resource instance. |
Modifier and Type | Method and Description |
---|---|
ResourceCheck |
AuthorizationManager.check(ResourceType type,
org.jboss.errai.security.shared.api.identity.User user)
It redirects to
AuthorizationManager.check(ResourceType, User, VotingStrategy)
using the default voting strategy defined at PermissionManager . |
ResourceCheck |
AuthorizationManager.check(ResourceType resourceType,
org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy)
Creates a brand new
ResourceCheck instance which provides a fluent styled API for
the checking of restricted actions over a ResourceType . |
ResourceCheck |
AuthorizationManager.check(Resource resource,
org.jboss.errai.security.shared.api.identity.User user)
It redirects to
AuthorizationManager.check(Resource, User, VotingStrategy)
using the default voting strategy defined at PermissionManager . |
ResourceCheck |
AuthorizationManager.check(Resource resource,
org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy)
Creates a brand new
ResourceCheck instance which provides a fluent styled API for
the checking of restricted actions over Resource instances. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceCheckImpl<C extends ResourceCheckImpl> |
Modifier and Type | Method and Description |
---|---|
ResourceCheck |
DefaultAuthorizationManager.check(ResourceType target,
org.jboss.errai.security.shared.api.identity.User user) |
ResourceCheck |
DefaultAuthorizationManager.check(ResourceType target,
org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy) |
ResourceCheck |
DefaultAuthorizationManager.check(Resource target,
org.jboss.errai.security.shared.api.identity.User user) |
ResourceCheck |
DefaultAuthorizationManager.check(Resource target,
org.jboss.errai.security.shared.api.identity.User user,
VotingStrategy votingStrategy) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.