comparison src/main/java/de/intevation/lada/rest/StatusService.java @ 722:c81881dac97e

Switch to shibboleth authorization in all REST-services.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 14 Aug 2015 09:45:01 +0200
parents 3ec358698b4d
children e2a78d5afaaa
comparison
equal deleted inserted replaced
721:6eed8b5decb1 722:c81881dac97e
91 91
92 /** 92 /**
93 * The authorization module. 93 * The authorization module.
94 */ 94 */
95 @Inject 95 @Inject
96 @AuthorizationConfig(type=AuthorizationType.OPEN_ID) 96 @AuthorizationConfig(type=AuthorizationType.HEADER)
97 private Authorization authorization; 97 private Authorization authorization;
98 98
99 /** 99 /**
100 * Get all Status objects. 100 * Get all Status objects.
101 * <p> 101 * <p>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)