When using the WebLogic Credential Mapping provider, how do you create mappings for anonymous or unauthenticated users?
A. When using the Resource container, special usernames are established for different cases. A mapping called wls_ra_anonymous is used when there is not authenticated WebLogic user (meaning, the Subject has no users or is null). The Resource container also defines special mappings for mappings created during a Resource Adapter’s pool startup (wls_ra_initial) and when no other configured mapping applies to the given Subject (wls_ra_default).