Uses of Interface
com.sas.services.user.ProfileInterface

Packages that use ProfileInterface
com.sas.services.session Session services. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of ProfileInterface in com.sas.services.session
 

Methods in com.sas.services.session that return ProfileInterface
abstract  ProfileInterface SummaryDataInterface.getProfile()
          Get the global profile information for the person bound to this session.
 ProfileInterface SummaryData.getProfile()
          Get the global profile information for the person bound to this session.
 

Uses of ProfileInterface in com.sas.services.user
 

Fields in com.sas.services.user declared as ProfileInterface
protected  ProfileInterface Profile._parent
          The parent of this profile in the memory preference tree.
 

Methods in com.sas.services.user that return ProfileInterface
abstract  ProfileInterface UserServiceInterface.createProfile(UserContextInterface user, java.lang.String application)
          Create a new profile.
 ProfileInterface UserService.createProfile(UserContextInterface user, java.lang.String application)
          Create a new profile.
abstract  ProfileInterface UserServiceInterface.createProfile(UserContextInterface privUser, UserContextInterface user, java.lang.String application)
          Create a new profile.
 ProfileInterface UserService.createProfile(UserContextInterface privUser, UserContextInterface user, java.lang.String application)
          Create a new profile.
abstract  ProfileInterface ProfileInterface.getParentProfile()
          Get the profile that's the parent of this one.
 ProfileInterface Profile.getParentProfile()
           
abstract  ProfileInterface UserContextInterface.getProfile()
          Get the user's profile set.
 ProfileInterface UserContext.getProfile()
          Get the User's profile context.
abstract  ProfileInterface UserServiceInterface.getProfile(PersonInterface person, java.lang.String application)
          Get the profile for a Person object.
 ProfileInterface UserService.getProfile(PersonInterface person, java.lang.String application)
          Get the profile for a Person object.
abstract  ProfileInterface ProfileInterface.getProfile(java.lang.String application)
          Get a Profile object associated with a given application string.
 ProfileInterface Profile.getProfile(java.lang.String application)
          Get a Profile object associated with a given application string.
abstract  ProfileInterface ProfileInterface.getProfile(java.lang.String application, boolean create)
          Get a Profile object associated with a given application string.
 ProfileInterface Profile.getProfile(java.lang.String application, boolean create)
          Get a Profile object associated with a given application string.
abstract  ProfileInterface ProfileInterface.getRootProfile()
          Follow the parent chain up to the root of the preference tree.
 ProfileInterface Profile.getRootProfile()
           
abstract  ProfileInterface UserServiceInterface.loadProfile(UserContextInterface user, java.lang.String application)
          Get the profile object for the user from the user's connected repositories.
 ProfileInterface UserService.loadProfile(UserContextInterface user, java.lang.String application)
          Get the profile object for the user from the user's connected repositories.
abstract  ProfileInterface UserServiceInterface.loadProfile(UserContextInterface searchContext, UserContextInterface user, java.lang.String application)
          Get the profile object for the user from the searchContext's connected repositories.
 ProfileInterface UserService.loadProfile(UserContextInterface searchContext, UserContextInterface user, java.lang.String application)
          Get the profile object for the user from the searchContext's connected repositories.
 

Methods in com.sas.services.user with parameters of type ProfileInterface
abstract  void ProfileInterface.addProfile(java.lang.String application, ProfileInterface profile, boolean force)
          Add a new application profile as a subprofile to this one.
 void Profile.addProfile(java.lang.String application, ProfileInterface profile, boolean force)
          Add a new application profile.
abstract  void ProfileInterface.createSubprofile(ProfileInterface profile)
          Create a new subprofile under this profile in the same repository.
 void Profile.createSubprofile(ProfileInterface profile)
          Create a new subprofile under this profile in the same repository.
abstract  void ProfileInterface.setParentProfile(ProfileInterface parent)
          Set the parent profile in the preference tree.
 void Profile.setParentProfile(ProfileInterface parent)
          Set the parent profile in the preference tree.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.