PEPmodel documentation PEPmodel HTTP

Structure

File Structure

(see below for classes)
	      w3c
	       |
	       |
	      model
	     /	\
	    /	 \
	tools	  www
	 /	    \
	/	     \
    basicweb	      pep
		   /   |   \
		/      |      \
	    bags  extensions  altlib

Class Structure

basicweb

  |-Agent
  | |-Client
  | |-Proxy
  | `-Server
  |-Message
  | |-Request
  | | `-ProxyRequest
  | `-Reply
  `-Method (GET, PUT, PEP)
    |-MethodClient
    `-MethodServer

pep

 |-PEPAgent
 | |-PEPClient
 | |-PEPProxy
 | `-PEPServer
 |-PEPExtension
 `-PEPExtensionInstance

bag

 |-PEPLine
 | (contains 1 or more)
 | `-ExtDecl
 |   (contains each of)
 |   |-Map
 |   |-Strength
 |   `-Params
 `-PEPInfoLine
   (contains 1 or more)
   `-PolicyDecl
     (contains each of)
     |-Id
     |-For
     |-Strength
     |-MaxAge
     `-Params

extension

 -Common
  |-Client
  |-Proxy
  `-Server
 -Instance


Eric Prud'hommeaux, eric@w3.org,
@(#) $Id: Structure.html,v 1.2 1997/08/03 00:39:00 eric Exp $