<p>The process access mode specifies how to expose processes that a user does not have privileges or via anonymous access.</p><p><strong>HIDE</strong> is the default mode and hides processes that the user does not have read access for. This is the most secure catalog mode.</p><p><strong>MIXED</strong> mode hides all processes the user does not have read permission for but triggers authentication for any other attempt to access the processes directly using execute or describe requests. This mode is useful in cases where a process is not to be advertised in a capabilities document, but select access to the process may be granted to users who are given direct access to the process.</p><p><strong>CHALLENGE</strong> mode allows free access to process, but issues a 401 code triggering authentication for any attempt to execute or describe it. This mode lists all processes in a service capabilities document.</p>
<p><strong>HIDE</strong>는 기본 모드이며 사용자가 읽기 액세스 권한이 없는 경우에 프로세스를 숨김니다. 이 모드는 가장 안전한 카탈로그 모드입니다.</p><p><strong>MIXED</strong> 모드는 읽기 권한이 없는 사용자에게 모든 프로세스를 숨기지만, 프로세스에 직접적으로 Execute 또는 Describe 요청을 시도하는 사용자에게 권한을 부여합니다. 이 모드는 프로세스가 Capabilities 문서에 노출되지는 않았지만, 사용자에게 프로세스 직접 사용 권한을 부여하는 경우에 유용합니다.</p><p>이 모드는 모든 프로세스에 자유로운 접근을 부여하지만, Execute 또는 Describe 요청에 401 코드 트리거 인증을 반환합니다. 이 모드는 서비스 Capabilities 문서에 모든 프로세스 목록을 나열합니다.</p>