nbi.xmlsec.xacml.profile.rbac
Class GuestRoleIdentifier

java.lang.Object
  extended bynbi.xmlsec.xacml.profile.rbac.Identifier
      extended bynbi.xmlsec.xacml.profile.rbac.RoleAssignmentPolicyIdentifier
          extended bynbi.xmlsec.xacml.profile.rbac.GuestRoleIdentifier

public class GuestRoleIdentifier
extends RoleAssignmentPolicyIdentifier

Implementation of a role identifier for the guest role.

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

Field Summary
static String ROLE_LABEL
           
 
Fields inherited from class nbi.xmlsec.xacml.profile.rbac.RoleAssignmentPolicyIdentifier
TYPEID
 
Fields inherited from class nbi.xmlsec.xacml.profile.rbac.Identifier
 
Constructor Summary
GuestRoleIdentifier(String domain)
          Creates a role identifier for the role guest in the given domain.
 
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

ROLE_LABEL

public static String ROLE_LABEL
Constructor Detail

GuestRoleIdentifier

public GuestRoleIdentifier(String domain)
Creates a role identifier for the role guest in the given domain.

Parameters:
domain - Domain for the guest role.


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