org.openpermis.cert
Class RoleAttribute.RoleDefinition

java.lang.Object
  extended by org.openpermis.cert.RoleAttribute.RoleDefinition
Enclosing class:
RoleAttribute

public static class RoleAttribute.RoleDefinition
extends Object

Since:
0.3.0

Field Summary
private  String hierarchy
           
private  String name
           
 
Constructor Summary
RoleAttribute.RoleDefinition(String hierarchy, String name)
          Creates a RoleAttribute.RoleDefinition.
 
Method Summary
 boolean equals(Object object)
           
 String getHierarchy()
          Returns the hierarchy String.
 String getName()
          Returns the name String.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

hierarchy

private String hierarchy
Constructor Detail

RoleAttribute.RoleDefinition

public RoleAttribute.RoleDefinition(String hierarchy,
                                    String name)
Creates a RoleAttribute.RoleDefinition.

Parameters:
hierarchy - the hierarchy name.
name - the role name.
Since:
0.3.0
Method Detail

getName

public String getName()
Returns the name String.

Returns:
the name String.
Since:
0.3.0

getHierarchy

public String getHierarchy()
Returns the hierarchy String.

Returns:
the hierarchy String.
Since:
0.3.0

equals

public boolean equals(Object object)
Overrides:
equals in class Object
Since:
0.3.0

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Since:
0.3.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:59
Copyright (c) 2002-2007 Ergon Informatik AG