|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.impl.RppsHelper
| Constructor Summary | |
|---|---|
RppsHelper()
|
|
| Method Summary | |
|---|---|
static boolean |
equalsObject(Object obj1,
Object obj2)
|
static org.eclipse.higgins.icard.ICardTemplate |
fillICardTemplate_from_ICardTemplateTO(org.eclipse.higgins.icard.ICardTemplate[] templates,
ICardTemplateTO templeteTO)
Loads the properties from the string array. |
static void |
fillITemplateContainer(org.eclipse.higgins.icard.ITemplateContainer root,
ITemplateElementTO[] elementsTO)
|
static void |
fillITemplateValue(org.eclipse.higgins.icard.ITemplateValue element,
String elementTOValue)
|
static org.eclipse.higgins.icard.ICardTemplate |
fillPersonalCardTemplate(org.eclipse.higgins.icard.ICardTemplate template,
String cardname,
String surname,
String givenname,
String emailaddress,
String streetaddress,
String locality,
String stateorprovince,
String postalcode,
String country,
String homephone,
String otherphone,
String mobilephone,
String dateofbirth,
String gender,
String webpage)
|
static CallbackHandler |
getCallbackHandler(String userId)
Creates CallbackHandler object with username. |
static CallbackHandler |
getCallbackHandler(String userId,
String password)
Creates CallbackHandler object with username/password. |
static KeyStore |
loadKeyStore(String filename)
|
static Properties |
loadProperties(String[] properties)
Loads the properties from the string array. |
static X509Certificate[] |
parseSSLCert(String soapval)
Parses a string representation of the certificate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RppsHelper()
| Method Detail |
public static X509Certificate[] parseSSLCert(String soapval)
soapval - the security certificate as a String
public static CallbackHandler getCallbackHandler(String userId,
String password)
userId - the id to identify the user.password - the password to identify the user.
public static CallbackHandler getCallbackHandler(String userId)
userId - the id to identify the user.
public static Properties loadProperties(String[] properties)
properties - the string array of properties.
public static org.eclipse.higgins.icard.ICardTemplate fillICardTemplate_from_ICardTemplateTO(org.eclipse.higgins.icard.ICardTemplate[] templates,
ICardTemplateTO templeteTO)
templeteTO -
public static void fillITemplateValue(org.eclipse.higgins.icard.ITemplateValue element,
String elementTOValue)
element - elementTOValue -
public static void fillITemplateContainer(org.eclipse.higgins.icard.ITemplateContainer root,
ITemplateElementTO[] elementsTO)
root - elementsTO -
public static org.eclipse.higgins.icard.ICardTemplate fillPersonalCardTemplate(org.eclipse.higgins.icard.ICardTemplate template,
String cardname,
String surname,
String givenname,
String emailaddress,
String streetaddress,
String locality,
String stateorprovince,
String postalcode,
String country,
String homephone,
String otherphone,
String mobilephone,
String dateofbirth,
String gender,
String webpage)
cardname - name of new cardsurname - value of surname fieldgivenname - value of givenname fieldemailaddress - value of emailaddress field
Exception
public static boolean equalsObject(Object obj1,
Object obj2)
obj1 - obj2 -
public static KeyStore loadKeyStore(String filename)
throws KeyStoreException,
NoSuchAlgorithmException,
CertificateException,
IOException
KeyStoreException
NoSuchAlgorithmException
CertificateException
IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||