public class SingleCredentialServerCallback extends Object implements IAuthorizationServerCallback
| Constructor and Description |
|---|
SingleCredentialServerCallback(String theUsername,
String thePassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorize(String theUriPath,
String theUsername,
String thePassword)
Returns true if the username and password are accepted as valid for a given URI
|
public SingleCredentialServerCallback(String theUsername, String thePassword)
Copyright © 2012–2017 University Health Network. All rights reserved.