Пример #1
0
 public virtual LoginContext MakeLoginContext(ShiroSubject shiroSubject)
 {
     return(new StandardEnterpriseLoginContext(_manager, shiroSubject));
 }
Пример #2
0
 internal StandardEnterpriseLoginContext(MultiRealmAuthManager authManager, ShiroSubject shiroSubject)
 {
     this._authManager     = authManager;
     this._shiroSubject    = shiroSubject;
     this._neoShiroSubject = new NeoShiroSubject(this);
 }