Package | Description |
---|---|
org.elkoserver.foundation.actor |
Elko server classes representing entities with remote connections to a server.
|
org.elkoserver.server.context |
The Elko Context Server.
|
org.elkoserver.server.context.test | |
org.elkoserver.server.workshop |
The Elko Workshop Server.
|
org.elkoserver.server.workshop.bank.client |
Client for Workshop virtual currency bank.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BasicProtocolActor.doAuth(BasicProtocolHandler handler,
AuthDesc auth,
String label)
Authorize (or refuse authorization for) a connection for this actor.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminObject
Abstract base class for internal objects that want to be addressable in
messages delivered over internal (i.e., behind the firewall) communications
connections to the server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InternalActor.doAuth(BasicProtocolHandler handler,
AuthDesc auth,
String label)
Do the actual work of authorizing an actor.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoClient
Internal object that acts as a client for the external 'echo' service.
|
class |
TestInternalObject |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkshopActor.doAuth(BasicProtocolHandler handler,
AuthDesc auth,
String label)
Do the actual work of authorizing an actor.
|
Modifier and Type | Class and Description |
---|---|
class |
BankClient
Internal object that acts as a client for the external 'bank' service.
|
Copyright © 2017. All rights reserved.