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

top.gink.cas.model.AuthenticationFailure Maven / Gradle / Ivy

The newest version!
package top.gink.cas.model;

public class AuthenticationFailure {

    public String code;
    public String description;

    public String getCode() {
        return code;
    }

    public void setCode(String code) {
        this.code = code;
    }

    public String getDescription() {
        return description;
    }

    public void setDescription(String description) {
        this.description = description;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy