| |
---|
| | return theInstance; |
---|
| | } |
---|
| | |
---|
| | public Session createAcount(String userID, String userName, String userPass) { |
---|
| | String uniqueID = RandomStringGenerator.createUniqueString(12, RandomStringGenerator.ALPHA_NUMERIC, idSet); |
---|
| | String uniqueID = RandomStringGenerator.generateUniqueString(12, RandomStringGenerator.ALPHA_NUMERIC, idSet); |
---|
| | idSet.add(uniqueID); |
---|
| | Account newAccount = new Account(userID, userName, userPass); |
---|
| | newAccount.setUniqueID(uniqueID); |
---|
| | accounts.add(newAccount); |
---|
| |
---|
| | |
|
確認
確信しました.
3f650a1
intomaster
fromyoichiro
on 24 May 2018