com.crystaldecisions.sdk.plugin.authentication.secwinad
Interface IsecWinAD

All Superinterfaces:
IInfoObject, IsecAttributeBinding, IsecCommitAction, IsecWinADBase

public interface IsecWinAD
extends IInfoObject, IsecWinADBase, IsecCommitAction, IsecAttributeBinding

This interface extends the IInfoObject and the IsecWinADBase interfaces. Use the ISecWinADBase interface to map Active Directory (AD) principals to SAP BusinessObjects Enterprise.


Nested Class Summary
static interface IsecWinAD.CeSSOAccessMode
          Specifies the single sign-on (SSO) access mode.
static interface IsecWinAD.CeSSOVendor
          Specifies the single sign-on (SSO) vendor.
 
Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet
 
Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.plugin.authentication.common.IsecCommitAction
IsecCommitAction.CommitActionType
 
Field Summary
static java.lang.String CONFIG_FILE_ENTRY
           This static String CONFIG_FILE_ENTRY is the entry name to the security config setting for sdk The entry must look like the following, do not change anything,
com.businessobjects.security.jgss.initiate { com.sun.security.auth.module.Krb5LoginModule required; };
 
Fields inherited from interface com.crystaldecisions.sdk.plugin.authentication.secwinad.IsecWinADBase
PROGID
 
Method Summary
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.authentication.secwinad.IsecWinADBase
getAdminName, getAttributeBindingPriority, getAvailability, getDefaultDomain, getDefaultUserLicenseRestrictionCUID, getMappedGroups, getServicePrincipalName, getSSOAccessMode, getSSOAgent, getSSOServersAndPorts, getSSOVendor, isAliasAutoAdd, isAttributeBindingEnabled, isCacheSecurityContext, isCreateNamedUsers, isImportUsers, isKerberosEnabled, isSSOEnabled, setAdminName, setAdminPassword, setAliasAutoAdd, setAttributeBindingEnabled, setAttributeBindingPriority, setAvailability, setCacheSecurityContext, setCreateNamedUsers, setDefaultDomain, setDefaultUserLicenseRestrictionCUID, setImportUsers, setKerberosEnabled, setMappingGroups, setServicePrincipalName, setSSOAccessMode, setSSOAgent, setSSOEnabled, setSSOServersAndPorts, setSSOSharedSecret, setSSOVendor
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.authentication.common.IsecCommitAction
getPluginCommitActionConfig, setPluginCommitAction, setPluginCommitActionConfig
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.authentication.common.IsecAttributeBinding
getAttributeBindingPriority, isAttributeBindingEnabled, setAttributeBindingEnabled, setAttributeBindingPriority
 

Field Detail

CONFIG_FILE_ENTRY

static final java.lang.String CONFIG_FILE_ENTRY

This static String CONFIG_FILE_ENTRY is the entry name to the security config setting for sdk The entry must look like the following, do not change anything,
com.businessobjects.security.jgss.initiate { com.sun.security.auth.module.Krb5LoginModule required; };

See Also:
Constant Field Values