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

org.njgzr.security.base.CaptchaMode Maven / Gradle / Ivy

Go to download

This project helps developers to integrate Shiro framework quickly, simply and with little configuration, thus eliminating the code of interface authentication

There is a newer version: 0.0.6
Show newest version
package org.njgzr.security.base;

import com.alibaba.fastjson.JSON;

import lombok.AllArgsConstructor;
import lombok.Data;

@AllArgsConstructor
@Data
public class CaptchaMode {

	private boolean captchaEnabled = false;
	
	public String toJson(){
		return JSON.toJSONString(this);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy