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 MissingAttributeDetail s to define the status
detail. |
Copyright © 2024 WSO2. All rights reserved.