ADF create user form, hash password?

Hello

I am currently working on a user creation form that stores a new user in a database, but I have a problem with the password, I'll explain.

JDev version: 11.1.2.2.0
Java platform: 1.6.0_24
WebLogic Server Version: 10.3.5.0

Here is my structure:
I have a SQL provider defined in weblogic, which uses a database to load users and roles, it works fine.
I set it to NOT use plaintext for the password so that it uses: SHA-1 / SALTEDHASHED, then if I create a user through weblogic it perfectly chop the password and store it.
So I've created a form in my application to authorize the creation of users and use dynamically in this app with the safety of the ADF, but I faced the problem that when I get the password for a new user he
trying to store it as plain text, of course.
But I need to store it as a password hased in order to make weblogic understable when connection against the security of the adf.

So is - anyone knows how to solve this problem?
Hash before sending it to weblogic? Can what kind of API I use?
Or is it possible to use the weblogic hash process, because he knows how do?

Jun

read this:

http://one-size-doesn' t-fit-all.blogspot.de/2009/10/part-i-working-with-wls-1031.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+OneSizeDoesntFitAll+%28One+size+doesn%27t+fit+all%29
http://one-size-doesn' t-fit-all.blogspot.de/2009/10/part-ii-working-with-wls-1031.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+OneSizeDoesntFitAll+%28One+size+doesn%27t+fit+all%29

Frank

Tags: Java

Similar Questions

  • Create the form of password forgotten in cs4

    Dear Sir...

    I have DW CS4 and I don't find how to create the form of password forgotten in the server behavior.
    Strange things, it was in Ultradev DW o?

    Please see this link: http://help.adobe.com/en_US/Dreamweaver/9.0_ADDT/help.html?content=ch10_user_auth_12.html

    How can I find in DW CS4?

    Please your help as soon as POSSIBLE.

    faiz2000 wrote:
    > Strange things, it was in Ultradev DW o?
    >
    > Check out this link:
    > http://help.adobe.com/en_US/Dreamweaver/9.0_ADDT/help.html?content=ch10_user_aut
    > h_12.html

    This isn't UltraDev, but the Adobe Dreamweaver Developer Toolbox, which
    costs an additional $299:

    http://www.Adobe.com/products/Dreamweaver/ADDT/

    --
    David powers
    Adobe, Dreamweaver community expert
    http://foundationphp.com

  • The 'Save' button disabled in create user form

    Hi all



    In OIM 11 g, I created few users and after that all of a sudden the Save button has been disabled and it is not allowing to create users


    Could someone guide me on this issue please... :))






    Thank you
    Kumar

    Have you tried with disconnection and again to connect

    Or have you tried with the restart of the server.

    If you don't try, just give a try.

    All of these access is managed through authorization policies.

  • The create user form fields

    Manual creation of user form has the following fields:

    Start date
    End date
    Date of commissioning
    Cancellation date

    What exactly are each of these fields used to. I know that when the cancellation date hits the resources of the user are revoked. But what is the difference between the cancellation Date and the end Date? And what are the other two fields? Thank you in advance for your help!

    Start - user can not become active before this date
    Date - user gets automatically disabled on that date of end
    Commissioning Date - no resource provisioning happens before this date
    Cancellation Date - resource gets put in service on that date off

    Thank you

    Sunny

  • Creating user database form and by inserting the username, password to a table

    Hi all

    Help me anyone how to do the following tasks from10g.

    Creating user forms data and inserting the name of user, password, and other data to a specific table.


    Arif

    Hello
    I think the guy gave you automated statements that you do not get :) Try this simple...

    FORMS_DDL('CREATE USER YOU_USER_NAME IDENTIFIED BY YOUR_PASSWORD'); -- Replace the user and pass variables upon your requirement.
    FORMS_DDL('GRANT CONNECT, RESOURCE TO YOUR_USER_NAME');  -- Or any role you want to set...
    

    -Clément

  • How to create users that can connect to the application?

    Hello


    As an example of Application provided by APEX, in this application, the administrator can create users and reset passwords, and the user can connect to this application. How is this happening?

    Now I know how to create users and reset passwords through the corresponding working table.

    But I don't know how to use the user to to connect to the application? I tried several times to use the user create by ADMIN to connect to the application, but I failed.

    I can't find any setting in the sample Application, but it do.

    If any good plans?

    I thank in advance.

    There are two ways you can handle this... Build users of the APEX and continued them through the api of the APEX (not recommended by what I saw several comments here, outside the development environment) OR in your application, you could build a custom authentication system...

    Here is a link to explain how make one:
    http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html

    Thank you

    Tony Miller
    Webster, TX

  • Validation of ADF to create the user form

    Hello

    I have used with success of validators ADF for forms of resources (unix user, for example).

    However, what I have to do now is to implement validators for the form user. Here's what I do:

    (1) open a self-service session, create a sandbox, go to users, click on 'create '.

    2) click Customize (after having filled in all the fields of the agent), Source, place you for example "inputText: User Login»

    3) Add Content, has chosen "Web Components", then "Input Text", click close

    (4) export sandbox

    (5) in the exported sandbox, go to oracle\iam\ui\runtime\form\view\pages\mdssys\cust\site\site\ and unzip userCreateForm.jsff.xml

    (6) the XML looks like this:

    <? XML version = "1.0" encoding = "UTF - 8"? >

    " < mds:customization version ="11.1.1.64.93"xmlns:mds =" http://xmlns.Oracle.com/MDS "motype_local_name ="root"motype_nsuri =" http://Java.Sun.com/jsp/page ">

    < mds:insert parent = position "_xg_42" = "last" >

    " < = xmlns:af af:inputText ' http://xmlns.Oracle.com/ADF/faces/rich "label ="Label"id ="e4300172496"/ > "

    < / mds:insert >

    < mds: change the item = "_xg_17" >

    < name mds:attribute = "label" value="#{bindings.usr_last_name__c.hints.label}"/ >

    < / mds: change >

    < / mds:customization >

    I change to

    <? XML version = "1.0" encoding = "UTF - 8"? >

    " < mds:customization version ="11.1.1.64.93"xmlns:mds =" http://xmlns.Oracle.com/MDS "motype_local_name ="root"motype_nsuri =" http://Java.Sun.com/jsp/page ">

    < mds:insert parent = position "_xg_42" = "last" >

    " < = xmlns:af af:inputText ' http://xmlns.Oracle.com/ADF/faces/rich "label ="Label"id ="e4300172496"/ > "

    < af:validateRegExp pattern = "[a-zA-Z0-9] *" / >

    < / mds:insert >

    < mds: change the item = "_xg_17" >

    < name mds:attribute = "label" value="#{bindings.usr_last_name__c.hints.label}"/ >

    < / mds: change >

    < / mds:customization >

    (7) re - Zip file, import the tray with sand and turn it on.

    (8) result: I can't even load the user form to create! The error message reads:

    'Closed stream '.

    "ADF_FACES-60097: for more information, see the error log of the server for an entry beginning with: ADF_FACES - Exception during the PPR, #27 60096:Server.

    So, what is the correct way to implement ADF Validations in the form of the user to create, if not the case? And where would that be documented in the documentation of the IOM?

    Thank you

    Max

    http://xmlns.Oracle.com/MDS' motype_local_name = 'root' motype_nsuri ="http://java.sun.com/JSP/Page" >. "

    ' xmlns:af = ' http://xmlns.Oracle.com/ADF/faces/rich "" / > "

    It should work. Also, make sure that the parent attribute value that is _xg_42 in your case is the id of the field on which you want to add a validator.

    Give him another chance.

  • ADF business components: create a form to add a new record

    Hello

    I use Oracle JDeveloper 11g Version 11.1.1.2.0 and ADF framework to build the application. My application is using Oracle ADF (data controls) business components.

    I am trying to create a form that allows a user to enter data for a new record and then validate this record. I was able to create the shape of the ADF and CreateInsert and commit buttons doing drag and drop the opinion of the entity and its operations since the data controls. This allows to add a new record to the table using two command buttons (createInsert and validation).

    I need to do it using only one button. How can I do?

    Thanks, Alex

    Not really clear on your use case, but [url http://blogs.oracle.com/shay/2010/04/doing_two_declarative_operatio.html] This shows how two declarative actions with one click

  • Deleted user names and passwords will not apear on a list in the form, but if I start typing them they apear

    Deleted user names and passwords will not apear on a list in the form, but if I start typing them they same apear if I deleted the history. I encountered this problem on several computers: a PC with XP, one with Windows 7 and Mac so I know for some there is a firefox problem. Somehow the passwords and user names remain stored even if previously deleted. I want to sell my PC but I can not because of security risks. Of course, the problem could be solved by formatting the HARD drive and reinstall the OS, but I want to know how to solve the problem without doing. I've tried everything and still they stay... Please help me... and I want to know if anyone else has this problem. Thank you!

    If the names and passwords still show in the password manager so that they are not deleted.
    See http://kb.mozillazine.org/Password_Manager

    If you don't see them in the password manager, but they still fill then you either they have saved in form or you have an extension that has saved this data.
    See remove the navigation, search and download history on Firefox

    You can check the form data saved with this extension:
    Form history control: https://addons.mozilla.org/firefox/addon/12021

  • Errors when you create, modify, delete the upgrade userand user form

    Hello

    I get the error while trying to do operations on the user form... what they indicate. any suggestion would be appreciated.

    When tried to change the user to change the user organization, received this error. (changing other attributes works very well)

    Orchestration process moved to the step failed, and the corresponding error is - {0} []

    oracle.iam.platform.kernel.EventFailedException: an error occurred during execution of the core event handler.

    When I tried to upgrade user IOM form, received this error

    Inner exception: java.sql.SQLException: ORA-01691: impossible to extend lob IAMEXT_OIM segment. SYS_LOB0000354182C00002$ $ by 128 in tablespace IAMEXT_OIM

    When I tried to create a user received this error

    Process orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action... [[

    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243: process of Orchestration with the id 498509, failed with the IAM-3051103 error message: failed to create operation on the entity user at the stage of the action...

    Thank you

    This is related to your database and size.  Please contact your DBA with the error so they can expand the table.  You can always find the ORA code too: ORA-01691 impossible to extend LOB segment

    -Kevin

  • What is the default user name and password of the dynamically created edge NSX gateway?

    Hello

    I created a NAT device on request and as part of it, but an edge gateway. What is the default user name and password to connect to the edge device?

    Thank you

    Pankaj

    I do not know the password by default, but you can either define easily. Just go to the network security &--> NSX edges, select your edge, click actions and identification of Climate change information. You can also enable SSH from there.

  • DRM-61026: cannot create the session of the user for the following reason: the connection has failed. User name or password.

    Im very new to Oracle DRM and Im trying to get the configuration of the application on the Windows Server that is running SQL Server 2008.  When I try to connect to the Web Client I get this error.

    DRM-61026: cannot create the session of the user for the following reason: the connection has failed. User name or password.

    Can you please help

    The problem is solved, reinstalled DRM and recreated the repository. the password has a symbol that causes the problem, @.

  • I created a form to complete 4 page. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I have the user to have the ability to easily create muliple copies of the same 4 pages in

    I created a form to complete 4 page in Acrobat. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I want the user to have the ability to easily create multiple copies of the same 4 pages in a single file. It is possible with Acrobat? I use a PC.

    It is possible using models and JavaScript, but if it is to work with the player, users will need to use the desktop version (Windows/Mac) of 11 Reader or CD player. Here is a link to an older article which explains the basics: Planet PDF - a lesson in the templates for Adobe Acrobat

    Note that this is a bit outdated, but it should help you get started. If you have any other questions, post them in the Acrobat JavaScript here forum: JavaScript

  • I want to create a form with a Manager to fill out a section and a member of the staff another. The two sections protected by different password.

    I want to create a form with a Manager to fill out a section and a member of the staff another. Should be able to change the other. Different sections is password protected with different passwords? I think it might be a function of "official use only."

    You can use 2 forms in a portfolio.

  • I created a form with fields default text for a user to update/customize.  Is there a way to style of the text, so I can quickly identify the changes to the default text in a field?

    I created a form with fields default text for a user to update/customize.  Is there a way to style of the text, so I can quickly identify the changes to the default text in a field?

    You can use a validation script customized to each text field that looks like:

    event.target.textFont = event.value = event.target.defaultValue? font. HelvI: fonts. Helv;

    This will make the text italic (Helvetica) when the field value is the value default and regular otherwise. There are other properties that you can use instead, as the field color, border width, background color, text or text size...

Maybe you are looking for