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

com.github.yiuman.citrus.security.properties.SecurityConstants Maven / Gradle / Ivy

package com.github.yiuman.citrus.security.properties;

/**
 * 系统安全相关常量
 *
 * @author yiuman
 * @date 2020/3/22
 */
public interface SecurityConstants {

    String AUTHENTICATE_ENDPOINT = "/rest/authenticate";

    String LOGOUT_ENDPOINT = "/rest/logout";

    String VERIFY_ENDPOINT_PREFIX = "/rest/verify";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy