Class SoIdentityResolverAttribute
Declaration of plugin capable of obtaining SecurityToken
Inherited Members
Namespace: SuperOffice.Security
Assembly: SoDataBase.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class SoIdentityResolverAttribute : PrioritizedPluginAttribute
Constructors
SoIdentityResolverAttribute(string, int)
Declaration of plugin capable of obtaining SecurityToken
Declaration
public SoIdentityResolverAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
string | name | Plugin name |
int | 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!).