public interface AuthRecordManager
Modifier and Type | Method and Description |
---|---|
void |
createAndSaveAuthRecord(User user,
Site site,
AuthAction authAction)
Creates and saves an AuthRecord for the user/site/action combination.
|
void createAndSaveAuthRecord(User user, Site site, AuthAction authAction)
user
- user authenticating with the sitesite
- the site being authenticated withauthAction
- the action the user took when asked to allow the site to authenticateCopyright © 2021 Atlassian. All rights reserved.