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, sendConditionalGetResponse
public javax.ws.rs.core.Response getHosts() throws java.lang.Exception
getHosts
in interface SecurityDomainHostResource
java.lang.Exception
public javax.ws.rs.core.Response getHost(java.lang.String hostID) throws java.lang.Exception
getHost
in interface SecurityDomainHostResource
java.lang.Exception
public javax.ws.rs.core.Response addHost(SecurityDomainHost host) throws java.lang.Exception
addHost
in interface SecurityDomainHostResource
java.lang.Exception
public javax.ws.rs.core.Response removeHost(java.lang.String hostID) throws java.lang.Exception
removeHost
in interface SecurityDomainHostResource
java.lang.Exception