xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.authentication.plugins.I_Subject

Packages that use I_Subject
org.xmlBlaster.authentication   
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
 

Uses of I_Subject in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as I_Subject
private  I_Subject SubjectInfo.securityCtx
          The partner class from the security framework
 

Methods in org.xmlBlaster.authentication that return I_Subject
 I_Subject SubjectInfo.getSecurityCtx()
          Subject specific informations from the security framework
 

Methods in org.xmlBlaster.authentication with parameters of type I_Subject
 SubjectInfo Authenticate.getOrCreateSubjectInfoByName(SessionName subjectName, boolean returnLocked, I_Subject subjectCtx, CbQueueProperty prop)
          Access a subjectInfo with the unique login name.
 void SubjectInfo.setSecurityCtx(I_Subject securityCtx)
           
 void SubjectInfo.toAlive(I_Subject securityCtx, CbQueueProperty prop)
          Initialize SubjectInfo
 

Uses of I_Subject in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins that return I_Subject
 I_Subject I_Session.getSubject()
          Get the owner of this session.
 

Uses of I_Subject in org.xmlBlaster.authentication.plugins.demo
 

Classes in org.xmlBlaster.authentication.plugins.demo that implement I_Subject
 class Subject
           
 

Methods in org.xmlBlaster.authentication.plugins.demo that return I_Subject
 I_Subject Session.getSubject()
          [I_Session]
 

Uses of I_Subject in org.xmlBlaster.authentication.plugins.htpasswd
 

Classes in org.xmlBlaster.authentication.plugins.htpasswd that implement I_Subject
 class Session
          This implements the session AND the subject interface in the same class and supports simple authorization.
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd that return I_Subject
 I_Subject Session.getSubject()
           
 

Uses of I_Subject in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap that return I_Subject
 I_Subject Session.getSubject()
           
 

Uses of I_Subject in org.xmlBlaster.authentication.plugins.simple
 

Methods in org.xmlBlaster.authentication.plugins.simple that return I_Subject
 I_Subject Session.getSubject()
          [I_Session]
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.