public interface IAuthorizationDomainManager
Modifier and Type | Method and Description |
---|---|
void |
deinstall()
Uninstall.
|
String |
getDescription(String domainName)
Get a description given a domain name.
|
IResultSet |
getDomains()
Get ordered list of domains.
|
void |
install()
Install.
|
void |
registerDomain(String description,
String domainName)
Register a new domain.
|
void |
unregisterDomain(String domainName)
Unregister a domain.
|
void install() throws ManifoldCFException
ManifoldCFException
void deinstall() throws ManifoldCFException
ManifoldCFException
void registerDomain(String description, 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(String domainName) throws ManifoldCFException
domainName
- is the internal domain name to unregister.ManifoldCFException
IResultSet getDomains() throws ManifoldCFException
ManifoldCFException
String getDescription(String domainName) throws ManifoldCFException
domainName
- is the domain name.ManifoldCFException