nbi.xmlsec.xacml.profile.rbac
Class RoleValueIdentifier

java.lang.Object
  extended bynbi.xmlsec.xacml.profile.rbac.Identifier
      extended bynbi.xmlsec.xacml.profile.rbac.RoleValueIdentifier

public class RoleValueIdentifier
extends Identifier

Implementation of a role value identifier.

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

Field Summary
static String TYPEID
          Type of this identifier
 
Fields inherited from class nbi.xmlsec.xacml.profile.rbac.Identifier
 
Constructor Summary
RoleValueIdentifier(String domain, String label)
          Creates a RoleValueIdentifier instance.
 
Methods inherited from class nbi.xmlsec.xacml.profile.rbac.Identifier
equals, getDomain, getInstance, getInstance, getLabel, getType, hashCode, isEnableFile, parse, parse, setDomain, setLabel, setType, toFile, toFile, toString, toURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPEID

public static String TYPEID
Type of this identifier

Constructor Detail

RoleValueIdentifier

public RoleValueIdentifier(String domain,
                           String label)
Creates a RoleValueIdentifier instance.

Parameters:
domain - Domain of the identifier.
label - Label of the identifier.


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