org.sandev.TaskHeap.UserLookup
Class UserLookupNodeDecl
java.lang.Object
org.sandev.TaskHeap.UserLookup.UserLookupNodeDecl
- Direct Known Subclasses:
- UserLookupNodeBase, UserLookupNodeInstance
- public class UserLookupNodeDecl
- extends java.lang.Object
The UserLookup serves as local manager node for user information. It
implements
AuthUserLookup, providing these services to Authorizers and other
local nodes. A
NamedSingletonIDCache is used to hold references to retrieved user
(Reader or Resource) instances.
outbound synchronous message calls:
ReaderCollection callReaderQuery(ReaderQuery msg)
node instance configuration: outgoingSyncReaderQuery
ResourceCollection callResourceQuery(ResourceQuery msg)
node instance configuration: outgoingSyncResourceQuery
|
Field Summary |
protected java.lang.String |
internalCommsPassword
The password of the Resource used for authorization of communication
between nodes on separate servers. |
protected java.lang.String |
internalCommsUsername
The username of the Resource used for authorization of communication
between nodes on separate servers. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
internalCommsUsername
protected java.lang.String internalCommsUsername
- The username of the Resource used for authorization of communication
between nodes on separate servers. If unspecified, internal comms
are not supported.
Length in characters, normal: 15 max: 80
internalCommsPassword
protected java.lang.String internalCommsPassword
- The password of the Resource used for authorization of communication
between nodes on separate servers.
input to this field input is hidden in the UI.
Length in characters, normal: 15 max: 80
UserLookupNodeDecl
public UserLookupNodeDecl()