Uses of Class
com.atlassian.crowd.openid.server.model.profile.Profile

Packages that use Profile
com.atlassian.crowd.openid.server.action.secure.interaction   
com.atlassian.crowd.openid.server.action.secure.profile   
com.atlassian.crowd.openid.server.manager.profile   
com.atlassian.crowd.openid.server.model.approval   
com.atlassian.crowd.openid.server.model.profile   
com.atlassian.crowd.openid.server.model.profile.attribute   
com.atlassian.crowd.openid.server.model.user   
 

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 ProfileManagerGeneric.addNewPopulatedProfile(User user, java.lang.String profileName, java.util.Map attributes)
          Adds a new profile based on attribute name/value pairs.
 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.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.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.getProfile(User user, long profileID)
          Retrieves the requested profile from a user.
 Profile ProfileManager.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 SiteApprovalDAOHibernate.findAllForProfile(Profile profile)
           
 java.util.List SiteApprovalDAO.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 ProfileDAOHibernate.findProfileByName(java.lang.String name, User user)
           
 Profile ProfileDAO.findProfileByName(java.lang.String name, User user)
          Finds a profile for a user given a specific name.
 

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 AttributeDAOHibernate.findAttributeByName(java.lang.String name, Profile profile)
           
 Attribute AttributeDAO.findAttributeByName(java.lang.String name, Profile profile)
          Finds an attribute in a profile given a specific name.
 

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)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.