public class SecurityPoliciesFeature
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
ID |
Constructor | Description |
---|---|
SecurityPoliciesFeature(boolean enabled,
SecurityPolicy[] policies) |
Create a SecurityPoliciesFeature
|
SecurityPoliciesFeature(java.lang.String[] policyURIs) |
Create a SecurityPoliciesFeature
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getID() |
|
java.util.List<SecurityPolicyFeature> |
getPolicies() |
The OWSM Policies associated with the web service or web service client
|
public static final java.lang.String ID
public SecurityPoliciesFeature(boolean enabled, SecurityPolicy[] policies)
enabled
- specifies whether this feature should be enabled or notpolicies
- an array of SecurityPolicy objects, each representing an OWSM policypublic SecurityPoliciesFeature(java.lang.String[] policyURIs)
policyURIs
- an array of URIs, each representing an OWSM policypublic java.util.List<SecurityPolicyFeature> getPolicies()
public java.lang.String getID()