Sun Identity Manager 8.1 Resources Reference

skip Token

The skip token tokenizes areas of the screen that can be skipped and that don’t contain useful information about the user that should be parsed. The parse position will be advanced to the first character after the skipped characters.

Attributes

Attribute

Description

len

Indicates the number of characters to skip on the screen. 

Data

None

Examples

In the following examples, the first token skips 17 characters, while the second skips only one character.

<skip len=’17’/>
<skip len=’1’/>