IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
NOTE: Sitefinity Digital Experience Cloud (DEC) was renamed to Sitefinity Insight as a part of the Sitefinity 13.0 release. However, Sitefinity CMS and its documentation prior to version 13.0 continue using the former name - Digital Experience Cloud.
false
DynamicModuleDataProvider
GetChildItems
childType
DynamicModuleManager
SitefinitySessionAuthenticationModule
SitefinityCookieTransform
SitefinitySessionTokenHandler
RolesInitializedArgs
RolesInitializingArgs
UserIdentity
WindowsIdentity
ClaimsIdentityProxy
ClaimsPrincipalProxy
SecurityTokenServiceHttpHandler
SFFederationAuthenticationModule
SessionCookieHandler
SecurityManager.GetCurrentUser
CustomIssuerNameRegistry
CustomIssuerNameRegistry(XmlNodeList customConfiguration)
SFClaimsAuthenticationManager.Authenticate
WcfMembershipUser.UserName
SecurityManager.ObsoleteSitefinityPrincipal
SecurityManager.PrincipalContextKey
LoginWidget.ServiceUrl
SitefinityClaimsAuthenticationModule
SitefinityPrincipal
SitefinityIdentity
ClaimsManager
SecurityManager.GetPasswordRecoveryUser
SecurityManager.GetUser(System.Guid, out System.String&)
transactionName
null
LdapMembershipProvider.CreateUser
username
WcfMembershipUser
externalProviderId
RequestBackendAuthenticationFilterAttribute
needAdminRights
IsAccessibleArgs
isAccessible
IsAccessible
UserProfileDetailWriteView
ShowErrorLabelMessage
ShowErrorLabelMessages
IEnumerable<string>
Microsoft.IdentityModel
System.IdentityModel
System.Security
ReadOnlyReplacement
ITextFieldDefinition
Handlers:
public abstract class SentencesTrackingHandlerBase<T>
public abstract class SubjectMetadataTrackingHandlerBase<T>
public abstract class MappingsTrackingHandlerBase<T>
Managers
public interface ISentenceManager
public interface ISubjectMappingManager
public interface ISubjectMetadataManager
A new manager is now combining the functionality of all of them: public interface IInteractionManager
public interface IInteractionManager
All classes which were inheriting
And were implementing respective methods
public abstract List<Sentence> ComposeSentences(T @event);
public abstract List<Mapping> ComposeMappings(T @event);
public abstract List<SubjectMetadata> ComposeSubjectMetadata(T @event);
Now they are inheriting from: public abstract class InteractionsTrackingHandlerBase<T>
public abstract class InteractionsTrackingHandlerBase<T>
and implementing: public abstract List<Interaction> ComposeInteractions(T @event)
public abstract List<Interaction> ComposeInteractions(T @event)
public interface IDataIntelligenceClientsFacade
Removed methods
Task SendSentence(string source, Sentence sentence);
Task SendSentences(string source, List<Sentence> sentences);
Task SendMapping(string source, SubjectMapping subjectMapping);
Task SendMappings(string source, List<SubjectMapping> subjectMappings);
Task SendSubjectMetadata(string source, SubjectMetadata subjectMetadata);
Task SendSubjectMetadata(string source, List<SubjectMetadata> subjectMetadata);
New methods
Task SendInteraction(string source, Interaction interaction);
Task SendInteractions(string source, List<Interaction> interactions);
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important