diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-profile/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-profile/index.html | 68 |
1 files changed, 68 insertions, 0 deletions
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 @@ </tr> </tbody> </table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-profile/get-authorities.html">getAuthorities</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">getAuthorities</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-collection/index.html"><span class="identifier">MutableCollection</span></a><span class="symbol"><</span><span class="keyword">out</span> <span class="identifier"><ERROR CLASS></span><span class="symbol">></span></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/get-password.html">getPassword</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">getPassword</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/get-username.html">getUsername</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">getUsername</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/is-account-non-expired.html">isAccountNonExpired</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">isAccountNonExpired</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/is-account-non-locked.html">isAccountNonLocked</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">isAccountNonLocked</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/is-credentials-non-expired.html">isCredentialsNonExpired</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">isCredentialsNonExpired</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/is-enabled.html">isEnabled</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">isEnabled</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/set-password.html">setPassword</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">setPassword</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.Profile$setPassword(kotlin.String)/password">password</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="-profile/set-username.html">setUsername</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">setUsername</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.Profile$setUsername(kotlin.String)/username">username</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code></td> +</tr> +</tbody> +</table> </BODY> </HTML> |