From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-profile/-profile.html | 14 +++ .../-profile/-profile/-init-.html | 15 +++ .../-profile/-profile/attributes.html | 14 +++ .../-profile/authentication-attributes.html | 14 +++ .../-profile/-profile/client-name.html | 14 +++ .../-profile/-profile/display-name.html | 14 +++ .../-profile/-profile/email.html | 14 +++ .../-profile/-profile/family-name.html | 14 +++ .../-profile/-profile/first-name.html | 14 +++ .../-profile/-profile/id.html | 14 +++ .../-profile/-profile/index.html | 138 ++++++++++++++++++++ .../-profile/-profile/linked-id.html | 14 +++ .../-profile/-profile/permissions.html | 14 +++ .../-profile/-profile/picture-url.html | 14 +++ .../-profile/-profile/profile-url.html | 14 +++ .../-profile/-profile/remembered.html | 14 +++ .../-profile/-profile/roles.html | 14 +++ .../-profile/-profile/username.html | 14 +++ .../pl.treksoft.kvision.remote/-profile/index.html | 140 +++++++++++++++++++++ 19 files changed, 517 insertions(+) create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/-init-.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/attributes.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/client-name.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/display-name.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/email.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/family-name.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/first-name.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/id.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/index.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/permissions.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/remembered.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/roles.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/-profile/username.html create mode 100644 api1/pl.treksoft.kvision.remote/-profile/index.html (limited to 'api1/pl.treksoft.kvision.remote/-profile') diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile.html b/api1/pl.treksoft.kvision.remote/-profile/-profile.html new file mode 100644 index 00000000..a1ef9965 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile.html @@ -0,0 +1,14 @@ + + + +Profile - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile
+
+

Profile

+actual typealias Profile = <ERROR CLASS> +

A user profile.

+ + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/-init-.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/-init-.html new file mode 100644 index 00000000..8e77d496 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/-init-.html @@ -0,0 +1,15 @@ + + + +Profile.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / <init>
+
+

<init>

+ +Profile(id: String? = null, attributes: MutableMap<String, String> = mutableMapOf(), authenticationAttributes: MutableMap<String, String> = mutableMapOf(), roles: MutableSet<String> = mutableSetOf(), permissions: MutableSet<String> = mutableSetOf(), linkedId: String? = null, remembered: Boolean = false, clientName: String? = null) +

A user profile.

+ + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/attributes.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/attributes.html new file mode 100644 index 00000000..76e29511 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/attributes.html @@ -0,0 +1,14 @@ + + + +Profile.attributes - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / attributes
+
+

attributes

+ +val attributes: MutableMap<String, String> + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html new file mode 100644 index 00000000..3eacb792 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html @@ -0,0 +1,14 @@ + + + +Profile.authenticationAttributes - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / authenticationAttributes
+
+

authenticationAttributes

+ +val authenticationAttributes: MutableMap<String, String> + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/client-name.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/client-name.html new file mode 100644 index 00000000..f84a45e0 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/client-name.html @@ -0,0 +1,14 @@ + + + +Profile.clientName - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / clientName
+
+

clientName

+ +val clientName: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/display-name.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/display-name.html new file mode 100644 index 00000000..ed5b697d --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/display-name.html @@ -0,0 +1,14 @@ + + + +Profile.displayName - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / displayName
+
+

displayName

+ +var displayName: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/email.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/email.html new file mode 100644 index 00000000..bbf474c1 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/email.html @@ -0,0 +1,14 @@ + + + +Profile.email - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / email
+
+

email

+ +var email: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/family-name.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/family-name.html new file mode 100644 index 00000000..9ea4ea04 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/family-name.html @@ -0,0 +1,14 @@ + + + +Profile.familyName - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / familyName
+
+

familyName

+ +var familyName: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/first-name.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/first-name.html new file mode 100644 index 00000000..33c933aa --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/first-name.html @@ -0,0 +1,14 @@ + + + +Profile.firstName - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / firstName
+
+

firstName

+ +var firstName: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/id.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/id.html new file mode 100644 index 00000000..405fe309 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/id.html @@ -0,0 +1,14 @@ + + + +Profile.id - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / id
+
+

id

+ +val id: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/index.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/index.html new file mode 100644 index 00000000..c8c4fbe3 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/index.html @@ -0,0 +1,138 @@ + + + +Profile - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile
+
+

Profile

+actual data class Profile +

A user profile.

+

Constructors

+ + + + + + + +
+

<init>

+
+Profile(id: String? = null, attributes: MutableMap<String, String> = mutableMapOf(), authenticationAttributes: MutableMap<String, String> = mutableMapOf(), roles: MutableSet<String> = mutableSetOf(), permissions: MutableSet<String> = mutableSetOf(), linkedId: String? = null, remembered: Boolean = false, clientName: String? = null) +

A user profile.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

attributes

+
+val attributes: MutableMap<String, String>
+

authenticationAttributes

+
+val authenticationAttributes: MutableMap<String, String>
+

clientName

+
+val clientName: String?
+

displayName

+
+var displayName: String?
+

email

+
+var email: String?
+

familyName

+
+var familyName: String?
+

firstName

+
+var firstName: String?
+

id

+
+val id: String?
+

linkedId

+
+val linkedId: String?
+

permissions

+
+val permissions: MutableSet<String>
+

pictureUrl

+
+var pictureUrl: String?
+

profileUrl

+
+var profileUrl: String?
+

remembered

+
+val remembered: Boolean
+

roles

+
+val roles: MutableSet<String>
+

username

+
+var username: String?
+ + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html new file mode 100644 index 00000000..93772631 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html @@ -0,0 +1,14 @@ + + + +Profile.linkedId - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / linkedId
+
+

linkedId

+ +val linkedId: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/permissions.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/permissions.html new file mode 100644 index 00000000..286422b0 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/permissions.html @@ -0,0 +1,14 @@ + + + +Profile.permissions - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / permissions
+
+

permissions

+ +val permissions: MutableSet<String> + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html new file mode 100644 index 00000000..b2c35256 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html @@ -0,0 +1,14 @@ + + + +Profile.pictureUrl - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / pictureUrl
+
+

pictureUrl

+ +var pictureUrl: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html new file mode 100644 index 00000000..00370b2e --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html @@ -0,0 +1,14 @@ + + + +Profile.profileUrl - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / profileUrl
+
+

profileUrl

+ +var profileUrl: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/remembered.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/remembered.html new file mode 100644 index 00000000..8b4e6caf --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/remembered.html @@ -0,0 +1,14 @@ + + + +Profile.remembered - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / remembered
+
+

remembered

+ +val remembered: Boolean + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/roles.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/roles.html new file mode 100644 index 00000000..90d41e0b --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/roles.html @@ -0,0 +1,14 @@ + + + +Profile.roles - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / roles
+
+

roles

+ +val roles: MutableSet<String> + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/-profile/username.html b/api1/pl.treksoft.kvision.remote/-profile/-profile/username.html new file mode 100644 index 00000000..c74044f4 --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/-profile/username.html @@ -0,0 +1,14 @@ + + + +Profile.username - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / username
+
+

username

+ +var username: String? + + diff --git a/api1/pl.treksoft.kvision.remote/-profile/index.html b/api1/pl.treksoft.kvision.remote/-profile/index.html new file mode 100644 index 00000000..cbb24bda --- /dev/null +++ b/api1/pl.treksoft.kvision.remote/-profile/index.html @@ -0,0 +1,140 @@ + + + +pl.treksoft.kvision.remote.Profile - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile
+
+

Profile

+actual typealias Profile = <ERROR CLASS> +

A user profile.

+actual data class Profile +

A user profile.

+

Constructors

+ + + + + + + +
+

<init>

+
+Profile(id: String? = null, attributes: MutableMap<String, String> = mutableMapOf(), authenticationAttributes: MutableMap<String, String> = mutableMapOf(), roles: MutableSet<String> = mutableSetOf(), permissions: MutableSet<String> = mutableSetOf(), linkedId: String? = null, remembered: Boolean = false, clientName: String? = null) +

A user profile.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

attributes

+
+val attributes: MutableMap<String, String>
+

authenticationAttributes

+
+val authenticationAttributes: MutableMap<String, String>
+

clientName

+
+val clientName: String?
+

displayName

+
+var displayName: String?
+

email

+
+var email: String?
+

familyName

+
+var familyName: String?
+

firstName

+
+var firstName: String?
+

id

+
+val id: String?
+

linkedId

+
+val linkedId: String?
+

permissions

+
+val permissions: MutableSet<String>
+

pictureUrl

+
+var pictureUrl: String?
+

profileUrl

+
+var profileUrl: String?
+

remembered

+
+val remembered: Boolean
+

roles

+
+val roles: MutableSet<String>
+

username

+
+var username: String?
+ + -- cgit