public class AuthRecordManagerGeneric extends Object implements AuthRecordManager
Constructor and Description |
---|
AuthRecordManagerGeneric(AuthRecordDAO authRecordDAO) |
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.
|
public AuthRecordManagerGeneric(AuthRecordDAO authRecordDAO)
public void createAndSaveAuthRecord(User user, Site site, AuthAction authAction)
AuthRecordManager
createAndSaveAuthRecord
in interface AuthRecordManager
user
- user authenticating with the sitesite
- the site being authenticated withauthAction
- the action the user took when asked to allow the site to authenticateCopyright © 2020 Atlassian. All rights reserved.