Uses of Enum Class
com.atlassian.bitbucket.scm.AuthenticationState
Packages that use AuthenticationState
Package
Description
-
Uses of AuthenticationState in com.atlassian.bitbucket.auth
Methods in com.atlassian.bitbucket.auth that return AuthenticationStateModifier and TypeMethodDescriptionHttpAuthenticationFailureContext.getAuthenticationState()SshAuthenticationFailureContext.getAuthenticationState() -
Uses of AuthenticationState in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return AuthenticationStateModifier and TypeMethodDescriptionstatic AuthenticationStateReturns the enum constant of this class with the specified name.static AuthenticationState[]AuthenticationState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthenticationState in com.atlassian.bitbucket.scm.http
Methods in com.atlassian.bitbucket.scm.http with parameters of type AuthenticationStateModifier and TypeMethodDescriptionvoidHttpScmRequestHandler.sendAuthenticationError(AuthenticationState state, String summary, String detailMessage, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)