How to associate different securityschema with different webgate .

Hi All,
We have protected all our resources which is deployed on different server using OAM.
Take my scenirio like this .
I have 2 resources having url like 127.22.33.22:4040/myfirstresource .
175.22.44.55.4050/mySecondResource
Thesr 2 resources are protected by 2 webgate and i have created 2 security schema .
I want to associate security schema 1 with resource 1 and security schema with resouce 2 .
Can anyone provide me some poiter how can i achieve it .
Thanks ,
Arun.

This is provided by OAM out-of-box. Create 2 policy domains, and give resource1 in domain1 and resource2 in domain2. Then in the default rule, give authentication schemes that you want to give. Enable the policy domains.
The end.
(This can be done by 1 policy domain and 2 policies too. Choose whichever is good with you)

Similar Messages

  • How to associate a button with the selection/unselection of a JTable?

    hi,
    how to associate a button with JTable in this manna? i want to disable a button once there is no selection in the JTable, and enable the button when there is a selection. to associate the selection it is easy: just make an eventAction for the button on the click in the JTable and check whether there is a selection. but how to do this with the unselection? hope anyone can give me any hint. thanx!

    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Test extends JFrame {
        String[] head = {"One","Two","Three"};
        String[][] data = {{"1-1","1-2","1-3"},{"2-1","2-2","2-3"},{"3-1","3-2","3-3"}};
        JTable jt = new JTable(data,head);
        public Test() {
         setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
         Container content = getContentPane();
         content.add(new JScrollPane(jt));
         jt.getSelectionModel().addListSelectionListener(new ListSelectionListener() {
             public void valueChanged(ListSelectionEvent lse) {
              if (lse.getValueIsAdjusting()) return;
              if (jt.getSelectionModel().isSelectionEmpty()) {
                  System.out.println("Nothing Selected");
              } else {
                  System.out.println("Something Selected");
         setSize(500,500);
         show();
        public static void main( String args[] ) { new Test(); }
    }

  • Transferred my Library to new laptop, but how to associate/sync iPhone with new laptop?

    I got a new laptop. The old laptop is still working. I transferred my library using the Home Sharing method and all of my items were moved except my apps. I plugged in my iPhone to the new computer and used "Transfer Purchases from iPhone" option and all of my apps were added to the library. But, now I don't know how to associate the iPhone with the new computer. When I plug in my iPhone to the new computer. It starts to sync. It says steps 1 through 3, spins for 20 seconds and says complete, but nothing was done. I do not get the "this iPhone is associated with another library" message when I plug it in to new computer, perhaps because I've authorized both computers. All I can find in my searches is how to avoid losing all of your data and how to transfer your library, but none has dealt with this exact situation. I am stumped as to how to get iPhone associated with new computer. Can I transfer my backup from the old computer and restore from backup? Other thoughts? Sorry if the answer is somewhere (I'm sure it is), but I have spent two days looking.

    Randers4, so I carefully followed the directions (only one that confused me was about adding a fake address/calendar entry, is that for Macs, I'm using a PC?.)  I restored it from the backup and everything looked good. I had hope, the final step says to sync it and when I did, I had the exact same problem. It spun, went quickly through only 3 steps (even though there were 7 sync steps with my old laptop) and nothing changed. It clearly didn't sync.
    So, I had an idea that I would back up everything by right clicking in the left pane and forcing a back up on the new computer, and then erasing the entire phone and then restoring from the backup I just made to see if that would make a difference. So, after I tried that and it restored, it was weird. All of my settings were there. Some folders were there, my pictures were there, but all of my apps, folders, music and video was missing and it still wouldn't sync. So, then I had to plug it back into my old laptop and do a restore from there to get that stuff back.
    Shouldn't I get a message when I plug the iPhone into the new laptop saying this phone is connected to another computer? I tried "Reset Warning Messages" but it doesn't do anything. At this point, I don't care if I lose some of the stuff from my iPhone (texts, etc)...but I want it to sync to the new computer because my old laptop is on its death bed.
    So frustrating, all of my iTunes content is on the new computer, the only piece that is missing is getting it to "talk" to the iPhone. Times like this I wish I wasn't a poor teacher and could afford to get a nice Mac laptop.

  • How to associate unmht plugin with mht files

    OS: XP+SP3
    Firefox ver.: 3.6.26
    After saving a web page as mht, how do I open it with firefox?
    Trying to associate mht with firefox.exe caused firefox to try and open every link on page including adds. ie opens it but it takes time and I'd rather work with firefox.
    thanks

    File > Open File... or dragging the saved MHT file into the Firefox window work for me with Firefox 3.6.26 on WinXP
    Double-clicking in the saved MHT file produces the same as you described, when Firefox isn't open. But when Firefox is open and minimized to the Task Bar and I double-click on the saved MHT file it un-minimizes Firefox and the file opens in Firefox with no problems.
    I suspect the problem is with WinXP and not Firefox or UnMHT.

  • How to associate an icon with an application

    Hi folks,
    I have what I think should be an easy question, but I'm at my wit's end trying to solve it. I just used fink to download gimp and it works fine. However, I need to start it from the command line, and I would really like to be able to just click on an icon in the dock. The gimp icon is available, but I don't know how to associate it with the command to launch the gimp. Any tips or suggestions would be warmly received.
    Thanks in advance,
    Carl

    You can't really "associate" an icon with a command/executable in OS X - it has to be provided by an application. Is there a reason why you don't want to use one of the packaged versions of gimp, such as http://gimp-app.sourceforge.net/ ?

  • How to associate LDAP attributes with the subject?

    I am writing a custom role mapper and want to determine the roles of the subject
    depending on values of LDAP attributes. Is it posssible to associate LDAP attributes
    with the Subject?
    We use iPlanet and hence I have configured iPlanetAuthenticator as the Authentication
    Provider. Is it possible to configure iPlanetAuthenticator so that the LDAP attribute
    values are associated with the subject? Or is it possible to extend iPlanetAuthenticator
    for this purpose?
    Is there a way to do this other than writing my own AuthenticationProvider?
    Thanks in advance.
    Jay

    "Jay" <[email protected]> wrote in message
    news:3f1d77f7$[email protected]..
    >
    I am writing a custom role mapper and want to determine the roles of thesubject
    depending on values of LDAP attributes. Is it posssible to associate LDAPattributes
    with the Subject?
    Which LDAP attributes are you interested in? We can look at adding this
    functionality
    if we have more info.
    We use iPlanet and hence I have configured iPlanetAuthenticator as theAuthentication
    Provider. Is it possible to configure iPlanetAuthenticator so that theLDAP attribute
    values are associated with the subject? Or is it possible to extendiPlanetAuthenticator
    for this purpose?
    There is no way to extend the provider.
    Is there a way to do this other than writing my ownAuthenticationProvider?
    >
    You may be able to write a separate provider that works in conjunction with
    the
    authentication provider. It would add the principals with the ldap
    attributes.
    Thanks in advance.
    Jay

  • How to associate different images at non-leaf level and leaf-level tree ?

    Hi,
    I am implementing a tree in OAF where it is required to display the associated image at non-leaf node as a folder and at leaf nodes
    a different image has to be displayed. By default Framework displays non-leaf nodes having folder as associated image and leaf nodes with
    no image associated. When I associate image at parent node then all the nodes irrespective of being leaf or non-leaf have the same
    image associated with them.
    How to keep the folder as associated image for non-leaf node and a custom image at leaf nodes? Pls. help.
    Thanks in advance

    The leaf node I am referring to here is just the last node in the tree hierarchy consisting of only one view link and VO. I have just
    a simple parent child hierarchy. ex: Mangaer/Employee relation with the emloyee who have no reportees under them
    should contain a image against their name display in the tree and other employees should have a folder against their name display in the tree.
    Thanks
    Avinash

  • How to associate one address with a "reply to" address?

    I have several mail accounts in Mail, including one IMAP account and one Mac account.
    Due to some recent problems with one of those addresses, I would like to include a different address in the "Reply to" line.
    Of course, I have no problem to include manually the "Reply to" address each time. But I would prefer to have the possibility to have automatically messages sent from that address include the "Reply to" address - not for all accounts, but only for that one.
    I have made several attempts, using for instance "Personalize" in a message, hoping that future messages sent from that account would keep the settings for future messages, but it does not seem to work.
    Maybe there is no way - but maybe there is one which has not even come to my mind. If somebody knows a trick in order to produce the desired result, I would be delighted to know it!

    When I try to add participant to a calendar event, then click "Save".
    BB would give error "No associated email account". To correct this, I would select "Associate Email", then add a local email account to be associated. Then when try to save again, BB will come up with same error message  ...  "No associated email account". Then it will go through the loop again. Get the point? I think this is a software bug that needs to be corrected.

  • SQ01 - How to associate existing query with another  infoset ?

    Hello,
    I created an infoset and want to associate it with an <u>existing</u> query.
    -> I tried to change the existing query but it is blocked for changes by the user author.
    -> I tried to copy the existing query to a new query but the infoset was copied automatically
    Is it possible to do this?
    Alex,

    Hello, a query is built upon the infoset, it gets data from the infoset structure and display them in the way you have defined in the query, if you change the infoset that is below a query you might not have all the data you need in the query.
    Why not create a new query based on the othe infoset?
    Regards, Luciano.

  • How to associate jnlp content with javaws?

    When I follow a link to a Java WebStart .jnlp file it opens as an XML file and not useing WebStart (javaws). It is not obvious to me how to make the association.
    I'm currently working with Ubuntu 10.10 but it may be a more general problem.

    OK, fixed. In Firefox: Edit -> Preferences -> Applications
    on the left, JNLP. on the right, change from "Firefox" to /usr/bin/javaws
    This really ought to be the default....

  • How to associate ed2k protocol with emule downloader?

    when clicking on an ed2k link in FF7 Alert pops up
    " Firefox doesn't know how to open this address, because the protocol (ed2k) isn't associated with any program"

    found out this is not FF problem. it is done in the emule client itself.

  • How to associate audio file with progress bar

    Hi all,
    I have a case in which I need to associate an audio file witha  progress bar. What I want to do is to able to play a audio file which will say " Process started.." Process going on" and process ends, and it shoud be synchronized with the progress bar. Is there a way to do this .
    Please let me know
    Thanks,
    Ankit G
    Solved!
    Go to Solution.

    Are you referring to a LabVIEW horizontal/vertical progress bar, which basically has a U8 integer constantly written to it? Is this in a loop as it fills up?
    If so, there is an entire palette that allows you to play waveforms. As you're writing to your progress bar the number, you can keep checking what that number is (event or case structure), and when it hits particular values, you play particular sounds. Here is a screenshot of that palette.
    Ravi A.
    National Instruments | Applications Engineer

  • How to associate a remoteFault with a custom message type.

    Hello BPEL gurus,
    I am calling a third party service as a partner link from my bpel process. When the third party service fails, a SOAP fault message is generated :
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <soapenv:Fault>
    <faultcode>soapenv:Client</faultcode>
    <faultstring>Client Error</faultstring>
    <detail>
    <ouaf:Fault xmlns:ouaf="urn:oracle:ouaf">
    <ResponseStatus>F</ResponseStatus>
    <ResponseCode>1016</ResponseCode>
    <ResponseText>Unexpected error during request processing...</ResponseText>
    <ResponseData text="Unexpected error during request processing.../>
    </ouaf:Fault>
    </detail>
    </soapenv:Fault>
    </soapenv:Body>
    </soapenv:Envelope>
    The SOAP fault from the partner link is catched as a remoteFault in my BPEL process, and the message returned is of type bpelx:runtimeFaultMessage:
    <bpelFault>
    <faultType>0</faultType>
    <remoteFault>
    <part name="summary" >
    <summary>Client Error</summary>
    </part>
    <part name="detail" >
    <detail><ResponseStatus>F</ResponseStatus> </detail>
    </part>
    <part name="code" >
    <code>env:Client</code>
    </part>
    </remoteFault>
    </bpelFault>
    </fault>
    Notice how only the first element of the SOAP fault detail is returned in the remoteFault's detail element. Any ideas on how to get the full SOAP fault details?
    Thanks for your help!

    Hi,
    Thank you for your reply. I tried your suggestion, but it gives me the bpel remoteFault as a string:
    " <result>com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ summary=<summary>Client Error</summary> ,detail*=<detail>&lt;ResponseStatus>F&lt;/ResponseStatus> </detail>* ,code=<code>env:Client</code>} </result> "
    What I'm interested in is the details of the remote SOAP fault, which is the complexType structure shown in my first post.
    Thanks!

  • HT204150 how to associate an ipad with a windows 7 homegroup?

    I am trying to print using an HP Officejet 6500A Plus.  My wireless router is a Netgear model WNDR3400v2.  Somewhere in my trying to setup airprint, I think that I read that the IPAD and the PC have to be in the same group.The network map indicates that the PC, IPAD and printer are all attached to the router.  The printer listed is in the group of printers that suppositly should be able to print from the IPAD.  When I try to print an email message, it searchs for a print but can not find one.

    Settings -> Store -> AppleID

  • Associate Multiple Names with Alias addresses

    Hi all,
    I've done a lot of searching here and on the web in general to try and figure out how to associate different names with aliases. Can't seem to find anything that works with leopard mail.
    Basically, I want to be able to have, say, my main email account and one alias. The alias can be set up easily in the preferences area by adding the aliases after the initial email separated by commas. This doesn't seem possible with the "Full Name" section. The problem it creates is that the full name of the main account is always displayed with all aliases. I want a unique name for each alias.
    Any ideas on how to do this?
    Thanks,
    Remo

    Do not use the Web pages for that request.
    Instead, use the certificates MMC focused on the local computer. The dialog box allows you to input multiple names. 
    Brian
    hi. as i mentioned my CA server is standalone. can we obtain certificate from standalone CA from MMC certificates snap-in?
    according to technet:
    request a certificate :
    You can use this procedure to request certificates from an enterprise
    CA only. To request certificates from a stand-alone CA, you need to request certificates by using Web pages. The Web page for a Windows-based CA is located at http://servername/certsrv,
    where servername is
    the name of the server hosting the CA.

Maybe you are looking for

  • How Do You Add Multiple CSS Rules to Text?

    Hi everyone, I have these css rules in my css styles window they are all assigned to some text in a cell on my page. .Def14grey4 <body> .def14grey4 a:link <a> .def14grey4 a:visited <a> .def14grey4 a:hover <a> .def14grey4 a:active <a> .def14grey4 a:fo

  • Spry Photo Gallery - How to add links to images

    I was wondering if any one knew how I could add individual links to images on the spry Photo Gallery-An XML-based photo gallery. I need each image to have its own individual link when clicked on. Any assistance would be most helpful.

  • How to determine the size of recorded iPhone-video?

    After I record a video with my iPhone 4S, how can I tell what the size of that video file is?

  • How to make Document out of Node?

    Hi! I have the following problem. With Xalan I am converting a XML document into a SVG document. This SVG document I want to display with Batik (JSVGCanvas). Xalan only returns the document root Node as org.w3c.dom.Node. However, the Batik JSVGCanvas

  • How to refresh Java service facade from entities tables

    Hi Everyone, somebody of you guys know how How to refresh Java service facade from entities tables. from oracle jdeveloper 11g. my tools are: Toplink Adf Java Service Facade. thanx