Skip navigation links

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

E20955-01


waggle.common.modules.realm.infos
Class XRealmInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.realm.infos.XRealmInfo

Direct Known Subclasses:
XRealmExternalInfo, XRealmInternalInfo

public class XRealmInfo
extends waggle.common.modules.object.infos.XObjectInfo

Hive Realm Information DTO.


Field Summary
 boolean CanCreateConversationDefault
          Default 'can create conversation' option for new Users.
 boolean CanDiscoverDefault
          Default 'can discover' option for new Users.
 boolean CreateGroupEnabled
          Can Groups be created in this Realm.
 boolean CreateUserEnabled
          Can Users be created in this Realm.
 boolean DiscoverableDefault
          Default 'discoverable' status for new Users.
 boolean Enabled
          Is this Realm enabled for login.
 boolean External
          Is this realm internal (database) or external (i.e.
 boolean OrgChartSupported
          Does this realm support Org Chart data.
 boolean PasswordChangeAllowed
          Does this realm support password change at all.
 boolean PasswordResetAllowed
          Does this realm support password reset from the login page.
 boolean SearchEnabled
          Does this realm support search.
 boolean SelfSignup
          Does this realm support some notion of self signup.

 

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
XRealmInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

External

public boolean External
Is this realm internal (database) or external (i.e. LDAP).

Enabled

public boolean Enabled
Is this Realm enabled for login.

CreateUserEnabled

public boolean CreateUserEnabled
Can Users be created in this Realm.

CreateGroupEnabled

public boolean CreateGroupEnabled
Can Groups be created in this Realm.

SelfSignup

public boolean SelfSignup
Does this realm support some notion of self signup.

PasswordChangeAllowed

public boolean PasswordChangeAllowed
Does this realm support password change at all.

PasswordResetAllowed

public boolean PasswordResetAllowed
Does this realm support password reset from the login page.

OrgChartSupported

public boolean OrgChartSupported
Does this realm support Org Chart data.

SearchEnabled

public boolean SearchEnabled
Does this realm support search.

CanDiscoverDefault

public boolean CanDiscoverDefault
Default 'can discover' option for new Users.

CanCreateConversationDefault

public boolean CanCreateConversationDefault
Default 'can create conversation' option for new Users.

DiscoverableDefault

public boolean DiscoverableDefault
Default 'discoverable' status for new Users.

Constructor Detail

XRealmInfo

public XRealmInfo()

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.