Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
Merged
Merge Request !48 opened Mar 05, 2014 by Tuomas Riihimäki@tuomari

Restauth

Rest authentication.

Notice! This change requires the update of MoyaAuthModulev4.jar found in git root!

Edited Mar 05, 2014
Request to merge tuomari:restauth into master

Merged

  • The changes were merged into master.
  • The source branch has been removed.
  • Discussion 2
  • Commits 2
  • Changes 18
  • {{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • 2a54e04ac87f85d4d091c3be1c8f9cea?s=80&d=identicon
    Tuukka Kivilahti
    @tkfftk started a discussion on the diff Mar 05, 2014
    code/MoyaBeans/ejbModule/fi/codecrew/moya/beans/JaasBean.java
    97 110 // }
    98 111 // }
    99 112  
    113 public static enum UserType
    114 {
    115 USER, REST
    116 }
    117
    100 118 @Override
    101 public boolean authenticate(String username, String password) {
    102 boolean ret = (tryLogin(username, password) != null);
    119 public AuthenticationResult authUsername(String username, String password) {
    120 logger.info("Trying jaas auth with '{}', '{}'", username, password);
    • Tuukka Kivilahti @tkfftk commented Mar 05, 2014
      Owner

      Passu logeihin?

  • E653e45857f523ba676b9ae7a0bab5dd?s=80&d=identicon
    Tuomas Riihimäki
    @tuomari started a discussion on the diff Mar 05, 2014
    code/MoyaBeans/ejbModule/fi/codecrew/moya/beans/JaasBean.java
    97 110 // }
    98 111 // }
    99 112  
    113 public static enum UserType
    114 {
    115 USER, REST
    116 }
    117
    100 118 @Override
    101 public boolean authenticate(String username, String password) {
    102 boolean ret = (tryLogin(username, password) != null);
    119 public AuthenticationResult authUsername(String username, String password) {
    120 logger.info("Trying jaas auth with '{}', '{}'", username, password);
    • Tuomas Riihimäki @tuomari commented Mar 05, 2014
      Owner

      Oho...

  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: codecrew/moya!48