Package com.soffid.iam.remote
Class URLManager
- java.lang.Object
-
- com.soffid.iam.remote.URLManager
-
- Direct Known Subclasses:
URLManager
public class URLManager extends Object
-
-
Constructor Summary
Constructors Constructor Description URLManager(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetAdminURL()URLgetAgentURL()URLgetEnrollURL()URLgetHttpURL(String service)URLgetLogonURL()StringgetRMIString()URLgetRMIURL()URLgetServerLogFileURL()Obté la URL per obtindre el log del servidor IMPORTANT: és un servlet, no és un servei RMIURLgetServerStatusURL()URLgetServerURL()booleanisRMI()
-
-
-
Constructor Detail
-
URLManager
public URLManager(String url)
-
-
Method Detail
-
getHttpURL
public URL getHttpURL(String service) throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getServerURL
public URL getServerURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getLogonURL
public URL getLogonURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getEnrollURL
public URL getEnrollURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getAdminURL
public URL getAdminURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getAgentURL
public URL getAgentURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getServerStatusURL
public URL getServerStatusURL() throws IOException, InternalErrorException
- Throws:
IOExceptionInternalErrorException
-
getServerLogFileURL
public URL getServerLogFileURL() throws IOException, InternalErrorException
Obté la URL per obtindre el log del servidor IMPORTANT: és un servlet, no és un servei RMI- Returns:
- Throws:
IOExceptionInternalErrorException
-
isRMI
public boolean isRMI()
-
getRMIURL
public URL getRMIURL() throws MalformedURLException
- Throws:
MalformedURLException
-
getRMIString
public String getRMIString() throws MalformedURLException
- Throws:
MalformedURLException
-
-