Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Uses of Class
oracle.adf.view.rich.render.ClientMetadata.Secured

Packages that use ClientMetadata.Secured
oracle.adf.view.rich.render   

 

Uses of ClientMetadata.Secured in oracle.adf.view.rich.render

 

Methods in oracle.adf.view.rich.render that return ClientMetadata.Secured
 ClientMetadata.Secured ClientMetadata.getSecured(org.apache.myfaces.trinidad.bean.PropertyKey key)
          Returns the secure type of the specified property if the property key is not registered, it will be of type Secured.NEVER, meaning it is always settable by client.
static ClientMetadata.Secured ClientMetadata.Secured.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientMetadata.Secured[] ClientMetadata.Secured.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.adf.view.rich.render with parameters of type ClientMetadata.Secured
 void ClientMetadata.addSecureProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, ClientMetadata.Secured secured)
          Registers a key as a secure property key with specified secure type.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.