do-clear-sso-credential

Clears a credential from the object specified by the <arg-dn> element in the Single Sign On credential store specified by the <store-def-dn> element for the application specified by the <app-id> element. Additional information about the credential to be cleared can be specified by additional named <arg-string> elements. The number of the strings and the names used are dependent on the credential store and application for which the credential is targeted.

Example

<do-clear-sso-credential store-def-dn="../Library/SSO1" app-id="AD7"> <arg-dn>  <token-parse-dn src-dn-format="src-dn" dest-dn-format="ldap" start="0" length="-1">   <token-src-dn/>  </token-parse-dn> </arg-dn></do-clear-sso-credential>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

app-def-dn

CDATA

DN of the application credential definition object.

Only used by the UI so the various UIs should agree on the DN format used.

#IMPLIED

app-id

CDATA

Application ID for the credential. Supports variable expansion.

#REQUIRED

notrace

true | false

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

false

notrace

true | false

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

false

store-def-dn

CDATA

Slash form DN of the credential store definition object.

Can be relative to the including policy. Supports variable expansion.

#REQUIRED

Content Rule

( arg-dn , arg-string * )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule> element.

arg-actions

Actions argument.