Exemplo n.º 1
0
 /**
  * Sets the global prefix for this policy interpreter. After this call any policy file containing
  * a different global prefix will be rejected
  *
  * @param globalPrefix the global prefix as a slash separated String
  */
 public void setGlobalPrefix(String globalPrefix) throws MalformedContentNameStringException {
   _pxml.setGlobalPrefix(globalPrefix);
 }