Uses of Class
com.sas.services.user.ProfileDomain

Packages that use ProfileDomain
com.sas.services.user Maintain user identities and profiles. 
 

Uses of ProfileDomain in com.sas.services.user
 

Methods in com.sas.services.user that return ProfileDomain
 ProfileDomain UserServiceInterface.getProfileDefinition(java.lang.String application)
          Get the profile definition for an application.
 ProfileDomain UserService.getProfileDefinition(java.lang.String application)
          Get the profile definition for an application.
 

Methods in com.sas.services.user with parameters of type ProfileDomain
 void ProfileInterface.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Create a new profile object in the metadata store.
 void Profile.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Create a new profile object in the metadata store.
 void ProfileInterface.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Load user profile information from a repository.
 void Profile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Load user profile information from a repository.
 void ProfileInterface.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Set the parameters necessary to load the profile from a backing store.
 void Profile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd)
          Set the parameters necessary to load the profile from a backing store.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.