|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.realm.infos.XRealmInfo
waggle.common.modules.realm.infos.XRealmExternalInfo
waggle.common.modules.realm.infos.XRealmLDAPInfo
public class XRealmLDAPInfo
Realm LDAP Information DTO.
| Field Summary | |
|---|---|
String |
AttrFullNameUsed by lookup and search to get attribute values. |
String |
AttrLocaleIDUsed by lookup and search to get attribute values. |
String |
AttrManagerThe attribute that contains a user's manager ("manager" in inetOrgPerson). |
String |
AttrNameUsed by lookup and search to get attribute values. |
String |
AttrOrganizationThe attribute that contains a user's organization ("organization" in inetOrgPerson). |
String |
AttrPhoneNumberUsed by lookup and search to get attribute values. |
String |
AttrTimeZoneIDUsed by lookup and search to get attribute values. |
String |
AttrTitleThe attribute that contains a user's title ("title" in inetOrgPerson). |
boolean |
AuthenticateWithSSOTrue if authentication should take place through SSO. |
String |
DefaultFilterThe default filter for user attribute and manager lookups. |
Collection<String> |
FindDNAttrsThe LDAP attribute that contains the DN (used when looking up a User's DN from their Name). |
String |
FindDNBaseBase DN used to lookup a User's DN from their Name (email address). |
String |
FindDNFilterSearch filter used to lookup a User's DN from their Name (email address). |
String |
GroupAttrNameThe LDAP attribute used to specify the display name of a group (typically 'displayName'). |
Collection<String> |
GroupFindDNAttrsGroup search attributes. |
String |
GroupFindDNBaseBase DN used for group search. |
String |
GroupFindDNFilterBase DN used for group search. |
String |
GroupGroupMemberObjectClassThe Group Group member detect ObjectClass. |
String |
GroupModifyTimestampAttrThe Group modify timestamp attribute. |
String |
GroupnameRegexRegular expression used to validate groups that can be managed by this realm. |
Collection<String> |
GroupSearchAttrsThe LDAP attributes that are returned for general Group search. |
String |
GroupSearchAttrUniqueMemberThe LDAP attribute used to specify the DN of group members (typically 'uniqueMember'). |
String |
GroupSearchBaseBase DN used for group search. |
boolean |
GroupSearchEnabledGroup search enabled. |
String |
GroupSearchFilterThe LDAP filter for searching for groups (typically will involve objectClass=groupOfUniqueNames). |
String |
GroupUserMemberObjectClassThe Group User member detect ObjectClass. |
String |
HostLDAP Host name. |
boolean |
IgnoreServerCertificateIgnore server's SSL certificates (don't attempt to verify server identity or certificate validity). |
Collection<String> |
LookupAttrsUsed for lookups by User DN. |
String |
OAMAttributeThe name of the attribute OAM provides to identify the user. |
boolean |
OAMEnabledTrue if authentication should take place through OAM. |
String |
OAMLogoutURLThe URL which should be used to log out of OAM. |
String |
OAMLookupFilterThe LDAP filter to get a user's DN based on the OAMAttribute. |
String |
PhoneNumberNameName of the phone number field. |
boolean |
PhoneNumberPrivateShould the phone number field be private. |
int |
PortLDAP Port number. |
Collection<String> |
SearchAttrsThe LDAP attributes that are returned for general User search. |
String |
SearchBaseBase DN used for general User search. |
boolean |
SearchEnabledGeneral User search enabled. |
String |
SearchFilterSearch filter used for general User search. |
boolean |
SearchOrgChartEnabledTrue if org chart (manager/direct) relationships can be queried. |
String |
SearchOrgChartFilterThe LDAP filter for searching by manager. |
long |
SocketTimeoutMSSocket Timeout MS. |
boolean |
SSLLDAP use SSL connection status. |
String |
UserDNLDAP access user DN. |
String |
UsernameRegexRegular expression used to validate users that can be managed by this realm. |
String |
UserPasswordLDAP access user password. |
int |
VersionLDAP version number. |
| Fields inherited from class waggle.common.modules.realm.infos.XRealmExternalInfo |
|---|
IsSSORealm |
| Fields inherited from class waggle.common.modules.realm.infos.XRealmInfo |
|---|
CanCreateConversationDefault, CanDiscoverDefault, CreateGroupEnabled, CreateUserEnabled, DiscoverableDefault, Enabled, External, OrgChartSupported, PasswordChangeAllowed, PasswordResetAllowed, SelfSignup |
| Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
|---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
| Constructor Summary | |
|---|---|
XRealmLDAPInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String Host
public int Port
public boolean SSL
public int Version
public String UserDN
public String UserPassword
public boolean IgnoreServerCertificate
public long SocketTimeoutMS
public String FindDNBase
public String FindDNFilter
public Collection<String> FindDNAttrs
public Collection<String> LookupAttrs
public String DefaultFilter
public boolean SearchEnabled
public String SearchBase
public String SearchFilter
public Collection<String> SearchAttrs
public boolean SearchOrgChartEnabled
public String SearchOrgChartFilter
public String GroupFindDNBase
public String GroupFindDNFilter
public Collection<String> GroupFindDNAttrs
public boolean GroupSearchEnabled
public String GroupSearchAttrUniqueMember
public String GroupSearchBase
public String GroupSearchFilter
public Collection<String> GroupSearchAttrs
public String GroupAttrName
public String AttrName
public String AttrFullName
public String AttrPhoneNumber
public String AttrTimeZoneID
public String AttrLocaleID
public String AttrManager
public String AttrTitle
public String AttrOrganization
public String PhoneNumberName
public boolean PhoneNumberPrivate
public String UsernameRegex
public String GroupnameRegex
public String GroupUserMemberObjectClass
public String GroupGroupMemberObjectClass
public String GroupModifyTimestampAttr
public boolean AuthenticateWithSSO
public boolean OAMEnabled
public String OAMAttribute
public String OAMLookupFilter
public String OAMLogoutURL
| Constructor Detail |
|---|
public XRealmLDAPInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||