C# Class Aspectacular.AuthorizationAspect

Enforces claims/roles authorization for methods or classes decorated with subclasses of the AuthorizationDemandAttribute.
Inheritance: Aspect
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Step_2_BeforeTryingMethodExec ( ) : void

Méthodes protégées

Méthode Description
EnsureAuthorization ( ) : void
ThrowAuthorizationException ( string errorMsg ) : void

Method Details

EnsureAuthorization() protected méthode

protected EnsureAuthorization ( ) : void
Résultat void

Step_2_BeforeTryingMethodExec() public méthode

public Step_2_BeforeTryingMethodExec ( ) : void
Résultat void

ThrowAuthorizationException() protected méthode

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
Résultat void