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 URL
getAdminURL()
URL
getAgentURL()
URL
getEnrollURL()
URL
getHttpURL(String service)
URL
getLogonURL()
String
getRMIString()
URL
getRMIURL()
URL
getServerLogFileURL()
Obté la URL per obtindre el log del servidor IMPORTANT: és un servlet, no és un servei RMIURL
getServerStatusURL()
URL
getServerURL()
boolean
isRMI()
-
-
-
Constructor Detail
-
URLManager
public URLManager(String url)
-
-
Method Detail
-
getHttpURL
public URL getHttpURL(String service) throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getServerURL
public URL getServerURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getLogonURL
public URL getLogonURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getEnrollURL
public URL getEnrollURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getAdminURL
public URL getAdminURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getAgentURL
public URL getAgentURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
getServerStatusURL
public URL getServerStatusURL() throws IOException, InternalErrorException
- Throws:
IOException
InternalErrorException
-
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:
IOException
InternalErrorException
-
isRMI
public boolean isRMI()
-
getRMIURL
public URL getRMIURL() throws MalformedURLException
- Throws:
MalformedURLException
-
getRMIString
public String getRMIString() throws MalformedURLException
- Throws:
MalformedURLException
-
-