Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adfinternal.model.adapter.webservice.security
Class SecurityModel

java.lang.Object
  extended by oracle.adfinternal.model.adapter.webservice.security.SecurityModel

public class SecurityModel
extends java.lang.Object

SecurityModel defines the Security configuration for a Data control. The current security model for the data control is the WS-SEC Standard proposed by the OASIS group

Since:
10.1.3

Field Summary
static java.lang.String PROPAGATE_IDENTITY
           
 
Constructor Summary
SecurityModel()
          Instantiate this security model.
 
Method Summary
 void clearSecurityParameters(oracle.webservices.model.Port thisPort)
           
 java.util.Map getCallProperties(oracle.webservices.model.Port port)
           
 java.lang.Object getProperty(java.lang.String name)
           
 boolean hasPolicyRefs(oracle.webservices.model.Port port)
           
 void initSecurity(oracle.webservices.model.Port thisPort)
           
 void removeProperty(java.lang.String name)
           
 void saveCallProperties(oracle.webservices.model.Port port, java.util.Properties props)
           
 void setProperty(java.lang.String name, java.lang.Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPAGATE_IDENTITY

public static final java.lang.String PROPAGATE_IDENTITY
See Also:
Constant Field Values
Constructor Detail

SecurityModel

public SecurityModel()
Instantiate this security model. Set up the configuration table and the security configuration serializers for the ports and operations.

Method Detail

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object val)

getProperty

public java.lang.Object getProperty(java.lang.String name)

removeProperty

public void removeProperty(java.lang.String name)

hasPolicyRefs

public boolean hasPolicyRefs(oracle.webservices.model.Port port)

getCallProperties

public java.util.Map getCallProperties(oracle.webservices.model.Port port)

saveCallProperties

public void saveCallProperties(oracle.webservices.model.Port port,
                               java.util.Properties props)

initSecurity

public void initSecurity(oracle.webservices.model.Port thisPort)

clearSecurityParameters

public void clearSecurityParameters(oracle.webservices.model.Port thisPort)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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