Code Search for Developers
 
 
  

README from Citizen Privacy Service at Krugle


Show README syntax highlighted

# Citizen Privacy Service as of January 1, 2007

1. Documentation

Most of the documentation is under /docs including:

institutions.pdf - Citizen Privacy Institutions: A Worked Example
description - a description of the project

JavaDocs under docs/api

 ... the technical architecture is under /etc/architecture

2. Installation

This is a J2EE implementation. It will be deployed as the cps.ear file and will be tested against the Sun Application Server version x

3. JTP doc (script)
* load-kb; http://www.osera.gov/privacy.owl
* answer-format 2
* ask
* (holds ?prop ?subj ?obj)

4. sourceforge access

ssh -vl rickmurphy shell.sourceforge.net

scp -v /home/rmurphy/rickmurphy/index.html rickmurphy@shell.sourceforge.net:/home/groups/u/us/us-privacy/htdocs/

cvs -z3 -d:ext:rickmurphy@us-privacy.cvs.sourceforge.net:/cvsroot/us-privacy import -m "imported source" 






See more files for this project here

Citizen Privacy Service

The Citizen Privacy Service is an asynchronous component using artificial intelligence capabilities including DL decidability and first order logic provenance that provide policy decision and policy enforcement points based on the US Privacy Act of 1974.

Project homepage: http://sourceforge.net/projects/us-privacy
Programming language(s): Java,XML
License: bsd

  build/
    classes/
      gov/
        osera/
          privacy/
            CitizenPrivacy.class
            CitizenPrivacyBean.class
            CitizenPrivacyHome.class
            Disclosure.class
            GenericPrivacyProblem.class
            WaiverAcknowledgment.class
      org/
        rickmurphy/
          agent/
            TrustAgent.class
          exchangepackage/
            disclosure/
              impl/
                runtime/
                  AbstractUnmarshallingEventHandlerImpl.class
                  ContentHandlerAdaptor.class
                  DefaultJAXBContextImpl.class
                  Discarder.class
                  ErrorHandlerAdaptor.class
                  GrammarInfo.class
                  GrammarInfoFacade$1.class
                  GrammarInfoFacade.class
                  GrammarInfoImpl.class
                  InterningUnmarshallerHandler.class
                  MSVValidator.class
                  MarshallerImpl.class
                  NamespaceContext2.class
                  NamespaceContextImpl.class
                  PrefixCallback.class
                  SAXMarshaller$1.class
                  SAXMarshaller$2.class
                  SAXMarshaller$3.class
                  SAXMarshaller.class
                  SAXUnmarshallerHandler.class
                  SAXUnmarshallerHandlerImpl.class
                  UnmarshallableObject.class
                  UnmarshallerImpl.class
                  UnmarshallingContext.class
                  UnmarshallingEventHandler.class
                  UnmarshallingEventHandlerAdaptor.class
                  Util.class
                  ValidatableObject.class
                  ValidatingUnmarshaller.class
                  ValidationContext.class
                  ValidatorImpl$EventInterceptor.class
                  ValidatorImpl.class
                  XMLSerializable.class
                  XMLSerializer.class
                DisclosureRequestImpl$Unmarshaller.class
                DisclosureRequestImpl.class
                DisclosureRequestTypeImpl$Unmarshaller.class
                DisclosureRequestTypeImpl.class
                JAXBVersion.class
              DisclosureRequest.class
              DisclosureRequestType.class
              ObjectFactory.class
            DisclosureRequest.class
            PrivacyAssertion.class
          handler/
            GuaranteedDeliveryHandler.class
          pdp/
            DisclosureRequestDecisionBean.class
            PrivacyDecisionBean.class
            PrivacyDecisionPoint.class
          pep/
            TrustProviderDAO.class
            TrustProviderProxy.class
            TrustProviderProxyBean.class
            TrustProviderProxyLocalHome.class
            TrustProviderTestHarness.class
          privacy/
            CitizenPrivacy.class
            CitizenPrivacyBean.class
            CitizenPrivacyHome.class
            Disclosure.class
            GenericPrivacyProblem.class
            WaiverAcknowledgment.class
          util/
            AbstractJMSMessageProducer.class
            DataAccessObject.class
            DisclosureEntailmentFactory.class
            DisclosureRequestModel.class
            DisclosureRequestSender.class
            Document.class
            FOLGoalFactory.class
            Intent.class
            MessageHandler.class
            PelletTestHarness.class
            SOAPMessageProducer.class
            SPARQLQueryFactory.class
            Target.class
            TrustProviderTestHarness.class
          BootLoader.class
        xmlsoap/
          schemas/
  deploy/
    docs/
    CitizenPrivacy.java
    CitizenPrivacyBean.java
    CitizenPrivacyHome.java
    CitizenPrivacyService.wsdl
    Disclosure.java
    GenericPrivacyProblem.java
    WaiverAcknowledgment.java
    privacy-service-wsdl.jpg
    privacy-service.jpg
    privacy-service.zip
  docs/
    api/
    description
    institutions.pdf
    institutions.tm
  etc/
    architecture/
    privacy/
    description
    logic
    logic.tm
  model/
    cps.mdr
    cps.xml
  src/
    org/
  README
  build.properties
  build.xml
  cps-license.html
  todo