Method | Description | |
---|---|---|
Authenticated ( bool authenticated ) : |
||
BuildSubject ( ) : ISubject | ||
ContextAttribute ( string attributeKey, object attributeValue ) : |
||
Host ( string host ) : |
||
Principals ( IPrincipalCollection principals ) : |
||
Session ( ISession session ) : |
||
SessionId ( object sessionId ) : |
||
SubjectBuilder ( ) : System | ||
SubjectBuilder ( ISecurityManager securityManager ) : System |
Method | Description | |
---|---|---|
NewSubjectContextInstance ( ) : ISubjectContext |
public Authenticated ( bool authenticated ) : |
||
authenticated | bool | |
return |
public ContextAttribute ( string attributeKey, object attributeValue ) : |
||
attributeKey | string | |
attributeValue | object | |
return |
protected NewSubjectContextInstance ( ) : ISubjectContext | ||
return | ISubjectContext |
public Principals ( IPrincipalCollection principals ) : |
||
principals | IPrincipalCollection | |
return |
public Session ( ISession session ) : |
||
session | ISession | |
return |
public SessionId ( object sessionId ) : |
||
sessionId | object | |
return |
public SubjectBuilder ( ISecurityManager securityManager ) : System | ||
securityManager | ISecurityManager | |
return | System |