| com.atlassian.stash.scm.http.HttpScmRequest |
Known Indirect Subclasses
|
Class Overview
Handles an HTTP request from an SCM client (e.g. a git clone or git pull)
Stash will automatically attempted to authenticate
HttpScmRequests using it's standard authentication stack
(which includes support for Basic Auth). If the user has attempted to authenticate using Basic Auth but provided
invalid credentials,
sendAuthenticationError(AuthenticationState, String, String) will be called.
Summary
| Constants |
| String |
STASH_REALM |
Realm to be used in any Authentication challenges. |
Constants
public
static
final
String
STASH_REALM
Realm to be used in any Authentication challenges.
Constant Value:
"Atlassian Stash"