C# Class EA.Iws.DataAccess.Security.NotificationApplicationAuthorization

Inheritance: INotificationApplicationAuthorization
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
EnsureAccessAsync ( System.Guid notificationId ) : System.Threading.Tasks.Task
NotificationApplicationAuthorization ( IwsContext context, IUserContext userContext ) : System

Private Methods

Méthode Description
CheckCompetentAuthority ( NotificationApplication notification ) : System.Threading.Tasks.Task
CheckUserId ( System.Guid notificationId, System.Guid notificationUserId ) : void
IsInternal ( ) : Task

Method Details

EnsureAccessAsync() public méthode

public EnsureAccessAsync ( System.Guid notificationId ) : System.Threading.Tasks.Task
notificationId System.Guid
Résultat System.Threading.Tasks.Task

NotificationApplicationAuthorization() public méthode

public NotificationApplicationAuthorization ( IwsContext context, IUserContext userContext ) : System
context IwsContext
userContext IUserContext
Résultat System