summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.remote/-login-service
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-02-16 23:29:42 +0100
committerRobert Jaros <rjaros@finn.pl>2019-02-16 23:29:42 +0100
commitc7169d6e9dec101fc5523f84766b6fd0c3ecb656 (patch)
tree92349bc5407b8d2fadb7af6ec1b69611e37cd89f /api/pl.treksoft.kvision.remote/-login-service
parentf23e74c2eb0cae2f6ce674881e86ab5d5659ad77 (diff)
downloadkvision-c7169d6e9dec101fc5523f84766b6fd0c3ecb656.tar.gz
kvision-c7169d6e9dec101fc5523f84766b6fd0c3ecb656.tar.bz2
kvision-c7169d6e9dec101fc5523f84766b6fd0c3ecb656.zip
API documentation for KVision 0.0.25
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-login-service')
-rw-r--r--api/pl.treksoft.kvision.remote/-login-service/-init-.html6
-rw-r--r--api/pl.treksoft.kvision.remote/-login-service/index.html15
-rw-r--r--api/pl.treksoft.kvision.remote/-login-service/login-endpoint.html14
-rw-r--r--api/pl.treksoft.kvision.remote/-login-service/login.html2
4 files changed, 29 insertions, 8 deletions
diff --git a/api/pl.treksoft.kvision.remote/-login-service/-init-.html b/api/pl.treksoft.kvision.remote/-login-service/-init-.html
index fc85eeab..eb38c216 100644
--- a/api/pl.treksoft.kvision.remote/-login-service/-init-.html
+++ b/api/pl.treksoft.kvision.remote/-login-service/-init-.html
@@ -8,8 +8,8 @@
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">LoginService</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
<br/>
<h1>&lt;init&gt;</h1>
-<a name="pl.treksoft.kvision.remote.LoginService$&lt;init&gt;()"></a>
-<code><span class="identifier">LoginService</span><span class="symbol">(</span><span class="symbol">)</span></code>
-<p>Pac4j form login dispatcher.</p>
+<a name="pl.treksoft.kvision.remote.LoginService$&lt;init&gt;(kotlin.String)"></a>
+<code><span class="identifier">LoginService</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.LoginService$<init>(kotlin.String)/loginEndpoint">loginEndpoint</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span></code>
+<p>Form login dispatcher.</p>
</BODY>
</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-login-service/index.html b/api/pl.treksoft.kvision.remote/-login-service/index.html
index c0c2bd83..45f65f43 100644
--- a/api/pl.treksoft.kvision.remote/-login-service/index.html
+++ b/api/pl.treksoft.kvision.remote/-login-service/index.html
@@ -9,7 +9,7 @@
<br/>
<h1>LoginService</h1>
<code><span class="keyword">class </span><span class="identifier">LoginService</span></code>
-<p>Pac4j form login dispatcher.</p>
+<p>Form login dispatcher.</p>
<h3>Constructors</h3>
<table>
<tbody>
@@ -18,8 +18,8 @@
<p><a href="-init-.html">&lt;init&gt;</a></p>
</td>
<td>
-<code><span class="identifier">LoginService</span><span class="symbol">(</span><span class="symbol">)</span></code>
-<p>Pac4j form login dispatcher.</p>
+<code><span class="identifier">LoginService</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.LoginService$<init>(kotlin.String)/loginEndpoint">loginEndpoint</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span></code>
+<p>Form login dispatcher.</p>
</td>
</tr>
</tbody>
@@ -34,6 +34,13 @@
<td>
<code><span class="keyword">val </span><span class="identifier">loginAgent</span><span class="symbol">: </span><a href="../-call-agent/index.html"><span class="identifier">CallAgent</span></a></code></td>
</tr>
+<tr>
+<td>
+<p><a href="login-endpoint.html">loginEndpoint</a></p>
+</td>
+<td>
+<code><span class="keyword">val </span><span class="identifier">loginEndpoint</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
+</tr>
</tbody>
</table>
<h3>Functions</h3>
@@ -45,7 +52,7 @@
</td>
<td>
<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">login</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.LoginService$login(pl.treksoft.kvision.remote.Credentials)/credentials">credentials</span><span class="symbol">:</span>&nbsp;<a href="../-credentials/index.html"><span class="identifier">Credentials</span></a><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>
-<p>Login with Pac4j FormClient.</p>
+<p>Login with a form.</p>
</td>
</tr>
</tbody>
diff --git a/api/pl.treksoft.kvision.remote/-login-service/login-endpoint.html b/api/pl.treksoft.kvision.remote/-login-service/login-endpoint.html
new file mode 100644
index 00000000..ac24b0d5
--- /dev/null
+++ b/api/pl.treksoft.kvision.remote/-login-service/login-endpoint.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>LoginService.loginEndpoint - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.remote</a>&nbsp;/&nbsp;<a href="index.html">LoginService</a>&nbsp;/&nbsp;<a href="./login-endpoint.html">loginEndpoint</a><br/>
+<br/>
+<h1>loginEndpoint</h1>
+<a name="pl.treksoft.kvision.remote.LoginService$loginEndpoint"></a>
+<code><span class="keyword">val </span><span class="identifier">loginEndpoint</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
+</BODY>
+</HTML>
diff --git a/api/pl.treksoft.kvision.remote/-login-service/login.html b/api/pl.treksoft.kvision.remote/-login-service/login.html
index 0141d535..bc43ce98 100644
--- a/api/pl.treksoft.kvision.remote/-login-service/login.html
+++ b/api/pl.treksoft.kvision.remote/-login-service/login.html
@@ -10,7 +10,7 @@
<h1>login</h1>
<a name="pl.treksoft.kvision.remote.LoginService$login(pl.treksoft.kvision.remote.Credentials)"></a>
<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">login</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.remote.LoginService$login(pl.treksoft.kvision.remote.Credentials)/credentials">credentials</span><span class="symbol">:</span>&nbsp;<a href="../-credentials/index.html"><span class="identifier">Credentials</span></a><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>
-<p>Login with Pac4j FormClient.</p>
+<p>Login with a form.</p>
<h3>Parameters</h3>
<p><a name="credentials"></a>
<code>credentials</code> - username and password credentials</p>