Modifier and Type | Method and Description |
---|---|
Profile |
AllowAuthentication.getCurrentProfile() |
Modifier and Type | Method and Description |
---|---|
void |
AllowAuthentication.setCurrentProfile(Profile currentProfile) |
Modifier and Type | Method and Description |
---|---|
Profile |
EditProfiles.getCurrentProfile() |
Modifier and Type | Method and Description |
---|---|
void |
EditProfiles.setCurrentProfile(Profile currentProfile) |
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.
|
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID) |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user.
|
Modifier and Type | Method and Description |
---|---|
Profile |
SiteApproval.getProfile() |
Modifier and Type | Method and Description |
---|---|
List<SiteApproval> |
SiteApprovalDAO.findAllForProfile(Profile profile) |
List<SiteApproval> |
SiteApprovalDAOHibernate.findAllForProfile(Profile profile) |
void |
SiteApproval.setProfile(Profile profile) |
Constructor and Description |
---|
SiteApproval(User user,
Profile profile,
Site site,
boolean alwaysAllow) |
Modifier and Type | Method and Description |
---|---|
protected Class<Profile> |
ProfileDAOHibernate.getPersistentClass() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileDAO.save(Profile profile)
Saves a new DAO object to the persistence store.
|
void |
ProfileDAOHibernate.save(Profile profile) |
Constructor and Description |
---|
SREGAttributes(Profile profile)
Obtain SREG attributes from a profile's attributes.
|
Modifier and Type | Method and Description |
---|---|
Profile |
User.getDefaultProfile() |
Modifier and Type | Method and Description |
---|---|
Set<Profile> |
User.getProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
User.addProfile(Profile profile) |
boolean |
User.hasProfile(Profile profile) |
void |
User.removeProfile(Profile profile) |
void |
User.setDefaultProfile(Profile defaultProfile) |
Modifier and Type | Method and Description |
---|---|
void |
User.setProfiles(Set<Profile> profiles) |
Copyright © 2021 Atlassian. All rights reserved.