Return to doc.sitecore.com

2.  Security domains
Prev Next

As it’s possible to exchange the default Sitecore security domain with a custom designed security model, the custom classes must support a large range of methods and properties e.g. GetUser.

 

Especially those developers who wanted to exchange only a part of the domain model, have found it quite tedious to implement all the methods that the interface prescribed.

 

Based on these experiences, the Domain has changed from an interface to a base class (Sitecore.SecurityModel.IDomain to Sitecore.SecurityModel.Domain) allowing the developer to exchange only parts of the derived class.


Prev Next