Customization of the user and Desktop Integration to connect security non - ADF

Hi all
Our application has its own connection authorization. I have some doubts about the MDS (personalization of the user between sessions) and integration of ADF Office for an application that doesn't use the ADF security.

(1) is ADF Desktop integration taken in charge for the connection of non - ADF security. If so, is there a working example or how to establish a session to the user of the excel workbook with the username of connection of our application.

(2) of this thread ( customization through the MDS user Sessions ), I understand that, if we write our own customization class, persistence of the MDS in the sessions should not be a problem. However, how we store this persistence to a database. Any example pointers / functional would be really useful.


Thank you
Bala

Hi Balasumbramanian,

I just write a 3 part series on SDM that should help you with the second http://www.oracle.com/technology/pub/articles/adf-development-essentials/index.html question. See, in particular, the third article ("part 10")

John

Tags: Java

Similar Questions

  • Customization of the user for users of the data base and without security ADF

    JDeveloper version - 11.1.1.7.0

    I want to implement personalization by the user on the database of users and without ADF security. I followed the link in storing the repository in a file system but its same showing below the user interface for all users.

    http://Sameh-Nassar.blogspot.IE/2012/03/apply-MDS-to-Oracle-ADF-application.html

    Please guide me on how to do this for users of the database. Please share any other useful links, as appropriate.

    Customization of the user (SDM) does not care the security of applications. You can also apply to the MDS in your ADF application if you use the ADF security or custom security. The main idea is the class of customization (like MyUserCC) has the method call getValue this method should return the user name. When the user login stores the user id in the session and the method getValue returns the user session ID as:

      public String[] getValue(RestrictedSession restrictedSession, MetadataObject metadataObject)
      {
        try
        {
          String user = (String)FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get("userId"); // userId is the session variable that store the login user id
          if(user == null)
          {
            return new String[]{""};
          }
    
          return new String[]{user};
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        return new String[]{""};
      }
    
  • jdev11 selection tab and allow the customization of the user on the bug of the Session.

    If you enabled customization by the user for the duration of the session, then what ever user edits a page remains the same through the session.
    That is to say. Boxes of Panel, advanced the query criteria, the visible columns in tables in the collections Panel etc. revealed.

    The problem is that you can't customize the properties to be kept or not:
    ++ Developer fusion for Oracle ADF & 34.3 user customizations Configuration guide: ++
    ++ Note +: If you have activated just the session persistence, then all attributes of the values given in table 34-1 will be persisted in the session. +
    It there is no way to substitute it either globally, or on an instance.
    The biggest problem is that if you have a business logic on these components appearance or behavior you cannot override user settings.

    Is this a bug?
    Shouldn't logical business methods replace the user personalization settings?

    Customization of the user for the duration of the session will be configurable?

    Details: [http://adfbugs.blogspot.com/2009/09/tab-selection-and-enable-user.html]

    Hello

    Is this a bug?

    Don't think. I guess your business logic depends on the disclosure statement, which is usually reset after each navigation works to a page. Using persistence of change you explicitly allow the user to keep the changes. If your business logic cannot rely on a State has changed.

    The enhancement request proposed to prevent changes of the perisisting its just components. I'll drop a.

    But it is not that you cannot override the persistent information for a component. You can use the ChangeManager API that is exposed on the ADFFacesContext to substitute information persistence

    http://download.Oracle.com/docs/CD/E15051_01/apirefs.1111/e10684/Oracle/ADF/view/rich/change/changemanager.html

    For example, with a change of disclosure event:

      boolean isDisclosed = < whatever you like to set >;
      //Record a Change for 'disclosed' attribute
      AttributeComponentChange aa =
      new AttributeComponentChange('disclosed', isDisclosed ? Boolean.TRUE : Boolean.FALSE);
      AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
      //set disclosed state to component. Here you override the user choice
      adfContext.getChangeManager().addComponentChange(getFacesContext(), event.getSource(), aa);
    

    Frank

    Published by: Frank Nimphius, on September 30, 2009 15:20

  • Easy question: router WRT54G: how to rename the user and give a new password?

    Not very computer, but following the recommendations in the FAQ, I have reset my WRT54G router to the default settings by hitting the reset buttong and entering into the Web site. I got a new computer and I forgot the old password. After reset to defaults now the link is not secure. How can I go about renaming the user and giving it a new password of my own - it was a while that I have configured the router, and I don't have the CD. Any help that you can offer or the direction you can piont me is appreciated.

    Try to proceed as following:

    Open an Internet Explorer browser on your computer (desktop) wired page. In the address bar type - 192.168.1.1 and press ENTER... Let the empty user name & password use admin lowercase...

    For wireless settings, follow these steps: -.
    Click on the Wireless tab
    -Wireless network mode must be mixed...
    -Provide a unique name in the name box of the wireless network (SSID) in order to differentiate your network from your network of neighbors...
    -Set the channel 11-2 wireless, 462 GHz... Wireless SSID broadcast should be enabled and then click on save settings...
    Please take note of the name of the wireless network (SSID) because it's the network identifier...

    For wireless security: -.
    Click the sub-tab under wireless > Wireless Security...
    Change the mode of WEP wireless security, encryption must be 64-bit. Let the empty password, do not type in anything... Under type of WEP Key 1 in all 10 numbers please (numbers only and no mailbox for example: your 10-digit phone number) and click on save settings...
    Please note the 1 WEP key as it comes to the security key for the wireless network...

    Click the settings advanced wireless
    Change the interval of tag to 75 > change the Fragmentation threshold to 2304, change the RTS threshold to 2304 > click 'save settings '...
    Now let's see if you can locate your wireless network and try to connect...

  • Customization of the user do not get persisted through session

    Hi all
    The connection of secrurity set ADF application has implemented. I need to create a customization when running user persisted in the MDS repository in user sessions.

    So far I have made the following
    (1) click on the ViewController project properties and set 'Enable user customization' and choose 'through Sessions use doctors ".
    (2) I have observed changes in the web.xml file
    (3) prior to the deployment of applications, create a repository of adf using the EM.


    BEGIN test, it seems that the customization of the user are visible only for a particular session, and not when the user disconnects and the connections again.


    I followed the Oracle documentation for the MDS configuration and the configuration of the application of personalization of the user.

    Please suggest, what don't get me. I use JDeveloper 11.1.1.4

    Thank you

    I wrote a few articles on this topic on otn. Google for "essential development adf" to find them. It seems that if you have got everything but the items can help you find if you missed a step somewhere.

    John

  • Is there a way to give a user access to the users and computers active directory, without being an administrator

    I want to be able to allow user group to be able to reset passwords and create accounts in an organizational unit.  I delegate control of the organizational unit for the group, but if I connect to the domain controller and try opening users and computers active directory, we wonder an administrator password.  I have a mix of two domain controllers Server 2003 and a Server 2008 DC.  Is there a way to give a group access to the users and computers active directory without being administrator?

    For assistance, please ask for help in the appropriate Microsoft TechNet Windows Server Forum.

    Thank you.

  • VWorkspace Appportal autologin creates deuplicate shortcuts on the user's desktop

    Hello team, I use vWorkspace Apportal autologin to publish the Application on the user's desktop when they log into VDi.

    application publishing happens correctly. But when each user logs in a new session of apportal vdi creates duplicate apps icons, means old icon not deleted at logoff user.

    each session create duplicate icons. Please share your solution to workaround if someone in the face of this before.

    Thank you

    Ravi

    Hi Ravi,

    Kevin Robinson here the support Manager, may suggest trigger you a request for assistance with us, this question is familiar to us, but most probably we need a remote webex to take another look.

    Thank you

    Kevin

  • How to view the user or IP address that connected, and change the parameters of Sonicwall

    Hi guys,.

    I would like to ask if there is a way to see the user or IP address that connected, then change the parameters of Sonicwall? Someone change the Web Page to display when blocking under the content filtering settings, and we would like to trace that connected to change the settings of the said. Hoping for your quick response. Thank you in advance.

    This should be in the journal according to the attached snapshot monitor

    The user/ip name should appear in the column notes.

  • How do you determine the steps to use when they need to change the info in the diaglog box "WINDOWS SECURITY" of win 7, which asks the user and the password?

    My background: I can only see this dialog box titled WINDOWS SECURITY when I want to access my log to router with my office router connection. The dialog box refers specifically to my router, and asking a user and a password.

    A long time ago that I asked to remember and, of course, I forgot it and the location that I wrote. Now I am unable to determine what I thought, would be a simple reset and the steps that allow me to perform a reset. After a series of search phrases on Bing, and in the community of the SP as well as Win 7 Pocket administrator index I can't find the steps because the dialog box, it seems with the title of the WINDOWS SECURITY is too general.

    I need to install a new router and need to change the user and password. I don't know if user and password are unique to the company of router or Microsoft Win 7. Nevertheless, I can reset thinking them they are unique to me and Microsoft because there is no query such as, "you forgot your password?', whereby get you a temporary.  These steps are already stationed in the community and I just can't get into the research phase right? (What is related to IE 11?) Thank you.

    > I need to install a new router and need to change the user and password.

    Do you want to connect to your old router?  If Yes, most routers have built-in switch you tripping with a paper clip or similar to force a reset to the factory settings.  You can then access the default connection.

    If it's the new router, it should be accessible with the factory default login. If you don't know please post that make the exact and the model of the router.

  • Home page by default for OBIEE 11 g based on the users and the wise group

    Hi all

    I'm using OBIEE 11 g.

    I need set the page default dashboard for the user and the wise group.

    EX:

    User1 is belongs to Group1 and Role1 - they need to see the default homepage as Dashboard1.

    User2 is belongs to the Group 2 and Role2 - they need to see the default homepage as Dashboard2.

    Kindly guide me to achieve.

    Please answer as soon as POSSIBLE.

    Thanks in advance.

    RR

    It is generally considered poor form to scream as soon as POSSIBLE to a question. http://www.CatB.org/ESR/FAQs/smart-questions.html

    As far as your question goes, it is that the CHEMINPORTAIL variable is for:

    http://docs.Oracle.com/CD/E23943_01/bi.1111/e10540/variables.htm#i1013436

    OBIEE - system (reserved variables) session variables | GerardNico.com (BI, OBIEE, data warehouse and OWB)

  • Customization of the user interface in 11 GR 2

    Hello Experts,

    I need help in the customization of the user interface of the IOM.

    I need to change the

    Logo

    Text

    IOM background colors

    I'm following the document customization of the Interface - 11 g Release 2 (11.1.2) but it is not clear. Can someone provide me with materials or measures for the customization of the user interface?

    Concerning

    A presilia

    Hi Pascal,.

    Follow the following URL which can help you to complete the customization of the user interface of the IOM

    http://docs.Oracle.com/CD/E27559_01/dev.1112/e27150/uicust.htm

    http://docs.Oracle.com/CD/E27559_01/dev.1112/e27150/uicust.htm#BABJIJIA

    Thank you

  • If I buy the creative cloud for photographers can I install it on the laptop and desktop?

    If I buy the creative cloud for photographers can I install it on the laptop and desktop?

    As long as the machines support the software you can.  A Cloud subscription allows you to have two machines with operating facilities.

  • Change the attributes of the user and configuration of resources

    Hello

    For the first look, I have a simple question. Where can I see changing attributes of the user and information about the history that did? I can see a upa_fields of the table, but there is no information on directors who did it.
    And the same question on resources. I need to get a way how to display information on the directors who provided resources for different users and administrators who have made changes in these resources. Y at - it all tables that can help me in it?
    Is there other variants of this information?

    I use OIM 11 g R1.

    Thank you.

    If you need only to know which revoked a resource, you can use this:

    Select usr.usr_login, obj.obj_name, ost.ost_status, rev.usr_login 'Revoker.
    Ouedraogo, usr, obi, obj, ost, usr rev
    where oiu.usr_key = usr.usr_key
    and oiu.obi_key = obi.obi_key
    and obi.obj_key = obj.obj_key
    and oiu.ost_key = ost.ost_key
    and oiu.oiu_updateby = rev.usr_key
    and ost.ost_status = 'revoked '.

    -Kevin

  • The user profile service has no connection could not load profile __User

    I use Windows 7 ultimate, I can't log on to the computer that shows me that "the user profile service has no connection. Unable to load the user profile.

    So how do I do?

    This error can usually be fixed by following the steps below. All this requires a certain level of computer skills. You know better and that take the machine to a competent local computer tech (not a type of BigComputerStore/GeekSquad place) is the best solution for you.

    1 log on to a different user account with administrative privileges. If you neglected to make an account additional administrative steps 2-3. Otherwise, continue to step 4. See also General information on setting up the accounts of users at the end of this post.

    2 in Mode safe boot. This, by repeatedly pressing the F8 key as the computer starts. That you will get to the menu on the right where you can use your arrow key to select Mode safe [Enter]. The built-in Administrator account is disabled by default in Windows 7. However, if no other administrative accounts exist on the system it can be activated. If this is the case, you will see an icon for the administrator on the homescreen mode without failure. Login to the administrator.

    3 If you don't see the icon for the administrator mode safe account, then the built-in Administrator account is always disabled so you will need to work more. If you have a Windows 7 DVD installation (not a recovery DVDs), you can start the system with it. Select the default language, then select "repair your computer". Then select "Command Prompt". At the command prompt, type:

    NET user administrator / Active: Yes [Enter]

    [Note: do not enter the brackets!]

    If you do not have an installation DVD (only have a recovery disk), the computer mftr. may have given you the option to repair the system Windows 7 (not a system recovery!) in the menu diagnosis. This menu of diagnosis is the same one where you can choose Safe Mode.  Or you can make a bootable DVD of Windows 7 repair of the file on this link:

    http://NeoSmart.net/blog/2009/Windows-7-system-repair-discs/

    Note: All the Neosmart recovery disk downloads are torrent files. There is a good explanation of the torrent on the site Web of Neosmart files. You will need a torrent asmuTorrent client to get the files. Torrent client will download the .iso file with which to create the bootable DVD. If you create the bootable DVD in an older operating system, you need third-party burning like Nero, Roxio or free ImgBurn software to burn the .iso image image file, not in the form of data. Windows 7 can burn the .isos natively.

    Now, remove the rescue DVD you made, restart windows system and log into the built-in Administrator account, you enabled.

    4. try a system restore to when things worked. If you can log in to your user account, you are finished. Otherwise, continue to step 5.

    5. the critical files are under % systemdrive%\users\user-account\ntuser. The ntuser.dat file is actually a registry hive. Run Regedit high and select HKEY_USERS and "load hive" in the menu. Now, go to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

    There is a line for each profile. If a profile is bad, check:

    (a) that the name of the key does not stop in ".bak" (remove .bak If it)
    (b) that the RefCount value is 0 (change it if it is different)
    (c) that the State value is 0 (change if different)

    Make the necessary changes, close Regedit and try to connect as this user.

    6. If that doesn't solve your profile, it is corrupt. When you do that, you should make a new Standard user account and copy your data to it. Do not delete the old account until you have recovered data you need!

    Once everything works, go to the additional administrative account you will be made by the suggestions below and disable the administrator account integrated yet for security reasons:

    Start Orb > Search box > type: cmd
    When cmd appears in the above results, right-click and choose "Run as Administrator" [OK]. Now, you will get the command prompt. At the command prompt, type:

    NET user administrator / active: No. [Enter]

    Exit the command prompt.

    General recommendations for creating users in Windows 7

    You absolutely don't want to have only one user account. Like XP, Vista and all the other modern operating systems, Windows 7 is a multi-user system with integrated system of accounts as default Administrator and comments. These accounts should be left alone because they are part of the structure of the operating system.

    In particular, you do not want account only one user with administrator privileges in Windows 7 because the administrator account integrated (normally only used in emergencies) is disabled by default. If you use as an administrator for your daily work, and this account is corrupt, things will be difficult. It is not impossible to activate the built-in administrator to rescue things, but it can be more work you want to do. Better not to put you in a bad situation at first.

    The user account that is for your daily work must be a Standard user, with the extra administrative user (call it something like 'CompAdmin' or 'Tech' or similar) only it for elevation purposes. As a user Standard is recommended for security reasons and will help protect your computer against infections. After you have created "CompAdmin", connect to it and change your normal user account Standard. Then log on to your regular account.

    If you want to go directly to the desktop and ignore the Welcome screen with the icons of the user accounts, you can do this:

    Start Orb > Search box > type: netplwiz [Enter]
    Click continue (or provide an administrator password) when you are prompted by UAC

    Uncheck "users must enter a user name and password to use this computer". Select a user account to connect automatically by clicking on the account you want to highlight and press OK. Enter the password for this user account (when it exists) when you are prompted. Leave blank if there is no password (null).
    MS - MVP - Elephant Boy computers - don't panic!

  • How can I get my account? "the user profile service could not connect..." User profile can not be downloaded... »

    I can't access my account... message says: "the user profile service could not connect..."  User profile can not be downloaded... »

    Help, please...

    Hello

    1st thing to try is the system in safe mode restore to before the problem

    http://www.windowsvistauserguide.com/system_restore.htm

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    If that does not solve it read more

    read the tutorial below

    http://www.Vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html

    When you log on a Windows Vista-based or a Windows 7 computer by using a temporary profile, you receive the following error message:

    The user profile Service has not logon. User profile cannot be loaded.

    http://support.Microsoft.com/kb/947215#letmefixit

    Your user profile was not loaded correctly! You have been logged on with a temporary profile.

    http://support.Microsoft.com/kb/947242

    If you tried to log on to Windows and received an error message telling you that your user profile is damaged, you can try to fix it. You will need to create a new profile and then copy the files from the existing to the new profile. You must have at least three user accounts on the computer to perform these operations, including the new account that you created.

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

Maybe you are looking for

  • No output through headphones on Satellite A210

    Hi forum, My Satellite A 210 came back 2 travel of repair on the sound card.They changed the motherboard altogether.The speakers work again. I tested the connection headphone via the "sound" part and with the helmet on the control panel and it works.

  • DAQmx Synchonrized read and write operations on the same device

    Hello I use a PCIe-6535 to test a chip that we made in our research group. In order to quickly analyze the data, I have to be able to synchronize the reading and writing. We have an inspired interface to (toggle pin A, axis of the B scale, read C axi

  • How can I disable hardware virtualization? EM64T in bios is greyed out.

    HP Media Center M7360N with XP Home 32 bit OS. In the advanced configuration bios F11 the EM64T option is grayed out and is enabled. The "SecurAble" of GRC.com app shows "Hardware D.E.P." YES that is good, but it shows 'Hardware virtualization' as '

  • Unable to access the computer in a workgroup

    Original title: Working Group We have 3 computer use window xp, when put workgroup, ASE can each computer, but not access each other, please help.

  • BlackBerry Z30 Z30 Hotmail questions

    I was successfully performed Hotmail on my Z30 until I had to change the Hotmail passsword.  Afer, change the password via my computer I can't change it on my phone. I get an email account or password incorrect error «» Any thoughts?