public class SAMLController extends BizController
BizController.SaveHelper
Constructor and Description |
---|
SAMLController() |
Modifier and Type | Method and Description |
---|---|
void |
saml(sirius.web.http.WebContext ctx)
Lists all possible SAML tenants or permits to create a login form for a custom SAML provider.
|
void |
samlLogin(sirius.web.http.WebContext ctx)
Processes a SAML response and tries to create or update a user which is then logged in.
|
assertNotNew, assertTenant, find, findForTenant, getBaseUrl, load, load, load, prepareSave, setOrVerify, tryFind, tryFindForTenant, validate
public void saml(sirius.web.http.WebContext ctx)
ctx
- the current requestpublic void samlLogin(sirius.web.http.WebContext ctx)
ctx
- the SAML response as requestCopyright © 2018. All rights reserved.