Gogeta05 / Freezer

0 stars 0 forks source link

limit most controller methods to authorized users #35

Closed YtGz closed 9 years ago

YtGz commented 9 years ago

see example from VO

basically: @Security.Authenticated(Secured.class) public static Result controllerMethod() { }