org.jboss.picketlink.idm.internal.ldap
Interface LDAPConstants


public interface LDAPConstants

Define commonly used ldap constants

Since:
Aug 31, 2012
Author:
anil saldhana

Field Summary
static String CN
           
static String EMAIL
           
static String GIVENNAME
           
static String MEMBER
           
static String OBJECT_CLASS
           
static String SN
           
static String UID
           
 

Field Detail

GIVENNAME

static final String GIVENNAME
See Also:
Constant Field Values

CN

static final String CN
See Also:
Constant Field Values

SN

static final String SN
See Also:
Constant Field Values

EMAIL

static final String EMAIL
See Also:
Constant Field Values

MEMBER

static final String MEMBER
See Also:
Constant Field Values

OBJECT_CLASS

static final String OBJECT_CLASS
See Also:
Constant Field Values

UID

static final String UID
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.