How the portlet uses it's own security Webcenter App / spaces Webcenter?

Hello.
How the portlet uses it's own security Webcenter App / spaces Webcenter?
I can't get google userfull and oracle help, you can give me some advice?
Thank you very much ~

I do not have testicles but it seems normal that your "application" lost security constraints when you put it into a portlet.
An ADF application uses another way to set security. Portlets using portlet standard which is something other than the ADF security model. In order to create security on the portlet, you should follow the standard portlet and not the safety of the ADF.

Tags: Fusion Middleware

Similar Questions

  • An associative array, how the records using the loop counter?

    In the associative array, how the records using the loop counter? for example
    declare
        type population is table of number index by varchar2(64);
        city_population population;   
    begin
        city_population('Samillve') := 200;
        city_population('Lindenhurst') := 300;    
        
        for i in 1 .. city_population.count
        loop
            dbms_output.put_line(city_population(i)); -- compiler error
        end loop;
    end;
    /

    That would look like

    SQL> ed
    Wrote file afiedt.buf
    
      1  declare
      2      type population is table of number index by varchar2(64);
      3      city_population population;
      4      l_index varchar2(64);
      5  begin
      6      city_population('Samillve') := 200;
      7      city_population('Lindenhurst') := 300;
      8      l_index := city_population.first;
      9      while( l_index IS NOT NULL )
     10      loop
     11          dbms_output.put_line(city_population(l_index ));
     12          l_index := city_population.next(l_index);
     13      end loop;
     14* end;
    SQL> /
    300
    200
    
    PL/SQL procedure successfully completed.
    

    Justin

  • Way back to the how the shot used to be?

    Suppose that change you the objective point of view and some of the basic things like exposure etc. You click OK.

    Yet once, her you open the image in ACR. Is there a quick way to switch back to see how the image was originally?

    Also: is there a way to get rid of the phone wires in ACR (in either the current content)

    and if you play with something complex like task remove, how to you to cancel without canceling your previous settings?

    Sorry for all the questions of the cab, but I just returned from a trip and I try to do some now reported in ACR instead of convert to PSD as usual.

    Yammer wrote:

    You can re-back in history as you can in Photoshop, with Ctrl-Alt-Z.

    Only for the current ACR launch... at the launch, ACR has virtually cancel ulimited (I don't remember the exact number of steps back he can do, but at least 100 steps). But commit you (open or done) that cancel is lost.

    You really need to look at the Snapshots as a way to store multiple versions of raw settings...

  • How the DRS uses resources

    I am trying to wrap the head around how DRS uses the memory of all hosts in a cluster. DRS moves just a virtual computer to another host with a more available memory or it somehow all the memory pool hosts affect these amounts as a result of the virtual machine based on it's needs (and the VM not migrated - remains on the host)?

    Hope it makes sense.

    Thank you

    You can add a computer configured for 32 GB virtual memory, but it will not be able to access more physical memory than available from a single host, i.e. 20GB memory less a little overhead hypervisor. If attempts to use more than is physically available VM will be provided a swap file.

  • When rendering of how the gpu use?

    I just got a nw computer and I was trying to make a video. When I read the script, I get about 28 percent use of my gpu. but when I did I get only 7-9% of use. Is - this low / and if it is then how can solve this problem?

    Plug

    Intel xeon e3 1231 ve

    NVIDIA gtx 970 (zotac)

    16 GB of ram

    256 GB SSD

    GD 2000 disk

    All use CUDA... read this

    creation http://blogs.adobe.com/premiereprotraining/2011/02/CUDA-Mercury-playback-Engine-and-Adobe--pro.html

  • How the group using SQL for the desired output.

    Hi all

    I am currently using oracle 10.2.0.4.0

    Create a table script:
    CREATE TABLE FORTEST
    ( gpno VARCHAR2(10 BYTE),
      classnumber  VARCHAR2(10 byte),
      age_min NUMBER,
      age_max NUMBER,
      amount NUMBER)
    INSERT statement:
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,36,40,3) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,36,40,5) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,36,40,3) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,36,40,3) 
    power required:
    gpno    classnumber    age_min    age_max    amount
    G123    1,3                0        29        1
    G123    1,3                30       35        2
    G123    1,3                36       40        3
    G123    2                  0        29        1
    G123    2                  30       35        2
    G123    2                  36       40        5
    G124    1                  0        29        1
    G124    1                  30       35        2
    G124    1                  36       40        3
    as for gpno g123, classnumber 1 and 3, the rates are the same in all the age_min and age_max they need to be grouped.
    even if gpno 123 classnumber 2 has the same rates as the classesnumber 1 and 3 for the age groups 0 to 29 and 30 to 35,
    rates are different for ages 36 to 40. so it should not be placed together. How can I do this in SQL

    any help is appreciated.

    Thanks in advance.

    Hello

    Thorny problem!

    Unfortunately, LISTAGG was created to the Oracle 11.2. About half of the complexity here is the aggregation of chain, i.e. forming the list of the classnumbers, as '1.3', using only functions available in Oracle 10.2.

    Here's a solution:

    WITH     got_gpno_classnumber_cnt   AS
    (
         SELECT     gpno, classnumber, age_min, age_max, amount
         ,     COUNT (*) OVER ( PARTITION BY  gpno
                                      ,            classnumber
                          )   AS gpno_classnumber_cnt
         FROM    fortest
    --     WHERE     ...     -- If you need any filtering, this is where it goes
    )
    ,     pairs          AS
    (
         SELECT    a.gpno
         ,       a.classnumber
         ,       MIN (b.classnumber)
                    OVER ( PARTITION BY  a.gpno
                              ,                    a.classnumber
                      )     AS super_classnumber
         FROM       got_gpno_classnumber_cnt  a
         JOIN       got_gpno_classnumber_cnt  b  ON   a.gpno     = b.gpno
                                      AND  a.age_min     = b.age_min
                                    AND  a.age_max     = b.age_max
                                    AND  a.amount     = b.amount
                                    AND  a.gpno_classnumber_cnt
                                            = b.gpno_classnumber_cnt
         GROUP BY  a.gpno
         ,            a.classnumber
         ,       b.classnumber
         HAVING       COUNT (*)     = MIN (a.gpno_classnumber_cnt)
    )
    ,     got_rnk          AS
    (
         SELECT DISTINCT
                 gpno, classnumber, super_classnumber
         ,     DENSE_RANK () OVER ( PARTITION BY  gpno
                                   ,                    super_classnumber
                                   ORDER BY          classnumber
                           )         AS rnk
         FROM    pairs
    )
    ,     got_classnumbers     AS
    (
         SELECT     gpno, classnumber, super_classnumber
         ,      SUBSTR ( SYS_CONNECT_BY_PATH (classnumber, ',')
                       , 2
                     )     AS classnumbers
         FROM     got_rnk
         WHERE     CONNECT_BY_ISLEAF = 1
         START WITH     rnk             = 1
         CONNECT BY     rnk             = PRIOR rnk + 1
              AND     gpno             = PRIOR gpno
              AND     super_classnumber  = PRIOR super_classnumber
    )
    SELECT DISTINCT
           g.gpno
    ,       c.classnumbers
    ,       g.age_min
    ,       g.age_max
    ,       g.amount
    FROM       got_gpno_classnumber_cnt  g
    JOIN       got_classnumbers         c  ON   c.gpno        = g.gpno
                                 AND  c.classnumber  = g.classnumber
    ORDER BY  g.gpno
    ,            c.classnumbers
    ;
    

    Out (just as you requested):

    GPNO       CLASSNUMBERS       AGE_MIN    AGE_MAX     AMOUNT
    ---------- --------------- ---------- ---------- ----------
    G123       1,3                      0         29          1
    G123       1,3                     30         35          2
    G123       1,3                     36         40          3
    G123       2                        0         29          1
    G123       2                       30         35          2
    G123       2                       36         40          5
    G124       1                        0         29          1
    G124       1                       30         35          2
    G124       1                       36         40          3
    
  • How the OS use authentication

    Hello

    I have a problem with the Oracle 10 g security on XP, sp2, and sp3.

    I want to use the authentication of the OS.

    (1) I created an account:

    CREATE USER OPS$ ORANGE IDENTIFIED EXTERNALLY.
    GRANT DBA TO PAHO$ ORANGE;


    (2) I created a Windows account Orange (users group)


    (3) they are my settings:

    os_authent_prefix = OPS$
    REMOTE_OS_AUTHENT = TRUE


    (4) I opened a Windows session with the orange account.

    (5) I opened sqlplusw

    SQL > connect.
    ERROR:
    ORA-01017: name of user and password invalid. connection refused

    WARNING: You are more connected to ORACLE.
    SQL >


    If I type:

    CONNECT / AS SYSDBA
    It is ok.



    I am unable to be authenticated without 'AS SYSDBA'. I don't want that ORANGE will be under SYS. What have I forgotten?

    Please...

    Please, you must follow the directions or it won't work: your Windows user's "kate" but Oracle needs it uppercase, that you create with lowercase letters, then try again:

    SYS@orcl > create user "ORACLE-DEV\KATE" identified externally;
    

    Enrique

  • How the photos use locking screen account photos

    I have pictures on my lock screen and I want to use for my image of account but I can't move them into windows 8.1

    You need not move them.  Just open the application settings PC, go to the accounts section to take your picture for your account picture:

  • How the iPhone 6 more lock 9.3.1 app

    How iPhone 6 more s 9.3.1 app lock and hiden app thank

    You cannot lock individual on an iPhone apps (unless the application developer provides this feature). You can not hide applications.

  • How can I transfer all the messages/conversations from my iphone to messages.app on my mac?

    Hi people,

    Maybe someone can help me:

    How can I transfer the entire contents of my messages app on my iphone to the messages on my mac app?

    the problem is, when I create in the messages app a new account with my appl ID (for example on a new mac) I also use with my iphone, so everything worked very well for the starting point of creation.

    BUT... some older posts, I have on my iphone will appear in the new messages.app - account on my mac.

    I have thousands of old messages and conversations, I now can only see on my phone or with some more or less useful third party apps. those who cannot vonert messages to a PDF file or som other format useful semi > but no one can transfer it in the messages app.

    • I learned that apple does not save my imessages for more than 72hours (which makes me happy because of the confidentiality of the data), so I can't take via imessages-servers.
    • I also learned that it is possible to transfer data from the library files to a previous account. but unfortunately, I've just accidentally deleted those files, so this solution won't help:
      • I had serious problems to enable the transfer of SMS on a second mac (I guess I failed it in between), I went in the ususal trial & error-process and disabled the account of messages on the mac.
      • After that, I deleted all caches using onyx. then I restarted the iphone and the macbook and restarted the messages app.
      • the app behave like the 'never used before': I entered my apple, app ID remind my cell phone number and all other settings from the old account, but THE MESSAGES WERE GONE alle.
      • I don't know I deleted the using onyx. but there should be a way to win back them?

    the system configuration:

    • Start "2011-17 - macbook pro with latest el capitan (10.11.6)"
    • iPhone 6 with latest iOS (9.3.5)

    PLEASE Please HELP me - even if I use third-party software...

    Hello

    Can't do.

    iMessages are pushed by the iMessages servers to devices recorded at this time there.

    They are not held on servers and are deleted as soon as receiving devices accept.

    (that is, it is not like electronic mail that can be left on the server (POP) or rest on the (IMAP) server to be retried by other devices that can identify you later).

    How the files/iMessages are stored on the iPhone and the way the Mac stores are not the same.

    It is possible to have the iPhone one store backup via iTunes on Mac.

    From there on, it is possible to use third party applications to read (check out them and make them as text files), but they cannot be forced into Messages.

    By copying and pasting entire conversations from one chat to another it's the Mac send s just like a long piece of text with few (not in use) formatting.

    Can also have problems with actually duplicate the whole file with space on the iPhone in the first place.

    19:44 Friday. September 2, 2016

     iMac 2.5 Ghz i5 2011 (El Capitan)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     iPhone and iPad (2)

  • my air ipad storage is almost full. How do I purge of the less important items? Y at - it app to serve the music and pictures in double?

    My air ipad storage is almost full.

    How do I purge of the less important items?

    Y at - it app to serve the music and pictures in double?

    How can I keep on my ipad apps that are shared by other devices?

    First, have you checked when most of the storage used for?

    Check your storage space on your iPhone, iPad and iPod touch - Apple Support

  • How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?

    I want to integrate the ANSI C sample program ReadDigPort - ExtClk.c in my own big package.

    I want to use the internal clock of the BNC NI USB-6259 (.. 80 kHz 120 kHz).

    In the document:
    High speed M: Series Multifunction DAQ for USB - 16-bit, up to 1.25 MECH built-in BNC connectivity. / s,.
    is written:
    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    How can I use internal clock case OR USB - 6259 BNC for the acquisition of digital data in my own big software?
    With what other subsystem on the device can generate a source of the clock? How?

    It is possible to set a clock on an internal counter (for example ' Dev1/ctr0"):
    Creates channels to generate digital impulses that define the freq and dutyCycle and adds the channel of the task that you specify with taskHandle.
    DAQmxCreateCOPulseChanFreq (taskHandle, "Dev1/ctr0" units, clockName, idleState,
    initialDelay, freq, the duty cycle); works

    But it is not possible to drive this internal clock to a terminal (for example "/ PFI0/Dev1"):
    DAQmxErrChk (DAQmxCreateCOPulseChanFreq (taskHandle, "/ PFI0/Dev1", clockName, units, idleState, '))
    initialDelay, freq, the duty cycle); does not work: error DAQmx: measurements: type I/O of the physical channel does not match the type of I/O required for the virtual channel you create. Name of the physical channel: PFI0. Name of the virtual channel: clock

    The sample clock source can be derived from an external terminal (for example "/ PFI0/Dev1"):
    Sets the source of the sample clock, the sample clock rate and the number of samples to acquire or generate.
    DAQmxCfgSampClkTiming (taskHandle, "/ PFI0/Dev1", maximumExpectedSamplingRate, DAQmx_Val_Rising, ")
    DAQmx_Val_ContSamps, bufferSize); works. Acquire or generate samples until you stop the task

    But it is not possible to derive the internal counter of the clock (for example ' Dev1/ctr0"):
    DAQmxCfgSampClkTiming (taskHandle, "Dev1/ctr0", maximumExpectedSamplingRate, DAQmx_Val_Rising,
    DAQmx_Val_ContSamps, bufferSize); does not work. Error: Acquire or generate samples until you stop the task: make sure that the name of the terminal is valid for the specified device. See Measurement & Automation explore valid names of terminals. Property: Property of DAQmx_SampClk_Src: DAQmx_SampClk_ActiveEdgeSource device: Terminal Source Dev1: Dev1/ctr0

    Hi datafriend,

    using what it says is correct:

    Or sample DI source clock: Any PFI, RTSI, HAVE sample or convert clock, AO, Ctr n out internal and many other signals sample clock
    The digital subsystem doesn't have its own dedicated internal synchronization engine. Therefore, a sample clock must be provided another subsystem on the device or from an external source.

    This means that if you do not use an external signal as clock you can use the sample clock to HAVE it on board or at the output of the internal counter.

    There are also 2 ANSI C examples in this regard:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4485

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/4488

    So in both cases you have to use a fictitious task you need only for the generation of the internal clock (HAVE or CTR)

  • How can I configure my computer to another person can use with their own password and do not go through the mine?

    How can I configure my computer to another person can use with their own password and do not go through the mine?

    Hello

    Activate the guest account or setup a new account with the access levels that you must allow.
    either will work.

    How to activate the guest account enabled or disabled in Vista
    http://www.Vistax64.com/tutorials/126933-guest-account-turn-off.html

    How to create a new user account in Vista (also see the related tutorials)
    http://www.Vistax64.com/tutorials/93009-user-account-create.html

    User accounts in Windows Vista
    http://www.optimizingpc.com/Vista/multiple_useraccounts.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • When I am browsing the internet using Safari and I'm looking for something like a plumber he gives met with responses from an area not my own.  How can I change this?

    When I'm surfing the internet using Safari looking for a product (like a plumber) all my suggestions come from the vicinity of Tyler, Texas.  I live much closer to Dallas.  How can I change that.  Thank you!

    You have location services? Are you allowing access from Safari to your location? You must check in the settings > privacy > Location Services > Safari Web sites. If she knows exactly where you are, then you can get these errors.

    I'm sorry, I just realized that you were referring to the Mac computer. My answer was for an iPhone. I can't help you with the Mac.

  • How to control the call to a data control using the portlet parameter

    Hello

    I use a web service data control in my portlet application. I would like to know if there is a way where in the data control will not be called when the portlet is responsible, unless the portlet parameter is specified.

    Thanks in advance!
    Rian

    You are right.

    It is an example of a classic which I use as a data control:

    public class UserDataControl {
    
      private UserService_Service user_service;
      private UserService us;
    
        public UserDataControl() {
            super();
            user_service = new UserService_Service();
            us = user_service.getUserServicePort();
        }
    
        public List getUserList(String company) {
          List list = us.retrieveUserList(company);
            System.out.println(list.size());
             return list;
        }
    }
    

    The proxy in my case has been generated in UserService_Service.
    This class is used as a datacontrol so my datacontrol will be a setting for the company, as you can see in the getUserList.
    You can check if the parameter is null, then returnn an empty list or so.

Maybe you are looking for

  • HP11C calculator

    My HP 11 c did not turn over (she had only two hours before, I recalled having seen the asterisk of low battery), so I changed the batteries. As I put in the new batteries it continues to Flash the latest figures who were on the screen, before he had

  • can't find my windows utitity cleaner may have deleted by accident and can't get it back

    have tried to uninstall microsoft silverlight, but not something on the patch package could not be opened. tried to install cannot install updates. was looking for utility cleaning to correct the problem that is not found. lost don't know what to do

  • Error messages, rather than factors

    I know that I made a blunder, when signingup. I'm not computer literate and there is a place here, who asked me the name of my server. Heck, I thought a cleaning woman. but, for some reason, I put various somrthing and don't know, how or where do go

  • make a local administrator, a domain user

    How can I give a user in the domain of administrative rights workstation local in a Windows Server 2003 domain and using Windows XP on the local computer?

  • ONE OF THE OPTICAL READERS READING DISCS 2

    I am running Microsoft Windows 7 Home Premium 64-Bit. I'm having a problem getting one of my optical drives recently added to read discs. The engraver of CD - RW LG GCE - 8525-B, (set as slave), will read audio discs but nothing else. The master disc