Package com.datahub.authorization
Class AuthorizationResult
java.lang.Object
com.datahub.authorization.AuthorizationResult
A result returned after requesting authorization for a particular privilege.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe decision - whether to allow or deny the request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The decision - whether to allow or deny the request.
-
-
Constructor Details
-
AuthorizationResult
public AuthorizationResult()
-