nbi.xmlsec.xacml.builder
Interface PolicyTreeElementBuilder

All Superinterfaces:
XACMLObjectBuilder
All Known Implementing Classes:
AbstractPolicyTreeElementBuilder

public interface PolicyTreeElementBuilder
extends XACMLObjectBuilder

Interface for all classes building XACML policy tree element objects.

Since:
Version:
$Revision: 1.1 $
Author:
Lutz Suhrbier

Method Summary
 PolicyTreeElement getInstance()
          Creates an instance of the specified policy object.
 

Method Detail

getInstance

public PolicyTreeElement getInstance()
Creates an instance of the specified policy object.

Returns:
the created XACML policy instance.


Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.