Uses of Class
net.java.slee.resource.diameter.base.events.avp.AuthRequestType

Packages that use AuthRequestType
net.java.slee.resource.diameter.base.events.avp   
 

Uses of AuthRequestType in net.java.slee.resource.diameter.base.events.avp
 

Fields in net.java.slee.resource.diameter.base.events.avp declared as AuthRequestType
static AuthRequestType AuthRequestType.AUTHENTICATE_ONLY
          The request being sent is for authentication only, and MUST contain the relevant application specific authentication AVPs that are needed by the Diameter server to authenticate the user.
static AuthRequestType AuthRequestType.AUTHORIZE_AUTHENTICATE
          The request contains a request for both authentication and authorization.
static AuthRequestType AuthRequestType.AUTHORIZE_ONLY
          The request being sent is for authorization only, and MUST contain the application specific authorization AVPs that are necessary to identify the service being requested/offered.
 

Methods in net.java.slee.resource.diameter.base.events.avp that return AuthRequestType
static AuthRequestType AuthRequestType.fromInt(int type)
           
 



Copyright © 2008. All Rights Reserved.