Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.realm.updaters
Interface XRealmLDAPUpdater

All Superinterfaces:
waggle.common.modules.object.updaters.XObjectUpdater, XRealmUpdater

public interface XRealmLDAPUpdater
extends XRealmUpdater

XRealmDatabaseUpdater.


Field Summary
static String ATTR_FULL_NAME
           
static String ATTR_LOCALE_ID
           
static String ATTR_MANAGER
           
static String ATTR_NAME
           
static String ATTR_ORGANIZATION
           
static String ATTR_PHONE_NUMBER
           
static String ATTR_TIME_ZONE_ID
           
static String ATTR_TITLE
           
static String AUTHENTICATE_WITH_SSO
          Update the LDAP access to use SSO for user authentication setting.
static String DEFAULT_FILTER
           
static String FIND_DN_ATTRS
           
static String FIND_DN_BASE
           
static String FIND_DN_FILTER
           
static String GROUP_ATTR_NAME
           
static String GROUP_FIND_DN_ATTRS
           
static String GROUP_FIND_DN_BASE
           
static String GROUP_FIND_DN_FILTER
           
static String GROUP_GROUP_MEMBER_OBJECT_CLASS
           
static String GROUP_MODIFY_TIMESTAMP_ATTR
           
static String GROUP_SEARCH_ATTR_UNIQUE_MEMBER
           
static String GROUP_SEARCH_ATTRS
           
static String GROUP_SEARCH_BASE
           
static String GROUP_SEARCH_ENABLED
           
static String GROUP_SEARCH_FILTER
           
static String GROUP_USER_MEMBER_OBJECT_CLASS
           
static String GROUPNAME_REGEX
           
static String HOST
          Update the LDAP access host.
static String IGNORE_SERVER_CERTIFICATE
          Update the LDAP access is to ignore server certificates setting.
static String LOOKUP_ATTRS
           
static String OAM_ATTRIBUTE
           
static String OAM_ENABLED
           
static String OAM_LOGOUT_URL
           
static String OAM_LOOKUP_FILTER
           
static String PHONE_NUMBER_NAME
           
static String PHONE_NUMBER_PRIVATE
           
static String PORT
          Update the LDAP access port.
static String SEARCH_ATTRS
           
static String SEARCH_BASE
           
static String SEARCH_ENABLED
           
static String SEARCH_FILTER
           
static String SEARCH_ORG_CHART_ENABLED
           
static String SEARCH_ORG_CHART_FILTER
           
static String SOCKET_TIMEOUT_MS
          Update the LDAP socket timeout setting.
static String SSL
          Update the LDAP use SSL for access.
static String USER_DN
          Update the LDAP access user dn.
static String USER_PASSWORD
          Update the LDAP access user password.
static String USERNAME_REGEX
           
static String VERSION
          Update the LDAP version number.

 

Fields inherited from interface waggle.common.modules.realm.updaters.XRealmUpdater
CAN_CREATE_CONVERSATION_DEFAULT, CAN_DISCOVER_DEFAULT, CREATE_GROUP_ENABLED, CREATE_USER_ENABLED, DISCOVERABLE_DEFAULT, ENABLED, NAME, SELF_SIGNUP

 

Field Detail

HOST

static final String HOST
Update the LDAP access host.
See Also:
Constant Field Values

PORT

static final String PORT
Update the LDAP access port.
See Also:
Constant Field Values

SSL

static final String SSL
Update the LDAP use SSL for access.
See Also:
Constant Field Values

VERSION

static final String VERSION
Update the LDAP version number.
See Also:
Constant Field Values

USER_DN

static final String USER_DN
Update the LDAP access user dn.
See Also:
Constant Field Values

USER_PASSWORD

static final String USER_PASSWORD
Update the LDAP access user password.
See Also:
Constant Field Values

IGNORE_SERVER_CERTIFICATE

static final String IGNORE_SERVER_CERTIFICATE
Update the LDAP access is to ignore server certificates setting.
See Also:
Constant Field Values

SOCKET_TIMEOUT_MS

static final String SOCKET_TIMEOUT_MS
Update the LDAP socket timeout setting.
See Also:
Constant Field Values

FIND_DN_BASE

static final String FIND_DN_BASE
See Also:
Constant Field Values

FIND_DN_FILTER

static final String FIND_DN_FILTER
See Also:
Constant Field Values

FIND_DN_ATTRS

static final String FIND_DN_ATTRS
See Also:
Constant Field Values

LOOKUP_ATTRS

static final String LOOKUP_ATTRS
See Also:
Constant Field Values

DEFAULT_FILTER

static final String DEFAULT_FILTER
See Also:
Constant Field Values

SEARCH_ENABLED

static final String SEARCH_ENABLED
See Also:
Constant Field Values

SEARCH_BASE

static final String SEARCH_BASE
See Also:
Constant Field Values

SEARCH_FILTER

static final String SEARCH_FILTER
See Also:
Constant Field Values

SEARCH_ATTRS

static final String SEARCH_ATTRS
See Also:
Constant Field Values

SEARCH_ORG_CHART_ENABLED

static final String SEARCH_ORG_CHART_ENABLED
See Also:
Constant Field Values

SEARCH_ORG_CHART_FILTER

static final String SEARCH_ORG_CHART_FILTER
See Also:
Constant Field Values

GROUP_FIND_DN_BASE

static final String GROUP_FIND_DN_BASE
See Also:
Constant Field Values

GROUP_FIND_DN_FILTER

static final String GROUP_FIND_DN_FILTER
See Also:
Constant Field Values

GROUP_FIND_DN_ATTRS

static final String GROUP_FIND_DN_ATTRS
See Also:
Constant Field Values

GROUP_SEARCH_ENABLED

static final String GROUP_SEARCH_ENABLED
See Also:
Constant Field Values

GROUP_SEARCH_ATTR_UNIQUE_MEMBER

static final String GROUP_SEARCH_ATTR_UNIQUE_MEMBER
See Also:
Constant Field Values

GROUP_SEARCH_BASE

static final String GROUP_SEARCH_BASE
See Also:
Constant Field Values

GROUP_SEARCH_FILTER

static final String GROUP_SEARCH_FILTER
See Also:
Constant Field Values

GROUP_SEARCH_ATTRS

static final String GROUP_SEARCH_ATTRS
See Also:
Constant Field Values

GROUP_ATTR_NAME

static final String GROUP_ATTR_NAME
See Also:
Constant Field Values

ATTR_NAME

static final String ATTR_NAME
See Also:
Constant Field Values

ATTR_FULL_NAME

static final String ATTR_FULL_NAME
See Also:
Constant Field Values

ATTR_PHONE_NUMBER

static final String ATTR_PHONE_NUMBER
See Also:
Constant Field Values

ATTR_TIME_ZONE_ID

static final String ATTR_TIME_ZONE_ID
See Also:
Constant Field Values

ATTR_LOCALE_ID

static final String ATTR_LOCALE_ID
See Also:
Constant Field Values

ATTR_MANAGER

static final String ATTR_MANAGER
See Also:
Constant Field Values

ATTR_TITLE

static final String ATTR_TITLE
See Also:
Constant Field Values

ATTR_ORGANIZATION

static final String ATTR_ORGANIZATION
See Also:
Constant Field Values

PHONE_NUMBER_NAME

static final String PHONE_NUMBER_NAME
See Also:
Constant Field Values

PHONE_NUMBER_PRIVATE

static final String PHONE_NUMBER_PRIVATE
See Also:
Constant Field Values

USERNAME_REGEX

static final String USERNAME_REGEX
See Also:
Constant Field Values

GROUPNAME_REGEX

static final String GROUPNAME_REGEX
See Also:
Constant Field Values

GROUP_USER_MEMBER_OBJECT_CLASS

static final String GROUP_USER_MEMBER_OBJECT_CLASS
See Also:
Constant Field Values

GROUP_GROUP_MEMBER_OBJECT_CLASS

static final String GROUP_GROUP_MEMBER_OBJECT_CLASS
See Also:
Constant Field Values

GROUP_MODIFY_TIMESTAMP_ATTR

static final String GROUP_MODIFY_TIMESTAMP_ATTR
See Also:
Constant Field Values

AUTHENTICATE_WITH_SSO

static final String AUTHENTICATE_WITH_SSO
Update the LDAP access to use SSO for user authentication setting.
See Also:
Constant Field Values

OAM_ENABLED

static final String OAM_ENABLED
See Also:
Constant Field Values

OAM_ATTRIBUTE

static final String OAM_ATTRIBUTE
See Also:
Constant Field Values

OAM_LOOKUP_FILTER

static final String OAM_LOOKUP_FILTER
See Also:
Constant Field Values

OAM_LOGOUT_URL

static final String OAM_LOGOUT_URL
See Also:
Constant Field Values

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.