Skip navigation links

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

E20955-01


waggle.common.modules.realm.infos
Class XRealmDatabaseInfo

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
              extended by waggle.common.modules.realm.infos.XRealmInternalInfo
                  extended by waggle.common.modules.realm.infos.XRealmDatabaseInfo


public class XRealmDatabaseInfo
extends XRealmInternalInfo

Realm Database Information DTO.


Field Summary
 int MaxDays
          Number of days before a password expires.
 int MaxHistory
          Number of old passwords maintained in password history.
 int MaxPasswordLength
          Maximum password length.
 int MinPasswordLength
          Minimum password length.
 int NumDigits
          Minimum number of required digit characters.
 int NumLowerCase
          Minimum number of required lower case characters.
 int NumSpecials
          Minimum number of required special characters characters.
 int NumUpperCase
          Minimum number of required upper case characters.

 

Fields inherited from class waggle.common.modules.realm.infos.XRealmInfo
CanCreateConversationDefault, CanDiscoverDefault, CreateGroupEnabled, CreateUserEnabled, DiscoverableDefault, Enabled, External, OrgChartSupported, PasswordChangeAllowed, PasswordResetAllowed, SearchEnabled, 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
XRealmDatabaseInfo()
           

 

Method Summary

 

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

 

Field Detail

MinPasswordLength

public int MinPasswordLength
Minimum password length.

MaxPasswordLength

public int MaxPasswordLength
Maximum password length.

NumLowerCase

public int NumLowerCase
Minimum number of required lower case characters.

NumUpperCase

public int NumUpperCase
Minimum number of required upper case characters.

NumDigits

public int NumDigits
Minimum number of required digit characters.

NumSpecials

public int NumSpecials
Minimum number of required special characters characters.

MaxDays

public int MaxDays
Number of days before a password expires.

MaxHistory

public int MaxHistory
Number of old passwords maintained in password history.

Constructor Detail

XRealmDatabaseInfo

public XRealmDatabaseInfo()

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.