|
|
@@ -5,7 +5,7 @@ namespace InABox.Core
|
|
|
[UserTracking(typeof(User))]
|
|
|
[Caption("Security Defaults")]
|
|
|
[Unrecoverable]
|
|
|
- public class GlobalSecurityToken : Entity, IPersistent, IRemotable, ILicense<CoreLicense>
|
|
|
+ public class GlobalSecurityToken : Entity, IPersistent, IRemotable, ILicense<CoreLicense>, ISecurityToken
|
|
|
{
|
|
|
[ComboLookupEditor(typeof(SecurityRestrictionGenerator))]
|
|
|
public string Descriptor { get; set; }
|