|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGCUBEPortType
org.gcube.personalization.profileadministration.impl.ProfileAdministrationService
public class ProfileAdministrationService
| Constructor Summary | |
|---|---|
ProfileAdministrationService()
The default constructor |
|
| Method Summary | |
|---|---|
VOID |
createUserProfile(java.lang.String username)
This method creates a new user profile. |
VOID |
dropUserProfile(java.lang.String username)
This method deletes the user's profile. |
VOID |
setDefaultProfile(java.lang.String profile)
This method sets the default user profile as a generic resource to the IS. |
VOID |
validateProfile(ValidateProfile params)
This method validates the default user profile with the given schema |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileAdministrationService()
throws GCUBEFault
GCUBEFault - Failed to contact the IS client| Method Detail |
|---|
public VOID setDefaultProfile(java.lang.String profile)
throws GCUBEFault
profile - The default profile
GCUBEFault - an error occurred
public VOID createUserProfile(java.lang.String username)
throws GCUBEFault
userName - It is used as the logical name of the document with the profile
GCUBEFault - an error occurred
public VOID dropUserProfile(java.lang.String username)
throws GCUBEFault
username - The logical name of the document
GCUBEFault - an error occurred
public VOID validateProfile(ValidateProfile params)
throws GCUBEFault
userName - It is used to find the resource of the user's profile.validationSchema - The path where the schema file is stored.
GCUBEFault - an error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||