Uses of Class
org.jainslee.resources.diameter.base.types.AuthRequestType
-
Packages that use AuthRequestType Package Description org.jainslee.resources.diameter.base.types This package contains the definitions of Diameter base messages, grouped AVPs and enumerated types. -
-
Uses of AuthRequestType in org.jainslee.resources.diameter.base.types
Fields in org.jainslee.resources.diameter.base.types declared as AuthRequestType Modifier and Type Field Description static AuthRequestType
AuthRequestType. AUTHENTICATE_ONLY
The request being sent is for authentication only, and it 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 it MUST contain the application-specific authorization AVPs that are necessary to identify the service being requested/offered.Methods in org.jainslee.resources.diameter.base.types that return AuthRequestType Modifier and Type Method Description static AuthRequestType
AuthRequestType. fromInt(int type)
-