|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationResponse | |
---|---|
com.asdf.parser | Automatically generated parser class for Message objects |
com.asdf.server | Server component of the software. |
Uses of AuthenticationResponse in com.asdf.parser |
---|
Methods in com.asdf.parser that return AuthenticationResponse | |
---|---|
AuthenticationResponse |
ObjectFactory.createAuthenticationResponse()
Create an instance of AuthenticationResponse |
AuthenticationResponse |
Response.getAuthentication()
Gets the value of the authentication property. |
Methods in com.asdf.parser with parameters of type AuthenticationResponse | |
---|---|
void |
Response.setAuthentication(AuthenticationResponse value)
Sets the value of the authentication property. |
Uses of AuthenticationResponse in com.asdf.server |
---|
Methods in com.asdf.server that return AuthenticationResponse | |
---|---|
AuthenticationResponse |
AccountManager.logIn(ClientConnection conn,
java.lang.String username,
java.lang.String passwd)
ConnectionInfo conn wants to log in with Account named account, using password passwd |
AuthenticationResponse |
AccountManager.logOut(ClientConnection conn)
Logout method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |