| 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 |
ProfileManager.addNewPopulatedProfile(User user,
String profileName,
Map<String,String> attributes)
Adds a new profile based on attribute name/value pairs.
|
Profile |
ProfileManagerGeneric.addNewPopulatedProfile(User user,
String profileName,
Map<String,String> attributes) |
Profile |
ProfileManager.addNewProfile(User user,
User principal,
Locale locale,
String profileName)
Creates and adds a new profile to a given user.
|
Profile |
ProfileManagerGeneric.addNewProfile(User user,
User principal,
Locale locale,
String profileName) |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user.
|
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
SiteApproval.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<SiteApproval> |
SiteApprovalDAOHibernate.findAllForProfile(Profile profile) |
List<SiteApproval> |
SiteApprovalDAO.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 |
ProfileDAOHibernate.save(Profile profile) |
void |
ProfileDAO.save(Profile profile)
Saves a new DAO object to the persistence store.
|
| 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 © 2020 Atlassian. All rights reserved.