[ You are here:
XTF ->
Tag Reference ->
dynaXML ->
Document Request Parser Output Tags -> Public Authentication Tag ]
Public Authentication Tag
This variant of the authentication tag is used to provide or deny full public access to documents. It has the form:
<auth access="AllowOrDeny" type="all"/>
where
access="AllowOrDeny" |
specifies whether all users should be allowed access (access="allow") or denied access (access="deny") to the requested document. |
Allowing access to all users with this tag can be used when no special authorization is required to access on-line documents.
Note: One or more auth tags must exist in the
Document Request Parser stylesheet. These tags will be processed in the order they are encountered until one of them authorizes or denies access. If none of the authentication tags explicitly authorize or deny access, the dynaXML servlet will deny access by default.