Modifier and Type | Method and Description |
---|---|
User |
AllowAuthentication.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
AllowAuthentication.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
EditProfiles.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
EditProfiles.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
OpenIDAuthResponse |
OpenIDAuthenticationManager.allowRequest(User user,
long profileID,
OpenIDAuthRequest authReq,
boolean alwaysAllow)
Process a request if the "allow" or "allow always" action
is taken by the user when a site has requested authentication.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.allowRequest(User user,
long profileID,
OpenIDAuthRequest authReq,
boolean alwaysAllow) |
OpenIDAuthResponse |
OpenIDAuthenticationManager.autoAllowRequest(User user,
OpenIDAuthRequest authReq)
Processes a request if the "allow_always" flag has been set
for the requesting site.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.autoAllowRequest(User user,
OpenIDAuthRequest authReq) |
OpenIDAuthResponse |
OpenIDAuthenticationManager.denyRequest(User user,
OpenIDAuthRequest authReq)
Process a request if the "deny" action is taken by the user
when a site has requested authentication.
|
OpenIDAuthResponse |
OpenIDAuthenticationManagerGeneric.denyRequest(User user,
OpenIDAuthRequest authReq) |
static String |
OpenIDAuthenticationManagerGeneric.effectiveIdentifier(OpenIDAuthRequest authReq,
User user)
Select an identifier for this request, using the currently logged-in user if identifier
selection is requested.
|
void |
OpenIDAuthenticationManager.validateRequest(User user,
OpenIDAuthRequest authReq)
Validates the OpenID authentication request.
|
void |
OpenIDAuthenticationManagerGeneric.validateRequest(User user,
OpenIDAuthRequest authReq) |
Modifier and Type | Method and Description |
---|---|
Profile |
ProfileManagerGeneric.addNewPopulatedProfile(User user,
String profileName,
Map<String,String> attributes) |
Profile |
ProfileManager.addNewPopulatedProfile(User user,
String profileName,
Map<String,String> attributes)
Adds a new profile based on attribute name/value pairs.
|
Profile |
ProfileManagerGeneric.addNewProfile(User user,
User principal,
Locale locale,
String profileName) |
Profile |
ProfileManager.addNewProfile(User user,
User principal,
Locale locale,
String profileName)
Creates and adds a new profile to a given user.
|
void |
ProfileManagerGeneric.deleteProfile(User user,
long profileID) |
void |
ProfileManager.deleteProfile(User user,
long profileID)
Deletes a the given profile from a user.
|
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID) |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user.
|
void |
ProfileManagerGeneric.makeDefaultProfile(User user,
long profileID) |
void |
ProfileManager.makeDefaultProfile(User user,
long profileID)
Changes the default profile of a user.
|
void |
ProfileManagerGeneric.updateProfile(User user,
long profileID,
Map<String,String> attributes) |
void |
ProfileManager.updateProfile(User user,
long profileID,
Map<String,String> attributes)
Updates a user's profile given a map of attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthRecordManagerGeneric.createAndSaveAuthRecord(User user,
Site site,
AuthAction authAction) |
void |
AuthRecordManager.createAndSaveAuthRecord(User user,
Site site,
AuthAction authAction)
Creates and saves an AuthRecord for the user/site/action combination.
|
Modifier and Type | Method and Description |
---|---|
SiteApproval |
SiteManagerGeneric.createApprovalFromWhitelist(User user,
String url) |
SiteApproval |
SiteManager.createApprovalFromWhitelist(User user,
String url)
Generate approval if this site is configured in the server's white list,
otherwise return
null . |
SiteApproval |
SiteManagerGeneric.findSiteApproval(User user,
String url) |
SiteApproval |
SiteManager.findSiteApproval(User user,
String url)
Finds the SiteApproval of a user for a given URL.
|
List<SiteApproval> |
SiteManagerGeneric.getAllAlwaysAllowSites(User user) |
List<? extends SiteApproval> |
SiteManager.getAllAlwaysAllowSites(User user)
Returns all the sites marked 'always allow' for a user.
|
SiteApproval |
SiteManagerGeneric.setSiteApproval(User user,
String url,
long profileID,
boolean alwaysAllow) |
SiteApproval |
SiteManager.setSiteApproval(User user,
String url,
long profileID,
boolean alwaysAllow)
Updates or creates site approval for a particular
site (URL) associated with a user and a profile of
that user.
|
void |
SiteManagerGeneric.updateAlwaysAllowApprovals(User user,
List<String> urls,
List<String> profileIDs) |
void |
SiteManager.updateAlwaysAllowApprovals(User user,
List<String> urls,
List<String> profileIDs)
Updates which sites are always allowed to authenticate.
|
Modifier and Type | Method and Description |
---|---|
User |
UserManager.getUser(User principal,
Locale locale)
Retrieves or creates a User from the database matching
the name of the supplied principal.
|
User |
UserManagerGeneric.getUser(User principal,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
List<? extends AuthRecord> |
UserManager.getAuthRecords(User user,
int startIndex,
int maxResults)
Retrieves a subset of the authentication history for a given user,
in reverse chronological order.
|
List<AuthRecord> |
UserManagerGeneric.getAuthRecords(User user,
int startIndex,
int maxResults) |
int |
UserManager.getTotalAuthRecords(User user)
Retrieves the total number of authentication records for a given user.
|
int |
UserManagerGeneric.getTotalAuthRecords(User user) |
Modifier and Type | Method and Description |
---|---|
User |
SiteApproval.getUser() |
Modifier and Type | Method and Description |
---|---|
List<SiteApproval> |
SiteApprovalDAO.findAlwaysAllow(User user) |
List<SiteApproval> |
SiteApprovalDAOHibernate.findAlwaysAllow(User user) |
SiteApproval |
SiteApprovalDAO.findBySite(User user,
Site site) |
SiteApproval |
SiteApprovalDAOHibernate.findBySite(User user,
Site site) |
void |
SiteApproval.setUser(User user) |
Constructor and Description |
---|
SiteApproval(User user,
Profile profile,
Site site,
boolean alwaysAllow) |
Modifier and Type | Method and Description |
---|---|
User |
Profile.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
Profile.setUser(User user) |
Constructor and Description |
---|
Profile(User user,
String name) |
Modifier and Type | Method and Description |
---|---|
User |
AuthRecord.getUser() |
Modifier and Type | Method and Description |
---|---|
List<AuthRecord> |
AuthRecordDAOHibernate.findRecords(User user,
int startIndex,
int numRecords) |
List<AuthRecord> |
AuthRecordDAO.findRecords(User user,
int startIndex,
int numRecords)
Finds a subset of the AuthRecords for a given user.
|
int |
AuthRecordDAOHibernate.findTotalRecords(User user) |
int |
AuthRecordDAO.findTotalRecords(User user)
Finds the total number of authentication records
that exist for a given user.
|
void |
AuthRecord.setUser(User user) |
Constructor and Description |
---|
AuthRecord(User user,
Site site,
AuthAction authAction) |
Modifier and Type | Method and Description |
---|---|
User |
UserDAOHibernate.findByUsername(String username) |
User |
UserDAO.findByUsername(String name) |
Modifier and Type | Method and Description |
---|---|
Class<User> |
UserDAOHibernate.getPersistentClass() |
Modifier and Type | Method and Description |
---|---|
void |
UserDAO.save(User persistentObject)
Saves a new DAO object to the persistence store.
|
Copyright © 2021 Atlassian. All rights reserved.