nbi.xmlsec.xacml.profile.rbac
Class RoleAssignmentPolicySetIdentifier

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

public class RoleAssignmentPolicySetIdentifier
extends Identifier

Implementation of a role assignment 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
RoleAssignmentPolicySetIdentifier(String domain, String label)
          Creates a RoleAssignmentPolicySetIdentifier 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

RoleAssignmentPolicySetIdentifier

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

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


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