|
xmlBlaster 2.1.0 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
|
| Fields in org.xmlBlaster.authentication with type parameters of type SubjectInfo | |
|---|---|
private java.util.Map<java.lang.String,SubjectInfo> |
Authenticate.loginNameSubjectInfoMap
With this map you can find a client using his login name. |
| Methods in org.xmlBlaster.authentication that return SubjectInfo | |
|---|---|
SubjectInfo |
Authenticate.getOrCreateSubjectInfoByName(SessionName subjectName,
boolean returnLocked,
I_Subject subjectCtx,
CbQueueProperty prop)
Access a subjectInfo with the unique login name. |
SubjectInfo |
SessionInfo.getSubjectInfo()
Accessing the SubjectInfo object |
SubjectInfo |
ClientEvent.getSubjectInfo()
Returns the originator of the event. |
SubjectInfo[] |
Authenticate.getSubjectInfoArr()
Get a current snapshot of all known subjects. |
SubjectInfo |
Authenticate.getSubjectInfoByName(SessionName subjectName)
Access a subjectInfo with the unique login name |
| 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 | |
|---|---|
ClientEvent(SubjectInfo subjectInfo)
Constructs a ClientEvent object. |
|
SubjectInfoProtector(SubjectInfo subjectInfo)
|
|
| 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 |
|---|
| Fields in org.xmlBlaster.engine with type parameters of type SubjectInfo | |
|---|---|
private java.util.concurrent.LinkedBlockingQueue<SubjectInfo> |
SubjectEntryShuffler.channel
|
private java.util.Set<SubjectInfo> |
SubjectEntryShuffler.set
|
| 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 2.1.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||