| Package | Description |
|---|---|
| de.innovationgate.wga.server.api |
OpenWGA Server API classes.
|
| de.innovationgate.wgpublisher |
Base package of WGA containing central functionalities.
|
| de.innovationgate.wgpublisher.auth |
| Modifier and Type | Method and Description |
|---|---|
WGADomain |
Domain.getCore()
Returns the internally used domain core object
|
| Modifier and Type | Method and Description |
|---|---|
WGADomain |
WGACore.getDomain(java.util.Map<java.lang.String,WGADomain> configs,
java.lang.String name) |
WGADomain |
WGACore.getDomainConfigForDatabase(de.innovationgate.webgate.api.WGDatabase db)
Deprecated.
|
WGADomain |
WGACore.getDomainForDatabase(de.innovationgate.webgate.api.WGDatabase db) |
WGADomain |
WGACore.getDomains(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,WGADomain> |
WGACore.getDomains() |
| Modifier and Type | Method and Description |
|---|---|
WGADomain |
WGACore.getDomain(java.util.Map<java.lang.String,WGADomain> configs,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
de.innovationgate.webgate.api.auth.AuthenticationSession |
BruteForceLoginBlocker.login(WGADomain domain,
java.lang.String username,
java.lang.Object credentials) |