|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueBase64Binary
AzAttributeValueBase64Binary contains a Java byte[] object that may be used to generate the XACML #base64Binary DataType.
Method Summary | |
---|---|
AzDataByteArray |
getValue()
Return the Java AzDataByteArray object that is used by this AzAttributeValueBase64Binary object to represent the XACML #base64Binary DataType |
void |
setValue(AzDataByteArray azVal)
Set the value of this AzAttributeValueBase64Binary object with a Java AzDataByteArray object that can generate the string that can be used for the value of a XACML #base64Binary DataType. |
java.lang.String |
toXacmlString()
Return the Java String that can be used as the XACML #base64Binary DataType representation of the Java byte[] array, contained in the AzDataByteArray of this AzAttributeValueBase64Binary object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(AzDataByteArray azVal)
setValue
in interface AzAttributeValue<AzDataTypeIdBase64Binary,AzDataByteArray>
azVal
- an azDataByteArray that can be used to generate
XACML #base64Binary DataTypeAzDataByteArray getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdBase64Binary,AzDataByteArray>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdBase64Binary,AzDataByteArray>
AzDataByteArray
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |