frostfs-sdk-go/eacl
Leonard Lyubich 721df386c5 [] 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 [] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
enums.go [] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
enums_test.go [] eacl: move package from neofs-api-go 2021-11-09 18:12:53 +03:00
filter.go [] eacl: Allow lossless conversion of reserved filters 2022-06-09 09:45:32 +03:00
filter_test.go [] eacl: Allow lossless conversion of reserved filters 2022-06-09 09:45:32 +03:00
record.go [] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
record_test.go [] Fix string encoding of identifiers 2022-05-31 12:14:04 +03:00
table.go [] container: Remove session token and signature from Container/eACL 2022-06-21 20:03:07 +03:00
table_test.go [] container: Remove session token and signature from Container/eACL 2022-06-21 20:03:07 +03:00
target.go [] Upgrade NeoFS API Go module 2022-05-31 09:47:55 +03:00
target_test.go [] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
types.go [] eacl: add eACL table to ValidationUnit 2022-01-19 11:06:27 +03:00
validator.go [] eacl: Return success flag in CalculateAction 2022-06-09 09:35:32 +03:00
validator_test.go [] eacl: Return success flag in CalculateAction 2022-06-09 09:35:32 +03:00