C# Class TransactionalNodeService.SharePoint.SecurityModel.SPGlymaUser

Inheritance: IUser
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetElevatedSite ( ) : SPSite
GetElevatedWeb ( SPSite elevatedSite ) : SPWeb
GetRole ( string roleName ) : IRole
IsAuthorisedHashSet ( System.Guid securableParentUid, IEnumerable securableObjectUids ) : HashSet

Method Details

IsAuthorised() public méthode

public IsAuthorised ( System.Guid securableParentUid, IEnumerable securableObjectUids ) : IEnumerable
securableParentUid System.Guid
securableObjectUids IEnumerable
Résultat IEnumerable

IsAuthorised() public méthode

public IsAuthorised ( IEnumerable domainUids ) : IEnumerable
domainUids IEnumerable
Résultat IEnumerable

IsAuthorised() public méthode

public IsAuthorised ( ) : bool
Résultat bool

IsAuthorised() public méthode

public IsAuthorised ( System.Guid domainUid ) : bool
domainUid System.Guid
Résultat bool

IsAuthorised() public méthode

public IsAuthorised ( System.Guid securableParentUid, System.Guid securableObjectUids ) : bool
securableParentUid System.Guid
securableObjectUids System.Guid
Résultat bool

SPGlymaUser() public méthode

public SPGlymaUser ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
Résultat Glyma.Security.Model