User login details for validations

Hi,
I am not sure How i can implement this..
I need to keep user session id for user authentication . It is also targetted to be moved to clustered environment.
I have created an entity bean to store the info. The bean does not get migrated from one server to another in cluster mode.
1) First how do i implemet a simple user autehtication one user is validated.
2) How can this info be used in clustered environment.
any help/links will be very helpful..
Satish

Try the following forum (about EJB technology)
http://forum.java.sun.com/forum.jspa?forumID=13

Similar Messages

  • Group Policy to clear down MRU lists and to clear or to prevent user login details for programs such as Remote Desktop from being recorded

    Hi there,
    Please can anyone instruct me on how to set up Group Policy to clear down MRU lists and to clear or to prevent user login details for programs such as Remote Desktop from being recorded. Your help would be much appreciated.
    Kind regards,
    RocknRollTim
    P.S. I was redirected by a forum user off the Microsoft Community forum.

    Hi RocknRollTim,
    Agree with Jason. Using a script will be a better option.
    Just addition, for history of RDP Connections, please open Registry Editor and follow the path:
    HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default. Please check if find MRU registry items where the name (or the IP address) of the terminal server is kept in.
    Please also follow the path: HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers. It contains
    the list of all RDC (remote desktop client) connections that have ever been established from this computer.
    When expand Server folder and select a node, you will see the UsernameHint key that show the name of the user connected by rdp.
    Please back up registry items to avoid unexpected issues before any operation.
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu
    Thank you for responding back Justin Gu and I agree with both you and Jason Miller that a script can easily achieve this task. Thank you all for your help.
    Many thanks,
    RocknRollTim

  • Report of User login details in MII Portal

    Hi,
    Do we have any report in MII portal where we can get the information like User login details( Last login date and time).
    Regards,
    Pradeep
    Edited by: pradeep balam on Jul 27, 2011 4:36 PM
    Edited by: pradeep balam on Jul 27, 2011 4:37 PM

    Hi Pradeep,
    Try using the following URL to the Admin Service:
    http://<Server:Port>/XMII/Illuminator?service=Admin&Mode=modelist
    You can then try the different modes such as:
    http://<Server:Port>/XMII/Illuminator?service=Admin&Mode=SessionList
    This may have the information you are looking for, assuming you have the right permission to access the AdminService.
    Kind Regards,
    Diana Hoppe

  • User login details

    dear All,
    i want to check my store-4 users login details in sap, from last years, can you please help me to resolve the same.
    regards,
    jitendra.

    hi jitendra,
    You can use the User Information System (T-code SUIM) to obtain an overview of the authorizations and users in your SAP system
    at any time using search criteria that you define. In particular, you can display lists of users to whom authorizations classified as
    critical are assigned.
    Thanks & Regards
    Ajitabh

  • In the bw instlationat login details for RFC CONECTION SOME ERROR?

    HI ALL
    in the bw instlationat login details for RFC CONECTION SOME ERROR? IS OCCURED LIKE THAT ,USERNAME : DDIC, PASSWORD_________________-:
    WHICH PASSWORD I WILL GIVE

    use the default password 19920706
    With Regards
    Bhaskar
    Edited by: bhaskar1818 bhanu on May 28, 2008 12:35 PM

  • How to retrieve my login details for BT Wifi?

    hi there, I've got an iPad mini, which can't send text messages. apparently the only way to get the login details for BT Wifi is by saying a text message. is there a way around it?

    *saying=sending

  • User login report for given period

    Hi All,
    We have one query relate to user monitoring. We want to get the detail log or report of users login date,time, logout date time and system ip or system name like for the given period.
    Our application environment as
    SAP application : R/3 4.7
    Database : oracle 9.2.0.8
    Thanx in advance
    Regards,
    Vishnu.

    Hi Vishnu,
    kindly consider to use the forum search before posting. similar questions like yours have been posted several times already. In oyur search results you may find for instance [this thread|Re: Last three user logon date and time;
    b.rgds,
    Bernhard

  • SAP Login Details for audit.

    Hi All,
    I have one requirement in which I need to get login details of particular user or all.
    I have timestamp (from & to) username (KIRAN123 or ALL), keeping this I need to pick up the login details. To say the history of login done for that username.
    Please help me know how I can achieve this.
    USR02 table only has the last login details. My requirement is to get the history of login.
    Thanks in advance,
    Kiran.

    Hi,
    before creating your abap, check out if one of the standard report is sufficient. See tcode SUIM which contains several reports. maybe report RSUSR200 is already what you need.
    regards,
    bert

  • Regarding last 15 days User login details and transports

    Hi guy's
    If any one found the report to display all login detials for the perticula user with in last 15 days
    like take a example.I want to enter my login name I want to see all login details (login time and logout time) and how many transports I have created like that for last 15 days ..
    Please any one found SAP standard report or custom report or any tables if get data .pls help me.
    Regards,
    Mahesh

    Hi Sudhakar,
    Fogot to wish you...Welcome to SDN.
    Here is a sample code to get details of the transports of a user with a given date.
    REPORT z2 NO STANDARD PAGE HEADING.
    tables: e070.
    data: it_e070 like e070 occurs 0 with header line.
    data: lin type i.
    parameter: p_user like E070-AS4USER.
    select-options: p_date for E070-AS4DATE.
    start-of-selection.
    select * from e070 into table it_e070 where AS4USER eq p_user and  AS4DATE in p_date.
    check not it_e070[] is initial.
    describe table it_e070 lines lin.
    sort it_e070.
    loop at it_e070.
    write: / it_e070.
    new-line.
    endloop.
    skip.
    write:/ 'Total hits:', lin.
    Run this program as it is to have a better idea and then you can club it with the logic to get the login details of the user.
    Regards,
    Vivek
    PS: Award points if helpful

  • Where do we specify the login details for an FTP adapter ?

    Hi,
    I am trying to do a simple ftp using an SOA-ESB service. I have created an FTP service using the FTP adapter. The FTP adapter asked abt the file name and directory. Where do I specify the host details like hostname, userid and Password?
    Thanks
    RV

    when you start the adapter wizard you specify a JNDI name it will be something like eis/Ftp/sample.
    You can make this anything but use the same notion, e.g. eis/Ftp/[hostname_user]
    You then login to Enterprise Manager
    oc4j_soa -> applications -> FTP Adapter (this may not be exact
    There you can specify the connection details for that server. Name the JNDI name eis/Ftp/[hostname_user]
    you can also modify the oc4j-ra.xml file directly for the FTP adapter
    this is found
    Oracle_Home\j2ee\[home or oc4j_soa]\application-deployments\default\FtpAdapter
    cheers
    James

  • User login details - to b captured in Planning Logs

    Hi
    In Planning v11.1.2.2 can we capture the users who are logining to our application in any log?
    Thanks
    Sethu

    Hi, unfortunately no. It was discussed many times
    Re: How to view which users have logged into Hyperion Planning
    Re: How to track user logins by day
    audit user activity
    etc
    I've read somewhere about the idea for workaround. Simple form opens automatically just after user logon. It has some run on load BR that you can track in logs

  • How do I change my Facebook login details for the inbuilt Facebook in Mountain Lion?

    Just after i updated my iMac to 10.8.2 my friend signed in to Facebook and now the inbuilt facebook notifications etc come up as his and I cant find where to change these login details?

    Just after i updated my iMac to 10.8.2 my friend signed in to Facebook and now the inbuilt facebook notifications etc come up as his and I cant find where to change these login details?

  • To display the user login details in selection-screen( input screen )

    HI Experts,
    I have a requirement.
    Assume there is a report on travel details. Report access has been given to all in the organization based on authorization level.
    Before excecuting the report, in the selection-screen(input screen) itself I need to display the login user details.
    suppose user A belongs to ITS-business unit and user B-belongs to RDS-business unit and Industry group-Multi markets.
    so when User B logs into production system and try to access the report, in the selection screen, i need to display like
    user-id-- XXXX          Business Unit---RDS             and IG -
    Multi Markets 
    how to achieve this? User details will vary based on login.
    Regards,
    Praveen

    check this
    REPORT  Z_demo.
    *& Function Modules:  HR_GET_EMPLOYEE_DATA
    *&                    HR_IMAGE_EXISTS
    *&                    SCMS_DOC_URL_READ
    *&                    HR_IMAGE_RESET
    *& Class & Methods :  CL_GUI_DOCKING_CONTAINER
    *&                    CL_GUI_PICTURE->SET_POSITION
    *&                    CL_GUI_PICTURE->SET_DISPLAY_MODE
    *&                    CL_GUI_PICTURE->DISPLAY_MODE_FIT
    *&                    CL_GUI_PICTURE->LOAD_PICTURE_FROM_URL_ASYNC
    *REPORT  ZEMPLOYEE.
    TABLES: PA0001, PERSON.
    *----------------------Declaration for Image------------------------*
    DATA: DOCKING_CONT TYPE REF TO CL_GUI_DOCKING_CONTAINER, " Custom Container
          PICTURE TYPE REF TO CL_GUI_PICTURE.
    *--------------------Declaration of Internal table------------------*
    DATA: ITAB_EMPDATA LIKE TABLE OF PERSON.
    DATA: ITAB_DATA LIKE TABLE OF PERSON WITH HEADER LINE.
    DATA:  P_CONNECT_INFO LIKE TABLE OF TOAV0 WITH HEADER LINE.
    DATA:  P_DOCUMENT_TYPE LIKE TOAV0-RESERVE.
    DATA:  URL(255) TYPE C.
    DATA:  HANDLE TYPE I.
    DATA:  PPERNR TYPE PA0001-PERNR.
    *----------------------Start of Selection Screen----------------------*
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE text-099.
    SELECTION-SCREEN SKIP 2.
    SELECTION-SCREEN COMMENT 40(25) TEXT-010  .
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-002 FOR FIELD PERNR.
    PARAMETERS PERNR TYPE PA0001-PERNR.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-008 FOR FIELD ENAME.
    PARAMETERS ENAME TYPE PA0001-ENAME.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-003 FOR FIELD PERSG.
    PARAMETERS PERSG TYPE PA0001-PERSG.
    SELECTION-SCREEN COMMENT 45(15) TEXT-009 FOR FIELD WERKS.
    PARAMETERS WERKS TYPE PA0001-WERKS.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-004 FOR FIELD PERSK.
    PARAMETERS PERSK TYPE PA0001-PERSK.
    SELECTION-SCREEN COMMENT 45(15) TEXT-005 FOR FIELD KOSTL.
    PARAMETERS KOSTL TYPE PA0001-KOSTL.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-006 FOR FIELD ORGEH.
    PARAMETERS ORGEH TYPE PA0001-ORGEH.
    PARAMETERS ORGEHTXT TYPE PERSON-ORGEH_TXT .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 20(15) TEXT-007 FOR FIELD PLANS.
    PARAMETERS PLANS TYPE PA0001-PLANS.
    PARAMETERS PLANSTXT TYPE PERSON-PLANS_TXT .
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN SKIP 2.
    SELECTION-SCREEN END OF BLOCK B1.
    *AT SELECTION-SCREEN OUTPUT.
    AT SELECTION-SCREEN OUTPUT .
      LOOP AT SCREEN.
        IF SCREEN-NAME = 'ENAME'
        OR SCREEN-NAME = 'PERSG'
        OR SCREEN-NAME = 'PERSK'
        OR SCREEN-NAME = 'KOSTL'
        OR SCREEN-NAME = 'WERKS'
        OR SCREEN-NAME = 'ORGEH'
        OR SCREEN-NAME = 'PLANS'
        OR SCREEN-NAME = 'ORGEHTXT'
        OR SCREEN-NAME = 'PLANSTXT'.
          SCREEN-INPUT = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    LOOP AT SCREEN.
        IF SCREEN-NAME = 'ORGEHTXT'
        OR SCREEN-NAME = 'PLANSTXT'.
          SCREEN-OUTPUT = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    PERFORM GET_PIC.
    *AT SELECTION-SCREEN .
    AT SELECTION-SCREEN .
      PPERNR = PERNR.
      CALL FUNCTION 'HR_GET_EMPLOYEE_DATA'
        EXPORTING
          PERSON_ID             = PPERNR
          SELECTION_BEGIN       = SY-DATUM
          SELECTION_END         = SY-DATUM
        IMPORTING
          PERSONAL_DATA         = ITAB_DATA
        EXCEPTIONS
          PERSON_NOT_FOUND      = 1
          NO_ACTIVE_INTEGRATION = 2
          OTHERS                = 3.
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENAME = ITAB_DATA-ENAME.
      PERSG = ITAB_DATA-PERSG.
      PERSK = ITAB_DATA-PERSK.
      ORGEH = ITAB_DATA-ORGEH.
      PLANS = ITAB_DATA-PLANS.
      KOSTL = ITAB_DATA-KOSTL.
      WERKS = ITAB_DATA-WERKS.
      ORGEHTXT = ITAB_DATA-ORGEH_TXT.
      PLANSTXT = ITAB_DATA-PLANS_TXT.
    *Function Module To check Existance of Image
      CALL FUNCTION 'HR_IMAGE_EXISTS'
        EXPORTING
          P_PERNR        = PPERNR
        IMPORTING
          P_CONNECT_INFO = P_CONNECT_INFO
        EXCEPTIONS
          OTHERS         = 2.
         P_DOCUMENT_TYPE = P_CONNECT_INFO-RESERVE.
    *Function Module To Get the URL of Image
      CALL FUNCTION 'SCMS_DOC_URL_READ'
        EXPORTING
          STOR_CAT    = SPACE
          CREP_ID     = P_CONNECT_INFO-ARCHIV_ID
          DOC_ID      = P_CONNECT_INFO-ARC_DOC_ID
          COMP_ID     = 'DATA'
          DP_URL_ONLY = 'X'
        IMPORTING
          URL         = URL
        EXCEPTIONS
          OTHERS      = 10.
      IF SY-SUBRC <> 0.
      ENDIF.
    *Method To load Image from URL
      CALL METHOD PICTURE->LOAD_PICTURE_FROM_URL_ASYNC
        EXPORTING
          URL = URL.
      IF SY-SUBRC NE 0.
      ENDIF.
      IF PPERNR NE PERNR.
    *Function Module To Reset Image
        CALL FUNCTION 'HR_IMAGE_RESET'
          EXPORTING
            HANDLE         = HANDLE
          EXCEPTIONS
            INVALID_HANDLE = 1
            OTHERS         = 2.
        IF SY-SUBRC <> 0.
        ENDIF.
      ENDIF.
    *& Form Get_Pic
    FORM GET_PIC.
      DATA: REPID LIKE SY-REPID.
      REPID = SY-REPID.
      IF PICTURE IS INITIAL.
    *Object To Create the Custom Container
        CREATE OBJECT PICTURE
          EXPORTING
            PARENT = DOCKING_CONT.
        CHECK SY-SUBRC = 0.
    *Method To Set Position of Image
        CALL METHOD PICTURE->SET_POSITION
          EXPORTING
            HEIGHT = 47
            LEFT   = 610
            TOP    = 25
            WIDTH  = 70.
    *Method To Set Display Mode Fit to Container
        CALL METHOD PICTURE->SET_DISPLAY_MODE
          EXPORTING
            DISPLAY_MODE = CL_GUI_PICTURE=>DISPLAY_MODE_FIT.
      ELSE.
    *Function Module To Reset Image
        CALL FUNCTION 'HR_IMAGE_RESET'
          EXPORTING
            HANDLE         = HANDLE
          EXCEPTIONS
            INVALID_HANDLE = 1
            OTHERS         = 2.
        IF SY-SUBRC <> 0.
        ENDIF.
      ENDIF.
    ENDFORM. "Get_pic

  • Firefox4 forgets login details for hotmail live sign in

    when I login to Hotmail Live, Forefox does not place my password or ID in login, but does for Yahoo

    when I login to Hotmail Live, Forefox does not place my password or ID in login, but does for Yahoo

  • Mail cant remember login details for one of my accounts

    I have a Yahoo account and Mail consistently fails to remember my user/password combo. I have check the server settings and they are fine, I have also deleted the email account from Mail yet the issues persists.
    Can anyone advise before I launch my 2 month old MacBook Pro through the window?
    If this helps, I dont have the same issue with my iphone, that works fine.
    Thanks.

    Thank you very much for your advice. Last evening I tried to log on to thank the first person whose answer advanced my situation. I appreciate anyone's willingness to help. I find it both rewarding and refreshing. Once again, thank you for your kindness.

Maybe you are looking for

  • How do I delete a contact group from my iphone

    How do I delete a contact group from my iphone?

  • Airplay: Next song plays in iTunes but not thru tv or stereo?

    So I have an AppleTV2 connected via HDMI to my Sony KDL-46S5100 HDTV. While playing music to the ATV2 via Airtunes I will hit play and the song will start, but then it is a toss-up if the next song will play audibly or not. It will display on the TV

  • How to add URL links to list of titles from db

    I'm trying create page that has the titles of articles from a blog, and which also links back to the page where the entire article is listed. So far I have the first part done. I created a DIV and then inserted from the DATA tab of DreamWeaver - a dy

  • AS3 Flash Chat(-IRC) Module

    Over the past I had create in AS2 a chat application, where after a registration the users could enter the application and talk together like an IRC application. Still it was very novice, as I used a mySQL database to keep the messages, and I was upd

  • ABAP Object

    hi there, I'm so new to SAP and ABAP and i want so bad to learn it so i went and i got ABAP Objects: An introduction to Programming SAP Applications. I did install the CD 1, and 2. everything was great. I log in to the system and i went to the snd ch