org.wso2.carbon.appfactory.git
Class UserPasswordCache

java.lang.Object
  extended by org.wso2.carbon.appfactory.git.UserPasswordCache

public class UserPasswordCache
extends Object

Guva cache based cache for hashed password


Constructor Summary
UserPasswordCache(GitBlitConfiguration configuration)
           
 
Method Summary
 byte[] get(String user, String password)
           
static byte[] getHashedPassword(String password)
           
 void put(String user, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordCache

public UserPasswordCache(GitBlitConfiguration configuration)
Method Detail

put

public void put(String user,
                String password)

get

public byte[] get(String user,
                  String password)

getHashedPassword

public static byte[] getHashedPassword(String password)


Copyright © 2015 WSO2 Inc. All rights reserved.