Uses of Class
org.apache.syncope.ext.openfga.client.model.AuthorizationModel
Packages that use AuthorizationModel
Package
Description
-
Uses of AuthorizationModel in org.apache.syncope.ext.openfga.client
Methods in org.apache.syncope.ext.openfga.client that return AuthorizationModel -
Uses of AuthorizationModel in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return AuthorizationModelModifier and TypeMethodDescriptionAuthorizationModel.addTypeDefinitionsItem
(TypeDefinition typeDefinitionsItem) AuthorizationModel.conditions
(Map<String, Condition> conditions) ReadAuthorizationModelResponse.getAuthorizationModel()
Get authorizationModelAuthorizationModel.putConditionsItem
(String key, Condition conditionsItem) AuthorizationModel.schemaVersion
(String schemaVersion) AuthorizationModel.typeDefinitions
(List<TypeDefinition> typeDefinitions) Methods in org.apache.syncope.ext.openfga.client.model that return types with arguments of type AuthorizationModelModifier and TypeMethodDescriptionReadAuthorizationModelsResponse.getAuthorizationModels()
Get authorizationModelsMethods in org.apache.syncope.ext.openfga.client.model with parameters of type AuthorizationModelModifier and TypeMethodDescriptionReadAuthorizationModelsResponse.addAuthorizationModelsItem
(AuthorizationModel authorizationModelsItem) ReadAuthorizationModelResponse.authorizationModel
(AuthorizationModel authorizationModel) void
ReadAuthorizationModelResponse.setAuthorizationModel
(AuthorizationModel authorizationModel) Method parameters in org.apache.syncope.ext.openfga.client.model with type arguments of type AuthorizationModelModifier and TypeMethodDescriptionReadAuthorizationModelsResponse.authorizationModels
(List<AuthorizationModel> authorizationModels) void
ReadAuthorizationModelsResponse.setAuthorizationModels
(List<AuthorizationModel> authorizationModels)