com.atlassian.sal.api.auth
Interface OAuthRequestVerifier
- All Known Implementing Classes:
- OAuthRequestVerifierImpl
public interface OAuthRequestVerifier
Used to store whether a request has successfully passed through the OAuth filter in some way.
Specifically, this can be used to check if a 2LO request without a user associated with it (e.g. impersonation is
disabled) came from a trusted system.
isVerified
boolean isVerified()
setVerified
void setVerified(boolean val)
clear
void clear()
Copyright © 2015 Atlassian. All rights reserved.