JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.datahub.authorization
Interface AuthorizationSession
public interface
AuthorizationSession
Combines a common interface for actor and authorizer which is cached per session
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
AuthorizationResult
authorize
(
String
privilege,
EntitySpec
resourceSpec)
Method Details
authorize
AuthorizationResult
authorize
(@Nonnull
String
privilege, @Nullable
EntitySpec
resourceSpec)