dk.i1.diameter.node
Class NodeValidator.AuthenticationResult

Object
  extended by dk.i1.diameter.node.NodeValidator.AuthenticationResult
Enclosing interface:
NodeValidator

public static class NodeValidator.AuthenticationResult
extends Object


Field Summary
 String error_message
          If not known, which Error-Message should be included in the reject message? (can be null)
 boolean known
          Do we know this node?
 Integer result_code
          If not known, what should the Result-Code be? (Node instance defaults to 3010)
 
Constructor Summary
NodeValidator.AuthenticationResult()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

known

public boolean known
Do we know this node?


error_message

public String error_message
If not known, which Error-Message should be included in the reject message? (can be null)


result_code

public Integer result_code
If not known, what should the Result-Code be? (Node instance defaults to 3010)

Constructor Detail

NodeValidator.AuthenticationResult

public NodeValidator.AuthenticationResult()