Segurança Comunicação

bug#15023
dev:trevezani
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@95828 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2019-07-17 13:30:26 +00:00
parent 5ca714bcae
commit 9f8411fc23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.mindrot.jbcrypt.BCrypt;
public class SecurityInterceptor implements PreProcessInterceptor {
private static final String AUTHORIZATION_PROPERTY = "AuthorizationSecurity";
private static final String AUTHENTICATION_SCHEME = "Basic";
private static final String ROLE_CHECK = "EMBARCADA";
private static final String ROLE_CHECK = "EMBARCADA_DISABLE";
private static final ServerResponse ACCESS_DENIED = new ServerResponse("Access denied for this resource", 401, new Headers<Object>());
private static final ServerResponse SERVER_ERROR = new ServerResponse("Internal Server Error", 500, new Headers<Object>());