org.octopusden.employee.security.EmployeeServicePermissionEvaluator.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of employee-service Show documentation
Show all versions of employee-service Show documentation
Octopus module: employee-service
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)