com.businessobjects.enterprise.secwinad
Interface SecWinAD

All Superinterfaces:
InfoObject

public interface SecWinAD
extends InfoObject

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


Nested Class Summary
static class SecWinAD.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
 java.lang.String getAdminName()
          Gets the "AdminName" element
 boolean getAliasAutoAdd()
          Gets the "AliasAutoAdd" element
 boolean getAliasAutoCreate()
          Gets the "AliasAutoCreate" element
 boolean getAttributeImportingEnabled()
          Gets the "AttributeImportingEnabled" element
 int getAttributeImportingPriority()
          Gets the "AttributeImportingPriority" element
 int getAvailability()
          Gets the "Availability" element
 boolean getCacheSecurityContext()
          Gets the "CacheSecurityContext" element
 boolean getCreateNamedUsers()
          Gets the "CreateNamedUsers" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getDefaultDomain()
          Gets the "DefaultDomain" element
 boolean getImportUsers()
          Gets the "ImportUsers" element
 boolean getKerberosEnabled()
          Gets the "KerberosEnabled" element
 java.lang.String getMappingGroups()
          Gets the "MappingGroups" element
 boolean getPluginAuditModifications()
          Gets the "PluginAuditModifications" element
 java.lang.String getServicePrincipalName()
          Gets the "ServicePrincipalName" element
 WinADSSOAccessModeEnum.Enum getSSOAccessMode()
          Gets the "SSOAccessMode" element
 java.lang.String getSSOAgent()
          Gets the "SSOAgent" element
 boolean getSSOEnabled()
          Gets the "SSOEnabled" element
 java.lang.String getSSOProviderType()
          Gets the "SSOProviderType" element
 java.lang.String getSSOServersAndPorts()
          Gets the "SSOServersAndPorts" element
 WinADSSOVendorEnum.Enum getSSOVendor()
          Gets the "SSOVendor" element
 int getVersion()
          Gets the "Version" element
 boolean isSetAdminName()
          True if has "AdminName" element
 boolean isSetAliasAutoAdd()
          True if has "AliasAutoAdd" element
 boolean isSetAliasAutoCreate()
          True if has "AliasAutoCreate" element
 boolean isSetAttributeImportingEnabled()
          True if has "AttributeImportingEnabled" element
 boolean isSetAttributeImportingPriority()
          True if has "AttributeImportingPriority" element
 boolean isSetAvailability()
          True if has "Availability" element
 boolean isSetCacheSecurityContext()
          True if has "CacheSecurityContext" element
 boolean isSetCreateNamedUsers()
          True if has "CreateNamedUsers" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetDefaultDomain()
          True if has "DefaultDomain" element
 boolean isSetImportUsers()
          True if has "ImportUsers" element
 boolean isSetKerberosEnabled()
          True if has "KerberosEnabled" element
 boolean isSetMappingGroups()
          True if has "MappingGroups" element
 boolean isSetPluginAuditModifications()
          True if has "PluginAuditModifications" element
 boolean isSetServicePrincipalName()
          True if has "ServicePrincipalName" element
 boolean isSetSSOAccessMode()
          True if has "SSOAccessMode" element
 boolean isSetSSOAgent()
          True if has "SSOAgent" element
 boolean isSetSSOEnabled()
          True if has "SSOEnabled" element
 boolean isSetSSOProviderType()
          True if has "SSOProviderType" element
 boolean isSetSSOServersAndPorts()
          True if has "SSOServersAndPorts" element
 boolean isSetSSOVendor()
          True if has "SSOVendor" element
 boolean isSetVersion()
          True if has "Version" element
 void setAdminName(java.lang.String adminName)
          Sets the "AdminName" element
 void setAliasAutoAdd(boolean aliasAutoAdd)
          Sets the "AliasAutoAdd" element
 void setAliasAutoCreate(boolean aliasAutoCreate)
          Sets the "AliasAutoCreate" element
 void setAttributeImportingEnabled(boolean attributeImportingEnabled)
          Sets the "AttributeImportingEnabled" element
 void setAttributeImportingPriority(int attributeImportingPriority)
          Sets the "AttributeImportingPriority" element
 void setAvailability(int availability)
          Sets the "Availability" element
 void setCacheSecurityContext(boolean cacheSecurityContext)
          Sets the "CacheSecurityContext" element
 void setCreateNamedUsers(boolean createNamedUsers)
          Sets the "CreateNamedUsers" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setDefaultDomain(java.lang.String defaultDomain)
          Sets the "DefaultDomain" element
 void setImportUsers(boolean importUsers)
          Sets the "ImportUsers" element
 void setKerberosEnabled(boolean kerberosEnabled)
          Sets the "KerberosEnabled" element
 void setMappingGroups(java.lang.String mappingGroups)
          Sets the "MappingGroups" element
 void setPluginAuditModifications(boolean pluginAuditModifications)
          Sets the "PluginAuditModifications" element
 void setServicePrincipalName(java.lang.String servicePrincipalName)
          Sets the "ServicePrincipalName" element
 void setSSOAccessMode(WinADSSOAccessModeEnum.Enum ssoAccessMode)
          Sets the "SSOAccessMode" element
 void setSSOAgent(java.lang.String ssoAgent)
          Sets the "SSOAgent" element
 void setSSOEnabled(boolean ssoEnabled)
          Sets the "SSOEnabled" element
 void setSSOProviderType(java.lang.String ssoProviderType)
          Sets the "SSOProviderType" element
 void setSSOServersAndPorts(java.lang.String ssoServersAndPorts)
          Sets the "SSOServersAndPorts" element
 void setSSOVendor(WinADSSOVendorEnum.Enum ssoVendor)
          Sets the "SSOVendor" element
 void setVersion(int version)
          Sets the "Version" element
 void unsetAdminName()
          Unsets the "AdminName" element
 void unsetAliasAutoAdd()
          Unsets the "AliasAutoAdd" element
 void unsetAliasAutoCreate()
          Unsets the "AliasAutoCreate" element
 void unsetAttributeImportingEnabled()
          Unsets the "AttributeImportingEnabled" element
 void unsetAttributeImportingPriority()
          Unsets the "AttributeImportingPriority" element
 void unsetAvailability()
          Unsets the "Availability" element
 void unsetCacheSecurityContext()
          Unsets the "CacheSecurityContext" element
 void unsetCreateNamedUsers()
          Unsets the "CreateNamedUsers" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetDefaultDomain()
          Unsets the "DefaultDomain" element
 void unsetImportUsers()
          Unsets the "ImportUsers" element
 void unsetKerberosEnabled()
          Unsets the "KerberosEnabled" element
 void unsetMappingGroups()
          Unsets the "MappingGroups" element
 void unsetPluginAuditModifications()
          Unsets the "PluginAuditModifications" element
 void unsetServicePrincipalName()
          Unsets the "ServicePrincipalName" element
 void unsetSSOAccessMode()
          Unsets the "SSOAccessMode" element
 void unsetSSOAgent()
          Unsets the "SSOAgent" element
 void unsetSSOEnabled()
          Unsets the "SSOEnabled" element
 void unsetSSOProviderType()
          Unsets the "SSOProviderType" element
 void unsetSSOServersAndPorts()
          Unsets the "SSOServersAndPorts" element
 void unsetSSOVendor()
          Unsets the "SSOVendor" element
 void unsetVersion()
          Unsets the "Version" element
 org.apache.xmlbeans.XmlString xgetAdminName()
          Gets (as xml) the "AdminName" element
 org.apache.xmlbeans.XmlBoolean xgetAliasAutoAdd()
          Gets (as xml) the "AliasAutoAdd" element
 org.apache.xmlbeans.XmlBoolean xgetAliasAutoCreate()
          Gets (as xml) the "AliasAutoCreate" element
 org.apache.xmlbeans.XmlBoolean xgetAttributeImportingEnabled()
          Gets (as xml) the "AttributeImportingEnabled" element
 org.apache.xmlbeans.XmlInt xgetAttributeImportingPriority()
          Gets (as xml) the "AttributeImportingPriority" element
 org.apache.xmlbeans.XmlInt xgetAvailability()
          Gets (as xml) the "Availability" element
 org.apache.xmlbeans.XmlBoolean xgetCacheSecurityContext()
          Gets (as xml) the "CacheSecurityContext" element
 org.apache.xmlbeans.XmlBoolean xgetCreateNamedUsers()
          Gets (as xml) the "CreateNamedUsers" element
 org.apache.xmlbeans.XmlString xgetDefaultDomain()
          Gets (as xml) the "DefaultDomain" element
 org.apache.xmlbeans.XmlBoolean xgetImportUsers()
          Gets (as xml) the "ImportUsers" element
 org.apache.xmlbeans.XmlBoolean xgetKerberosEnabled()
          Gets (as xml) the "KerberosEnabled" element
 org.apache.xmlbeans.XmlString xgetMappingGroups()
          Gets (as xml) the "MappingGroups" element
 org.apache.xmlbeans.XmlBoolean xgetPluginAuditModifications()
          Gets (as xml) the "PluginAuditModifications" element
 org.apache.xmlbeans.XmlString xgetServicePrincipalName()
          Gets (as xml) the "ServicePrincipalName" element
 WinADSSOAccessModeEnum xgetSSOAccessMode()
          Gets (as xml) the "SSOAccessMode" element
 org.apache.xmlbeans.XmlString xgetSSOAgent()
          Gets (as xml) the "SSOAgent" element
 org.apache.xmlbeans.XmlBoolean xgetSSOEnabled()
          Gets (as xml) the "SSOEnabled" element
 org.apache.xmlbeans.XmlString xgetSSOProviderType()
          Gets (as xml) the "SSOProviderType" element
 org.apache.xmlbeans.XmlString xgetSSOServersAndPorts()
          Gets (as xml) the "SSOServersAndPorts" element
 WinADSSOVendorEnum xgetSSOVendor()
          Gets (as xml) the "SSOVendor" element
 org.apache.xmlbeans.XmlInt xgetVersion()
          Gets (as xml) the "Version" element
 void xsetAdminName(org.apache.xmlbeans.XmlString adminName)
          Sets (as xml) the "AdminName" element
 void xsetAliasAutoAdd(org.apache.xmlbeans.XmlBoolean aliasAutoAdd)
          Sets (as xml) the "AliasAutoAdd" element
 void xsetAliasAutoCreate(org.apache.xmlbeans.XmlBoolean aliasAutoCreate)
          Sets (as xml) the "AliasAutoCreate" element
 void xsetAttributeImportingEnabled(org.apache.xmlbeans.XmlBoolean attributeImportingEnabled)
          Sets (as xml) the "AttributeImportingEnabled" element
 void xsetAttributeImportingPriority(org.apache.xmlbeans.XmlInt attributeImportingPriority)
          Sets (as xml) the "AttributeImportingPriority" element
 void xsetAvailability(org.apache.xmlbeans.XmlInt availability)
          Sets (as xml) the "Availability" element
 void xsetCacheSecurityContext(org.apache.xmlbeans.XmlBoolean cacheSecurityContext)
          Sets (as xml) the "CacheSecurityContext" element
 void xsetCreateNamedUsers(org.apache.xmlbeans.XmlBoolean createNamedUsers)
          Sets (as xml) the "CreateNamedUsers" element
 void xsetDefaultDomain(org.apache.xmlbeans.XmlString defaultDomain)
          Sets (as xml) the "DefaultDomain" element
 void xsetImportUsers(org.apache.xmlbeans.XmlBoolean importUsers)
          Sets (as xml) the "ImportUsers" element
 void xsetKerberosEnabled(org.apache.xmlbeans.XmlBoolean kerberosEnabled)
          Sets (as xml) the "KerberosEnabled" element
 void xsetMappingGroups(org.apache.xmlbeans.XmlString mappingGroups)
          Sets (as xml) the "MappingGroups" element
 void xsetPluginAuditModifications(org.apache.xmlbeans.XmlBoolean pluginAuditModifications)
          Sets (as xml) the "PluginAuditModifications" element
 void xsetServicePrincipalName(org.apache.xmlbeans.XmlString servicePrincipalName)
          Sets (as xml) the "ServicePrincipalName" element
 void xsetSSOAccessMode(WinADSSOAccessModeEnum ssoAccessMode)
          Sets (as xml) the "SSOAccessMode" element
 void xsetSSOAgent(org.apache.xmlbeans.XmlString ssoAgent)
          Sets (as xml) the "SSOAgent" element
 void xsetSSOEnabled(org.apache.xmlbeans.XmlBoolean ssoEnabled)
          Sets (as xml) the "SSOEnabled" element
 void xsetSSOProviderType(org.apache.xmlbeans.XmlString ssoProviderType)
          Sets (as xml) the "SSOProviderType" element
 void xsetSSOServersAndPorts(org.apache.xmlbeans.XmlString ssoServersAndPorts)
          Sets (as xml) the "SSOServersAndPorts" element
 void xsetSSOVendor(WinADSSOVendorEnum ssoVendor)
          Sets (as xml) the "SSOVendor" element
 void xsetVersion(org.apache.xmlbeans.XmlInt version)
          Sets (as xml) the "Version" 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

getSSOProviderType

java.lang.String getSSOProviderType()
Gets the "SSOProviderType" element


xgetSSOProviderType

org.apache.xmlbeans.XmlString xgetSSOProviderType()
Gets (as xml) the "SSOProviderType" element


isSetSSOProviderType

boolean isSetSSOProviderType()
True if has "SSOProviderType" element


setSSOProviderType

void setSSOProviderType(java.lang.String ssoProviderType)
Sets the "SSOProviderType" element


xsetSSOProviderType

void xsetSSOProviderType(org.apache.xmlbeans.XmlString ssoProviderType)
Sets (as xml) the "SSOProviderType" element


unsetSSOProviderType

void unsetSSOProviderType()
Unsets the "SSOProviderType" element


getMappingGroups

java.lang.String getMappingGroups()
Gets the "MappingGroups" element


xgetMappingGroups

org.apache.xmlbeans.XmlString xgetMappingGroups()
Gets (as xml) the "MappingGroups" element


isSetMappingGroups

boolean isSetMappingGroups()
True if has "MappingGroups" element


setMappingGroups

void setMappingGroups(java.lang.String mappingGroups)
Sets the "MappingGroups" element


xsetMappingGroups

void xsetMappingGroups(org.apache.xmlbeans.XmlString mappingGroups)
Sets (as xml) the "MappingGroups" element


unsetMappingGroups

void unsetMappingGroups()
Unsets the "MappingGroups" element


getCreateNamedUsers

boolean getCreateNamedUsers()
Gets the "CreateNamedUsers" element


xgetCreateNamedUsers

org.apache.xmlbeans.XmlBoolean xgetCreateNamedUsers()
Gets (as xml) the "CreateNamedUsers" element


isSetCreateNamedUsers

boolean isSetCreateNamedUsers()
True if has "CreateNamedUsers" element


setCreateNamedUsers

void setCreateNamedUsers(boolean createNamedUsers)
Sets the "CreateNamedUsers" element


xsetCreateNamedUsers

void xsetCreateNamedUsers(org.apache.xmlbeans.XmlBoolean createNamedUsers)
Sets (as xml) the "CreateNamedUsers" element


unsetCreateNamedUsers

void unsetCreateNamedUsers()
Unsets the "CreateNamedUsers" element


getSSOEnabled

boolean getSSOEnabled()
Gets the "SSOEnabled" element


xgetSSOEnabled

org.apache.xmlbeans.XmlBoolean xgetSSOEnabled()
Gets (as xml) the "SSOEnabled" element


isSetSSOEnabled

boolean isSetSSOEnabled()
True if has "SSOEnabled" element


setSSOEnabled

void setSSOEnabled(boolean ssoEnabled)
Sets the "SSOEnabled" element


xsetSSOEnabled

void xsetSSOEnabled(org.apache.xmlbeans.XmlBoolean ssoEnabled)
Sets (as xml) the "SSOEnabled" element


unsetSSOEnabled

void unsetSSOEnabled()
Unsets the "SSOEnabled" element


getAliasAutoCreate

boolean getAliasAutoCreate()
Gets the "AliasAutoCreate" element


xgetAliasAutoCreate

org.apache.xmlbeans.XmlBoolean xgetAliasAutoCreate()
Gets (as xml) the "AliasAutoCreate" element


isSetAliasAutoCreate

boolean isSetAliasAutoCreate()
True if has "AliasAutoCreate" element


setAliasAutoCreate

void setAliasAutoCreate(boolean aliasAutoCreate)
Sets the "AliasAutoCreate" element


xsetAliasAutoCreate

void xsetAliasAutoCreate(org.apache.xmlbeans.XmlBoolean aliasAutoCreate)
Sets (as xml) the "AliasAutoCreate" element


unsetAliasAutoCreate

void unsetAliasAutoCreate()
Unsets the "AliasAutoCreate" element


getVersion

int getVersion()
Gets the "Version" element


xgetVersion

org.apache.xmlbeans.XmlInt xgetVersion()
Gets (as xml) the "Version" element


isSetVersion

boolean isSetVersion()
True if has "Version" element


setVersion

void setVersion(int version)
Sets the "Version" element


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlInt version)
Sets (as xml) the "Version" element


unsetVersion

void unsetVersion()
Unsets the "Version" element


getCacheSecurityContext

boolean getCacheSecurityContext()
Gets the "CacheSecurityContext" element


xgetCacheSecurityContext

org.apache.xmlbeans.XmlBoolean xgetCacheSecurityContext()
Gets (as xml) the "CacheSecurityContext" element


isSetCacheSecurityContext

boolean isSetCacheSecurityContext()
True if has "CacheSecurityContext" element


setCacheSecurityContext

void setCacheSecurityContext(boolean cacheSecurityContext)
Sets the "CacheSecurityContext" element


xsetCacheSecurityContext

void xsetCacheSecurityContext(org.apache.xmlbeans.XmlBoolean cacheSecurityContext)
Sets (as xml) the "CacheSecurityContext" element


unsetCacheSecurityContext

void unsetCacheSecurityContext()
Unsets the "CacheSecurityContext" element


getAvailability

int getAvailability()
Gets the "Availability" element


xgetAvailability

org.apache.xmlbeans.XmlInt xgetAvailability()
Gets (as xml) the "Availability" element


isSetAvailability

boolean isSetAvailability()
True if has "Availability" element


setAvailability

void setAvailability(int availability)
Sets the "Availability" element


xsetAvailability

void xsetAvailability(org.apache.xmlbeans.XmlInt availability)
Sets (as xml) the "Availability" element


unsetAvailability

void unsetAvailability()
Unsets the "Availability" element


getServicePrincipalName

java.lang.String getServicePrincipalName()
Gets the "ServicePrincipalName" element


xgetServicePrincipalName

org.apache.xmlbeans.XmlString xgetServicePrincipalName()
Gets (as xml) the "ServicePrincipalName" element


isSetServicePrincipalName

boolean isSetServicePrincipalName()
True if has "ServicePrincipalName" element


setServicePrincipalName

void setServicePrincipalName(java.lang.String servicePrincipalName)
Sets the "ServicePrincipalName" element


xsetServicePrincipalName

void xsetServicePrincipalName(org.apache.xmlbeans.XmlString servicePrincipalName)
Sets (as xml) the "ServicePrincipalName" element


unsetServicePrincipalName

void unsetServicePrincipalName()
Unsets the "ServicePrincipalName" element


getAliasAutoAdd

boolean getAliasAutoAdd()
Gets the "AliasAutoAdd" element


xgetAliasAutoAdd

org.apache.xmlbeans.XmlBoolean xgetAliasAutoAdd()
Gets (as xml) the "AliasAutoAdd" element


isSetAliasAutoAdd

boolean isSetAliasAutoAdd()
True if has "AliasAutoAdd" element


setAliasAutoAdd

void setAliasAutoAdd(boolean aliasAutoAdd)
Sets the "AliasAutoAdd" element


xsetAliasAutoAdd

void xsetAliasAutoAdd(org.apache.xmlbeans.XmlBoolean aliasAutoAdd)
Sets (as xml) the "AliasAutoAdd" element


unsetAliasAutoAdd

void unsetAliasAutoAdd()
Unsets the "AliasAutoAdd" element


getImportUsers

boolean getImportUsers()
Gets the "ImportUsers" element


xgetImportUsers

org.apache.xmlbeans.XmlBoolean xgetImportUsers()
Gets (as xml) the "ImportUsers" element


isSetImportUsers

boolean isSetImportUsers()
True if has "ImportUsers" element


setImportUsers

void setImportUsers(boolean importUsers)
Sets the "ImportUsers" element


xsetImportUsers

void xsetImportUsers(org.apache.xmlbeans.XmlBoolean importUsers)
Sets (as xml) the "ImportUsers" element


unsetImportUsers

void unsetImportUsers()
Unsets the "ImportUsers" element


getKerberosEnabled

boolean getKerberosEnabled()
Gets the "KerberosEnabled" element


xgetKerberosEnabled

org.apache.xmlbeans.XmlBoolean xgetKerberosEnabled()
Gets (as xml) the "KerberosEnabled" element


isSetKerberosEnabled

boolean isSetKerberosEnabled()
True if has "KerberosEnabled" element


setKerberosEnabled

void setKerberosEnabled(boolean kerberosEnabled)
Sets the "KerberosEnabled" element


xsetKerberosEnabled

void xsetKerberosEnabled(org.apache.xmlbeans.XmlBoolean kerberosEnabled)
Sets (as xml) the "KerberosEnabled" element


unsetKerberosEnabled

void unsetKerberosEnabled()
Unsets the "KerberosEnabled" element


getDefaultDomain

java.lang.String getDefaultDomain()
Gets the "DefaultDomain" element


xgetDefaultDomain

org.apache.xmlbeans.XmlString xgetDefaultDomain()
Gets (as xml) the "DefaultDomain" element


isSetDefaultDomain

boolean isSetDefaultDomain()
True if has "DefaultDomain" element


setDefaultDomain

void setDefaultDomain(java.lang.String defaultDomain)
Sets the "DefaultDomain" element


xsetDefaultDomain

void xsetDefaultDomain(org.apache.xmlbeans.XmlString defaultDomain)
Sets (as xml) the "DefaultDomain" element


unsetDefaultDomain

void unsetDefaultDomain()
Unsets the "DefaultDomain" element


getAdminName

java.lang.String getAdminName()
Gets the "AdminName" element


xgetAdminName

org.apache.xmlbeans.XmlString xgetAdminName()
Gets (as xml) the "AdminName" element


isSetAdminName

boolean isSetAdminName()
True if has "AdminName" element


setAdminName

void setAdminName(java.lang.String adminName)
Sets the "AdminName" element


xsetAdminName

void xsetAdminName(org.apache.xmlbeans.XmlString adminName)
Sets (as xml) the "AdminName" element


unsetAdminName

void unsetAdminName()
Unsets the "AdminName" 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


getSSOVendor

WinADSSOVendorEnum.Enum getSSOVendor()
Gets the "SSOVendor" element


xgetSSOVendor

WinADSSOVendorEnum xgetSSOVendor()
Gets (as xml) the "SSOVendor" element


isSetSSOVendor

boolean isSetSSOVendor()
True if has "SSOVendor" element


setSSOVendor

void setSSOVendor(WinADSSOVendorEnum.Enum ssoVendor)
Sets the "SSOVendor" element


xsetSSOVendor

void xsetSSOVendor(WinADSSOVendorEnum ssoVendor)
Sets (as xml) the "SSOVendor" element


unsetSSOVendor

void unsetSSOVendor()
Unsets the "SSOVendor" element


getSSOAgent

java.lang.String getSSOAgent()
Gets the "SSOAgent" element


xgetSSOAgent

org.apache.xmlbeans.XmlString xgetSSOAgent()
Gets (as xml) the "SSOAgent" element


isSetSSOAgent

boolean isSetSSOAgent()
True if has "SSOAgent" element


setSSOAgent

void setSSOAgent(java.lang.String ssoAgent)
Sets the "SSOAgent" element


xsetSSOAgent

void xsetSSOAgent(org.apache.xmlbeans.XmlString ssoAgent)
Sets (as xml) the "SSOAgent" element


unsetSSOAgent

void unsetSSOAgent()
Unsets the "SSOAgent" element


getSSOAccessMode

WinADSSOAccessModeEnum.Enum getSSOAccessMode()
Gets the "SSOAccessMode" element


xgetSSOAccessMode

WinADSSOAccessModeEnum xgetSSOAccessMode()
Gets (as xml) the "SSOAccessMode" element


isSetSSOAccessMode

boolean isSetSSOAccessMode()
True if has "SSOAccessMode" element


setSSOAccessMode

void setSSOAccessMode(WinADSSOAccessModeEnum.Enum ssoAccessMode)
Sets the "SSOAccessMode" element


xsetSSOAccessMode

void xsetSSOAccessMode(WinADSSOAccessModeEnum ssoAccessMode)
Sets (as xml) the "SSOAccessMode" element


unsetSSOAccessMode

void unsetSSOAccessMode()
Unsets the "SSOAccessMode" element


getSSOServersAndPorts

java.lang.String getSSOServersAndPorts()
Gets the "SSOServersAndPorts" element


xgetSSOServersAndPorts

org.apache.xmlbeans.XmlString xgetSSOServersAndPorts()
Gets (as xml) the "SSOServersAndPorts" element


isSetSSOServersAndPorts

boolean isSetSSOServersAndPorts()
True if has "SSOServersAndPorts" element


setSSOServersAndPorts

void setSSOServersAndPorts(java.lang.String ssoServersAndPorts)
Sets the "SSOServersAndPorts" element


xsetSSOServersAndPorts

void xsetSSOServersAndPorts(org.apache.xmlbeans.XmlString ssoServersAndPorts)
Sets (as xml) the "SSOServersAndPorts" element


unsetSSOServersAndPorts

void unsetSSOServersAndPorts()
Unsets the "SSOServersAndPorts" element


getAttributeImportingEnabled

boolean getAttributeImportingEnabled()
Gets the "AttributeImportingEnabled" element


xgetAttributeImportingEnabled

org.apache.xmlbeans.XmlBoolean xgetAttributeImportingEnabled()
Gets (as xml) the "AttributeImportingEnabled" element


isSetAttributeImportingEnabled

boolean isSetAttributeImportingEnabled()
True if has "AttributeImportingEnabled" element


setAttributeImportingEnabled

void setAttributeImportingEnabled(boolean attributeImportingEnabled)
Sets the "AttributeImportingEnabled" element


xsetAttributeImportingEnabled

void xsetAttributeImportingEnabled(org.apache.xmlbeans.XmlBoolean attributeImportingEnabled)
Sets (as xml) the "AttributeImportingEnabled" element


unsetAttributeImportingEnabled

void unsetAttributeImportingEnabled()
Unsets the "AttributeImportingEnabled" element


getAttributeImportingPriority

int getAttributeImportingPriority()
Gets the "AttributeImportingPriority" element


xgetAttributeImportingPriority

org.apache.xmlbeans.XmlInt xgetAttributeImportingPriority()
Gets (as xml) the "AttributeImportingPriority" element


isSetAttributeImportingPriority

boolean isSetAttributeImportingPriority()
True if has "AttributeImportingPriority" element


setAttributeImportingPriority

void setAttributeImportingPriority(int attributeImportingPriority)
Sets the "AttributeImportingPriority" element


xsetAttributeImportingPriority

void xsetAttributeImportingPriority(org.apache.xmlbeans.XmlInt attributeImportingPriority)
Sets (as xml) the "AttributeImportingPriority" element


unsetAttributeImportingPriority

void unsetAttributeImportingPriority()
Unsets the "AttributeImportingPriority" 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