Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
ISsoDomain |
ISsoDomainParameter.getSsoDomain()
Gets the domain object.
|
Modifier and Type | Method and Description |
---|---|
ISsoDomain |
IBasePortalModule.createSsoDomain(IContext context,
IOrganization organization,
String name,
String label,
String baseUrl,
String loginUrl,
String method)
Create a new sso domain
|
ISsoDomain |
IBasePortalModule.getSsoDomain(IContext context,
String name)
Gets a domain by its name.
|
ISsoDomain |
IBasePortalModule.getSsoDomain(IStorageKey key)
Gets a domain from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ISsoDomain> |
IBasePortalModule.getSsoDomains(IContext context)
Get all domains
|
Collection<? extends ISsoDomain> |
IBasePortalModule.getSsoDomains(IContext context,
IOrganization organization)
Get all domains by it organization
|
Modifier and Type | Method and Description |
---|---|
ISsoDomainParameter |
IBasePortalModule.createParameter(IContext context,
String name,
boolean allowOverride,
ISsoDomain domain)
Create a new domain parameter
|
ISsoDomainParameter |
IBasePortalModule.getParameter(IContext context,
String name,
ISsoDomain domain)
Gets a domain parameter by its name
|
Copyright © 2021 Visiativ Software. All rights reserved.