comparison src/main/java/de/intevation/lada/util/auth/TestAuthorization.java @ 800:8c336f08e76f

Addedd method to authorize a messung using the id and the status.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 19 Nov 2015 16:52:30 +0100
parents 5815920ccabc
children fa922101a462 1ed347eb856b
comparison
equal deleted inserted replaced
796:385fab3be7f4 800:8c336f08e76f
56 @Override 56 @Override
57 public boolean isReadOnly(Integer probeId) { 57 public boolean isReadOnly(Integer probeId) {
58 return false; 58 return false;
59 } 59 }
60 60
61 @Override
62 public <T> boolean isAuthorized(int id, Class<T> clazz) {
63 return true;
64 }
65
61 } 66 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)