Skip navigation links 
 
oracle.adfinternal.model.adapter.webservice.security
Class SecurityModel
java.lang.Object
  
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
 
 
  
 
| Constructor Summary | 
SecurityModel() 
          Instantiate this security model. | 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
PROPAGATE_IDENTITY
public static final java.lang.String PROPAGATE_IDENTITY
- 
- See Also:
 
- Constant Field Values
 
 
SecurityModel
public SecurityModel()
- Instantiate this security model. Set up the configuration table and the security configuration serializers for the ports and operations.
 
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)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.