Class SoIdentityResolverAttribute
Declaration of plugin capable of obtaining SecurityToken
Namespace: SuperOffice.Security
Assembly: SoDataBase.dll
Syntax
public sealed class SoIdentityResolverAttribute : PrioritizedPluginAttribute
Constructors
SoIdentityResolverAttribute(String, Int32)
Declaration of plugin capable of obtaining SecurityToken
Declaration
public SoIdentityResolverAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | Plugin name |
Int32 | priority |
Remarks
Plugins should declare a priority that indicates their running order. Low numeric values are run first, high last; if an identity is resolved then the loop is broken.
'Expensive' plugins, especially those making requests outside the machine, should always be considered expensive (beware of timeouts!).Extension Methods
EnumUtil.MapEnums<From, To>(From)