Changes between Version 2 and Version 3 of CrudgeDocs
- Timestamp:
- Apr 10, 2011 3:49:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrudgeDocs
v2 v3 8 8 9 9 Crudge allows a user to visualize an ABAC proof or explore a policy. One can make queries against the policy and save all or parts of the policy. It can be used to create credentials and principals, that interoperate with the rest of [wiki:WikiStart ABAC]. It can be used as a simple management interface for small systems using ABAC. 10 11 == Running Crudge == 12 13 Crudge is available as a webstart download. If you have java installed you should be able to run crudge by opening the URL [http://abac.deterlab.net/java/crudge.jnlp http://abac.deterlab.net/java/crudge.jnlp]. If you need java, you can get it at [http://www.java.com/en/download/index.jsp Oracle's Java site]. A source repository will be available shortly. 14 15 Crudge makes use of the [JavaSupport jabac library] as well as the [http://www.bouncycastle.org/ bouncycastle cryptographic libraries] and [http://jung.sourceforge.net/ Jung graph framework]. All the relevant jar files are downloaded transparently from the webstart link above. 16 17 ==