org.wso2.carbon.appfactory.git
Class UserPasswordCache
java.lang.Object
org.wso2.carbon.appfactory.git.UserPasswordCache
public class UserPasswordCache
- extends Object
Guva cache based cache for hashed password
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPasswordCache
public UserPasswordCache(GitBlitConfiguration configuration)
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.