Package com.vidispine.generated
Class LDAPResourceType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.LDAPResourceType.PropInfo
-
- Enclosing class:
- LDAPResourceType
public static class LDAPResourceType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BIND_DN
static String
BIND_PASSWORD
static String
CACHE_LIFETIME
static String
GROUP_DN
static String
GROUP_SEARCH_FILTER
static String
GROUPNAME_ATTRIBUTE
static String
IMPORT
static String
REAL_NAME_ATTRIBUTE
static String
SECURE_PROTOCOL
static String
SERVER_CERTIFICATE
static String
SYNC
static String
URL
static String
USE_START_TLS
static String
USER_DN
static String
USER_SEARCH_FILTER
static String
USERNAME_ATTRIBUTE
static String
USERNAME_FORMAT
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
URL
public static final transient String URL
- See Also:
- Constant Field Values
-
USE_START_TLS
public static final transient String USE_START_TLS
- See Also:
- Constant Field Values
-
USER_DN
public static final transient String USER_DN
- See Also:
- Constant Field Values
-
USERNAME_ATTRIBUTE
public static final transient String USERNAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
USER_SEARCH_FILTER
public static final transient String USER_SEARCH_FILTER
- See Also:
- Constant Field Values
-
BIND_DN
public static final transient String BIND_DN
- See Also:
- Constant Field Values
-
BIND_PASSWORD
public static final transient String BIND_PASSWORD
- See Also:
- Constant Field Values
-
CACHE_LIFETIME
public static final transient String CACHE_LIFETIME
- See Also:
- Constant Field Values
-
GROUP_DN
public static final transient String GROUP_DN
- See Also:
- Constant Field Values
-
GROUP_SEARCH_FILTER
public static final transient String GROUP_SEARCH_FILTER
- See Also:
- Constant Field Values
-
REAL_NAME_ATTRIBUTE
public static final transient String REAL_NAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
GROUPNAME_ATTRIBUTE
public static final transient String GROUPNAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
USERNAME_FORMAT
public static final transient String USERNAME_FORMAT
- See Also:
- Constant Field Values
-
SECURE_PROTOCOL
public static final transient String SECURE_PROTOCOL
- See Also:
- Constant Field Values
-
SERVER_CERTIFICATE
public static final transient String SERVER_CERTIFICATE
- See Also:
- Constant Field Values
-
SYNC
public static final transient String SYNC
- See Also:
- Constant Field Values
-
IMPORT
public static final transient String IMPORT
- See Also:
- Constant Field Values
-
-