Uses of Class
com.asdf.parser.AuthenticationRequest

Packages that use AuthenticationRequest
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of AuthenticationRequest in com.asdf.parser
 

Methods in com.asdf.parser that return AuthenticationRequest
 AuthenticationRequest ObjectFactory.createAuthenticationRequest()
          Create an instance of AuthenticationRequest
 AuthenticationRequest Request.getAuthentication()
          Gets the value of the authentication property.
 

Methods in com.asdf.parser with parameters of type AuthenticationRequest
 void Request.setAuthentication(AuthenticationRequest value)
          Sets the value of the authentication property.