UserProfileClient

class DIRAC.FrameworkSystem.Client.UserProfileClient.UserProfileClient(profile, rpcClientFunctor=False)

Bases: object

__init__(profile, rpcClientFunctor=False)
checkTypeRe(dataObj, typeRE)

Deprecated: Unused, will be removed in v7r3

deleteProfiles(userList)
deleteVar(varName)
getUserProfileNames(permission={})

it returns the available profile names by not taking account the permission: ReadAccess and PublishAccess

getUserProfiles()
getVarPermissions(varName)
listAvailableVars(filterDict={})
listStatesForWeb(permission={})
retrieveAllHashTags()

Deprecated: Unused, will be removed in v7r3

retrieveAllVars()
retrieveHashTag(hashTag)

Deprecated: Unused, will be removed in v7r3

retrieveVar(varName, dataTypeRE=False)
retrieveVarFromUser(ownerName, ownerGroup, varName, dataTypeRE=False)
setVarPermissions(varName, perms)
storeHashTag(tagName)

Deprecated: Unused, will be removed in v7r3

storeVar(varName, data, perms={})