Changeset 2801 in josm for trunk/src/org/openstreetmap/josm/io/auth/CredentialsManagerResponse.java
- Timestamp:
- 2010-01-09T23:38:57+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/auth/CredentialsManagerResponse.java
r2711 r2801 4 4 /** 5 5 * CredentialsManagerResponse represents the response from {@see CredentialsManager#getCredentials(java.net.Authenticator.RequestorType, boolean)}. 6 * 6 * 7 7 * The response consists of the username and the password the requested credentials consists of. 8 8 * In addition, it provides information whether authentication was canceled by the user, i.e. 9 9 * because he or she canceled a username/password dialog (see {@see #isCanceled()}. 10 * 10 * 11 11 */ 12 12 public class CredentialsManagerResponse {
Note:
See TracChangeset
for help on using the changeset viewer.