nbi.xmlsec.xacml.profile.rbac
Class RoleAssignmentPolicyIdentifier

java.lang.Object
  extended bynbi.xmlsec.xacml.profile.rbac.Identifier
      extended bynbi.xmlsec.xacml.profile.rbac.RoleAssignmentPolicyIdentifier
Direct Known Subclasses:
GuestRoleIdentifier, TrustedClientRoleIdentifier

public class RoleAssignmentPolicyIdentifier
extends Identifier

Implementation of a role elements identifier.

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

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

RoleAssignmentPolicyIdentifier

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

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


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