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

io.github.mjyoun.spring.web.security.AbstractGrade Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package io.github.mjyoun.spring.web.security;

/**
 * 권한 정보를 출력하기 위한 객체
 * 
 * @author MJ Youn
 * @since 2022. 02. 21.
 */
public abstract class AbstractGrade {

    /**
     * 권한을 구분하기 위한 식별자 정보
     * 
     * @return 권한 식별자
     * 
     * @author MJ Youn
     * @since 2022. 02. 21.
     */
    public abstract String getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy