Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.exception.NoSuchUserException
-
Packages that use NoSuchUserException Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.jenkins.auth Add package level annotations to indicate everything is non-null by default. -
-
Uses of NoSuchUserException in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth that throw NoSuchUserException Modifier and Type Method Description void
TrustedUnderlyingSystemAuthorizerFilter. authorize(String userName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain)
Authorize the user in the underlying system -
Uses of NoSuchUserException in com.atlassian.bitbucket.jenkins.internal.jenkins.auth
Methods in com.atlassian.bitbucket.jenkins.internal.jenkins.auth that throw NoSuchUserException Modifier and Type Method Description void
TrustedJenkinsAuthorizer. authorize(String userName, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain)
-