|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Profile in com.atlassian.crowd.openid.server.action.secure.interaction |
|---|
| Methods in com.atlassian.crowd.openid.server.action.secure.interaction that return Profile | |
|---|---|
Profile |
AllowAuthentication.getCurrentProfile()
|
| Methods in com.atlassian.crowd.openid.server.action.secure.interaction with parameters of type Profile | |
|---|---|
void |
AllowAuthentication.setCurrentProfile(Profile currentProfile)
|
| Uses of Profile in com.atlassian.crowd.openid.server.action.secure.profile |
|---|
| Methods in com.atlassian.crowd.openid.server.action.secure.profile that return Profile | |
|---|---|
Profile |
EditProfiles.getCurrentProfile()
|
| Methods in com.atlassian.crowd.openid.server.action.secure.profile with parameters of type Profile | |
|---|---|
void |
EditProfiles.setCurrentProfile(Profile currentProfile)
|
| Uses of Profile in com.atlassian.crowd.openid.server.manager.profile |
|---|
| Methods in com.atlassian.crowd.openid.server.manager.profile that return Profile | |
|---|---|
Profile |
ProfileManager.addNewPopulatedProfile(User user,
java.lang.String profileName,
java.util.Map attributes)
Adds a new profile based on attribute name/value pairs. |
Profile |
ProfileManagerGeneric.addNewPopulatedProfile(User user,
java.lang.String profileName,
java.util.Map attributes)
Adds a new profile based on attribute name/value pairs. |
Profile |
ProfileManager.addNewProfile(User user,
SOAPPrincipal principal,
java.util.Locale locale,
java.lang.String profileName)
Creates and adds a new profile to a given user. |
Profile |
ProfileManagerGeneric.addNewProfile(User user,
SOAPPrincipal principal,
java.util.Locale locale,
java.lang.String profileName)
Creates and adds a new profile to a given user. |
Profile |
ProfileManager.getProfile(User user,
long profileID)
Retrieves the requested profile from a user. |
Profile |
ProfileManagerGeneric.getProfile(User user,
long profileID)
Retrieves the requested profile from a user. |
| Uses of Profile in com.atlassian.crowd.openid.server.model.approval |
|---|
| Methods in com.atlassian.crowd.openid.server.model.approval that return Profile | |
|---|---|
Profile |
SiteApproval.getProfile()
|
| Methods in com.atlassian.crowd.openid.server.model.approval with parameters of type Profile | |
|---|---|
java.util.List |
SiteApprovalDAO.findAllForProfile(Profile profile)
|
java.util.List |
SiteApprovalDAOHibernate.findAllForProfile(Profile profile)
|
void |
SiteApproval.setProfile(Profile profile)
|
| Constructors in com.atlassian.crowd.openid.server.model.approval with parameters of type Profile | |
|---|---|
SiteApproval(User user,
Profile profile,
Site site,
boolean alwaysAllow)
|
|
| Uses of Profile in com.atlassian.crowd.openid.server.model.profile |
|---|
| Methods in com.atlassian.crowd.openid.server.model.profile that return Profile | |
|---|---|
Profile |
ProfileDAO.findProfileByName(java.lang.String name,
User user)
Finds a profile for a user given a specific name. |
Profile |
ProfileDAOHibernate.findProfileByName(java.lang.String name,
User user)
|
| Constructors in com.atlassian.crowd.openid.server.model.profile with parameters of type Profile | |
|---|---|
SREGAttributes(Profile profile)
Obtain SREG attributes from a profile's attributes. |
|
| Uses of Profile in com.atlassian.crowd.openid.server.model.profile.attribute |
|---|
| Methods in com.atlassian.crowd.openid.server.model.profile.attribute with parameters of type Profile | |
|---|---|
Attribute |
AttributeDAO.findAttributeByName(java.lang.String name,
Profile profile)
Finds an attribute in a profile given a specific name. |
Attribute |
AttributeDAOHibernate.findAttributeByName(java.lang.String name,
Profile profile)
|
| Uses of Profile in com.atlassian.crowd.openid.server.model.user |
|---|
| Methods in com.atlassian.crowd.openid.server.model.user that return Profile | |
|---|---|
Profile |
User.getDefaultProfile()
|
| Methods in com.atlassian.crowd.openid.server.model.user with parameters of type Profile | |
|---|---|
void |
User.addProfile(Profile profile)
|
boolean |
User.hasProfile(Profile profile)
|
void |
User.removeProfile(Profile profile)
|
void |
User.setDefaultProfile(Profile defaultProfile)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||