#import <MSICredentialsManager.h>
◆ credentialsForServer:()
Return the credentials for mobile server.
- Returns
- the credentials for the mobile server
◆ deleteAllCredentials()
+ (void) deleteAllCredentials |
|
|
|
Delete all credentials, including all mobile server authentications and project authentications
- Parameters
-
◆ deleteAllProjectCredentials()
+ (void) deleteAllProjectCredentials |
|
|
|
Delete credentials for all project authentications of all mobile servers, including project default authentication
- Parameters
-
◆ deleteAllProjectCredentialsForWebServer:()
+ (void) deleteAllProjectCredentialsForWebServer: |
|
(WebServerInfo *) |
server |
|
Delete credentials for all project authentications of a mobile server, including project default authentication
- Parameters
-
◆ deleteAllServerCredentials()
+ (void) deleteAllServerCredentials |
|
|
|
Delete credentials for all mobile server authentications, including mobile server default authentication
◆ deleteDefaultProjectCredentialsForWebServer:()
+ (void) deleteDefaultProjectCredentialsForWebServer: |
|
(WebServerInfo *) |
server |
|
Delete the credentials for project default authentication of a mobile server
- Parameters
-
◆ deleteDefaultServerCredentials()
+ (void) deleteDefaultServerCredentials |
|
|
|
Delete the credentials for mobile server default authentication
◆ deleteProjectCredentials:()
Delete the credentials for a project authentication
- Parameters
-
◆ deleteServerCredentials:()
Delete the credentials for a mobile server authentication
- Parameters
-
◆ setDefaultProjectCredentialsForWebServer:username:password:customParameters:project:()
+ (void) setDefaultProjectCredentialsForWebServer: |
|
(WebServerInfo *) |
server |
username: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
customParameters: |
|
(NSDictionary *) |
parameters |
project: |
|
(MSIProjectInfo *) |
project |
|
|
| |
Set the credentials for project default authentication of a mobile server
- Parameters
-
server | the mobile server |
username | set the login username |
password | set the password |
parameters | set the custom parameters |
project | set the project, this parameter is mainly used for cleaning caches |
◆ setDefaultProjectCredentialsForWebServer:username:password:project:()
+ (void) setDefaultProjectCredentialsForWebServer: |
|
(WebServerInfo *) |
server |
username: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
project: |
|
(MSIProjectInfo *) |
project |
|
|
| |
Set the credentials for project default authentication of a mobile server
- Parameters
-
server | the mobile server |
username | set the login username |
password | set the password |
project | set the project, this parameter is mainly used for cleaning caches |
◆ setDefaultServerCredentialsWithUsername:password:()
+ (void) setDefaultServerCredentialsWithUsername: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
|
|
| |
Set the credentials for mobile server default authentication
- Parameters
-
username | set the login username |
password | set the password |
◆ setProjectCredentials:username:password:()
+ (void) setProjectCredentials: |
|
(MSIProjectInfo *) |
project |
username: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
|
|
| |
Set the credentials for a project authentication
- Parameters
-
project | the project |
username | set the login username |
password | set the password |
◆ setProjectCredentials:username:password:customParameters:()
+ (void) setProjectCredentials: |
|
(MSIProjectInfo *) |
project |
username: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
customParameters: |
|
(NSDictionary *) |
parameters |
|
|
| |
Set the credentials for a project authentication
- Parameters
-
project | the project |
username | set the login username |
password | set the password |
parameters | set the custom parameters |
◆ setServerCredentials:username:password:()
+ (void) setServerCredentials: |
|
(WebServerInfo *) |
server |
username: |
|
(NSString *) |
username |
password: |
|
(NSString *) |
password |
|
|
| |
Set the credentials for a mobile server authentication
- Parameters
-
server | the mobile server |
username | set the login username |
password | set the password |