All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.graphglue.authorization.Permission.kt Maven / Gradle / Ivy

Go to download

A library to develop annotation-based code-first GraphQL servers using GraphQL Kotlin, Spring Boot and Neo4j - excluding Spring GraphQL server dependencies

The newest version!
package io.github.graphglue.authorization

import io.github.graphglue.model.Authorization

/**
 * Context for authorization
 *
 * @param name name of the authorization, must match [Authorization.name]
 * @param context context for condition generation
 */
data class Permission(val name: String, val context: AuthorizationContext)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy