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

io.polyglotted.spring.security.IsCurator Maven / Gradle / Ivy

There is a newer version: 5.0.7.2
Show newest version
package io.polyglotted.spring.security;

import org.springframework.security.access.prepost.PreAuthorize;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@SuppressWarnings("unused") @Retention(RetentionPolicy.RUNTIME)
@PreAuthorize("hasAnyRole('ROLE_ADMINISTRATOR','ROLE_CURATOR','ROLE_GATE_KEEPER','ROLE_MODELER')")
public @interface IsCurator {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy