Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.3.0)

E17480-04


oracle.adf.controller.metadata.model
Interface Security


public interface Security

Metadata for security. Security is specified using the <security> element.


Method Summary
 TransportGuaranteeType getTransportGuarantee()
          Returns the transport guarantee for this object.
 Security merge(Security mergeSecurity)
          The merge behaves like a transparent overlay - where objects are specified in both, the merge object replaces that in the starting object.

 

Method Detail

getTransportGuarantee

TransportGuaranteeType getTransportGuarantee()
Returns the transport guarantee for this object. Note: If no transport guarantee is specified then NONE is returned.
Returns:
The transport guarantee.

merge

Security merge(Security mergeSecurity)
The merge behaves like a transparent overlay - where objects are specified in both, the merge object replaces that in the starting object. Objects specified in only one of the merged objects appear in the final object.
Parameters:
mergeSecurity - the Security object to merge on top of this one.
Returns:
the combined Security object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.3.0)

E17480-04


Copyright © 1997, 2012, Oracle. All rights reserved.