it.eng.rdlab.soa3.um.rest.utils
Class Constants

java.lang.Object
  extended by it.eng.rdlab.soa3.um.rest.utils.Constants

public class Constants
extends Object

Some useful constants (LDAP management)

Version:
1.0
Author:
Ermanno Travaglino

Field Summary
static String OU_GROUPS
          groups root node's id
static String OU_PEOPLE
          people root node's id
static String OU_ROLES
          roles root node's id
static String ROOT_TREE
          Root label node's DN
 
Constructor Summary
Constants()
           
 
Method Summary
static String getROOT_TREE()
           
static void setROOT_TREE(String rootdn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_TREE

public static String ROOT_TREE
Root label node's DN


OU_PEOPLE

public static final String OU_PEOPLE
people root node's id

See Also:
Constant Field Values

OU_GROUPS

public static final String OU_GROUPS
groups root node's id

See Also:
Constant Field Values

OU_ROLES

public static final String OU_ROLES
roles root node's id

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

getROOT_TREE

public static String getROOT_TREE()

setROOT_TREE

public static void setROOT_TREE(String rootdn)


Copyright © 2012. All Rights Reserved.