nbi.xmlsec.xacml.profile.rbac
Class TrustedClientRoleIdentifier

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

public class TrustedClientRoleIdentifier
extends RoleAssignmentPolicyIdentifier

Implementation of a role identifier for the trustedClient role.

Since:
Version:
$Revision: 1.1 $
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
TrustedClientRoleIdentifier(String domain)
          Creates a role identifier for the role trustedClient 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

TrustedClientRoleIdentifier

public TrustedClientRoleIdentifier(String domain)
Creates a role identifier for the role trustedClient in the given domain.

Parameters:
domain - Domain for the trustedClient role.


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