|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.slee.resource.diameter.base.events.avp.ReAuthRequestTypeAvp
public class ReAuthRequestTypeAvp
Java class to represent the ReAuthRequestType enumerated type.
Documentation from the relevant specification: The Re-Auth-Request-Type AVP (AVP Code 285) is of type Enumerated and is included in application-specific auth answers to inform the client of the action expected upon expiration of the Authorization-Lifetime. If the answer message contains an Authorization-Lifetime AVP with a positive value, the Re-Auth-Request-Type AVP MUST be present in an answer message.
| Field Summary | |
|---|---|
static int |
_AUTHORIZE_AUTHENTICATE
|
static int |
_AUTHORIZE_ONLY
|
static ReAuthRequestTypeAvp |
AUTHORIZE_AUTHENTICATE
An authentication and authorization re-auth is expected upon expiration of the Authorization-Lifetime. |
static ReAuthRequestTypeAvp |
AUTHORIZE_ONLY
An authorization only re-auth is expected upon expiration of the Authorization-Lifetime. |
| Method Summary | |
|---|---|
static ReAuthRequestTypeAvp |
fromInt(int type)
|
int |
getValue()
Return the value of this instance of this enumerated type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _AUTHORIZE_ONLY
public static final int _AUTHORIZE_AUTHENTICATE
public static final ReAuthRequestTypeAvp AUTHORIZE_ONLY
public static final ReAuthRequestTypeAvp AUTHORIZE_AUTHENTICATE
| Method Detail |
|---|
public static ReAuthRequestTypeAvp fromInt(int type)
public int getValue()
Enumerated
getValue in interface Enumeratedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||