| Package | Description |
|---|---|
| org.apache.isis.core.commons.authentication |
Defines the
AuthenticationSession
interface that represent a user's session identifier once they have logged on. |
| Modifier and Type | Method and Description |
|---|---|
MessageBroker |
AuthenticationSessionAbstract.getMessageBroker() |
MessageBroker |
AuthenticationSession.getMessageBroker()
The
MessageBroker that holds messages for this user. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationSessionAbstract.setMessageBroker(MessageBroker messageBroker) |
void |
AuthenticationSession.setMessageBroker(MessageBroker messageBroker)
Providing the ability for a
MessageBroker to be set on this
AuthenticationSession (is lazily created by the runtime). |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.