OKMWebservices  2.0
OpenKM Webservices
 All Classes Namespaces Files Functions Variables Properties Events
com.openkm.ws.ws10.OKMAuth Class Reference

More...

Inheritance diagram for com.openkm.ws.ws10.OKMAuth:
Collaboration diagram for com.openkm.ws.ws10.OKMAuth:

Public Member Functions

 OKMAuth ()
 
 OKMAuth (String Url)
 
string[] getUsersByRole ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string role)
 
void getUsersByRoleAsync (string token, string role)
 
void getUsersByRoleAsync (string token, string role, object userState)
 
void revokeUser ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int permissions, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool recursive)
 
void revokeUserAsync (string token, string nodePath, string user, int permissions, bool recursive)
 
void revokeUserAsync (string token, string nodePath, string user, int permissions, bool recursive, object userState)
 
void logout ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void logoutAsync (string token)
 
void logoutAsync (string token, object userState)
 
void grantUser ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int permissions, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool recursive)
 
void grantUserAsync (string token, string nodePath, string user, int permissions, bool recursive)
 
void grantUserAsync (string token, string nodePath, string user, int permissions, bool recursive, object userState)
 
string[] getUsers ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void getUsersAsync (string token)
 
void getUsersAsync (string token, object userState)
 
void grantRole ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string role, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int permissions, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool recursive)
 
void grantRoleAsync (string token, string nodePath, string role, int permissions, bool recursive)
 
void grantRoleAsync (string token, string nodePath, string role, int permissions, bool recursive, object userState)
 
string[] getRolesByUser ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user)
 
void getRolesByUserAsync (string token, string user)
 
void getRolesByUserAsync (string token, string user, object userState)
 
string getName ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user)
 
void getNameAsync (string token, string user)
 
void getNameAsync (string token, string user, object userState)
 
integerPair[] getGrantedRoles ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void getGrantedRolesAsync (string token, string nodePath)
 
void getGrantedRolesAsync (string token, string nodePath, object userState)
 
integerPair[] getGrantedUsers ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void getGrantedUsersAsync (string token, string nodePath)
 
void getGrantedUsersAsync (string token, string nodePath, object userState)
 
string login ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string password)
 
void loginAsync (string user, string password)
 
void loginAsync (string user, string password, object userState)
 
string getMail ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string user)
 
void getMailAsync (string token, string user)
 
void getMailAsync (string token, string user, object userState)
 
string[] getRoles ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void getRolesAsync (string token)
 
void getRolesAsync (string token, object userState)
 
void revokeRole ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string role, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int permissions, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool recursive)
 
void revokeRoleAsync (string token, string nodePath, string role, int permissions, bool recursive)
 
void revokeRoleAsync (string token, string nodePath, string role, int permissions, bool recursive, object userState)
 
new void CancelAsync (object userState)
 

Events

getUsersByRoleCompletedEventHandler getUsersByRoleCompleted
 
revokeUserCompletedEventHandler revokeUserCompleted
 
logoutCompletedEventHandler logoutCompleted
 
grantUserCompletedEventHandler grantUserCompleted
 
getUsersCompletedEventHandler getUsersCompleted
 
grantRoleCompletedEventHandler grantRoleCompleted
 
getRolesByUserCompletedEventHandler getRolesByUserCompleted
 
getNameCompletedEventHandler getNameCompleted
 
getGrantedRolesCompletedEventHandler getGrantedRolesCompleted
 
getGrantedUsersCompletedEventHandler getGrantedUsersCompleted
 
loginCompletedEventHandler loginCompleted
 
getMailCompletedEventHandler getMailCompleted
 
getRolesCompletedEventHandler getRolesCompleted
 
revokeRoleCompletedEventHandler revokeRoleCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.ws10.OKMAuth.OKMAuth ( )

com.openkm.ws.ws10.OKMAuth.OKMAuth ( String  Url)

Member Function Documentation

new void com.openkm.ws.ws10.OKMAuth.CancelAsync ( object  userState)

integerPair [] com.openkm.ws.ws10.OKMAuth.getGrantedRoles ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.ws10.OKMAuth.getGrantedRolesAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.ws10.OKMAuth.getGrantedRolesAsync ( string  token,
string  nodePath,
object  userState 
)

integerPair [] com.openkm.ws.ws10.OKMAuth.getGrantedUsers ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.ws10.OKMAuth.getGrantedUsersAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.ws10.OKMAuth.getGrantedUsersAsync ( string  token,
string  nodePath,
object  userState 
)

string com.openkm.ws.ws10.OKMAuth.getMail ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user 
)

void com.openkm.ws.ws10.OKMAuth.getMailAsync ( string  token,
string  user 
)

void com.openkm.ws.ws10.OKMAuth.getMailAsync ( string  token,
string  user,
object  userState 
)

string com.openkm.ws.ws10.OKMAuth.getName ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user 
)

void com.openkm.ws.ws10.OKMAuth.getNameAsync ( string  token,
string  user 
)

void com.openkm.ws.ws10.OKMAuth.getNameAsync ( string  token,
string  user,
object  userState 
)

string [] com.openkm.ws.ws10.OKMAuth.getRoles ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.ws10.OKMAuth.getRolesAsync ( string  token)

void com.openkm.ws.ws10.OKMAuth.getRolesAsync ( string  token,
object  userState 
)

string [] com.openkm.ws.ws10.OKMAuth.getRolesByUser ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user 
)

void com.openkm.ws.ws10.OKMAuth.getRolesByUserAsync ( string  token,
string  user 
)

void com.openkm.ws.ws10.OKMAuth.getRolesByUserAsync ( string  token,
string  user,
object  userState 
)

string [] com.openkm.ws.ws10.OKMAuth.getUsers ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.ws10.OKMAuth.getUsersAsync ( string  token)

void com.openkm.ws.ws10.OKMAuth.getUsersAsync ( string  token,
object  userState 
)

string [] com.openkm.ws.ws10.OKMAuth.getUsersByRole ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  role 
)

void com.openkm.ws.ws10.OKMAuth.getUsersByRoleAsync ( string  token,
string  role 
)

void com.openkm.ws.ws10.OKMAuth.getUsersByRoleAsync ( string  token,
string  role,
object  userState 
)

void com.openkm.ws.ws10.OKMAuth.grantRole ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  role,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int  permissions,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.grantRoleAsync ( string  token,
string  nodePath,
string  role,
int  permissions,
bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.grantRoleAsync ( string  token,
string  nodePath,
string  role,
int  permissions,
bool  recursive,
object  userState 
)

void com.openkm.ws.ws10.OKMAuth.grantUser ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int  permissions,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.grantUserAsync ( string  token,
string  nodePath,
string  user,
int  permissions,
bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.grantUserAsync ( string  token,
string  nodePath,
string  user,
int  permissions,
bool  recursive,
object  userState 
)

string com.openkm.ws.ws10.OKMAuth.login ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  password 
)

void com.openkm.ws.ws10.OKMAuth.loginAsync ( string  user,
string  password 
)

void com.openkm.ws.ws10.OKMAuth.loginAsync ( string  user,
string  password,
object  userState 
)

void com.openkm.ws.ws10.OKMAuth.logout ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.ws10.OKMAuth.logoutAsync ( string  token)

void com.openkm.ws.ws10.OKMAuth.logoutAsync ( string  token,
object  userState 
)

void com.openkm.ws.ws10.OKMAuth.revokeRole ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  role,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int  permissions,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.revokeRoleAsync ( string  token,
string  nodePath,
string  role,
int  permissions,
bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.revokeRoleAsync ( string  token,
string  nodePath,
string  role,
int  permissions,
bool  recursive,
object  userState 
)

void com.openkm.ws.ws10.OKMAuth.revokeUser ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  user,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int  permissions,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.revokeUserAsync ( string  token,
string  nodePath,
string  user,
int  permissions,
bool  recursive 
)

void com.openkm.ws.ws10.OKMAuth.revokeUserAsync ( string  token,
string  nodePath,
string  user,
int  permissions,
bool  recursive,
object  userState 
)

Event Documentation

getGrantedRolesCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getGrantedRolesCompleted

getGrantedUsersCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getGrantedUsersCompleted

getMailCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getMailCompleted

getNameCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getNameCompleted

getRolesByUserCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getRolesByUserCompleted

getRolesCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getRolesCompleted

getUsersByRoleCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getUsersByRoleCompleted

getUsersCompletedEventHandler com.openkm.ws.ws10.OKMAuth.getUsersCompleted

grantRoleCompletedEventHandler com.openkm.ws.ws10.OKMAuth.grantRoleCompleted

grantUserCompletedEventHandler com.openkm.ws.ws10.OKMAuth.grantUserCompleted

loginCompletedEventHandler com.openkm.ws.ws10.OKMAuth.loginCompleted

logoutCompletedEventHandler com.openkm.ws.ws10.OKMAuth.logoutCompleted

revokeRoleCompletedEventHandler com.openkm.ws.ws10.OKMAuth.revokeRoleCompleted

revokeUserCompletedEventHandler com.openkm.ws.ws10.OKMAuth.revokeUserCompleted


The documentation for this class was generated from the following file: