From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- .../-profile/-init-.html | 15 --- .../-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 +++ .../-profile/attributes.html | 14 --- .../-profile/authentication-attributes.html | 14 --- .../-profile/client-name.html | 14 --- .../-profile/display-name.html | 14 --- api/pl.treksoft.kvision.remote/-profile/email.html | 14 --- .../-profile/family-name.html | 14 --- .../-profile/first-name.html | 14 --- api/pl.treksoft.kvision.remote/-profile/id.html | 14 --- api/pl.treksoft.kvision.remote/-profile/index.html | 38 +++--- .../-profile/linked-id.html | 14 --- .../-profile/permissions.html | 14 --- .../-profile/picture-url.html | 14 --- .../-profile/profile-url.html | 14 --- .../-profile/remembered.html | 14 --- api/pl.treksoft.kvision.remote/-profile/roles.html | 14 --- .../-profile/username.html | 14 --- 35 files changed, 397 insertions(+), 243 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-profile/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/attributes.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/client-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/display-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/email.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/family-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/first-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/id.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/index.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/permissions.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/remembered.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/roles.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/username.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/attributes.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/authentication-attributes.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/client-name.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/display-name.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/email.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/family-name.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/first-name.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/id.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/linked-id.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/permissions.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/picture-url.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/profile-url.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/remembered.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/roles.html delete mode 100644 api/pl.treksoft.kvision.remote/-profile/username.html (limited to 'api/pl.treksoft.kvision.remote/-profile') diff --git a/api/pl.treksoft.kvision.remote/-profile/-init-.html b/api/pl.treksoft.kvision.remote/-profile/-init-.html deleted file mode 100644 index 32fe9299..00000000 --- a/api/pl.treksoft.kvision.remote/-profile/-init-.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -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/api/pl.treksoft.kvision.remote/-profile/-profile.html b/api/pl.treksoft.kvision.remote/-profile/-profile.html new file mode 100644 index 00000000..a1ef9965 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/-init-.html b/api/pl.treksoft.kvision.remote/-profile/-profile/-init-.html new file mode 100644 index 00000000..8e77d496 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/attributes.html b/api/pl.treksoft.kvision.remote/-profile/-profile/attributes.html new file mode 100644 index 00000000..76e29511 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html b/api/pl.treksoft.kvision.remote/-profile/-profile/authentication-attributes.html new file mode 100644 index 00000000..3eacb792 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/client-name.html b/api/pl.treksoft.kvision.remote/-profile/-profile/client-name.html new file mode 100644 index 00000000..f84a45e0 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/display-name.html b/api/pl.treksoft.kvision.remote/-profile/-profile/display-name.html new file mode 100644 index 00000000..ed5b697d --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/email.html b/api/pl.treksoft.kvision.remote/-profile/-profile/email.html new file mode 100644 index 00000000..bbf474c1 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/family-name.html b/api/pl.treksoft.kvision.remote/-profile/-profile/family-name.html new file mode 100644 index 00000000..9ea4ea04 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/first-name.html b/api/pl.treksoft.kvision.remote/-profile/-profile/first-name.html new file mode 100644 index 00000000..33c933aa --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/id.html b/api/pl.treksoft.kvision.remote/-profile/-profile/id.html new file mode 100644 index 00000000..405fe309 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/index.html b/api/pl.treksoft.kvision.remote/-profile/-profile/index.html new file mode 100644 index 00000000..d5884f19 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/index.html @@ -0,0 +1,138 @@ + + + +Profile - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile
+
+

Profile

+expect 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/api/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html b/api/pl.treksoft.kvision.remote/-profile/-profile/linked-id.html new file mode 100644 index 00000000..93772631 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/permissions.html b/api/pl.treksoft.kvision.remote/-profile/-profile/permissions.html new file mode 100644 index 00000000..286422b0 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html b/api/pl.treksoft.kvision.remote/-profile/-profile/picture-url.html new file mode 100644 index 00000000..b2c35256 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html b/api/pl.treksoft.kvision.remote/-profile/-profile/profile-url.html new file mode 100644 index 00000000..00370b2e --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/remembered.html b/api/pl.treksoft.kvision.remote/-profile/-profile/remembered.html new file mode 100644 index 00000000..8b4e6caf --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/roles.html b/api/pl.treksoft.kvision.remote/-profile/-profile/roles.html new file mode 100644 index 00000000..90d41e0b --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/-profile/username.html b/api/pl.treksoft.kvision.remote/-profile/-profile/username.html new file mode 100644 index 00000000..c74044f4 --- /dev/null +++ b/api/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/api/pl.treksoft.kvision.remote/-profile/attributes.html b/api/pl.treksoft.kvision.remote/-profile/attributes.html deleted file mode 100644 index a961a203..00000000 --- a/api/pl.treksoft.kvision.remote/-profile/attributes.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -Profile.attributes - kvision - - - -kvision / pl.treksoft.kvision.remote / Profile / attributes
-
-

attributes

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

authenticationAttributes

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

clientName

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

displayName

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

email

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

familyName

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

firstName

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

id

- -val id: String? - - diff --git a/api/pl.treksoft.kvision.remote/-profile/index.html b/api/pl.treksoft.kvision.remote/-profile/index.html index 094e9a9c..7e274804 100644 --- a/api/pl.treksoft.kvision.remote/-profile/index.html +++ b/api/pl.treksoft.kvision.remote/-profile/index.html @@ -1,21 +1,23 @@ -Profile - kvision +pl.treksoft.kvision.remote.Profile - kvision kvision / pl.treksoft.kvision.remote / Profile

Profile

-data actual class Profile +actual typealias Profile = <ERROR CLASS> +

A user profile.

+expect class Profile

A user profile.

Constructors

diff --git a/api/pl.treksoft.kvision.remote/-profile/linked-id.html b/api/pl.treksoft.kvision.remote/-profile/linked-id.html deleted file mode 100644 index 4a128bdf..00000000 --- a/api/pl.treksoft.kvision.remote/-profile/linked-id.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -Profile.linkedId - kvision - - - -kvision / pl.treksoft.kvision.remote / Profile / linkedId
-
-

linkedId

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

permissions

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

pictureUrl

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

profileUrl

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

remembered

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

roles

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

username

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

<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) @@ -29,105 +31,105 @@
-

attributes

+

attributes

val attributes: MutableMap<String, String>
-

authenticationAttributes

+

authenticationAttributes

val authenticationAttributes: MutableMap<String, String>
-

clientName

+

clientName

val clientName: String?
-

displayName

+

displayName

var displayName: String?
-

email

+

email

var email: String?
-

familyName

+

familyName

var familyName: String?
-

firstName

+

firstName

var firstName: String?
-

id

+

id

val id: String?
-

linkedId

+

linkedId

val linkedId: String?
-

permissions

+

permissions

val permissions: MutableSet<String>
-

pictureUrl

+

pictureUrl

var pictureUrl: String?
-

profileUrl

+

profileUrl

var profileUrl: String?
-

remembered

+

remembered

val remembered: Boolean
-

roles

+

roles

val roles: MutableSet<String>
-

username

+

username

var username: String?