nbi.xmlsec.xacml.profile.rbac
Class RolePolicySetIdentifier

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

public class RolePolicySetIdentifier
extends Identifier

Implementation of a role policy set identifier.

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

Field Summary
static String TYPEID
          Type of this identifier
 
Fields inherited from class nbi.xmlsec.xacml.profile.rbac.Identifier
 
Constructor Summary
RolePolicySetIdentifier(String domain, String label)
          Creates a RolePolicySetIdentifier 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

RolePolicySetIdentifier

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

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


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