public class SecurityDomainHostService extends PKIService implements SecurityDomainHostResource
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
bannerFile, DEFAULT_LONG_CACHE_LIFETIME, DEFAULT_SIZE, headers, MESSAGE_FORMATS, MIN_FILTER_LENGTH, request, servletContext, servletRequest, uriInfo| Constructor and Description |
|---|
SecurityDomainHostService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addHost(SecurityDomainHost host) |
javax.ws.rs.core.Response |
getHost(java.lang.String hostID) |
javax.ws.rs.core.Response |
getHosts() |
javax.ws.rs.core.Response |
removeHost(java.lang.String hostID) |
createCreatedResponse, createNoContentResponse, createOKResponse, createOKResponse, getBanner, getInstanceDir, getLocale, getParams, getResponseFormat, getResponseFormat, isBannerEnabled, resolveFormat, resolveFormat, sendConditionalGetResponsepublic javax.ws.rs.core.Response getHosts()
throws java.lang.Exception
getHosts in interface SecurityDomainHostResourcejava.lang.Exceptionpublic javax.ws.rs.core.Response getHost(java.lang.String hostID)
throws java.lang.Exception
getHost in interface SecurityDomainHostResourcejava.lang.Exceptionpublic javax.ws.rs.core.Response addHost(SecurityDomainHost host) throws java.lang.Exception
addHost in interface SecurityDomainHostResourcejava.lang.Exceptionpublic javax.ws.rs.core.Response removeHost(java.lang.String hostID)
throws java.lang.Exception
removeHost in interface SecurityDomainHostResourcejava.lang.Exception