Uses of Class
org.apache.syncope.ext.openfga.client.model.TupleKey
Packages that use TupleKey
-
Uses of TupleKey in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return TupleKeyModifier and TypeMethodDescriptionTupleKey.condition
(RelationshipCondition condition) Tuple.getKey()
Get keyTupleChange.getTupleKey()
Get tupleKeyMethods in org.apache.syncope.ext.openfga.client.model that return types with arguments of type TupleKeyModifier and TypeMethodDescriptionAssertion.getContextualTuples()
Get contextualTuplesListUsersRequest.getContextualTuples()
Get contextualTuplesContextualTupleKeys.getTupleKeys()
Get tupleKeysWriteRequestWrites.getTupleKeys()
Get tupleKeysMethods in org.apache.syncope.ext.openfga.client.model with parameters of type TupleKeyModifier and TypeMethodDescriptionAssertion.addContextualTuplesItem
(TupleKey contextualTuplesItem) ListUsersRequest.addContextualTuplesItem
(TupleKey contextualTuplesItem) ContextualTupleKeys.addTupleKeysItem
(TupleKey tupleKeysItem) WriteRequestWrites.addTupleKeysItem
(TupleKey tupleKeysItem) void
void
TupleChange.setTupleKey
(TupleKey tupleKey) Method parameters in org.apache.syncope.ext.openfga.client.model with type arguments of type TupleKeyModifier and TypeMethodDescriptionAssertion.contextualTuples
(List<TupleKey> contextualTuples) ListUsersRequest.contextualTuples
(List<TupleKey> contextualTuples) void
Assertion.setContextualTuples
(List<TupleKey> contextualTuples) void
ListUsersRequest.setContextualTuples
(List<TupleKey> contextualTuples) void
ContextualTupleKeys.setTupleKeys
(List<TupleKey> tupleKeys) void
WriteRequestWrites.setTupleKeys
(List<TupleKey> tupleKeys)