@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth
Add package level annotations to indicate everything is non-null by default.
-
Interface Summary Interface Description SecurityModeChecker TrustedUnderlyingSystemAuthorizerFilter Implementation of this filter should simply assume it likeFilter
except all validation are already done This should simply take further action based on the passed in user name. -
Class Summary Class Description OAuth1aRequestFilter Identifies every incoming request to check if it is an OAuth request.OAuth1aRequestFilter.OAuthWWWAuthenticateAddingResponse Wraps a HttpServletResponse and listens for the status to be set to a "401 Not authorized" or a 401 error to be sent so that it can add the WWW-Authenticate headers for OAuth.