public class SecurityPolicyFeature extends WebServiceFeature
| Modifier and Type | Field and Description | 
|---|---|
| static String | ID | 
enabled| Constructor and Description | 
|---|
| SecurityPolicyFeature(boolean enabled,
                     String uri) | 
| SecurityPolicyFeature(boolean enabled,
                     String uri,
                     Property[] properties)Create a SecurityPolicyFeature | 
| SecurityPolicyFeature(String uri)Create a SecurityPolicyFeature | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPropertyFeature(PropertyFeature property) | 
| String | getID() | 
| List<PropertyFeature> | getProperties() | 
| Map<String,String> | getPropertyMap() | 
| String | getSeedPolicyName() | 
| String | getUri()The URI to retrieve the policy | 
isEnabledpublic static final String ID
public SecurityPolicyFeature(boolean enabled,
                             String uri,
                             Property[] properties)
enabled - specifies whether this feature should be enabled or noturi - specifies the URI associated with the policypublic SecurityPolicyFeature(boolean enabled,
                             String uri)
public SecurityPolicyFeature(String uri)
uri - specifies the URI associated with the policypublic String getUri()
public List<PropertyFeature> getProperties()
public String getSeedPolicyName()
public void addPropertyFeature(PropertyFeature property)
public String getID()
getID in class WebServiceFeature