C# Класс TransactionalNodeService.SharePoint.SecurityModel.SPGlymaUser

Наследование: IUser
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsAuthorised ( System.Guid securableParentUid, IEnumerable securableObjectUids ) : IEnumerable
IsAuthorised ( IEnumerable domainUids ) : IEnumerable
IsAuthorised ( ) : bool
IsAuthorised ( System.Guid domainUid ) : bool
IsAuthorised ( System.Guid securableParentUid, System.Guid securableObjectUids ) : bool
SPGlymaUser ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model

Приватные методы

Метод Описание
GetElevatedSite ( ) : SPSite
GetElevatedWeb ( SPSite elevatedSite ) : SPWeb
GetRole ( string roleName ) : IRole
IsAuthorisedHashSet ( System.Guid securableParentUid, IEnumerable securableObjectUids ) : HashSet

Описание методов

IsAuthorised() публичный Метод

public IsAuthorised ( System.Guid securableParentUid, IEnumerable securableObjectUids ) : IEnumerable
securableParentUid System.Guid
securableObjectUids IEnumerable
Результат IEnumerable

IsAuthorised() публичный Метод

public IsAuthorised ( IEnumerable domainUids ) : IEnumerable
domainUids IEnumerable
Результат IEnumerable

IsAuthorised() публичный Метод

public IsAuthorised ( ) : bool
Результат bool

IsAuthorised() публичный Метод

public IsAuthorised ( System.Guid domainUid ) : bool
domainUid System.Guid
Результат bool

IsAuthorised() публичный Метод

public IsAuthorised ( System.Guid securableParentUid, System.Guid securableObjectUids ) : bool
securableParentUid System.Guid
securableObjectUids System.Guid
Результат bool

SPGlymaUser() публичный Метод

public SPGlymaUser ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
Результат Glyma.Security.Model