C# 클래스 TransactionalNodeService.SharePoint.SecurityModel.SPGlymaUser

상속: IUser
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
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