How to retrieve jxta configurator information?

anyone knows how to retrieve the userid that is registered using the jxta configurator? i was able to locate the file where the userid is stored,but its encrypted.i need to retrieve this piece of information for authentication purposes

anyone knows how to retrieve the userid that is registered using the jxta configurator? i was able to locate the file where the userid is stored,but its encrypted.i need to retrieve this piece of information for authentication purposes

Similar Messages

  • How to retrieve updated payload information from completed HumanTask

    after initiating the HumanTask , updating the payload object from java client api
    payload information set into task object.
    taskService.updateTaskOutcome(workflowContext, task, outcome) ;
    after this call the HumanTask will be Completed.
    Now i tried to get the Payload which was updated in earlier step.
    Task task=taskQueryService.getTaskDetailsByNumber(workflowContext, taskNumber);
    XMLElement payload =(XMLElement)task.getPayloadAsElement();
    in the payload, it only contains payload which was at the time of humanTask initiation .
    Can any one help me, how to retrieve the payload information after completing the HumanTask ?
    Thanks in Advance

    I think the below code can be used to update the payload in the HumanTask
    IWorkflowServiceClient wfSvc=WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.REMOTE_CLIENT);
              //instantiate the TaskQueryService Object
              ITaskQueryService taskQuerySvc=wfSvc.getTaskQueryService();
              //instantiate the TaskService Object. it has the UpdateOutcome method
              ITaskService taskSvc=wfSvc.getTaskService();
              final String password="jcooper";
              final int taskNumber=123;
              try {
                   //get WorkflowContext
                   IWorkflowContext context=taskQuerySvc.authenticate("jcooper",password.toCharArray(), "jazn");
                   Task task=taskQuerySvc.getTaskDetailsByNumber(context, taskNumber);
                   Element element=task.getPayloadAsElement();
                   Element payloadNew=element.getOwnerDocument().createElementNS("http://xmlns.oracle.com/bpel/workflow/task", "payload");
                   JAXBContext jaxbContext=JAXBContext.newInstance("object.path");
                   Marshaller marshaller=jaxbContext.createMarshaller();
                   //new Object() is your Object which you want to update in Process payload
                   marshaller.marshal(new Object(), payloadNew);
                   task.setPayloadAsElement(payloadNew);
                   //update task payload
                   taskSvc.updateTaskOutcome(context, task, "APPROVE");
              } catch (WorkflowException e) {
                   e.printStackTrace();
              } catch (JAXBException e) {
                   e.printStackTrace();
              } catch (StaleObjectException e) {
                   e.printStackTrace();
    Edited by: user12267906 on Nov 28, 2009 7:43 AM

  • How to retrieve client certificate information from sender mail adapter

    Hi, expert:
    I have a requirement to verify the validation of coming email with digital certification. The mail is with digital certification. If the coming email is valid, I 'll get the attachemt of the mail for further processing. I have a sender mail adapter and receiver file adapter configued.
    I have already my own developed adapter module, which is configued in mail adapter. My question is how to retrieve the detailed certificate information in the adapter module developed by myself. Is it feasible?
    Thanks a lot.

    The WL-Client-Proxy cert should be the cert used on the proxy side if SSL is configured between Apache and WebLogic, so I believe that is the reason why that does not work. Basically, the problem here is that SSL is end-to-end, and the two ends of this transaction are the client and apache.
    That said, when you add the +ExportCertData option, this should record the client's SSL certificate in the vairable SSL_CLIENT_CERT.  So you should be able to use request.getAttribute("SSL_CLIENT_CERT").
    See:
    http://www.modssl.org/docs/2.8/ssl_reference.html
    If this doesn't work for you (which is possible if the WL_Proxy is doing something funny to the request), it is probably best just to dump out the entire contents of the session, and see what you have:
    for (Enumeration e = request.getAttributeNames() ; e.hasMoreElements() ; ) {
    String attr = (String)e.nextElement();
    System.out.println("ATTR = " + attr);
    System.out.println("VAL = " + request.getAttribute(attr));
    If you can't see any SSL certificate there, you will have to work out some way to pass this on manually.
    cheers,
    Trevor

  • How to retrieve iPhone tracking information from iPhone.

    Does anyone know how to get the tracking information off of the iPhone?  I am trying to get this information as I am fighting a parking ticket I received while my car was valet'd, but have no other record of being at the bar on the night in question (as I paid with cash...the one time I don't use my credit card, right??!!).  If anyone knows how to retrieve the GPS tracking information (more importantly, how to get tracking information for a specific date), your help will be greatly appreciated.  Thanks!

    Sorry but apple stopped tracking that information and it is no longer available. You will not be able to get any tracking information off your phone.

  • How to retrieve all the information about a workbook saved on the DB

    Hi everybody,
    I created some reports, but after have modified and have renamed custom folders and joins on the Administrator, now I'm not able to re-open any report (they are completely finished !!!)
    I have the following error: Cannot join tables used in the workbook.
    I know that the problem are the joins on the Administrator....that I modified after the reports creation....and now I don't remember how they were originally when I created the reports....
    So, I'd like to retrieve from the workbooks saved on DB which tables (or custom folders) they use and how they originally connected (joins' names, etc..), in order to rebuild on the Administrator the old structure and reopen my workbook.
    Is there a place where all the information about the workbooks saved on the DB are stored ?
    Thanks a lot in advance
    Alex

    Hi,
    All the workbooks are stored in the EUL5_DOCUMENTS table. They are stored in a LONG RAW column and in a binary format so this is not much help to you.
    You could try using the workbook dump utility which is provided with Disco Admin and Desktop. You run it from the command line:
    d51wkdmp Workbook1 Workbook1.txt DB user1:"System Administrator"/pass1@dbname EUL5_US -f
    Rod West

  • How to retrieve system configuration?

    Hi everybody! I want to install a new x86 Solaris version with the same configuration parameters of an existing Sparc Solaris version. Is there a command (from command line) to retrieve all the configuration parameters of an existing Solaris system?
    Thanks a lot

    Thanks for your reply! At the moment I haven't the permissions to do write operations on that machine. I need a command or a set of commands to generate a system report about configuration parameters of the existing operating system. Once I have it I want to replicate the exact configuration on the new machine. Thanks for your suggestions!

  • How to retrieve system Information on client machine Using Applets

    How to retrieve video card information on client machine using applets and JNI, please suggest me on this
    Thanks
    GReddy

    1. Research platform specific OS API to do whatever you want with video cards
    2. Write C/C++ code to wrap the functionality in 1 into something looks closer to what you want to see in java
    3. Write a class that models the functionality of 2 with native methods.
    4. Write the native methods of 3 such that they call the methods of 2.
    Note that steps 1 and 2 have NOTHING to do with jni nor java. So you start by looking somewhere else for the answers to that.

  • Azure service bus problem : An error occurred while retrieving the Service Bus namespace configuration information

    Almost all of my service bus has the following issue. The error message I have from the Management Portal was "An error occurred while retrieving the Service Bus namespace configuration information. Please try again later." This happen for almost
    2 days.
    Anyone face the same issue? how to resolve this?

    Hi,
    If you create a new one, did you receive the same issue? If that, I suggest you submit a ticket at:
    http://www.windowsazure.com/en-us/support/contact/
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to retrieve Nexus 7010 et 5596 configuration via Snmp ?

    Hello all,
    I want to know how to retrieve the complete configuration for a Nexus via the snmpwalk or snmpget commands...
    What mib's is needed ?
    Thanks for the feedback

    Hi more information, i execute the scrip below :
    #!/bin/sh
    # Script to demonstrate the SNMP commands necessary to backup the Cisco Nexus Switches
    COMMUNITY="RW community"
    HOST="Ip @"
    TFTPSERVER="srv @"
    FILENAME="nex7000.cfg"
    RND="10"
    snmpset -v 2c -c$COMMUNITY $HOST ccCopyProtocol.$RND i 1 ccCopySourceFileType.$RND i 4 ccCopyDestFileType.$RND i 1 ccCopyServerAddress.$RND a $TFTPSERVER ccCopyFileName.$RND s $FILENAME ccCopyEntryRowStatus.$RND i 4
    sleep 5
    snmpget -v 2c -c$COMMUNITY $HOST ccCopyState.$RND
    sleep 5
    snmpget -v 2c -c$COMMUNITY $HOST ccCopyState.$RND
    sleep 5
    snmpget -v 2c -c$COMMUNITY $HOST ccCopyState.$RND
    sleep 5
    snmpget -v 2c -c$COMMUNITY $HOST ccCopyState.$RND
    snmpset -v 2c -c$COMMUNITY $HOST ccCopyEntryRowStatus.$RND i 6
    When i launch it i have this message on the server :
    ./testnexus.sh
    ccCopyProtocol.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyProtocol)
    ccCopySourceFileType.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopySourceFileType)
    ccCopyDestFileType.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyDestFileType)
    ccCopyServerAddress.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyServerAddress)
    ccCopyFileName.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyFileName)
    ccCopyEntryRowStatus.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyEntryRowStatus)
    ccCopyState.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyState)
    ccCopyState.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyState)
    ccCopyState.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyState)
    ccCopyState.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyState)
    ccCopyEntryRowStatus.10: Unknown Object Identifier (Sub-id not found: (top) -> ccCopyEntryRowStatus)
    When i launch a debug snmp all, i have no error, i just see that the packet that comes it's accepted by the ACL
    Thanks for your feedback

  • How can we retrieve the Payload information from B2B

    Hello,
    We are trying to send the payload information back to the client for a failed BPEL Transaction from B2B's b2b_instancemessage view. We are enqueing messages to IP_OUT_QUEUE using BPEL. We see the payload coming correctly in the B2B Business Message Reports. But we don't see the payload coming in the b2b_instancemessage view for failed B2B transactions. How can we see the payload in b2b_instancemessage view for failed B2B transactions as well? or How can we retrieve the Payload information from B2B?
    Any help is greatly appreciated! Thanks. - Sam.
    Edited by: user12049162 on Dec 4, 2009 2:04 PM

    I am not sure about the PDK API to get the group name. But using LDAP API its easy to get the User Group.
    If you find the answer to get the group name using PDK API, Please update in forum. It will really help others.
    --Balaji S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I have just returned from holiday and reset my phone to icloud having been informed I wouldn't lose any iformation.  I have lost all my holiday photos.  Does anyone know how to retrieve these please?

    I have just returned home from holiday and reset my phone to icloud (having said it wouldn't lose any information) I now find that I appear to have lost all my holiday photos.  Has anyone got an idea how to retrieve them?

    If you've enabled PhotoStream, you should be able to find photos there. Otherwise, you are SOL.

  • How to retrieve the Foreign key information in Oracle

    I want to know how to retrieve the Foreign Key information in Oracle while using SQL Statement?
    I have use three SQL statement to retrieve such information, but the performance is very bad.
    The three SQL Statements are:
    Select constraint_name, r_constraint_name from all_constraints where constraint_type = 'R' and table_name = table1;
    Select column_name from all_cons_columns where constraint_name = cons1;
    Select table_name, column_name from all_cons_columns where constraint_name = r_ccons1;
    Do anyone know another method to retrieve the Foreign Key information which has better performance?

    These sql-statements don't seem very performance intensive. My guess is something is wrong with your database (unless you have millions of constraints). How many constraints do you have? how many concurrent users? What is your dictionary cach hitratio? (other hitratio?) memory problems? other tasks of the computer? is this query the only one being slow? etc.

  • In CQ5 How to retrieve information stored provided via dialog and stored in a node of content folder

    Hi,
    I have to get few details in dialog of a component and stored it in node of the content package. how can i retrieve the saved information from the jsp.?
    any help will be helpful.
    Thanks in advance.

    Hi Raja,
    In a component's jsp, assuming <cq:defineObjects> has been called, you can use the properties scripting variable to get the node's properties.
    Have you gone through the tutorial at http://dev.day.com/docs/en/cq/current/developing/components.html#Extending%20the%20Text%20 and%20Image%20Component%20-%20An%20Example ?
    Regards,
    Justin

  • Satellite A505 - How can I retrieve the registration information

    I purchased a Toshiba A505 in March 2010. At this time I registered the product with Toshiba. This laptop has been stolen. How can I retrieve the registration information. Unfortunately I do not have the serial or product number.
    Thank you.

    Hi
    You should get in contact with Toshiba using the Stolen Units interface.
    http://eu.computers.toshiba-europe.com/innovation/generic/STOLEN_UNITS_SUPPORT
    Here you should go to point: *DEREGISTER*
    Hope I could help you.
    Greets

  • How to retrieve configuration list for WebDynpro component

    Hi experts,
    I have webdynpro component A with configuration AA.
    How to retrieve configurtion AA ? Is there any interface or Function module I can use?
    Also another question is how to get webdynpro configuration of WebDynpro application.
    Thanks.
    best regards,
    Vincent

    Hi Abhi,
    Yes , this is possible.
    But I want to get configuration dynamically.
    Input parameter : WebDynpro compoenent name
    Output Parameter: List of WebDynpro Configuration
    Is this possible?
    Vincent

Maybe you are looking for

  • Macbook pro to epson projector via hdmi cable

    Projector says "no signal" when i look at the HDMI port. Any suggestions? I would like to simply project an iPhoto slideshow or a downloaded video.

  • How to get mail from old computer to new in one place?

    I've had lots of trouble merging my data from a G4 iMac to a new iMac. Now my problem is mail. After the first Migration all was OK with mail. Then, because of other problems, I had to erase the entire new iMac. In doing so I lost about 10 days of ma

  • Query on ALV

    I have a query on ALV. When am doing a addition for a currency field with some negative amounts and positive amounts, the Sumation of all amounts are not happening. Could someone please help me on this. Thanks in advance. Prince

  • Can't install mavericks on 10.6.8.  I have Macbook pro from 2011.

    Trying to install Mavericks with snow leopard 10.6.8.  I checked and my Mac Book Pro from 2011 has enough memory and fits all requirements for being able to install Mavericks.  I get half way through download and then every time it says error downloa

  • OF can't see external bootable Firewire drive on restart

    I've installed OS X 10.5 on an external Firewire drive via the optical drive on my Powerbook, however I can't get the computer to boot from this drive, regardless of whether I set it as the startup disk in System Preferences or by booting from the OS