Uses of Interface
com.sas.services.user.ProfileInterface
Packages that use ProfileInterface
Package
Description
Session services.
Maintain user identities and profiles.
WebDAV User.
OMI User.
-
Uses of ProfileInterface in com.sas.services.session
Methods in com.sas.services.session that return ProfileInterfaceModifier and TypeMethodDescriptionSummaryData.getProfile()Get the global profile information for the person bound to this session.SummaryDataInterface.getProfile()Get the global profile information for the person bound to this session. -
Uses of ProfileInterface in com.sas.services.user
Subinterfaces of ProfileInterface in com.sas.services.userClasses in com.sas.services.user that implement ProfileInterfaceModifier and TypeClassDescriptionclassThe Profile class maintains information about a user that generally pertains to a specific application.Methods in com.sas.services.user that return ProfileInterfaceModifier and TypeMethodDescriptionUserService.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserService.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface user, String application) Create a new profile.Profile.getParentProfile()ProfileInterface.getParentProfile()Get the profile that's the parent of this one.GlobalProfile.getProfile(String application) Profile.getProfile(String application) Get a Profile object associated with a given application string.Profile.getProfile(String application, boolean create) Get a Profile object associated with a given application string.ProfileInterface.getProfile(String application) Get a Profile object associated with a given application string.ProfileInterface.getProfile(String application, boolean create) Get a Profile object associated with a given application string.UserContext.getProfile()Get the User's profile context.UserContextInterface.getProfile()Get the user's profile set.UserService.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceInterface.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceProxy.getProfile(PersonInterface person, String application) Get the profile for a Person object.Profile.getRootProfile()ProfileInterface.getRootProfile()Follow the parent chain up to the root of the preference tree.UserService.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserService.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceInterface.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceInterface.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceProxy.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceProxy.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.ProfileStoreInterface.loadSubprofile(String application) Load a specific subprofile.Methods in com.sas.services.user with parameters of type ProfileInterfaceModifier and TypeMethodDescriptionvoidProfile.addProfile(String application, ProfileInterface profile, boolean force) Add a new application profile.voidProfileInterface.addProfile(String application, ProfileInterface profile, boolean force) Add a new application profile as a subprofile to this one.voidProfile.createSubprofile(ProfileInterface profile) Create a new subprofile under this profile in the same repository.voidProfileInterface.createSubprofile(ProfileInterface profile) Create a new subprofile under this profile in the same repository.voidProfile.setParentProfile(ProfileInterface parent) Set the parent profile in the preference tree.voidProfileInterface.setParentProfile(ProfileInterface parent) Set the parent profile in the preference tree. -
Uses of ProfileInterface in com.sas.services.user.dav
Methods in com.sas.services.user.dav that return ProfileInterfaceModifier and TypeMethodDescriptionDAVProfileStore.loadSubprofile(String application) Constructors in com.sas.services.user.dav with parameters of type ProfileInterfaceModifierConstructorDescriptionDAVProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new DAVProfileStore. -
Uses of ProfileInterface in com.sas.services.user.omi
Methods in com.sas.services.user.omi that return ProfileInterfaceModifier and TypeMethodDescriptionOMIProfileStore.loadSubprofile(String application) Constructors in com.sas.services.user.omi with parameters of type ProfileInterfaceModifierConstructorDescriptionOMIProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new OMIProfileStore.