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

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

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_USER_ADMIN')")
public @interface IsUserAdmin {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy