public class Domain
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Auth |
auth()
Returns an Auth object providing authentication services for this domain
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAppKeys()
Returns a List of database keys of the OpenWGA applications in this domain, excluding data sources
|
WGADomain |
getCore()
Returns the internally used domain core object
|
java.util.Collection<java.lang.String> |
getDatabaseKeys()
Returns a List of database keys of all OpenWGA databases in this domain, including apps and data sources
|
java.util.Collection<java.lang.String> |
getDataSourceKeys()
Returns a List of database keys of all OpenWGA data sources of this domain, excluding full applications
|
java.lang.String |
getName()
Returns the name of the domain
|
int |
hashCode() |
void |
reopenSessions()
Reopens all open sessions of all databases on the domain, using the current authentication
|
public WGADomain getCore() throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic java.util.List<java.lang.String> getAppKeys()
throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic java.util.Collection<java.lang.String> getDataSourceKeys()
throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic java.util.Collection<java.lang.String> getDatabaseKeys()
throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic Auth auth() throws de.innovationgate.webgate.api.WGException
WGAServerExceptionde.innovationgate.webgate.api.WGExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getName()
throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGExceptionpublic void reopenSessions()
throws de.innovationgate.webgate.api.WGException
de.innovationgate.webgate.api.WGException