Uses of Class
com.sas.services.user.ProfileDomain
Packages that use ProfileDomain
-
Uses of ProfileDomain in com.sas.services.user
Methods in com.sas.services.user that return ProfileDomainModifier and TypeMethodDescriptionUserService.getProfileDefinition(String application) Get the profile definition for an application.UserServiceInterface.getProfileDefinition(String application) Get the profile definition for an application.UserServiceProxy.getProfileDefinition(String application) Get the profile definition for an application.UserServiceInitObject.getProfileForApplication(String application) Gets the profile for the specified application.UserServiceInitObject.getProfileUsingID(String uid) Gets the profile domain whose ID matches the specified ID.Methods in com.sas.services.user that return types with arguments of type ProfileDomainModifier and TypeMethodDescriptionMap<String, ProfileDomain> UserServiceInitObject.getProfiles()Gets a map of profiles.Set<ProfileDomain> UserServiceInitObject.getProfiles(String application) Deprecated.since only one ProfileDomain may associated with an application.Methods in com.sas.services.user with parameters of type ProfileDomainModifier and TypeMethodDescriptionbooleanUserServiceInitObject.addProfile(String application, ProfileDomain profile) Adds the new profile domain to the profile map using the specified application name.voidUserServiceInitObject.changeApplicationForProfileDomain(ProfileDomain profileDomain, String oldApplicationName, String newApplicationName) Removes the ProfileDomain registered with the old application name and adds the ProfileDomain using the new application name.voidProfile.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidProfileInterface.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidGlobalProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfileInterface.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidGlobalProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfileInterface.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.Constructor parameters in com.sas.services.user with type arguments of type ProfileDomainModifierConstructorDescriptionUserServiceInitObject(List<SimpleUserIdentity> users, Map<String, ProfileDomain> profileDomainMap) Constructs a user service component configuration initialized with the specified users and profiles.