| Modifier and Type | Method and Description |
|---|---|
void |
AuthRecordManager.createAndSaveAuthRecord(User user,
Site site,
AuthAction authAction)
Creates and saves an AuthRecord for the user/site/action combination.
|
void |
AuthRecordManagerGeneric.createAndSaveAuthRecord(User user,
Site site,
AuthAction authAction) |
| Modifier and Type | Method and Description |
|---|---|
Site |
SiteManagerGeneric.findOrCreateSite(String url) |
Site |
SiteManager.findOrCreateSite(String url)
Gets the Site object corresponding to the URL or
creates a Site object corresponding to the URL.
|
| Modifier and Type | Method and Description |
|---|---|
Site |
SiteApproval.getSite() |
| Modifier and Type | Method and Description |
|---|---|
SiteApproval |
SiteApprovalDAOHibernate.findBySite(User user,
Site site) |
SiteApproval |
SiteApprovalDAO.findBySite(User user,
Site site) |
void |
SiteApproval.setSite(Site site) |
| Constructor and Description |
|---|
SiteApproval(User user,
Profile profile,
Site site,
boolean alwaysAllow) |
| Modifier and Type | Method and Description |
|---|---|
Site |
AuthRecord.getSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthRecord.setSite(Site site) |
| Constructor and Description |
|---|
AuthRecord(User user,
Site site,
AuthAction authAction) |
| Modifier and Type | Method and Description |
|---|---|
Site |
SiteDAOHibernate.findByURL(String url) |
Site |
SiteDAO.findByURL(String url) |
| Modifier and Type | Method and Description |
|---|---|
Class<Site> |
SiteDAOHibernate.getPersistentClass() |
Copyright © 2019 Atlassian. All rights reserved.