| Package | Description |
|---|---|
| org.wso2.balana.ctx |
All of the classes that support the context schema are in this
package.
|
| Modifier and Type | Method and Description |
|---|---|
static MissingAttributeDetail |
MissingAttributeDetail.getInstance(Node root,
PolicyMetaData metaData)
Creates an instance of an
MissingAttributeDetail based on the root
DOM node of the XML data. |
| Modifier and Type | Method and Description |
|---|---|
List<MissingAttributeDetail> |
StatusDetail.getMissingAttributeDetails()
Gets List of
MissingAttributeDetail elements |
| Constructor and Description |
|---|
StatusDetail(List<MissingAttributeDetail> missingAttributeDetails)
Constructor that uses a
List of MissingAttributeDetails to define the status
detail. |
Copyright © 2021 WSO2. All rights reserved.