|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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 | |
---|---|
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. |
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. |
ProfileInterface |
ProfileInterface.getParentProfile()
Get the profile that's the parent of this one. |
ProfileInterface |
Profile.getParentProfile()
|
ProfileInterface |
UserContextInterface.getProfile()
Get the user's profile set. |
ProfileInterface |
UserContext.getProfile()
Get the User's profile context. |
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. |
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. |
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. |
ProfileInterface |
ProfileInterface.getRootProfile()
Follow the parent chain up to the root of the preference tree. |
ProfileInterface |
Profile.getRootProfile()
|
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. |
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 | |
---|---|
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. |
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. |
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. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |