cfxdb.mrealm.credential¶
Classes¶
Credentials created for use with WAMP authentication. |
Module Contents¶
- class Credential(oid: uuid.UUID | None = None, created: numpy.datetime64 | None = None, authmethod: str | None = None, authid: str | None = None, realm: str | None = None, authconfig: dict | None = None, principal_oid: uuid.UUID | None = None, _unknown=None)[source]¶
Bases:
objectCredentials created for use with WAMP authentication.
- copy(other, overwrite=False)[source]¶
Copy over other object.
- Parameters:
other (instance of
ManagementRealm) – Other credential to copy data from.- Returns: