Skip to content

Instantly share code, notes, and snippets.

@agonist
Created July 24, 2014 08:05
Show Gist options
  • Save agonist/8e68c9750f15a2e97c53 to your computer and use it in GitHub Desktop.
Save agonist/8e68c9750f15a2e97c53 to your computer and use it in GitHub Desktop.
protected
@Authenticated("my-authenticator")
@Route(method = HttpMethod.GET, uri = "/protected")
public Result protectedArea() {
return ok(render(protectedView, "user", new UserHelper()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment