You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ha...@apache.org on 2003/04/07 19:13:56 UTC

cvs commit: xml-axis/java/samples/stock README perms.lst

haddadc     2003/04/07 10:13:56

  Modified:    java/samples/stock README
  Removed:     java/samples/stock perms.lst
  Log:
  updated the README to reflect that the authorization handler references WSDD parameters.  removed perms.lst as it is now longer referenced by the handler.
  PR:18770
  .
  
  Revision  Changes    Path
  1.5       +5 -4      xml-axis/java/samples/stock/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/README,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README	24 Apr 2002 15:00:33 -0000	1.4
  +++ README	7 Apr 2003 17:13:55 -0000	1.5
  @@ -23,7 +23,7 @@
       Run the GetInfo sample:
           java samples.stock.GetInfo <symbol> <datatype>
   
  -	where <symbol> is one of "IBM", "ALLR" (Allaire), or "CSCO" (Cisco)
  +  where <symbol> is one of "IBM", "ALLR" (Allaire), or "CSCO" (Cisco)
             (these are the only symbols this sample supports)
           and <datatype> is one of "symbol", "name", or "address".
   
  @@ -52,9 +52,10 @@
       users.lst
        - list of users and passwords
   
  -    perms.lst
  -     - list of users and allowable actions per user
  -
  +    The access control list for the authorization handler is located in the 
  +    deploy.wsdd file.  the 'allowedRoles' parameter is used to specify the users
  +    who have the karma required to access the service.
  +    
       If you are running the SimpleAxisServer, this means that these files must
       be in the directory from which that program is run.  The easiest thing to
       do is to cd to samples/stock and run SimpleAxisServer from there.