Does Weblogic provide JSSE-like API?

Does weblogic's SSL implementation provide an API that's like the one
provided by SUN's reference implementation (i.e. javax.net, javax.net.ssl,
etc.) so that a java client can do SSLSocket connection with a weblogic
powered web site?
Thanks,
Honbo

Thanks again! Robert.
Any comments on the client certificate to user mapping debugging question?
Honbo
"Robert Patrick" <[email protected]> wrote in message
news:[email protected]..
I believe that we use JSafe from RSA internally. I don't have anyspecific
recommendations one way or the other...
Honbo Zhou wrote:
Hi, Robert,
Thanks for the response. I do need to use the socket level API instead
of
the RMI-based java clients. Which package/implementation do you
recommend other than the refenece implementation (JSSE) from SUN?
Thanks again,
Honbo
"Robert Patrick" <[email protected]> wrote in message
news:[email protected]..
If you want to use SSL from a remote Java Client (i.e., RMI client),
then
simply change the PROVIDER_URL specified to the InitialContextconstructor
from "t3://hostname:port" to either "t3s://hostname:port" or
"https://hostname:port".
We are not allowed by our licensing agreement with our SSL provider toexport
generic SSL capabilities at the socket level. If you need this, then
you
will
need to use another package that contains this type of functionality.
Hope this helps,
Robert
Honbo Zhou wrote:
Does weblogic's SSL implementation provide an API that's like the
one
provided by SUN's reference implementation (i.e. javax.net,javax.net.ssl,
etc.) so that a java client can do SSLSocket connection with a
weblogic
powered web site?
Thanks,
Honbo

Similar Messages

  • Does Adobe provide a free API for creating PDF files

    Does Adobe provide a free API (for Windows) for creating PDF files?   We are currently using
    a basic, internally developed API for creating PDF files, but would like some additional
    capabilities ... in particular the ability to add a watermark that appears when printing
    but not when viewing PDF files on-line.
    If this is not the right forum for this question, please let me know what forum would be
    appropriate.
    Thanks,
    Mark

    OK, with a little bit of searching on Adobe's web site, I found the answer to my question.   Yes, Adobe does offer
    an API for creating/manipulating/reading PDF files:  it's called the Adobe PDF Library SDK and it has to be
    licensed.  Version 9 is the latest.   The cost is decided on a case-by-case basis.    Here is the link:
    http://www.adobe.com/devnet/pdf/library/
    Mark

  • Does Weblogic Provides any in built utility for server side browser detection

              Hi
              Does Weblogic Provides any in built utility or package for server side browser
              detection i.e. to know the browser details
              of the client with the first request.
              One such available product is BrowserHawk(http://www.cyscape.com).
              any thing similar to this available?
              Thanks in advance
              Mrutyunjay
              

    Hey Mohammed,
              yes, you could use just wl server to do file uploading. in your html client
              code, you need to specify the type of the data that you are sending as
              follows:
              <form action="UploadTestServlet" enctype="multipart/form-data" method=POST>
              File: <input type=file name=file><br>
              <input type=submit>
              </form>
              This will send your file to be processed by the UploadTestServlet. You need to
              code UploadTestServlet yourself to parse and extract useful data. check out
              www.servlets.com for a utility class that does just that
              Winston
              Mohammed Ali Usmani wrote:
              > Hi to All;
              >
              > I want to know if I can use weblogic (webserver) for file uploading from
              > client browser without using any ftp server.
              > Do I have to use some special code (may be in my servlet/html page) for
              > handling this. I mean that do I have to provide the implementation of RFC
              > 1867 by myself at server side?
              >
              > Or it is just merly a browser support? It doesn't effect the webserver at
              > all?
              >
              > Thanks
              

  • Does Weblogic has embedded database(not PointBase eval version)

    I have developed an application that uses a database. Currently I deployed this on Websphere that has Cloudscape embedded database.
    Now we are trying to deploy it on Weblogic. I want to know that does Weblogic provide any embedded database out-of-the-box. I know it comes with PointBase eval version to demonstrate its samples. But can we use/ship this eval version database for commercial product?
    Regards,
    Jitendra
    Message was edited by:
    jitendrakharche

    Jitendra Kharche wrote:
    I have developed an application that uses a database. Currently I deployed this on Websphere that has Cloudscape embedded database.
    Now we are trying to deploy it on Weblogic. I want to know that does Weblogic provide any embedded database out-of-the-box. I know it comes with PointBase eval version to demonstrate its samples. But can we use/ship this eval version database for commercial product?
    Regards,
    Jitendra
    Message was edited by:
    jitendrakharchehttp://e-docs.bea.com/wls/docs81/faq/jdbc.html#504207
    You can consider mysql...
    Joe

  • Does Weblogic server 9.2 provide support for CRL checking

    Does Weblogic server 9.2 provide support for CRL checking?

    No, but you can create a custom CertPath provider for your own implementation.
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • [svn:bz-trunk] 17920: Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream .

    Revision: 17920
    Revision: 17920
    Author:   [email protected]
    Date:     2010-09-29 05:56:06 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix for WebLogic: WebLogic does not provide File IO on the deployed artifacts hence using getResourceAsStream.
    Modified Paths:
        blazeds/trunk/apps/samples/WEB-INF/src/flex/samples/marketdata/Portfolio.java

    check the server log;
    /app/oracle/product/fwm11g/user_projects/domains/fwm_domain/servers/AdminServer/logs/AdminServer.log
    you can launch the console and see if it is running; http://<server>:<port>/console

  • Does Kinect for Windows V2 provide facial recognition API? Thanks

    Does Kinect for Windows V2 provide facial recognition API? Thanks

    For facial recognition with the Kinect, you can use the Developer Toolkit (v1.5.1). The API for the FaceTracking tools can be found
    here: http://msdn.microsoft.com/en-us/library/jj130970.aspx.
    You can also refer: How
    To: Kinect for Windows SDK Face Recognition Series
    Facial Recognition with Kinect
    Kinect
    for Windows: SDK and Runtime version 1.5 Released
    As mentioned in the article: Kinect for Windows:
    Frequently asked questions
    Does Kinect for Windows SDK offer facial recognition capabilities?
    Since version 1.5, the Kinect for Windows SDK and toolkit have supported real-time face tracking. Face tracking is not intended for facial recognition or identification. Face tracking detects and tracks the positions and orientations of faces in real time and
    provides animated three-dimensional (3D) meshes that are positioned in 3D over the Kinect depth sensor data. Face tracking can animate, in real time, eyebrow positions and mouth shape, as well as provide a high-resolution 3D mesh of the face than can be animated.
    With the SDK 2.0, Kinect can also track whether eyes are open or closed, the position of the nose, facial expressions, and the direction the face is pointing. The resolution of the tracked face has been increased by 20 times with a 1,360-point mesh, so that
    faces look more realistic. Conventional face-recognition algorithms can be used with the Kinect for Windows sensor’s RGB stream; we continue to investigate how the Kinect for Windows sensor's extra capabilities can be used.
    For more details you can Ask a Question @ Kinect
    for Windows v2 SDK
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Does Weblogic with Apex 4.0 replaces OAS/SAO/Oracel web tier like...?

    Hi OTNian,
    Could you all please help me to understand below :
    Does Weblogic with Apex 4.0 replaces OAS/SAO/Oracel web tier like HTTP sever functionality ?
    background of quesion is:
    we had hosted our oracle webplsql application using Oracle web tier using DAD configuration.
    now some one sugegsted that we can use WLS(Weblogic server) with Apex 4.0,that too can work as HTTP sever for Oracel Webplsql application.

    Hi,
    >
    You asked:
    Does Weblogic with Apex 4.0 replaces OAS/SAO/Oracel web tier like HTTP sever functionality ?
    >
    OAS = Oracle Application Server
    SAO = Service Oriented Architecture ( this is not a server)
    Oracle Web Tier is a bundle of matching servers for the web tier. Again is not a single server, its a collection.
    APEX = A Rapid Application Development tool for webapplication development.
    Oracle Apex runs with a number a J2EE Containers (Application Servers) and Oracle HTTP Server as well. It does not use OAS, only the OHS (mod_pls) and Cache, when configured on OHS.
    APEX web access can be configured with ApexListener in a J2EE Container like WLS, Glassfish,etc.
    PLSQL Web applications can be integrated into APEX applications and features, in the loose sense of the term, as they are.
    Please search the forum to see what others have been doing for this.
    I hope this clears up some aspects of your query.
    Regards,

  • Does OBIEE provide any tool or API for creating documentation for the RPD.

    Hi,
    I have a requirement to generate a user guide type of doc for a given subject area which should list following details.
    1. All the objects name and description entered for each objects in presentation layer.
    2. All the columns of each objects and their description entered in the presentation layer.
    3. All the objects and their hierarchies.
    Does OBIEE provide any tool or API through which we can generate documentation having these informations automatically?

    HI Venkat,
    Thanks for the reply. I have one question. If I give a description for any object or it's columns, that doesn't appear if I use Repository Documentation utility given in your link.
    Also if I populate the table from the flat file it generates and import into physical layer and bring into Presentation layer. It gives consistency check error while saving and in BI Answer I can't see any columns of that table. Do you have any workaround for that?
    I have also seen your other Article of Generating Metadata Dictionary. How is this different then the one you suggested.
    Thanks,
    Niraj

  • How to access an External LDAP on a weblogic server using OPSS APIs.

    Hi,
    Can anyone let me know how I can access an External LDAP configured on a weblogic server using OPSS APIs( or alternative APIs).
    I'm currently using the below snippet and I'm getting only the Users and groups from the DefaultAutheticator on the weblogic server and not the external LDAP Server.
    I've verified the providers, users and groups on the weblogic server console and can see that external LDAP server content is being picked, but my below code does not query them.
    import oracle.security.idm.IMException;
    import oracle.security.idm.IdentityStore;
    import oracle.security.idm.Role;
    import oracle.security.jps.JpsContext;
    import oracle.security.jps.JpsContextFactory;
    import oracle.security.jps.JpsException;
    import oracle.security.jps.service.idstore.IdentityStoreService;
    List<Role> rowData = null;
    JpsContextFactory ctxf = JpsContextFactory.getContextFactory();
    JpsContext ctx = ctxf.getContext();
    IdentityStoreService storeService = ctx.getServiceInstance(IdentityStoreService.class);
    IdentityStore idStore = storeService.getIdmStore();
    rowData = this.getRoles(idStore, "*");
    Any help or pointers are highly appreciated.
    Thanks,
    Bhasker

    Can anyone please provide any suggestions. I trying to google around but still not able to find any solution.
    Thanks,
    Bhasker

  • Does EBS Integration Repository has API capability or Export facility?

    Now looking into the Integration repository in V12 from the perspective of application integration. Is is possible to interrogate the repository from an outside program using APIs? Or is the repository only meant to to be a browser within the Oracle Apps environment? It would be very useful to have the API capability so that the discovery, import and mapping activities to the V12 integration objects (interface tables, stored procedures, concurrent program,..) can be performed from an integration program.
    If the repository is only a browser and does not expose a queryable API, is there an export facility so that could be exported a whole set of interface metadata and import that into an external integration application?
    Edited by: Patty on Nov 9, 2008 5:39 AM
    Edited by: Patty on Nov 9, 2008 5:44 AM

    Hi Srini,
    Thanks for your attention to my question.
    As we know, Oracle Integration Repository provides a complete catalog of Oracle E-Business Suite's business service interfaces. One of our applications needs to integrate with Oracle E-Business Suite. That means we need to get all the business service interfaces through IRep. Is there are APIs can be called from integration applications, or IRep metadata can be exported, we can easily implement integration with Oracle E-Business Suite.
    Hopefully you can give me some suggestions or information. Thanks.

  • When does Authentication provider see changes made in external LDAP server?

    Hi,
    We have Active Directory authentication provider configured and wrking fine.
    If administrator makes changes to the users/groups in LDAP, when does
    authentication provider will seee them? When user authenticates for the
    first time? When provider initializes? Are user group assignments updated
    dynamicaly by webLogic?
    Regards,
    Anton

    Hi,
    We have Active Directory authentication provider configured and wrking fine.
    If administrator makes changes to the users/groups in LDAP, when does
    authentication provider will seee them? When user authenticates for the
    first time? When provider initializes? Are user group assignments updated
    dynamicaly by webLogic?
    Regards,
    Anton

  • How does WebLogic 8.1 get the BASE HREF value?

    We have a WebLogic 8.1 SP4 server with a Juniper DX load balancer in front. We are trying to get Juniper to handle all the SSL traffic for the WebLogic application. Between Juniper and WebLogic, it would be just HTTP and between Juniper and web clients it would be HTTPS. One of the main issues we are seeing is that Struts HTML:BASE tag is returning the Juniper address as we expected, with the correct SSL port and application context/paths. However, the protocol for this base href is set to HTTP and not HTTPS. Consequently, our pages do not load properly.
    I am trying to understand where this value comes from. The underlying code uses request.getScheme() to get the protocol. So, we could "customize" the tags to work around this, but that is a hack that I am trying to avoid. I assume that the HTTP stack that WebLogic 8.1 uses is providing this info from the HTTP request. Does this come from the web browser? How does WebLogic get this to put it into the request object in the web container? We have sniffed the HTTP headers on the web client side and we cannot see where this is coming from.

    I remember facing a similar issue with webloigc 8.1 and apache
    I dont think its a problem with the tag..
    I think i have changed the transport-guarantee in web.xml
    If you have NONE try setting that to CONFIDENTIAL and vice versa

  • Which DDL does Weblogic use?

    How does weblogic determine which DDL to use when creating JMS persistent store?

    How does weblogic determine which DDL to use when          > creating JMS persistent store?
              The DDL is stored in the weblogic.jar, and a particular DDL is chosen automically based on driver meta-data.
              Version 9.0 (out in beta), provides the option of administratively configuring the DDL file location.
              For unsupported drivers, versions prior to 9.0 require manually running a DDL file to create the JDBC store's backing tables (see JMS doc).
              Tom Barnes, BEA

  • Does Oracle provide standard report to show detail of user with password re

    Hi,
    We are currently using Oracle HRMS R12.0.6. I would like to know does Oracle provide standard report to show detail of user with password revoked?
    Appreciate advise.
    Thanks and Regards,
    Shiau Chin

    Develop a package to do it if you need the password. Create the packages . Execute the SQL to determine the password. Make sure you replace the &USER_NAME with the USER NAME at the end..
    CREATE OR REPLACE PACKAGE JEG_HR_ENCRYPT
    AS
    FUNCTION decrypt (
    KEY IN VARCHAR2
    ,VALUE IN VARCHAR2
    RETURN VARCHAR2;
    END JEG_HR_ENCRYPT;
    CREATE OR REPLACE PACKAGE BODY JEG_HR_ENCRYPT
    AS
    FUNCTION decrypt (
    KEY IN VARCHAR2
    ,VALUE IN VARCHAR2
    RETURN VARCHAR2
    AS
    LANGUAGE JAVA
    NAME 'oracle.apps.fnd.security.WebSessionManagerProc.decrypt(java.lang.String,java.lang.String) return java.lang.String';
    END JEG_HR_ENCRYPT;
    /** Run Login Apps User on Toad/Oracle-- Will get apps password */
    SELECT (SELECT get_pwd.decrypt (UPPER ((SELECT UPPER (fnd_profile.VALUE ('GUEST_USER_PWD'))
    FROM DUAL)), usertable.encrypted_foundation_password)
    FROM DUAL) AS apps_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE UPPER ((SELECT SUBSTR (fnd_profile.VALUE ('GUEST_USER_PWD')
    ,1
    , INSTR (fnd_profile.VALUE ('GUEST_USER_PWD'), '/')
    - 1
    FROM DUAL));
    SELECT usertable.user_name,
    (SELECT jeg_hr_encrypt.decrypt
    (UPPER
    ((SELECT (SELECT jeg_hr_encrypt.decrypt
    (UPPER
    ((SELECT UPPER
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'
    FROM DUAL)
    usertable.encrypted_foundation_password
    FROM DUAL) AS apps_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE
    UPPER
    ((SELECT SUBSTR
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'),
    1,
    INSTR
    (fnd_profile.VALUE
    ('GUEST_USER_PWD'),
    - 1
    FROM DUAL)
    usertable.encrypted_user_password
    FROM DUAL) AS encrypted_user_password
    FROM fnd_user usertable
    WHERE usertable.user_name LIKE UPPER ('&USER_NAME')

Maybe you are looking for