Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. String URI = uri.getRequest();
  2. if (URI.contains("/private/") {
  3. if (userIsAuthenticated()) grantAccess();
  4. else redirectToLogInPage();
  5. }
Add Comment
Please, Sign In to add comment