C# Class Zetbox.API.Common.BasePrincipalResolver

Inheritance: IPrincipalResolver
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
GetCurrent ( ) : ZetboxPrincipal
Resolve ( IIdentity identity ) : ZetboxPrincipal

Méthodes protégées

Méthode Description
BasePrincipalResolver ( ILifetimeScope parentScope ) : System
Resolve ( string name ) : ZetboxPrincipal

Private Methods

Méthode Description
CheckScope ( ) : void

Method Details

BasePrincipalResolver() protected méthode

protected BasePrincipalResolver ( ILifetimeScope parentScope ) : System
parentScope ILifetimeScope
Résultat System

GetCurrent() public abstract méthode

public abstract GetCurrent ( ) : ZetboxPrincipal
Résultat ZetboxPrincipal

Resolve() public méthode

public Resolve ( IIdentity identity ) : ZetboxPrincipal
identity IIdentity
Résultat ZetboxPrincipal

Resolve() protected méthode

protected Resolve ( string name ) : ZetboxPrincipal
name string
Résultat ZetboxPrincipal