|
||
|
Namespace of the wsse_UsernameTokenType complex type.
|
|
||
|
Local part of the QName of the wsse_UsernameTokenType complex type.
|
|
||
|
The wsse_UsernameTokenType complex type, which represents the {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}UsernameTokenType element.
|
|
||
|
The wsse_UsernameTokenType_o complex type, which represents an optional instance of a {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}UsernameTokenType element.
|
|
||
|
Array of wsse_UsernameTokenType elements. This structure type is used represent an array of wsse_UsernameTokenType elements. Arrays are allocated by wsse_UsernameTokenType_array_init() and freed by calling wsse_UsernameTokenType_array_destroy(). Elements may be added to an array by calling wsse_UsernameTokenType_array_push(). |
|
|||||||
|
Initialize a wsse_UsernameTokenType. Allocates a new wsse_UsernameTokenType and initializes its contents. When the structure is no longer needed, it should be freed by calling wsse_UsernameTokenType_destroy().
|
|
|||||||
|
Destroy a wsse_UsernameTokenType. Frees a wsse_UsernameTokenType. All subelements and attributes will be destroyed (and freed if they are optional).
|
|
|||||||||
|
Copy a wsse_UsernameTokenType. Perform a deep copy of a wsse_UsernameTokenType. The dest structure will be allocated, and then a copy of the contents of src and its subelements and attributes will be made to dest.
|
|
|||||||
|
Initialize the contents of a wsse_UsernameTokenType. Initialize the contents of a wsse_UsernameTokenType. This should be used when the structure is allocated on the stack or by a some allocator besides wsse_UsernameTokenType_init(). The contents may be freed by calling wsse_UsernameTokenType_destroy_contents().
|
|
|||||||
|
Destroy the contents of a wsse_UsernameTokenType. Destroy the subelements and attributes of the given wsse_UsernameTokenType.
|
|
|||||||||
|
Copy the contents of a wsse_UsernameTokenType. Perform a deep copy of the contents of a wsse_UsernameTokenType. The dest strcuture must be allocated before making this call. A copy of the subelements and attributes of @ src will be made to dest.
|
|
|||||||||||||||
|
Deserialize a wsse_UsernameTokenType. Deserialize an element containing a wsse_UsernameTokenType element.
|
|
|||||||||||||||
|
Deserialize a wsse_UsernameTokenType. Deserialize a wsse_UsernameTokenType whose enclosing element has already been deserialized.
|
|
|||||||||||||||
|
Deserialize an optional wsse_UsernameTokenType. Deserialize the next element if it contains a wsse_UsernameTokenType.
|
|
|||||||
|
Initialize an array of wsse_UsernameTokenType elements. Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling wsse_UsernameTokenType_array_destroy().
|
|
|||||||
|
Destroy an array of wsse_UsernameTokenType elements. Frees an array of wsse_UsernameTokenType elements. The contents of each element element in the array be destroyed by calling wsse_UsernameTokenType_destroy_contents().
|
|
|||||||||
|
Copy an array of wsse_UsernameTokenType elements. Perform a deep copy of an array of wsse_UsernameTokenType elements. The dest array will be allocated, and then a copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Initialize the contents of an array of wsse_UsernameTokenType elements. Initialize the contents of an array of wsse_UsernameTokenType elements. Used when the array is allocated on the stack or by a some allocator besides wsse_UsernameTokenType_array_init(). The contents of the array may be freed by calling wsse_UsernameTokenType_array_destroy_contents().
|
|
|||||||
|
Destroy the contents of an array of wsse_UsernameTokenType elements. Destroy the elements in an array of wsse_UsernameTokenType elements. The contents of each element in the array be destroyed by calling wsse_UsernameTokenType_destroy_contents() and the array will be reset to be empty.
|
|
|||||||||
|
Copy the contents of an array of wsse_UsernameTokenType elements. Perform a deep copy of an array of wsse_UsernameTokenType elements. The dest array must be allocated before making this call. A copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Append a new wsse_UsernameTokenType to an array. Allocate and initialize a new wsse_UsernameTokenType structure, adding it to the end of the given array.
|
|
|||||||||||||||
|
Serialize an array of wsse_UsernameTokenType elements. Serialize an element containing an array of wsse_UsernameTokenType elements.
|
|
|||||||||||||||
|
Deserialize an array of wsse_UsernameTokenType elements. Deserialize an element containing an array of wsse_UsernameTokenType elements.
|
|
||
|
QName of the wsse_UsernameTokenType complex type.
|
|
||
|
Initial value:
{
&wsse_UsernameTokenType_qname,
wsse_UsernameTokenType_serialize_wrapper,
wsse_UsernameTokenType_deserialize_pointer_wrapper,
wsse_UsernameTokenType_init_wrapper,
wsse_UsernameTokenType_destroy_wrapper,
wsse_UsernameTokenType_copy_wrapper,
wsse_UsernameTokenType_init_contents_wrapper,
wsse_UsernameTokenType_destroy_contents_wrapper,
wsse_UsernameTokenType_copy_contents_wrapper,
sizeof(wsse_UsernameTokenType),
NULL,
&wsse_UsernameTokenType_contents_info,
&wsse_UsernameTokenType_array_info
}
|
|
||
|
Type information for serializing and deserializing wsse_UsernameTokenType elements.
|
|
||
|
Initial value:
{
&wsse_UsernameTokenType_qname,
wsse_UsernameTokenType_array_serialize_wrapper,
wsse_UsernameTokenType_array_deserialize_wrapper,
wsse_UsernameTokenType_array_init_wrapper,
wsse_UsernameTokenType_array_destroy_wrapper,
wsse_UsernameTokenType_array_copy_wrapper,
wsse_UsernameTokenType_array_init_contents_wrapper,
wsse_UsernameTokenType_array_destroy_contents_wrapper,
wsse_UsernameTokenType_array_copy_contents_wrapper,
sizeof(wsse_UsernameTokenType),
wsse_UsernameTokenType_array_push_wrapper,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing arrays of wsse_UsernameTokenType elements.
|
|
||
|
Initial value:
{
&wsse_UsernameTokenType_qname,
wsse_UsernameTokenType_serialize_contents_wrapper,
wsse_UsernameTokenType_deserialize_contents_wrapper,
wsse_UsernameTokenType_init_wrapper,
wsse_UsernameTokenType_destroy_wrapper,
wsse_UsernameTokenType_copy_wrapper,
wsse_UsernameTokenType_init_contents_wrapper,
wsse_UsernameTokenType_destroy_contents_wrapper,
wsse_UsernameTokenType_copy_contents_wrapper,
sizeof(wsse_UsernameTokenType),
NULL,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing the contents of wsse_UsernameTokenType without surrounding elements.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org