|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SubjectInfo | |
| org.xmlBlaster.authentication | |
| org.xmlBlaster.contrib.replication.impl | |
| org.xmlBlaster.engine | The core implementation. |
| org.xmlBlaster.engine.mime | |
| org.xmlBlaster.engine.mime.demo | |
| Uses of SubjectInfo in org.xmlBlaster.authentication |
| Fields in org.xmlBlaster.authentication declared as SubjectInfo | |
private SubjectInfo |
SessionInfo.subjectInfo
|
private SubjectInfo |
SubjectInfoProtector.subjectInfo
|
| Methods in org.xmlBlaster.authentication that return SubjectInfo | |
SubjectInfo |
SessionInfo.getSubjectInfo()
Accessing the SubjectInfo object |
SubjectInfo |
ClientEvent.getSubjectInfo()
Returns the originator of the event. |
SubjectInfo |
Authenticate.getOrCreateSubjectInfoByName(SessionName subjectName,
boolean returnLocked,
I_Subject subjectCtx,
CbQueueProperty prop)
Access a subjectInfo with the unique login name. |
SubjectInfo |
Authenticate.getSubjectInfoByName(SessionName subjectName)
Access a subjectInfo with the unique login name |
SubjectInfo[] |
Authenticate.getSubjectInfoArr()
Get a current snapshot of all known subjects. |
| Methods in org.xmlBlaster.authentication with parameters of type SubjectInfo | |
(package private) void |
SessionInfo.init(SubjectInfo subjectInfo,
I_Session securityCtx,
ConnectQosServer connectQos)
|
(package private) void |
Authenticate.removeLoginName(SubjectInfo subjectInfo)
Remove a SubjectInfo instance. |
| Constructors in org.xmlBlaster.authentication with parameters of type SubjectInfo | |
SubjectInfoProtector(SubjectInfo subjectInfo)
|
|
ClientEvent(SubjectInfo subjectInfo)
Constructs a ClientEvent object. |
|
| Uses of SubjectInfo in org.xmlBlaster.contrib.replication.impl |
| Methods in org.xmlBlaster.contrib.replication.impl with parameters of type SubjectInfo | |
java.lang.String |
ReplManagerPlugin.intercept(SubjectInfo publisher,
MsgUnit msgUnit)
Is only invoked when it is configured as a MimePlugin (to count messages containing several transactions). |
| Uses of SubjectInfo in org.xmlBlaster.engine |
| Methods in org.xmlBlaster.engine with parameters of type SubjectInfo | |
void |
SubjectEntryShuffler.shuffle(SubjectInfo info)
shuffles the entries from the SubjectQueue to a SessionQueue in an own thread. |
| Uses of SubjectInfo in org.xmlBlaster.engine.mime |
| Methods in org.xmlBlaster.engine.mime with parameters of type SubjectInfo | |
java.lang.String |
I_PublishFilter.intercept(SubjectInfo publisher,
MsgUnit msgUnit)
Add your business code with your implementation of inercept(). |
| Uses of SubjectInfo in org.xmlBlaster.engine.mime.demo |
| Methods in org.xmlBlaster.engine.mime.demo with parameters of type SubjectInfo | |
java.lang.String |
PublishLenChecker.intercept(SubjectInfo publisher,
MsgUnit msgUnit)
Check if the filter rule matches for this message. |
java.lang.String |
PublishDelayer.intercept(SubjectInfo publisher,
MsgUnit msgUnit)
Delay the message for the configured amount of time. |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||