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/get-authorities.html | 14 +++++ .../-profile/-profile/get-password.html | 14 +++++ .../-profile/-profile/get-username.html | 14 +++++ .../-profile/-profile/index.html | 68 ++++++++++++++++++++++ .../-profile/-profile/is-account-non-expired.html | 14 +++++ .../-profile/-profile/is-account-non-locked.html | 14 +++++ .../-profile/is-credentials-non-expired.html | 14 +++++ .../-profile/-profile/is-enabled.html | 14 +++++ .../-profile/-profile/set-password.html | 14 +++++ .../-profile/-profile/set-username.html | 14 +++++ api/pl.treksoft.kvision.remote/-profile/index.html | 68 ++++++++++++++++++++++ 11 files changed, 262 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/get-authorities.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/get-password.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/get-username.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-expired.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-locked.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/is-credentials-non-expired.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/is-enabled.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/set-password.html create mode 100644 api/pl.treksoft.kvision.remote/-profile/-profile/set-username.html (limited to 'api/pl.treksoft.kvision.remote/-profile') diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/get-authorities.html b/api/pl.treksoft.kvision.remote/-profile/-profile/get-authorities.html new file mode 100644 index 00000000..9d05bd51 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/get-authorities.html @@ -0,0 +1,14 @@ + + + +Profile.getAuthorities - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / getAuthorities
+
+

getAuthorities

+ +fun getAuthorities(): MutableCollection<out <ERROR CLASS>> + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/get-password.html b/api/pl.treksoft.kvision.remote/-profile/-profile/get-password.html new file mode 100644 index 00000000..188714aa --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/get-password.html @@ -0,0 +1,14 @@ + + + +Profile.getPassword - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / getPassword
+
+

getPassword

+ +fun getPassword(): String? + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/get-username.html b/api/pl.treksoft.kvision.remote/-profile/-profile/get-username.html new file mode 100644 index 00000000..e211d8ac --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/get-username.html @@ -0,0 +1,14 @@ + + + +Profile.getUsername - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / getUsername
+
+

getUsername

+ +fun getUsername(): String? + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/index.html b/api/pl.treksoft.kvision.remote/-profile/-profile/index.html index c8c4fbe3..c11e9131 100644 --- a/api/pl.treksoft.kvision.remote/-profile/-profile/index.html +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/index.html @@ -134,5 +134,73 @@ +

Functions

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

getAuthorities

+
+fun getAuthorities(): MutableCollection<out <ERROR CLASS>>
+

getPassword

+
+fun getPassword(): String?
+

getUsername

+
+fun getUsername(): String?
+

isAccountNonExpired

+
+fun isAccountNonExpired(): Boolean
+

isAccountNonLocked

+
+fun isAccountNonLocked(): Boolean
+

isCredentialsNonExpired

+
+fun isCredentialsNonExpired(): Boolean
+

isEnabled

+
+fun isEnabled(): Boolean
+

setPassword

+
+fun setPassword(password: String?): Unit
+

setUsername

+
+fun setUsername(username: String?): Unit
diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-expired.html b/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-expired.html new file mode 100644 index 00000000..73e3e175 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-expired.html @@ -0,0 +1,14 @@ + + + +Profile.isAccountNonExpired - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / isAccountNonExpired
+
+

isAccountNonExpired

+ +fun isAccountNonExpired(): Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-locked.html b/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-locked.html new file mode 100644 index 00000000..65d9297d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/is-account-non-locked.html @@ -0,0 +1,14 @@ + + + +Profile.isAccountNonLocked - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / isAccountNonLocked
+
+

isAccountNonLocked

+ +fun isAccountNonLocked(): Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/is-credentials-non-expired.html b/api/pl.treksoft.kvision.remote/-profile/-profile/is-credentials-non-expired.html new file mode 100644 index 00000000..66307cf7 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/is-credentials-non-expired.html @@ -0,0 +1,14 @@ + + + +Profile.isCredentialsNonExpired - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / isCredentialsNonExpired
+
+

isCredentialsNonExpired

+ +fun isCredentialsNonExpired(): Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/is-enabled.html b/api/pl.treksoft.kvision.remote/-profile/-profile/is-enabled.html new file mode 100644 index 00000000..e0ba984f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/is-enabled.html @@ -0,0 +1,14 @@ + + + +Profile.isEnabled - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / isEnabled
+
+

isEnabled

+ +fun isEnabled(): Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/set-password.html b/api/pl.treksoft.kvision.remote/-profile/-profile/set-password.html new file mode 100644 index 00000000..268f7e7b --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/set-password.html @@ -0,0 +1,14 @@ + + + +Profile.setPassword - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / setPassword
+
+

setPassword

+ +fun setPassword(password: String?): Unit + + diff --git a/api/pl.treksoft.kvision.remote/-profile/-profile/set-username.html b/api/pl.treksoft.kvision.remote/-profile/-profile/set-username.html new file mode 100644 index 00000000..70f34f10 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-profile/-profile/set-username.html @@ -0,0 +1,14 @@ + + + +Profile.setUsername - kvision + + + +kvision / pl.treksoft.kvision.remote / Profile / setUsername
+
+

setUsername

+ +fun setUsername(username: String?): Unit + + diff --git a/api/pl.treksoft.kvision.remote/-profile/index.html b/api/pl.treksoft.kvision.remote/-profile/index.html index cbb24bda..c134b6d3 100644 --- a/api/pl.treksoft.kvision.remote/-profile/index.html +++ b/api/pl.treksoft.kvision.remote/-profile/index.html @@ -136,5 +136,73 @@ +

Functions

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

getAuthorities

+
+fun getAuthorities(): MutableCollection<out <ERROR CLASS>>
+

getPassword

+
+fun getPassword(): String?
+

getUsername

+
+fun getUsername(): String?
+

isAccountNonExpired

+
+fun isAccountNonExpired(): Boolean
+

isAccountNonLocked

+
+fun isAccountNonLocked(): Boolean
+

isCredentialsNonExpired

+
+fun isCredentialsNonExpired(): Boolean
+

isEnabled

+
+fun isEnabled(): Boolean
+

setPassword

+
+fun setPassword(password: String?): Unit
+

setUsername

+
+fun setUsername(username: String?): Unit
-- cgit