C# Class SobekCM.Core.Configuration.Authentication.Shibboleth_Configuration_Mapping

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Shibboleth_Configuration_Mapping ( ) : System

Constructor for a new instance of the Shibboleth_Configuration_Mapping class

Shibboleth_Configuration_Mapping ( User_Object_Attribute_Mapping_Enum Mapping, string Value ) : System

Constructor for a new instance of the Shibboleth_Configuration_Mapping class

Method Details

Shibboleth_Configuration_Mapping() public méthode

Constructor for a new instance of the Shibboleth_Configuration_Mapping class
public Shibboleth_Configuration_Mapping ( ) : System
Résultat System

Shibboleth_Configuration_Mapping() public méthode

Constructor for a new instance of the Shibboleth_Configuration_Mapping class
public Shibboleth_Configuration_Mapping ( User_Object_Attribute_Mapping_Enum Mapping, string Value ) : System
Mapping User_Object_Attribute_Mapping_Enum Indicates a mapping to an attribute under the user class
Value string Value, either a constant to put in the user via the mapping, or the /// Shibboleth authentication key, used to find a user specific value and map /// to the user class
Résultat System