nbi.xmlsec.xacml.profile.rbac.builder
Class EnableRoleActionMatchBuilder

java.lang.Object
  extended bynbi.xmlsec.xacml.builder.TargetMatchBuilder
      extended bynbi.xmlsec.xacml.builder.ActionMatchBuilder
          extended bynbi.xmlsec.xacml.profile.rbac.builder.EnableRoleActionMatchBuilder

public class EnableRoleActionMatchBuilder
extends ActionMatchBuilder

Implements an ActionMatchBuilder for the enableRole action.

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

Field Summary
 
Fields inherited from class nbi.xmlsec.xacml.builder.TargetMatchBuilder
attribute, eval, function, type
 
Constructor Summary
EnableRoleActionMatchBuilder()
          Create the instance.
 
Method Summary
 AttributeValue createMatchValue()
          Creates the attribute match value from the attribute.
 void setAttribute(Object attribute)
          Not implemented.
 
Methods inherited from class nbi.xmlsec.xacml.builder.TargetMatchBuilder
getInstance, setMatchEvaluatable, setMatchEvaluatable, setMatchFunction, setMatchFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableRoleActionMatchBuilder

public EnableRoleActionMatchBuilder()
Create the instance.

Method Detail

createMatchValue

public AttributeValue createMatchValue()
Creates the attribute match value from the attribute.

Overrides:
createMatchValue in class ActionMatchBuilder
Returns:
The created attribute value.

setAttribute

public void setAttribute(Object attribute)
Not implemented.

Overrides:
setAttribute in class TargetMatchBuilder
Parameters:
attribute - The attribute to set.


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