org.jboss.security.xacml.core
Class PDPConfiguration

java.lang.Object
  extended by org.jboss.security.xacml.core.PDPConfiguration

public class PDPConfiguration
extends Object

Installs some custom PDP Configuration such as custom attributes

Since:
Mar 28, 2008
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Constructor Summary
PDPConfiguration()
           
 
Method Summary
static void installMultiValueAttribute(String type)
          Install a multi value Attribute that is not standard
static void installSingleValueAttribute(String type)
          Install a Single Value Attribute that is not standard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDPConfiguration

public PDPConfiguration()
Method Detail

installSingleValueAttribute

public static void installSingleValueAttribute(String type)
Install a Single Value Attribute that is not standard

Parameters:
type -

installMultiValueAttribute

public static void installMultiValueAttribute(String type)
Install a multi value Attribute that is not standard

Parameters:
type -


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.