Is it possibe to make a channel visible only to some users?

Hi,
I am using iPS3.0SP3a, I have LDAP authentication enabled and I want some of the JSP provider channels that I created to be visible to only some users and not all. For example: the admin channel, this channel must be visible only to the users belonging to the admin group on the ldap server.
Any help is certainly appreciated.
Thanks
Sahadev

Yes, it is possible to make the channel visible to some users alone. Though the authentication is done in LDAP, the user profiles are maintained within Portal.
1) To remove the channels for particular users, we can put them in a role say test_role. Now goto Admin Console | Manage Domains | Domain_Name | test_role | open 'Applications' key and click 'Desktop'.
2) Now choose the channel you want to remove, from the 'Selected Channel' lists and 'delete'. Apply the changes to all sub-roles and submit.
3) Restart the Server for the changes to take effect.
Similarly we can do this setting for individual users as well. Hope this helps.
Thanks,
Raj_indts
Developer Technical Support
Sun Microsystems
http://www.sun.com/developers/support

Similar Messages

  • Store an encrypted numeric value and make the unencrypted value visible to just some users in Apex

    I'm looking for a way to store an encypted numeric value in one field in a table (so that it appears encrypted even to a DBA) and to display the unencypted value in Apex forms and interactive reports for some users but not others.
    Any suggestions as to how I could achieve this?
    Thanks in advance.
    Martin

    Try these documents:
    Using Column Masking to Display Sensitive Columns as NULL Values
    Using VPD in an APEX Application
    Securing Stored Data Using Transparent Data Encryption
    The features you request are Database Features.
    You could use DBMS_CRYPTO for data encryption instead of TDE, but you will have to create a package for your insert,update, deletes along with a view that allows decryption based on v('APP_USER').
    Also, you won't be able to search on that column if you use DBMS_CRYPTO.

  • Catalog items visible to everyone, purchaseable only for some users

    Hello everybody
    Me again trying to find a solution to the following problem:
    We need to have some items in our catalog that are visible for every user but only purchaseable via shopping cart / SRM for some authorized users. I couldn't find any possibility in the customizing. So my attempt would be to add an additional attribute in CCM where I can put some kind of flag and then to construct an authorization check based on that flag and on a authorization profile. In case the authorization check fails, the catalog item may not be put in the shopping cart. Preferabily the shopping cart icon should be disabled for such items.
    Did somebody out there already think about something similar or already implemented something like that?
    It would also be a good basis for offering a publicly viewable, browseable catalog for "window shopping", because I also didn't find a way until now to publish the catalog as a standalone web application without shopping cart functionality.
    What do you out there think about it?
    Kind regards,
    Renaud

    Hi Christophe
    Thanks a bunch for your great help! I could solved the problem and am now able to have some catalog items visible but only purchaseable for authorized users. This is what I've done:
    1. Create a new authorization class (SU21)
    2. Create a new authorization object within this class
    3. Create a new authorization field within this object
    Don't forget to save and quit the SU21 transaction and then reenter it (/nsu21) because only then you'll see your changes / additions... seems to be a "refresh-bug" in SU21.
    4. Create a new role (PFCG) and an authorization profile containing the new authorization object. Assign the values needed.
    5. Create a new attribute in CCM and assigned it to OCI cust_field5 (because this one is of type TEXT50)
    6. Implemented some code in BAdI BBP_CATALOG_TRANSFER:
    DATA: wa_et_sc_item_data  TYPE BBP_PDS_SC_ITEM_D.
    DATA: wa_catalog_content  TYPE BBP_WS_OCI_ITEM_S.
    DATA: lv_authorized       TYPE c.
    DATA: lt_limtab           TYPE TABLE OF string.
    DATA: wa_limtab(10)       TYPE C.
    DATA: lv_message_v1       LIKE SY-MSGV1.
    DATA: lv_message_v2       LIKE SY-MSGV2.
    DATA: lv_message_v3       LIKE SY-MSGV3.
    DATA: lv_message_v4       LIKE SY-MSGV4.
    LOOP AT et_sc_item_data INTO wa_et_sc_item_data.
    * Get corresponding line from transferred catalog data
      READ TABLE catalog_content INTO wa_catalog_content
                                 WITH KEY line = wa_et_sc_item_data-number_int
                                 BINARY SEARCH.
      IF sy-subrc = 0.
    *   If field content for checking authority against is not empty...
        IF NOT wa_catalog_content-cust_field5 IS INITIAL.
    *     Perform authority check
          AUTHORITY-CHECK OBJECT '<your auth.object here>'
                          ID     '<your auth.field here>'
                          FIELD  wa_tab.
          IF sy-subrc <> 0.
            MOVE wa_catalog_content-cust_field5  TO lv_message_v1.
            MOVE wa_et_sc_item_data-ordered_prod TO lv_message_v2.
    *       Eliminate leading zeroes from product number
            WHILE lv_message_v2+0(1) = '0'.
              SHIFT lv_message_v2.
            ENDWHILE.
    *       Output message
            MESSAGE ID     'ZXXX'
                    TYPE   'W'
                    NUMBER '000'
                    WITH   lv_message_v1
                           lv_message_v2.
    *       Remove item from SC
            DELETE et_sc_item_data.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Interesting observation is, that when issueing the message with type = 'I' it does not condense the message text. With type = 'W' it does...
    I also found out the reason, why the way via ET_SC_MESSAGES will not work: SAP <b>has hard coded</b> somewhere after the BAdI call the message id and message number... so no way to bypass this without a modification.
    Kind regards,
    Renaud

  • Make UDF Read-only for all users

    Hi
    Can i use any script to make a UDF read-only for all users?
    i am looking at CPRF and CUFD Tables
    thanks

    Hi,
    You should never try updating system table directly.  That will against supporting policy by SAP.
    Thanks,
    Gordon

  • How do I fix my left shift key? Any open windows leave and make the desktop visible.

    How do I fix my left shift key? Any open windows leave and make the desktop visible. I have tired to go into system preferences and reset all of the keyboard settings to default but the issue hasn't gone away.

    You are not running as administrator, I think, which may be required and the only way to properly work and register. Also check for compatibility mode settings, UAC and DEP, all of which may require to be adjusted for a legacy app like PS CS2 to run properly. Also turn off Aero and switch to a conventional visual theme. The brush issue may be related to that or is a more generic problem with your graphics card and mouse config, but since you didn't provide any info on that, it will be hard for anyone to advise.
    Mylenium

  • Error 1320 when trying to make a caption visible in LV 71

    Hi,
    If you try to make a caption visible of a new control via a property node you will get error 1320
    (LabVIEW: In edit mode, LabVIEW cannot return a property for a control part that you have not yet created)
    WHY?? In LV 7 it does work, and in 7.1 it doesn't�.
    Kind regards,

    I discovered this problem not too long ago.
    Follow the discussion here for the whole story.
    The work around is to first manually make the Caption visible by right clicking and navigate to Visible Items >>Caption. It seems in 7.1, the Caption is not created until you first turn it on manually.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Currently I have 10 bookmark folders, but when I try to bookmark a new webpage, I only get the option of 5 of them. Is there anything I can do to make them all visible?

    Currently I have 10 bookmark folders, but when I try to bookmark a new webpage, I only get the option of 5 of them. Is there anything I can do to make them all visible? I am now having to bookmark it to the "bookmark menu" and then manually moving it to the folder I want cause it is not being displayed.

    No there is no arrow besides any of the folders (I do not have any sub-folders); I do have a "choose..." option, but that does not work either in showing all of the folders.

  • How to make the library visible IN AN EXTERNAL disk?

    Hello.
    Searched this forum (found about 25 identical questions and answers "how to make the library visible").
    I turned mine and it is constantly visible now.
    Before installing Lion made a bootable image.
    When I connect the external HD, I see it in the Finder side bar, click on users>myname and the library folder doesn't show up.
    Tried the 3 ways to make it visible but they all bring back and show the Lion's library on my MBP, not the one in the external HD.
    Any ideas?
    (BTW, I am just an "amateur user", not too heavy, so just, please take in consideration that if you explain to me slowly I will understand quicly)...
    Thanks in advance.
    Saul

    Thank you Baltwo.
    Don't I know you from CCC? (If judging from your answer I do, always hit the nail in the head)...
    Yes, I guess I used the wrong terminology. Anyway, I did a bootable disk/image/clone, however it's called, with CCC (Carbon Copy Cloner), which BTW I am using for at least 3 years and saved several times my behind.
    So, if I understood you right, you mean booting from my external HD and make the library visible (I don't remember if the clone was made after installing Lion or still while in Snow L, but will check).
    I'll try and update here if it worked.
    Thanks again and have a good evening.
    Saul

  • How to make prices visible only to accounts

    Hi Guys,
    On the SBO e-commerce system how do we
    make the item prices only visible to B2B accounts?
    In other words the customer does not want any body to see their prices
    unless they are a B2B account and have logged in with their ID.
    Regards,
    philip

    I don't think that's available out of the box. You can set the default pricelist to a pricelist that has $0 for everything and set a catalog to be "View Only" so those items cannot be added to the cart. Then you create a new theme for B2B customers with a new catalog that allows adding to cart and this will show their dealer pricing.
    You can probably write a custom control to hide the price for non logged in users fairly easily though.
    Steve

  • How can I make my application visible on the net?

    Hi Everyone,
    Here is a silly question. I created a nice application on my notebook pc where I installed HTML DB. It is running Windows XP. The server is the HTTP server that came with the companion disk.
    Can you tell me what I need to do to make the application visible to people on the internet?
    Thanks.
    Emad.

    change your call from println to print.
    check the API docs for this stuff, it tells you everything you need to know.
    Good Luck
    Lee

  • How do I make hidden folders visible?

    sorry about the basic question, but How do I make hidden folders visible?
    thanks

    Open the Script Editor in the /Applications/AppleScript/ folder and run the following:
    do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    Click on the Finder in the Dock with the Control and Option keys held down and choose Relaunch. Some third-party utility software will also do this.
    (44450)

  • Can you explain me clearly how to make company code visible in cost center

    can you explain me clearly how to make company code visible in cost center master data using tcode kmlv

    Hi,
    There is no way to activate the company code field. If your Controlling Area and Company Code have one to one Assignment, then Company code is defaulted from the Controlling Area. However, if multiple Company Codes are assigned to one Controlling Area, then Company Code becomes a mandatory field in the Cost Center master data
    Also, in case you have multiple company codes assigned to one controlling area, please check the setting of the Controlling Area in Configuration and see if have selected "Cross Company Code Cost Accounting" . Also, check if you have assigned all the company codes to the controlling area
    Regards
    Mahendra

  • Make Website More Visible To Search Engines

    A friend of mine has provided the following feedback on my homepage;
    'The Blog page I visited was presented as graphical images, rather than as text. That means you have exact control over the appearance, but has several disadvantages. Among them are that people can't copy & paste what you've written, and search engines may not find it. (I say may not, because there seems to be some kind of text-based version that loads momentarily and then gets overwritten by the graphical image. Very strange! Search engines may be able to find the text-based version.)
    I have tried to find my website on Google without success. How do I make it more visible to search engines? Is there some preference in iWeb that would help?

    I wouldn't worry too much about the whole text-to-graphic conversion issue. iWeb does this for your benefit so that what is rendered is exactly what you expected. It is my belief that the negative effect of this on search engine results is also overblown.
    Anyhow, the least that you can do to get your site indexed by Google eventually is to go to Google directly and register, verify, and provide a sitemap for your site. I have put down a set of directions here for everyone's benefit...
    http://discussions.apple.com/thread.jspa?threadID=679200&tstart=0

  • Dropdown selection to make a subform visible

    Hi I am trying to work out how to make a subform visible/invisible dependant on the selection made in a previous dropdown box. Any ideas?

    Add the following javsscript code in the change event:
    var selection = xfa.event.newText;
    if(selection == "visible"){
    subform.presence = "visible"
    else {
    subform.presence = "hidden"

  • I want make my button visible or invisible on click of button

    Hi All
    I want make my button visible or invisible on click of button.
    Regards
    Kirankumar M

    HI Kiran,
    Your Question:
    onclick button should be visible and on second click it should become invisible.
    Answer:
    In your View
    1.Add Two button using Apply Template--actionButton
      So two buttons will get added to the view
    2.Create an attribute in View Context say buttonset of type com.sap.ide.webdynpro.uielementdefinitions.Visibility
    Bind the visible property of second button to buttonset attribute
    This attribute is  to set visibility
    Also create a booloean attribute bool in the View context
    3.In DoInit method
    wdContext.currentContextElement().setBool(true);
    So that both buttons are visible in View initially
    4.In First button event handler onActionButton()
    call second button eventhandler onActionButton_0()
    public void onActionButton(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionButton(ServerEvent)
           onActionButton_0(wdEvent);
        //@@end
    Here onActionButton_0() is like one method which is actually making second button visible or invisible based on boolean value bool=true /bool=false
    5. Write the following code in onActionButton_0() to perform the actual action
        if(wdContext.currentContextElement().getBool()==true){
                wdContext.currentContextElement().setButtonset(WDVisibility.NONE);
                wdContext.currentContextElement().setBool(false);
    else{
           wdContext.currentContextElement().setButtonset(WDVisibility.VISIBLE);
                      wdContext.currentContextElement().setBool(true);
    6.Now build and deploy ans run your application.
    It works..
    Nice Question..
    I was excited trying this...
    Hope it helps You
    Regards,
    Archana
    Edited by: Archana CTS on Mar 19, 2009 2:08 PM

Maybe you are looking for