nbi.xmlsec.xacml.profile.rbac
Class PermissionIdentifier

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

public class PermissionIdentifier
extends Identifier

Implementation of a permission 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
PermissionIdentifier(String domain, String label)
          Creates a PermissionIdentifier 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

PermissionIdentifier

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

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


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