Package | Description |
---|---|
com.atlassian.bitbucket.auth | |
com.atlassian.bitbucket.scm | |
com.atlassian.bitbucket.scm.http |
Modifier and Type | Method and Description |
---|---|
AuthenticationState |
SshAuthenticationFailureContext.getAuthenticationState() |
AuthenticationState |
HttpAuthenticationFailureContext.getAuthenticationState() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationState |
AuthenticationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationState[] |
AuthenticationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpScmRequestHandler.sendAuthenticationError(AuthenticationState state,
String summary,
String detailMessage,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2024 Atlassian. All rights reserved.