Show / Hide Table of Contents

Interface ISsoAppDefaultSettings

Interface for getting SSO default settings from app config (.net core and .net framework).

Namespace: Terrasoft.Core.Sso
Assembly: Terrasoft.Core.dll
Syntax
public interface ISsoAppDefaultSettings

Properties

DefaultPartnerName

Declaration
string DefaultPartnerName { get; }
Property Value
Type Description
System.String

SamlNameFieldName

Declaration
string SamlNameFieldName { get; }
Property Value
Type Description
System.String

SamlRoleFieldName

Declaration
string SamlRoleFieldName { get; }
Property Value
Type Description
System.String

UseSsoByDefault

Use SSO login by default flag.

Declaration
bool UseSsoByDefault { get; }
Property Value
Type Description
System.Boolean

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX