token-base64-decode

Decodes the result of the enclosed tokens from base64 encoded data to bytes and then converts the bytes into a string using the character set specified by the character set.

Example

<token-base64-decode charset="UTF-8"> <token-op-attr name="data"/></token-base64-decode>

Allowed Content

Element

Description

arg-association

Association argument.

arg-component

Component argument.

arg-dn

DN argument.

arg-node-set

Node set argument.

arg-password

Password argument.

arg-string

String argument.

arg-value

Value argument.

token-base64-decode

Decodes base64 data into a string.

token-base64-encode

Encodes a string into base64 data.

token-convert-time

Convert a date/time from one format to another.

token-escape-for-dest-dn

Converts a string for use in a source destination DN.

token-escape-for-src-dn

Converts a string for use in a source DN.

token-join

Joins a node set into a string.

token-lower-case

Converts a string to lowercase.

token-map

Maps a string through a mapping table.

token-parse-dn

Parses and converts a DN.

token-replace-all

Replaces all instances of substring within a string.

token-replace-first

Replaces a single instance of a substring within a string.

token-split

Splits a string into a node set.

token-substring

Substring of a string.

token-upper-case

Converts a string to uppercase.

token-xml-parse

Parses XML.

token-xml-serialize

Serializes XML.

Attributes

Attribute

Possible Values

Default Value

charset

CDATA

The character set used to convert the decoded bytes to a string. If not specified, the encoding specified by the system property file.encoding is used. Supports variable expansion.

#IMPLIED

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( token-added-entitlement | token-association | token-attr | token-base64-decode | token-base64-encode | token-char | token-class-name | token-convert-time | token-dest-attr | token-dest-dn | token-dest-name | token-document | token-entitlement | token-escape-for-dest-dn | token-escape-for-src-dn | token-generate-password | token-global-variable | token-join | token-local-variable | token-lower-case | token-named-password | token-map | token-op-attr | token-op-property | token-operation | token-parse-dn | token-password | token-removed-attr | token-removed-entitlement | token-replace-all | token-replace-first | token-resolve | token-src-attr | token-src-dn | token-src-name | token-substring | token-text | token-time | token-unique-name | token-unmatched-src-dn | token-upper-case | token-xml-parse | token-xml-serialize | token-xpath ) +

Parent Elements

Element

Description

arg-association

Association argument.

arg-component

Component argument.

arg-dn

DN argument.

arg-node-set

Node set argument.

arg-password

Password argument.

arg-string

String argument

arg-value

Value argument.

token-base64-decode

Decodes base64 data into a string.

token-base64-encode

Encodes a string into base64 data.

token-convert-time

Converts a date/time from one format to another.

token-escape-for-dest-dn

Converts a string for use in a destination DN.

token-escape-for-src-dn

Converts a string for use in a source DN.

token-join

Joins a node-set into a string.

token-lower-case

Converts a string to lowercase.

token-map

Maps a string through a mapping table.

token-parse-dn

Parses or converts a DN.

token-replace-all

Replaces all instances of a substring within a string.

token-replace-first

Replaces a single instance of a substring within a string.

token-split

Splits a string into a node set.

token-substring

Substring of a string.

token-upper-case

Converts a string to uppercase.

token-xml-parse

Parses XML.

token-xml-serialize

Serializes XML.