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

ec.gob.senescyt.sniese.commons.security.shiro.PreferenciasShiro Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package ec.gob.senescyt.sniese.commons.security.shiro;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.dropwizard.Configuration;

public class PreferenciasShiro extends Configuration{

    protected final static String PATRON_URL_POR_DEFECTO = "/*";

    @JsonProperty("secured_url_pattern")
    private String securedUrlPattern = PATRON_URL_POR_DEFECTO;

    public String getSecuredUrlPattern() {
        return securedUrlPattern;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy