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)
AuthRecordManagercreateAndSaveAuthRecord in interface AuthRecordManageruser - user authenticating with the sitesite - the site being authenticated withauthAction - the action the user took when asked to allow the site to authenticateCopyright © 2017 Atlassian. All rights reserved.