Package | Description |
---|---|
org.wso2.carbon.identity.entitlement.stub | |
org.wso2.carbon.identity.entitlement.stub.dto | |
org.wso2.carbon.identity.entitlement.stub.types.axis2 |
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
EntitlementServiceStub.getAllEntitlements(String identifier74,
AttributeDTO[] givenAttributes75)
Auto generated method signature
|
EntitledResultSetDTO |
EntitlementService.getAllEntitlements(String identifier40,
AttributeDTO[] givenAttributes41)
Auto generated method signature
|
void |
EntitlementServiceStub.startgetAllEntitlements(String identifier74,
AttributeDTO[] givenAttributes75,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
EntitlementService.startgetAllEntitlements(String identifier40,
AttributeDTO[] givenAttributes41,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDTO[] |
PolicyDTO.localAttributeDTOs
field for AttributeDTOs
This was an Array!
|
protected AttributeDTO[] |
EntitledAttributesDTO.localAttributeDTOs
field for AttributeDTOs
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
AttributeDTO[] |
PolicyDTO.getAttributeDTOs()
Auto generated getter method
|
AttributeDTO[] |
EntitledAttributesDTO.getAttributeDTOs()
Auto generated getter method
|
static AttributeDTO |
AttributeDTO.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyDTO.addAttributeDTOs(AttributeDTO param)
Auto generated add method for the array for convenience
|
void |
EntitledAttributesDTO.addAttributeDTOs(AttributeDTO param)
Auto generated add method for the array for convenience
|
void |
PolicyDTO.setAttributeDTOs(AttributeDTO[] param)
Auto generated setter method
|
void |
EntitledAttributesDTO.setAttributeDTOs(AttributeDTO[] param)
Auto generated setter method
|
protected void |
PolicyDTO.validateAttributeDTOs(AttributeDTO[] param)
validate the array for AttributeDTOs
|
protected void |
EntitledAttributesDTO.validateAttributeDTOs(AttributeDTO[] param)
validate the array for AttributeDTOs
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDTO[] |
GetAllEntitlements.localGivenAttributes
field for GivenAttributes
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
AttributeDTO[] |
GetAllEntitlements.getGivenAttributes()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
GetAllEntitlements.addGivenAttributes(AttributeDTO param)
Auto generated add method for the array for convenience
|
void |
GetAllEntitlements.setGivenAttributes(AttributeDTO[] param)
Auto generated setter method
|
protected void |
GetAllEntitlements.validateGivenAttributes(AttributeDTO[] param)
validate the array for GivenAttributes
|
Copyright © 2019 WSO2. All rights reserved.