iclientpy.env package¶
Module contents¶
-
class
iclientpy.env.
AuthenticationType
[源代码]¶ 基类:
enum.Enum
An enumeration.
-
CAS
= 'CAS'¶
-
Password
= 'Password'¶
-
Token
= 'Token'¶
-
-
class
iclientpy.env.
Profile
(targetType: iclientpy.env.ProfileTargetType, url: str, authentication: iclientpy.env.Authentication)[源代码]¶ 基类:
object
-
class
iclientpy.env.
ProfileTargetType
[源代码]¶ 基类:
enum.Enum
An enumeration.
-
Online
= 'Online'¶
-
Portal
= 'Portal'¶
-
Server
= 'Server'¶
-
-
iclientpy.env.
add_profile
(*, name: str, type: iclientpy.env.ProfileTargetType, url: str, username_password: Tuple[str, str] = None, token: str = None, authentication_type: iclientpy.env.AuthenticationType = None, update_default: bool = False)[源代码]¶