org.sandev.TaskHeap.UserLookup
Class UserLookupNodeDecl

java.lang.Object
  extended byorg.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:


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.
 
Constructor Summary
UserLookupNodeDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UserLookupNodeDecl

public UserLookupNodeDecl()