| Package | Description |
|---|---|
| org.opensaml.soap.wspolicy |
XMLObject interfaces for WS-Policy 1.2 elements.
|
| org.opensaml.soap.wspolicy.impl |
XML Object provider implementations for WS-Policy.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Policy> |
OperatorContentType.getPolicies()
Get the list of
Policy elements. |
java.util.List<Policy> |
PolicyAttachment.getPolicies()
Get the list of Policy child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyImpl
PolicyImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
PolicyBuilder.buildObject()
Builds a WS-Policy object.
|
Policy |
PolicyBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Policy> |
PolicyAttachmentImpl.getPolicies()
Get the list of Policy child elements.
|
java.util.List<Policy> |
OperatorContentTypeImpl.getPolicies()
Get the list of
Policy elements. |