InfoboxTokenImpl
public interface InfoboxToken
InfoboxReadResponse
.
Depending on whether the token is extracted from an XMLContent
or a
Base64Content
it is either returned as DOM element
(getXMLToken()
) or base64 encoded string (getBase64Token()
).Modifier and Type | Method | Description |
---|---|---|
String |
getBase64Token() |
Returns the infobox token.
|
String |
getKey() |
The key of the corresponding infobox.
|
Element |
getXMLToken() |
Returns the infobox token.
|
boolean |
isPrimary() |
Specifies if this token is the first token (e.g in an array of tokens) included in an
InfoboxReadResponse . |
String getKey()
Key
attribute of the <Pair>
child
element in an <AssocArrayData>
content of an InfoboxReadResponse.
Maybe null
if the InfoboxReadResponse conatains BinaryFileData
.boolean isPrimary()
InfoboxReadResponse
. If true
this token is the token to be
validated by a corresponding
InfoboxValidator
.
If false
this token maybe needed to validate the primary token.True
if this token is the first token.Element getXMLToken()
null
if the token is returned by method getBase64Token()
as base64 encoded string.
not
validated against the
application specific schema (e.g. Mandates schema in the mandates context).
Thus the validating application has to
validate the token
against the appropriate schema.null
the token is returned by method
getBase64Token()
as base64 encoded string.String getBase64Token()
null
if the token is returned by method getXMLToken()
as a DOM element.
null
the token is returned by method
getBase64Token()
as base64 encoded string.Copyright © 2019. All rights reserved.