AX2E FAQ (Beta version)

 Welcome
 FAQ
 User's Guide
 JavaDocs
  Beta Tester User Group



Contents

What is AX2E?

How to obtain a copy of AX2E?

AX2E is going through a beta testing phase. You can take part in it, just send an e-mail to info@axescon.com. You'll get a beta tester license. If you agree with its terms, and reply with your acceptance e-mail, then you'll get URL to beta test package ZIP file.
back

Is there a mailing list for users of AX2E?

We created a Google group for AX2E Beta Testers. You can join it too.
Google Groups Subscribe to ax2e-beta
Email:
Browse Archives at groups.google.com

When is beta testing phase going to end?

Can you help us implement XACML in our environment?

Definitely, yes. Please, write an e-mail to info@axescon.com with a brief description of your needs and the project scope.
back

Can you help us implement other vendor's XACML implementations?

What does AX2E stand for?

Which JDK is required for AX2E?

What are AX2E's dependencies on other software?


back

I read XACML 2.0 specification, where's PDP in AX2E?

axescon.xacml.api.PolicyEvaluator interface represents PDP from XACML 2.0 specification. axescon.xacml.engine.PolicyEvaluatorImpl Java class is an implementation of this interface.
back

I read XACML 2.0 specification, where's context and its handler in AX2E?

axescon.xacml.model.ctx.XacmlCtx class and axescon.xacml.api.CtxHandler interface represent the context and the context handler from XACML 2.0 specification. You, probably, have to write custom implementations, in order to accomodate particularities of your environment. For example, your context object may have LDAP attributes, and your context handler may have means to retrieve missing attributes from LDAP or database. However, AX2E has two context handler implementations ready for use: axescon.xacml.engine.BaseCtxHandler and axescon.xacml.test.conformance2_0.CTCtxHandler. XacmlCtx class implements the simplest form of XACML context, where all Request attributes are embedded in Request object. So BaseCtxHandler class retrieves attributes from the request object. Look at CTCtxHandler for an example of a little more sophisticated context handler, which returns values for certain attributes even when they are missing in the Request object. You can write your own context handler, which can connect to a database and fetch missing attributes from tables.
back

I read XACML 2.0 specification, where's PEP in AX2E?

PEP (policy enforcement point) is out of the scope of AX2E implementation. PEP's role is to enforce authorization in the application. Chances are that your system already have some kind of PEP. You'll have to modify it, so that it will use AX2E to make authorization decisions.
back

Copyright 2006 (c) AXESCON LLC. All rights reserved. Use is subject to license terms.