public interface IAuthorizationDomainManager
Modifier and Type | Method and Description |
---|---|
void |
deinstall()
Uninstall.
|
java.lang.String |
getDescription(java.lang.String domainName)
Get a description given a domain name.
|
IResultSet |
getDomains()
Get ordered list of domains.
|
void |
install()
Install.
|
void |
registerDomain(java.lang.String description,
java.lang.String domainName)
Register a new domain.
|
void |
unregisterDomain(java.lang.String domainName)
Unregister a domain.
|
void install() throws ManifoldCFException
ManifoldCFException
void deinstall() throws ManifoldCFException
ManifoldCFException
void registerDomain(java.lang.String description, java.lang.String domainName) throws ManifoldCFException
description
- is the description to use in the UI.domainName
- is the internal domain name used by the authority service.ManifoldCFException
void unregisterDomain(java.lang.String domainName) throws ManifoldCFException
domainName
- is the internal domain name to unregister.ManifoldCFException
IResultSet getDomains() throws ManifoldCFException
ManifoldCFException
java.lang.String getDescription(java.lang.String domainName) throws ManifoldCFException
domainName
- is the domain name.ManifoldCFException