From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- .../-profile/-init-.html | 15 +++ .../-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 | 138 +++++++++++++++++++++ .../-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 +++ 17 files changed, 363 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-profile/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/attributes.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/authentication-attributes.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/client-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/display-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/email.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/family-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/first-name.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/id.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/index.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/linked-id.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/permissions.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/picture-url.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/profile-url.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/remembered.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/roles.html create 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 new file mode 100644 index 00000000..32fe9299 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/attributes.html b/api/pl.treksoft.kvision.remote/-profile/attributes.html new file mode 100644 index 00000000..a961a203 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/authentication-attributes.html b/api/pl.treksoft.kvision.remote/-profile/authentication-attributes.html new file mode 100644 index 00000000..9818429f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/client-name.html b/api/pl.treksoft.kvision.remote/-profile/client-name.html new file mode 100644 index 00000000..8fcaeabb --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/display-name.html b/api/pl.treksoft.kvision.remote/-profile/display-name.html new file mode 100644 index 00000000..7fc7028c --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/email.html b/api/pl.treksoft.kvision.remote/-profile/email.html new file mode 100644 index 00000000..440142dc --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/family-name.html b/api/pl.treksoft.kvision.remote/-profile/family-name.html new file mode 100644 index 00000000..36216c4f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/first-name.html b/api/pl.treksoft.kvision.remote/-profile/first-name.html new file mode 100644 index 00000000..1a9c512f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/id.html b/api/pl.treksoft.kvision.remote/-profile/id.html new file mode 100644 index 00000000..eb3cf24e --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/index.html b/api/pl.treksoft.kvision.remote/-profile/index.html new file mode 100644 index 00000000..094e9a9c --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/index.html @@ -0,0 +1,138 @@ + + + +Profile - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile
+
+

Profile

+data actual 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/linked-id.html b/api/pl.treksoft.kvision.remote/-profile/linked-id.html new file mode 100644 index 00000000..4a128bdf --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/permissions.html b/api/pl.treksoft.kvision.remote/-profile/permissions.html new file mode 100644 index 00000000..29e8e0ae --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/picture-url.html b/api/pl.treksoft.kvision.remote/-profile/picture-url.html new file mode 100644 index 00000000..61d0a888 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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-url.html b/api/pl.treksoft.kvision.remote/-profile/profile-url.html new file mode 100644 index 00000000..133840d4 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/remembered.html b/api/pl.treksoft.kvision.remote/-profile/remembered.html new file mode 100644 index 00000000..d81f1fd8 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/roles.html b/api/pl.treksoft.kvision.remote/-profile/roles.html new file mode 100644 index 00000000..8c7ca120 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-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/username.html b/api/pl.treksoft.kvision.remote/-profile/username.html new file mode 100644 index 00000000..a0ab4a54 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/username.html @@ -0,0 +1,14 @@ + + + +Profile.username - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / username
+
+

username

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