net.java.slee.resource.diameter.base.events.avp
Class SessionBindingCode
java.lang.Object
net.java.slee.resource.diameter.base.events.avp.SessionBindingCode
public class SessionBindingCode
- extends java.lang.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 |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SessionBindingCode
public SessionBindingCode()
Copyright © 2008. All Rights Reserved.