nbi.xmlsec.xacml.builder
Class ResourceAttributeDesignatorBuilder

java.lang.Object
  extended bynbi.xmlsec.xacml.builder.AttributeBaseBuilder
      extended bynbi.xmlsec.xacml.builder.AttributeDesignatorBuilder
          extended bynbi.xmlsec.xacml.builder.ResourceAttributeDesignatorBuilder
Direct Known Subclasses:
RoleResourceAttributeDesignatorBuilder, StringResourceAttributeDesignatorBuilder

public class ResourceAttributeDesignatorBuilder
extends AttributeDesignatorBuilder

Class to create ResourceAttributeDesignator instances.

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

Field Summary
static String attributeId
          Identifier of the resource attribute
static String RESOURCE_CONTENT
           
static String RESOURCE_SCOPE
           
static String RESOURCE_SCOPE_CHILDREN
           
static String RESOURCE_SCOPE_DESCENDANTS
           
static String RESOURCE_SCOPE_IMMEDIATE
           
static String RESOURCE_SIMPLE_FILE_NAME
           
static String RESOURCE_UFS_PATH
           
static String RESOURCE_XPATH
           
 
Fields inherited from class nbi.xmlsec.xacml.builder.AttributeDesignatorBuilder
target
 
Fields inherited from class nbi.xmlsec.xacml.builder.AttributeBaseBuilder
mustBePresent, type
 
Constructor Summary
ResourceAttributeDesignatorBuilder()
           
ResourceAttributeDesignatorBuilder(String attributeId)
           
 
Methods inherited from class nbi.xmlsec.xacml.builder.AttributeDesignatorBuilder
getInstance, setId, setId, setIssuer, setIssuer
 
Methods inherited from class nbi.xmlsec.xacml.builder.AttributeBaseBuilder
setMustBePresent, setType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeId

public static final String attributeId
Identifier of the resource attribute

See Also:
Constant Field Values

RESOURCE_CONTENT

public static final String RESOURCE_CONTENT
See Also:
Constant Field Values

RESOURCE_SIMPLE_FILE_NAME

public static final String RESOURCE_SIMPLE_FILE_NAME
See Also:
Constant Field Values

RESOURCE_XPATH

public static final String RESOURCE_XPATH
See Also:
Constant Field Values

RESOURCE_UFS_PATH

public static final String RESOURCE_UFS_PATH
See Also:
Constant Field Values

RESOURCE_SCOPE

public static final String RESOURCE_SCOPE
See Also:
Constant Field Values

RESOURCE_SCOPE_IMMEDIATE

public static final String RESOURCE_SCOPE_IMMEDIATE
See Also:
Constant Field Values

RESOURCE_SCOPE_CHILDREN

public static final String RESOURCE_SCOPE_CHILDREN
See Also:
Constant Field Values

RESOURCE_SCOPE_DESCENDANTS

public static final String RESOURCE_SCOPE_DESCENDANTS
See Also:
Constant Field Values
Constructor Detail

ResourceAttributeDesignatorBuilder

public ResourceAttributeDesignatorBuilder()

ResourceAttributeDesignatorBuilder

public ResourceAttributeDesignatorBuilder(String attributeId)


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