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

com.luues.security.config.BlackConfig Maven / Gradle / Ivy

There is a newer version: 2.0.1.RELEASE
Show newest version
package com.luues.security.config;

import lombok.AllArgsConstructor;
import lombok.Data;
import java.io.Serializable;
import java.util.List;

/**
 * @author wg
 * @date 2021/6/15 19:15
 */
@Data
@AllArgsConstructor
public class BlackConfig implements Serializable {

    private static final long serialVersionUID = -8706868063673768708L;

    private Integer accessNumber;
    private Long accessSeconds;
    private Long unsealingSeconds;
    private List whiteList;

    public BlackConfig(){

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy