diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php index d3c650dd20741628fc4c9a555c80159e44f6b6da..3c47a2a20b096e71bb68a27fd632ba3560900d77 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php @@ -52,6 +52,7 @@ if( isset( $_POST['auth'] ) ) { echo "Allowed operations: " . serialize( $checkResponse->operation ) . "<BR>"; + echo "public: ". serialize ($checkResponse->public) . "<BR>"; } else { diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php index 9b5c887b9b25cd4edd565bfa8e4fd7cf577b509a..93ca9f8d30fcf7fb35aef6d1e0a9346d18901e2f 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php @@ -42,6 +42,7 @@ class tgCrudCheckAccessRequest { class tgCrudCheckAccessResponse { public $result; + public $public; public $projectInfo; public $username; public $operation;