@Entity public class Credential extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
login |
private String |
password |
Constructor and Description |
---|
Credential() |
Modifier and Type | Method and Description |
---|---|
static Credential |
createCredential(String pLogin,
String pClearPassword) |
private static String |
md5Sum(String pText) |
public static Credential createCredential(String pLogin, String pClearPassword)
private static String md5Sum(String pText) throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2013 OW2 Consortium. All Rights Reserved.