com.businessobjects.enterprise.secenterprise
Interface SecEnterprise

All Superinterfaces:
InfoObject

public interface SecEnterprise
extends InfoObject

An XML secEnterprise(@http://enterprise.businessobjects.com/3.0/secenterprise). This is a complex type.


Nested Class Summary
static class SecEnterprise.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 boolean getAccountDisabledAfterNFailedLogins()
          Gets the "AccountDisabledAfterNFailedLogins" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.util.Calendar getLastSharedSecretChangeTime()
          Gets the "LastSharedSecretChangeTime" element
 int getMaxNumberOfAttempts()
          Gets the "MaxNumberOfAttempts" element
 int getMaxPasswordAge()
          Gets the "MaxPasswordAge" element
 int getMaxSharedSecretAge()
          Gets the "MaxSharedSecretAge" element
 int getMinPasswordLength()
          Gets the "MinPasswordLength" element
 boolean getMinPasswordLengthEnforced()
          Gets the "MinPasswordLengthEnforced" element
 int getMinTimeBetweenPasswordChanges()
          Gets the "MinTimeBetweenPasswordChanges" element
 boolean getMixedCaseEnforced()
          Gets the "MixedCaseEnforced" element
 boolean getPasswordAgeEnforced()
          Gets the "PasswordAgeEnforced" element
 boolean getPluginAuditModifications()
          Gets the "PluginAuditModifications" element
 int getProductVersion()
          Gets the "ProductVersion" element
 int getReenableAccountTime()
          Gets the "ReenableAccountTime" element
 boolean getReenableAccountTimeEnforced()
          Gets the "ReenableAccountTimeEnforced" element
 int getResetLogonAttemptCount()
          Gets the "ResetLogonAttemptCount" element
 boolean getTrustedAuthenticationEnabled()
          Gets the "TrustedAuthenticationEnabled" element
 int getTrustedPrincipalValidTime()
          Gets the "TrustedPrincipalValidTime" element
 boolean getUnableToRepeatLastNPasswordsEnforced()
          Gets the "UnableToRepeatLastNPasswordsEnforced" element
 int getUnableToRepeatNPasswordsEnforced()
          Gets the "UnableToRepeatNPasswordsEnforced" element
 boolean isSetAccountDisabledAfterNFailedLogins()
          True if has "AccountDisabledAfterNFailedLogins" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetLastSharedSecretChangeTime()
          True if has "LastSharedSecretChangeTime" element
 boolean isSetMaxNumberOfAttempts()
          True if has "MaxNumberOfAttempts" element
 boolean isSetMaxPasswordAge()
          True if has "MaxPasswordAge" element
 boolean isSetMaxSharedSecretAge()
          True if has "MaxSharedSecretAge" element
 boolean isSetMinPasswordLength()
          True if has "MinPasswordLength" element
 boolean isSetMinPasswordLengthEnforced()
          True if has "MinPasswordLengthEnforced" element
 boolean isSetMinTimeBetweenPasswordChanges()
          True if has "MinTimeBetweenPasswordChanges" element
 boolean isSetMixedCaseEnforced()
          True if has "MixedCaseEnforced" element
 boolean isSetPasswordAgeEnforced()
          True if has "PasswordAgeEnforced" element
 boolean isSetPluginAuditModifications()
          True if has "PluginAuditModifications" element
 boolean isSetProductVersion()
          True if has "ProductVersion" element
 boolean isSetReenableAccountTime()
          True if has "ReenableAccountTime" element
 boolean isSetReenableAccountTimeEnforced()
          True if has "ReenableAccountTimeEnforced" element
 boolean isSetResetLogonAttemptCount()
          True if has "ResetLogonAttemptCount" element
 boolean isSetTrustedAuthenticationEnabled()
          True if has "TrustedAuthenticationEnabled" element
 boolean isSetTrustedPrincipalValidTime()
          True if has "TrustedPrincipalValidTime" element
 boolean isSetUnableToRepeatLastNPasswordsEnforced()
          True if has "UnableToRepeatLastNPasswordsEnforced" element
 boolean isSetUnableToRepeatNPasswordsEnforced()
          True if has "UnableToRepeatNPasswordsEnforced" element
 void setAccountDisabledAfterNFailedLogins(boolean accountDisabledAfterNFailedLogins)
          Sets the "AccountDisabledAfterNFailedLogins" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setLastSharedSecretChangeTime(java.util.Calendar lastSharedSecretChangeTime)
          Sets the "LastSharedSecretChangeTime" element
 void setMaxNumberOfAttempts(int maxNumberOfAttempts)
          Sets the "MaxNumberOfAttempts" element
 void setMaxPasswordAge(int maxPasswordAge)
          Sets the "MaxPasswordAge" element
 void setMaxSharedSecretAge(int maxSharedSecretAge)
          Sets the "MaxSharedSecretAge" element
 void setMinPasswordLength(int minPasswordLength)
          Sets the "MinPasswordLength" element
 void setMinPasswordLengthEnforced(boolean minPasswordLengthEnforced)
          Sets the "MinPasswordLengthEnforced" element
 void setMinTimeBetweenPasswordChanges(int minTimeBetweenPasswordChanges)
          Sets the "MinTimeBetweenPasswordChanges" element
 void setMixedCaseEnforced(boolean mixedCaseEnforced)
          Sets the "MixedCaseEnforced" element
 void setPasswordAgeEnforced(boolean passwordAgeEnforced)
          Sets the "PasswordAgeEnforced" element
 void setPluginAuditModifications(boolean pluginAuditModifications)
          Sets the "PluginAuditModifications" element
 void setProductVersion(int productVersion)
          Sets the "ProductVersion" element
 void setReenableAccountTime(int reenableAccountTime)
          Sets the "ReenableAccountTime" element
 void setReenableAccountTimeEnforced(boolean reenableAccountTimeEnforced)
          Sets the "ReenableAccountTimeEnforced" element
 void setResetLogonAttemptCount(int resetLogonAttemptCount)
          Sets the "ResetLogonAttemptCount" element
 void setTrustedAuthenticationEnabled(boolean trustedAuthenticationEnabled)
          Sets the "TrustedAuthenticationEnabled" element
 void setTrustedPrincipalValidTime(int trustedPrincipalValidTime)
          Sets the "TrustedPrincipalValidTime" element
 void setUnableToRepeatLastNPasswordsEnforced(boolean unableToRepeatLastNPasswordsEnforced)
          Sets the "UnableToRepeatLastNPasswordsEnforced" element
 void setUnableToRepeatNPasswordsEnforced(int unableToRepeatNPasswordsEnforced)
          Sets the "UnableToRepeatNPasswordsEnforced" element
 void unsetAccountDisabledAfterNFailedLogins()
          Unsets the "AccountDisabledAfterNFailedLogins" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetLastSharedSecretChangeTime()
          Unsets the "LastSharedSecretChangeTime" element
 void unsetMaxNumberOfAttempts()
          Unsets the "MaxNumberOfAttempts" element
 void unsetMaxPasswordAge()
          Unsets the "MaxPasswordAge" element
 void unsetMaxSharedSecretAge()
          Unsets the "MaxSharedSecretAge" element
 void unsetMinPasswordLength()
          Unsets the "MinPasswordLength" element
 void unsetMinPasswordLengthEnforced()
          Unsets the "MinPasswordLengthEnforced" element
 void unsetMinTimeBetweenPasswordChanges()
          Unsets the "MinTimeBetweenPasswordChanges" element
 void unsetMixedCaseEnforced()
          Unsets the "MixedCaseEnforced" element
 void unsetPasswordAgeEnforced()
          Unsets the "PasswordAgeEnforced" element
 void unsetPluginAuditModifications()
          Unsets the "PluginAuditModifications" element
 void unsetProductVersion()
          Unsets the "ProductVersion" element
 void unsetReenableAccountTime()
          Unsets the "ReenableAccountTime" element
 void unsetReenableAccountTimeEnforced()
          Unsets the "ReenableAccountTimeEnforced" element
 void unsetResetLogonAttemptCount()
          Unsets the "ResetLogonAttemptCount" element
 void unsetTrustedAuthenticationEnabled()
          Unsets the "TrustedAuthenticationEnabled" element
 void unsetTrustedPrincipalValidTime()
          Unsets the "TrustedPrincipalValidTime" element
 void unsetUnableToRepeatLastNPasswordsEnforced()
          Unsets the "UnableToRepeatLastNPasswordsEnforced" element
 void unsetUnableToRepeatNPasswordsEnforced()
          Unsets the "UnableToRepeatNPasswordsEnforced" element
 org.apache.xmlbeans.XmlBoolean xgetAccountDisabledAfterNFailedLogins()
          Gets (as xml) the "AccountDisabledAfterNFailedLogins" element
 org.apache.xmlbeans.XmlDateTime xgetLastSharedSecretChangeTime()
          Gets (as xml) the "LastSharedSecretChangeTime" element
 org.apache.xmlbeans.XmlInt xgetMaxNumberOfAttempts()
          Gets (as xml) the "MaxNumberOfAttempts" element
 org.apache.xmlbeans.XmlInt xgetMaxPasswordAge()
          Gets (as xml) the "MaxPasswordAge" element
 org.apache.xmlbeans.XmlInt xgetMaxSharedSecretAge()
          Gets (as xml) the "MaxSharedSecretAge" element
 org.apache.xmlbeans.XmlInt xgetMinPasswordLength()
          Gets (as xml) the "MinPasswordLength" element
 org.apache.xmlbeans.XmlBoolean xgetMinPasswordLengthEnforced()
          Gets (as xml) the "MinPasswordLengthEnforced" element
 org.apache.xmlbeans.XmlInt xgetMinTimeBetweenPasswordChanges()
          Gets (as xml) the "MinTimeBetweenPasswordChanges" element
 org.apache.xmlbeans.XmlBoolean xgetMixedCaseEnforced()
          Gets (as xml) the "MixedCaseEnforced" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordAgeEnforced()
          Gets (as xml) the "PasswordAgeEnforced" element
 org.apache.xmlbeans.XmlBoolean xgetPluginAuditModifications()
          Gets (as xml) the "PluginAuditModifications" element
 org.apache.xmlbeans.XmlInt xgetProductVersion()
          Gets (as xml) the "ProductVersion" element
 org.apache.xmlbeans.XmlInt xgetReenableAccountTime()
          Gets (as xml) the "ReenableAccountTime" element
 org.apache.xmlbeans.XmlBoolean xgetReenableAccountTimeEnforced()
          Gets (as xml) the "ReenableAccountTimeEnforced" element
 org.apache.xmlbeans.XmlInt xgetResetLogonAttemptCount()
          Gets (as xml) the "ResetLogonAttemptCount" element
 org.apache.xmlbeans.XmlBoolean xgetTrustedAuthenticationEnabled()
          Gets (as xml) the "TrustedAuthenticationEnabled" element
 org.apache.xmlbeans.XmlInt xgetTrustedPrincipalValidTime()
          Gets (as xml) the "TrustedPrincipalValidTime" element
 org.apache.xmlbeans.XmlBoolean xgetUnableToRepeatLastNPasswordsEnforced()
          Gets (as xml) the "UnableToRepeatLastNPasswordsEnforced" element
 org.apache.xmlbeans.XmlInt xgetUnableToRepeatNPasswordsEnforced()
          Gets (as xml) the "UnableToRepeatNPasswordsEnforced" element
 void xsetAccountDisabledAfterNFailedLogins(org.apache.xmlbeans.XmlBoolean accountDisabledAfterNFailedLogins)
          Sets (as xml) the "AccountDisabledAfterNFailedLogins" element
 void xsetLastSharedSecretChangeTime(org.apache.xmlbeans.XmlDateTime lastSharedSecretChangeTime)
          Sets (as xml) the "LastSharedSecretChangeTime" element
 void xsetMaxNumberOfAttempts(org.apache.xmlbeans.XmlInt maxNumberOfAttempts)
          Sets (as xml) the "MaxNumberOfAttempts" element
 void xsetMaxPasswordAge(org.apache.xmlbeans.XmlInt maxPasswordAge)
          Sets (as xml) the "MaxPasswordAge" element
 void xsetMaxSharedSecretAge(org.apache.xmlbeans.XmlInt maxSharedSecretAge)
          Sets (as xml) the "MaxSharedSecretAge" element
 void xsetMinPasswordLength(org.apache.xmlbeans.XmlInt minPasswordLength)
          Sets (as xml) the "MinPasswordLength" element
 void xsetMinPasswordLengthEnforced(org.apache.xmlbeans.XmlBoolean minPasswordLengthEnforced)
          Sets (as xml) the "MinPasswordLengthEnforced" element
 void xsetMinTimeBetweenPasswordChanges(org.apache.xmlbeans.XmlInt minTimeBetweenPasswordChanges)
          Sets (as xml) the "MinTimeBetweenPasswordChanges" element
 void xsetMixedCaseEnforced(org.apache.xmlbeans.XmlBoolean mixedCaseEnforced)
          Sets (as xml) the "MixedCaseEnforced" element
 void xsetPasswordAgeEnforced(org.apache.xmlbeans.XmlBoolean passwordAgeEnforced)
          Sets (as xml) the "PasswordAgeEnforced" element
 void xsetPluginAuditModifications(org.apache.xmlbeans.XmlBoolean pluginAuditModifications)
          Sets (as xml) the "PluginAuditModifications" element
 void xsetProductVersion(org.apache.xmlbeans.XmlInt productVersion)
          Sets (as xml) the "ProductVersion" element
 void xsetReenableAccountTime(org.apache.xmlbeans.XmlInt reenableAccountTime)
          Sets (as xml) the "ReenableAccountTime" element
 void xsetReenableAccountTimeEnforced(org.apache.xmlbeans.XmlBoolean reenableAccountTimeEnforced)
          Sets (as xml) the "ReenableAccountTimeEnforced" element
 void xsetResetLogonAttemptCount(org.apache.xmlbeans.XmlInt resetLogonAttemptCount)
          Sets (as xml) the "ResetLogonAttemptCount" element
 void xsetTrustedAuthenticationEnabled(org.apache.xmlbeans.XmlBoolean trustedAuthenticationEnabled)
          Sets (as xml) the "TrustedAuthenticationEnabled" element
 void xsetTrustedPrincipalValidTime(org.apache.xmlbeans.XmlInt trustedPrincipalValidTime)
          Sets (as xml) the "TrustedPrincipalValidTime" element
 void xsetUnableToRepeatLastNPasswordsEnforced(org.apache.xmlbeans.XmlBoolean unableToRepeatLastNPasswordsEnforced)
          Sets (as xml) the "UnableToRepeatLastNPasswordsEnforced" element
 void xsetUnableToRepeatNPasswordsEnforced(org.apache.xmlbeans.XmlInt unableToRepeatNPasswordsEnforced)
          Sets (as xml) the "UnableToRepeatNPasswordsEnforced" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.InfoObject
addNewAlerts, addNewMultilingualDescriptions, addNewMultilingualNames, addNewPluginInfo, addNewRolesOnObject, addNewSecurityInfo, addNewSecurityInfo2, addNewSharedDoc, getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getGUID, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getMultilingualDescriptions, getMultilingualNames, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRolesOnObject, getRUID, getSchedulable, getSecurityInfo, getSecurityInfo2, getSharedDoc, getStartTime, getUiStatus, getUpdateTime, isSetAlerts, isSetChildrenObjects, isSetCreationTime, isSetCUID, isSetDescription, isSetEndTime, isSetErrorMessage, isSetGUID, isSetID, isSetInstance, isSetInstanceObject, isSetIsApplicationObject, isSetIsComponent, isSetIsHiddenObject, isSetIsPluginObject, isSetIsRecurring, isSetIsRunnableObject, isSetIsSendable, isSetIsSystemObject, isSetKey, isSetKeywords, isSetKind, isSetLastRunTime, isSetLastSuccessfulInstanceCUID, isSetMultilingualDescriptions, isSetMultilingualNames, isSetNewJobID, isSetNextRunTime, isSetObjectIsContainer, isSetOwner, isSetOwnerCUID, isSetParentCUID, isSetPluginInfo, isSetRolesOnObject, isSetRUID, isSetSchedulable, isSetSecurityInfo, isSetSecurityInfo2, isSetSharedDoc, isSetStartTime, isSetUiStatus, isSetUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setGUID, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setMultilingualDescriptions, setMultilingualNames, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRolesOnObject, setRUID, setSchedulable, setSecurityInfo, setSecurityInfo2, setSharedDoc, setStartTime, setUiStatus, setUpdateTime, unsetAlerts, unsetChildrenObjects, unsetCreationTime, unsetCUID, unsetDescription, unsetEndTime, unsetErrorMessage, unsetGUID, unsetID, unsetInstance, unsetInstanceObject, unsetIsApplicationObject, unsetIsComponent, unsetIsHiddenObject, unsetIsPluginObject, unsetIsRecurring, unsetIsRunnableObject, unsetIsSendable, unsetIsSystemObject, unsetKey, unsetKeywords, unsetKind, unsetLastRunTime, unsetLastSuccessfulInstanceCUID, unsetMultilingualDescriptions, unsetMultilingualNames, unsetNewJobID, unsetNextRunTime, unsetObjectIsContainer, unsetOwner, unsetOwnerCUID, unsetParentCUID, unsetPluginInfo, unsetRolesOnObject, unsetRUID, unsetSchedulable, unsetSecurityInfo, unsetSecurityInfo2, unsetSharedDoc, unsetStartTime, unsetUiStatus, unsetUpdateTime, xgetChildrenObjects, xgetCreationTime, xgetCUID, xgetDescription, xgetEndTime, xgetErrorMessage, xgetGUID, xgetID, xgetInstance, xgetInstanceObject, xgetIsApplicationObject, xgetIsComponent, xgetIsHiddenObject, xgetIsPluginObject, xgetIsRecurring, xgetIsRunnableObject, xgetIsSendable, xgetIsSystemObject, xgetKey, xgetKeywords, xgetKind, xgetLastRunTime, xgetLastSuccessfulInstanceCUID, xgetName, xgetNewJobID, xgetNextRunTime, xgetObjectIsContainer, xgetOwner, xgetOwnerCUID, xgetParentCUID, xgetRUID, xgetSchedulable, xgetStartTime, xgetUiStatus, xgetUpdateTime, xsetChildrenObjects, xsetCreationTime, xsetCUID, xsetDescription, xsetEndTime, xsetErrorMessage, xsetGUID, xsetID, xsetInstance, xsetInstanceObject, xsetIsApplicationObject, xsetIsComponent, xsetIsHiddenObject, xsetIsPluginObject, xsetIsRecurring, xsetIsRunnableObject, xsetIsSendable, xsetIsSystemObject, xsetKey, xsetKeywords, xsetKind, xsetLastRunTime, xsetLastSuccessfulInstanceCUID, xsetName, xsetNewJobID, xsetNextRunTime, xsetObjectIsContainer, xsetOwner, xsetOwnerCUID, xsetParentCUID, xsetRUID, xsetSchedulable, xsetStartTime, xsetUiStatus, xsetUpdateTime
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getPasswordAgeEnforced

boolean getPasswordAgeEnforced()
Gets the "PasswordAgeEnforced" element


xgetPasswordAgeEnforced

org.apache.xmlbeans.XmlBoolean xgetPasswordAgeEnforced()
Gets (as xml) the "PasswordAgeEnforced" element


isSetPasswordAgeEnforced

boolean isSetPasswordAgeEnforced()
True if has "PasswordAgeEnforced" element


setPasswordAgeEnforced

void setPasswordAgeEnforced(boolean passwordAgeEnforced)
Sets the "PasswordAgeEnforced" element


xsetPasswordAgeEnforced

void xsetPasswordAgeEnforced(org.apache.xmlbeans.XmlBoolean passwordAgeEnforced)
Sets (as xml) the "PasswordAgeEnforced" element


unsetPasswordAgeEnforced

void unsetPasswordAgeEnforced()
Unsets the "PasswordAgeEnforced" element


getResetLogonAttemptCount

int getResetLogonAttemptCount()
Gets the "ResetLogonAttemptCount" element


xgetResetLogonAttemptCount

org.apache.xmlbeans.XmlInt xgetResetLogonAttemptCount()
Gets (as xml) the "ResetLogonAttemptCount" element


isSetResetLogonAttemptCount

boolean isSetResetLogonAttemptCount()
True if has "ResetLogonAttemptCount" element


setResetLogonAttemptCount

void setResetLogonAttemptCount(int resetLogonAttemptCount)
Sets the "ResetLogonAttemptCount" element


xsetResetLogonAttemptCount

void xsetResetLogonAttemptCount(org.apache.xmlbeans.XmlInt resetLogonAttemptCount)
Sets (as xml) the "ResetLogonAttemptCount" element


unsetResetLogonAttemptCount

void unsetResetLogonAttemptCount()
Unsets the "ResetLogonAttemptCount" element


getReenableAccountTimeEnforced

boolean getReenableAccountTimeEnforced()
Gets the "ReenableAccountTimeEnforced" element


xgetReenableAccountTimeEnforced

org.apache.xmlbeans.XmlBoolean xgetReenableAccountTimeEnforced()
Gets (as xml) the "ReenableAccountTimeEnforced" element


isSetReenableAccountTimeEnforced

boolean isSetReenableAccountTimeEnforced()
True if has "ReenableAccountTimeEnforced" element


setReenableAccountTimeEnforced

void setReenableAccountTimeEnforced(boolean reenableAccountTimeEnforced)
Sets the "ReenableAccountTimeEnforced" element


xsetReenableAccountTimeEnforced

void xsetReenableAccountTimeEnforced(org.apache.xmlbeans.XmlBoolean reenableAccountTimeEnforced)
Sets (as xml) the "ReenableAccountTimeEnforced" element


unsetReenableAccountTimeEnforced

void unsetReenableAccountTimeEnforced()
Unsets the "ReenableAccountTimeEnforced" element


getReenableAccountTime

int getReenableAccountTime()
Gets the "ReenableAccountTime" element


xgetReenableAccountTime

org.apache.xmlbeans.XmlInt xgetReenableAccountTime()
Gets (as xml) the "ReenableAccountTime" element


isSetReenableAccountTime

boolean isSetReenableAccountTime()
True if has "ReenableAccountTime" element


setReenableAccountTime

void setReenableAccountTime(int reenableAccountTime)
Sets the "ReenableAccountTime" element


xsetReenableAccountTime

void xsetReenableAccountTime(org.apache.xmlbeans.XmlInt reenableAccountTime)
Sets (as xml) the "ReenableAccountTime" element


unsetReenableAccountTime

void unsetReenableAccountTime()
Unsets the "ReenableAccountTime" element


getMinPasswordLength

int getMinPasswordLength()
Gets the "MinPasswordLength" element


xgetMinPasswordLength

org.apache.xmlbeans.XmlInt xgetMinPasswordLength()
Gets (as xml) the "MinPasswordLength" element


isSetMinPasswordLength

boolean isSetMinPasswordLength()
True if has "MinPasswordLength" element


setMinPasswordLength

void setMinPasswordLength(int minPasswordLength)
Sets the "MinPasswordLength" element


xsetMinPasswordLength

void xsetMinPasswordLength(org.apache.xmlbeans.XmlInt minPasswordLength)
Sets (as xml) the "MinPasswordLength" element


unsetMinPasswordLength

void unsetMinPasswordLength()
Unsets the "MinPasswordLength" element


getUnableToRepeatLastNPasswordsEnforced

boolean getUnableToRepeatLastNPasswordsEnforced()
Gets the "UnableToRepeatLastNPasswordsEnforced" element


xgetUnableToRepeatLastNPasswordsEnforced

org.apache.xmlbeans.XmlBoolean xgetUnableToRepeatLastNPasswordsEnforced()
Gets (as xml) the "UnableToRepeatLastNPasswordsEnforced" element


isSetUnableToRepeatLastNPasswordsEnforced

boolean isSetUnableToRepeatLastNPasswordsEnforced()
True if has "UnableToRepeatLastNPasswordsEnforced" element


setUnableToRepeatLastNPasswordsEnforced

void setUnableToRepeatLastNPasswordsEnforced(boolean unableToRepeatLastNPasswordsEnforced)
Sets the "UnableToRepeatLastNPasswordsEnforced" element


xsetUnableToRepeatLastNPasswordsEnforced

void xsetUnableToRepeatLastNPasswordsEnforced(org.apache.xmlbeans.XmlBoolean unableToRepeatLastNPasswordsEnforced)
Sets (as xml) the "UnableToRepeatLastNPasswordsEnforced" element


unsetUnableToRepeatLastNPasswordsEnforced

void unsetUnableToRepeatLastNPasswordsEnforced()
Unsets the "UnableToRepeatLastNPasswordsEnforced" element


getMinPasswordLengthEnforced

boolean getMinPasswordLengthEnforced()
Gets the "MinPasswordLengthEnforced" element


xgetMinPasswordLengthEnforced

org.apache.xmlbeans.XmlBoolean xgetMinPasswordLengthEnforced()
Gets (as xml) the "MinPasswordLengthEnforced" element


isSetMinPasswordLengthEnforced

boolean isSetMinPasswordLengthEnforced()
True if has "MinPasswordLengthEnforced" element


setMinPasswordLengthEnforced

void setMinPasswordLengthEnforced(boolean minPasswordLengthEnforced)
Sets the "MinPasswordLengthEnforced" element


xsetMinPasswordLengthEnforced

void xsetMinPasswordLengthEnforced(org.apache.xmlbeans.XmlBoolean minPasswordLengthEnforced)
Sets (as xml) the "MinPasswordLengthEnforced" element


unsetMinPasswordLengthEnforced

void unsetMinPasswordLengthEnforced()
Unsets the "MinPasswordLengthEnforced" element


getUnableToRepeatNPasswordsEnforced

int getUnableToRepeatNPasswordsEnforced()
Gets the "UnableToRepeatNPasswordsEnforced" element


xgetUnableToRepeatNPasswordsEnforced

org.apache.xmlbeans.XmlInt xgetUnableToRepeatNPasswordsEnforced()
Gets (as xml) the "UnableToRepeatNPasswordsEnforced" element


isSetUnableToRepeatNPasswordsEnforced

boolean isSetUnableToRepeatNPasswordsEnforced()
True if has "UnableToRepeatNPasswordsEnforced" element


setUnableToRepeatNPasswordsEnforced

void setUnableToRepeatNPasswordsEnforced(int unableToRepeatNPasswordsEnforced)
Sets the "UnableToRepeatNPasswordsEnforced" element


xsetUnableToRepeatNPasswordsEnforced

void xsetUnableToRepeatNPasswordsEnforced(org.apache.xmlbeans.XmlInt unableToRepeatNPasswordsEnforced)
Sets (as xml) the "UnableToRepeatNPasswordsEnforced" element


unsetUnableToRepeatNPasswordsEnforced

void unsetUnableToRepeatNPasswordsEnforced()
Unsets the "UnableToRepeatNPasswordsEnforced" element


getProductVersion

int getProductVersion()
Gets the "ProductVersion" element


xgetProductVersion

org.apache.xmlbeans.XmlInt xgetProductVersion()
Gets (as xml) the "ProductVersion" element


isSetProductVersion

boolean isSetProductVersion()
True if has "ProductVersion" element


setProductVersion

void setProductVersion(int productVersion)
Sets the "ProductVersion" element


xsetProductVersion

void xsetProductVersion(org.apache.xmlbeans.XmlInt productVersion)
Sets (as xml) the "ProductVersion" element


unsetProductVersion

void unsetProductVersion()
Unsets the "ProductVersion" element


getAccountDisabledAfterNFailedLogins

boolean getAccountDisabledAfterNFailedLogins()
Gets the "AccountDisabledAfterNFailedLogins" element


xgetAccountDisabledAfterNFailedLogins

org.apache.xmlbeans.XmlBoolean xgetAccountDisabledAfterNFailedLogins()
Gets (as xml) the "AccountDisabledAfterNFailedLogins" element


isSetAccountDisabledAfterNFailedLogins

boolean isSetAccountDisabledAfterNFailedLogins()
True if has "AccountDisabledAfterNFailedLogins" element


setAccountDisabledAfterNFailedLogins

void setAccountDisabledAfterNFailedLogins(boolean accountDisabledAfterNFailedLogins)
Sets the "AccountDisabledAfterNFailedLogins" element


xsetAccountDisabledAfterNFailedLogins

void xsetAccountDisabledAfterNFailedLogins(org.apache.xmlbeans.XmlBoolean accountDisabledAfterNFailedLogins)
Sets (as xml) the "AccountDisabledAfterNFailedLogins" element


unsetAccountDisabledAfterNFailedLogins

void unsetAccountDisabledAfterNFailedLogins()
Unsets the "AccountDisabledAfterNFailedLogins" element


getMinTimeBetweenPasswordChanges

int getMinTimeBetweenPasswordChanges()
Gets the "MinTimeBetweenPasswordChanges" element


xgetMinTimeBetweenPasswordChanges

org.apache.xmlbeans.XmlInt xgetMinTimeBetweenPasswordChanges()
Gets (as xml) the "MinTimeBetweenPasswordChanges" element


isSetMinTimeBetweenPasswordChanges

boolean isSetMinTimeBetweenPasswordChanges()
True if has "MinTimeBetweenPasswordChanges" element


setMinTimeBetweenPasswordChanges

void setMinTimeBetweenPasswordChanges(int minTimeBetweenPasswordChanges)
Sets the "MinTimeBetweenPasswordChanges" element


xsetMinTimeBetweenPasswordChanges

void xsetMinTimeBetweenPasswordChanges(org.apache.xmlbeans.XmlInt minTimeBetweenPasswordChanges)
Sets (as xml) the "MinTimeBetweenPasswordChanges" element


unsetMinTimeBetweenPasswordChanges

void unsetMinTimeBetweenPasswordChanges()
Unsets the "MinTimeBetweenPasswordChanges" element


getMaxPasswordAge

int getMaxPasswordAge()
Gets the "MaxPasswordAge" element


xgetMaxPasswordAge

org.apache.xmlbeans.XmlInt xgetMaxPasswordAge()
Gets (as xml) the "MaxPasswordAge" element


isSetMaxPasswordAge

boolean isSetMaxPasswordAge()
True if has "MaxPasswordAge" element


setMaxPasswordAge

void setMaxPasswordAge(int maxPasswordAge)
Sets the "MaxPasswordAge" element


xsetMaxPasswordAge

void xsetMaxPasswordAge(org.apache.xmlbeans.XmlInt maxPasswordAge)
Sets (as xml) the "MaxPasswordAge" element


unsetMaxPasswordAge

void unsetMaxPasswordAge()
Unsets the "MaxPasswordAge" element


getMixedCaseEnforced

boolean getMixedCaseEnforced()
Gets the "MixedCaseEnforced" element


xgetMixedCaseEnforced

org.apache.xmlbeans.XmlBoolean xgetMixedCaseEnforced()
Gets (as xml) the "MixedCaseEnforced" element


isSetMixedCaseEnforced

boolean isSetMixedCaseEnforced()
True if has "MixedCaseEnforced" element


setMixedCaseEnforced

void setMixedCaseEnforced(boolean mixedCaseEnforced)
Sets the "MixedCaseEnforced" element


xsetMixedCaseEnforced

void xsetMixedCaseEnforced(org.apache.xmlbeans.XmlBoolean mixedCaseEnforced)
Sets (as xml) the "MixedCaseEnforced" element


unsetMixedCaseEnforced

void unsetMixedCaseEnforced()
Unsets the "MixedCaseEnforced" element


getMaxNumberOfAttempts

int getMaxNumberOfAttempts()
Gets the "MaxNumberOfAttempts" element


xgetMaxNumberOfAttempts

org.apache.xmlbeans.XmlInt xgetMaxNumberOfAttempts()
Gets (as xml) the "MaxNumberOfAttempts" element


isSetMaxNumberOfAttempts

boolean isSetMaxNumberOfAttempts()
True if has "MaxNumberOfAttempts" element


setMaxNumberOfAttempts

void setMaxNumberOfAttempts(int maxNumberOfAttempts)
Sets the "MaxNumberOfAttempts" element


xsetMaxNumberOfAttempts

void xsetMaxNumberOfAttempts(org.apache.xmlbeans.XmlInt maxNumberOfAttempts)
Sets (as xml) the "MaxNumberOfAttempts" element


unsetMaxNumberOfAttempts

void unsetMaxNumberOfAttempts()
Unsets the "MaxNumberOfAttempts" element


getPluginAuditModifications

boolean getPluginAuditModifications()
Gets the "PluginAuditModifications" element


xgetPluginAuditModifications

org.apache.xmlbeans.XmlBoolean xgetPluginAuditModifications()
Gets (as xml) the "PluginAuditModifications" element


isSetPluginAuditModifications

boolean isSetPluginAuditModifications()
True if has "PluginAuditModifications" element


setPluginAuditModifications

void setPluginAuditModifications(boolean pluginAuditModifications)
Sets the "PluginAuditModifications" element


xsetPluginAuditModifications

void xsetPluginAuditModifications(org.apache.xmlbeans.XmlBoolean pluginAuditModifications)
Sets (as xml) the "PluginAuditModifications" element


unsetPluginAuditModifications

void unsetPluginAuditModifications()
Unsets the "PluginAuditModifications" element


getTrustedPrincipalValidTime

int getTrustedPrincipalValidTime()
Gets the "TrustedPrincipalValidTime" element


xgetTrustedPrincipalValidTime

org.apache.xmlbeans.XmlInt xgetTrustedPrincipalValidTime()
Gets (as xml) the "TrustedPrincipalValidTime" element


isSetTrustedPrincipalValidTime

boolean isSetTrustedPrincipalValidTime()
True if has "TrustedPrincipalValidTime" element


setTrustedPrincipalValidTime

void setTrustedPrincipalValidTime(int trustedPrincipalValidTime)
Sets the "TrustedPrincipalValidTime" element


xsetTrustedPrincipalValidTime

void xsetTrustedPrincipalValidTime(org.apache.xmlbeans.XmlInt trustedPrincipalValidTime)
Sets (as xml) the "TrustedPrincipalValidTime" element


unsetTrustedPrincipalValidTime

void unsetTrustedPrincipalValidTime()
Unsets the "TrustedPrincipalValidTime" element


getMaxSharedSecretAge

int getMaxSharedSecretAge()
Gets the "MaxSharedSecretAge" element


xgetMaxSharedSecretAge

org.apache.xmlbeans.XmlInt xgetMaxSharedSecretAge()
Gets (as xml) the "MaxSharedSecretAge" element


isSetMaxSharedSecretAge

boolean isSetMaxSharedSecretAge()
True if has "MaxSharedSecretAge" element


setMaxSharedSecretAge

void setMaxSharedSecretAge(int maxSharedSecretAge)
Sets the "MaxSharedSecretAge" element


xsetMaxSharedSecretAge

void xsetMaxSharedSecretAge(org.apache.xmlbeans.XmlInt maxSharedSecretAge)
Sets (as xml) the "MaxSharedSecretAge" element


unsetMaxSharedSecretAge

void unsetMaxSharedSecretAge()
Unsets the "MaxSharedSecretAge" element


getLastSharedSecretChangeTime

java.util.Calendar getLastSharedSecretChangeTime()
Gets the "LastSharedSecretChangeTime" element


xgetLastSharedSecretChangeTime

org.apache.xmlbeans.XmlDateTime xgetLastSharedSecretChangeTime()
Gets (as xml) the "LastSharedSecretChangeTime" element


isSetLastSharedSecretChangeTime

boolean isSetLastSharedSecretChangeTime()
True if has "LastSharedSecretChangeTime" element


setLastSharedSecretChangeTime

void setLastSharedSecretChangeTime(java.util.Calendar lastSharedSecretChangeTime)
Sets the "LastSharedSecretChangeTime" element


xsetLastSharedSecretChangeTime

void xsetLastSharedSecretChangeTime(org.apache.xmlbeans.XmlDateTime lastSharedSecretChangeTime)
Sets (as xml) the "LastSharedSecretChangeTime" element


unsetLastSharedSecretChangeTime

void unsetLastSharedSecretChangeTime()
Unsets the "LastSharedSecretChangeTime" element


getTrustedAuthenticationEnabled

boolean getTrustedAuthenticationEnabled()
Gets the "TrustedAuthenticationEnabled" element


xgetTrustedAuthenticationEnabled

org.apache.xmlbeans.XmlBoolean xgetTrustedAuthenticationEnabled()
Gets (as xml) the "TrustedAuthenticationEnabled" element


isSetTrustedAuthenticationEnabled

boolean isSetTrustedAuthenticationEnabled()
True if has "TrustedAuthenticationEnabled" element


setTrustedAuthenticationEnabled

void setTrustedAuthenticationEnabled(boolean trustedAuthenticationEnabled)
Sets the "TrustedAuthenticationEnabled" element


xsetTrustedAuthenticationEnabled

void xsetTrustedAuthenticationEnabled(org.apache.xmlbeans.XmlBoolean trustedAuthenticationEnabled)
Sets (as xml) the "TrustedAuthenticationEnabled" element


unsetTrustedAuthenticationEnabled

void unsetTrustedAuthenticationEnabled()
Unsets the "TrustedAuthenticationEnabled" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element