Class SessionBinding


  • public class SessionBinding
    extends Object
    The Session-Binding AVP (AVP Code 270) is of type Unsigned32, and MAY be present in application-specific authorization answer messages. If present, this AVP MAY inform the Diameter client that all future application-specific re-auth messages for this session MUST be sent to the same authorization server. This AVP MAY also specify that a Session-Termination-Request message for this session MUST be sent to the same authorizing server.

    This field is a bit mask, this class defines the meaning of the bits.

    Author:
    Open Cloud
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACCOUNTING
      When set, all accounting messages for this session MUST NOT include the Destination-Host AVP.
      static int RE_AUTH
      When set, future re-auth messages for this session MUST NOT include the Destination-Host AVP.
      static int STR
      When set, the STR message for this session MUST NOT include the Destination-Host AVP.
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionBinding()  
    • Field Detail

      • RE_AUTH

        public static final int RE_AUTH
        When set, future re-auth messages for this session MUST NOT include the Destination-Host AVP. When cleared, the default value, the Destination-Host AVP MUST be present in all re-auth messages for this session.
        See Also:
        Constant Field Values
      • STR

        public static final int STR
        When set, the STR message for this session MUST NOT include the Destination-Host AVP. When cleared, the default value, the Destination-Host AVP MUST be present in the STR message for this session.
        See Also:
        Constant Field Values
      • ACCOUNTING

        public static final int ACCOUNTING
        When set, all accounting messages for this session MUST NOT include the Destination-Host AVP. When cleared, the default value, the Destination-Host AVP, if known, MUST be present in all accounting messages for this session.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SessionBinding

        public SessionBinding()