org.jdiameter.api.auth.events
Interface ReAuthRequest

All Superinterfaces:
AppEvent, AppRequestEvent, java.io.Serializable

public interface ReAuthRequest
extends AppRequestEvent

A ReAuthentication Request is a request from a client to a server

Version:
1.5.1 Final

Method Summary
 long getAuthApplicationId()
          Return Auth-Application-Id value of request
 int getReAuthRequestType()
          Return re-authentication request type
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Method Detail

getReAuthRequestType

int getReAuthRequestType()
                         throws AvpDataException
Return re-authentication request type

Returns:
re-authentication request type
Throws:
AvpDataException - if avp is not integer

getAuthApplicationId

long getAuthApplicationId()
                          throws AvpDataException
Return Auth-Application-Id value of request

Returns:
Auth-Application-Id value of request
Throws:
AvpDataException - if avp is not integer


Copyright © 2008. All Rights Reserved.