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

org.octopusden.employee.security.EmployeeServicePermissionEvaluator.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.employee.security

import org.octopusden.cloud.commons.security.BasePermissionEvaluator
import org.octopusden.cloud.commons.security.SecurityService
import org.springframework.stereotype.Component

@Component
class EmployeeServicePermissionEvaluator(securityService: SecurityService) : BasePermissionEvaluator(securityService)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy