frostfs-sdk-go/eacl
Leonard Lyubich 721df386c5 [#276] container: Remove session token and signature from Container/eACL
Session token and signature isn't presented in `Container` and
`EACLTable` messages of NeoFS API V2 protocol. These entities are needed
for access control and doesn't carry payload of these messages.

Remove `SetSessionToken` / `SessionToken` methods of
`container.Container` and `eacl.Table` types. Provide methods to specify
these components in corresponding `Client` operations.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-06-21 20:03:07 +03:00
..
test [#258] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
enums.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
enums_test.go [#58] eacl: move package from neofs-api-go 2021-11-09 18:12:53 +03:00
filter.go [#266] eacl: Allow lossless conversion of reserved filters 2022-06-09 09:45:32 +03:00
filter_test.go [#266] eacl: Allow lossless conversion of reserved filters 2022-06-09 09:45:32 +03:00
record.go [#258] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
record_test.go [#258] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
table.go [#276] container: Remove session token and signature from Container/eACL 2022-06-21 20:03:07 +03:00
table_test.go [#276] container: Remove session token and signature from Container/eACL 2022-06-21 20:03:07 +03:00
target.go [#257] Upgrade NeoFS API Go module 2022-05-31 09:47:55 +03:00
target_test.go [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
types.go [#36] eacl: add eACL table to `ValidationUnit` 2022-01-19 11:06:27 +03:00
validator.go [#243] eacl: Return success flag in `CalculateAction` 2022-06-09 09:35:32 +03:00
validator_test.go [#243] eacl: Return success flag in `CalculateAction` 2022-06-09 09:35:32 +03:00