<p>The catalog mode specifies how to expose layers and resources in the catalog that a user does not have privileges or via anonymous access.</p><p><strong>HIDE</strong> is the default mode and hides layers that the user does not have read access for. This is the most secure catalog mode. In the event the user has read but not write permissions this mode forces the layer to be read only. This mode excludes layers from the capabilities document that the user does not have read permissions for. Because of this this mode does not work very well with clients such as uDig or Google Earth, where authentication occurs only if the server returns a HTTP 401 after an attempt to access a secured layer.</p><p><strong>MIXED</strong> mode hides all layers the user does not have read permission for but triggers authentication for any other attempt to access the layer or its metadata directly. This mode is useful in cases where a layer is not to be advertised in a capabilities document, but select access to the layer may be granted to users (DataSecurityPage authentication) who are given direct access to the layer.</p><p><strong>CHALLENGE</strong> mode allows free access to layer metadata, but issues a 401 code triggering authentication for any attempt to access the layer data. This mode lists all layers in a service capabilities document and allows operations that return only metadata such as GetFeatureInfo and DescribeFeatureType without authentication. Any operation like GetMap or GetFeature that require actual data access result in a 401 code triggering authentication. This mode works well with capabilities driven clients such as uDig.</p>
<p>Katalog modu, katalogda yer alan katman ve kaynakların kullanıcının ayrıcalığının olmadığı ve ya anonim erişimin bulunmadığı durumları belirler.</p><p><strong>SAKLA</strong> varsayılan mod ve kullanıcı için okuma erişimi olmayan katmanları gizler. Bu en güvenli katalog modudur. Bu durumda kullanıcının okuma izni vardır ancak yazma izni yoktur ve bu durum katmanın salt okunur olmasını sağlar. Bu mod okuma izni olmayan kullanıcıların yetenekler dokümanından çıkmasını sağlar. Bu nedenle kimlik doğrulama sunucusu güvenli bir katmana erişmek için bir girişiminden sonra bir HTTP 401 döndürür ise, bu mod uDig veya Google Earth gibi istemciler ile çok iyi çalışmaz.</p><p><strong>Karışık</strong> mod kullanıcının okuma izni olmadığı katmanları saklar ancak katman veya doğrudan katmanlara ait meta verilere erişim için kimlik doğrulaması tetikler.