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

studio.crud.feature.auth.authentication.rules.action.base.RuleActionHandler.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package studio.crud.feature.auth.authentication.rules.action.base

import com.antelopesystem.crudframework.utils.component.componentmap.annotation.ComponentMapKey
import studio.crud.feature.auth.entity.model.Entity
import studio.crud.feature.auth.authentication.rules.RuleActionType
import studio.crud.feature.core.audit.RequestSecurityMetadata

interface RuleActionHandler {

    @get:ComponentMapKey
    val actionType: RuleActionType

    fun handle(entity: Entity, securityMetadata: RequestSecurityMetadata)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy