Package com.netscape.certsrv.connector
Interface IRemoteAuthority
- All Known Implementing Classes:
RemoteAuthority
public interface IRemoteAuthority
This represents a remote authority that can be
a certificate manager, or key recovery manager or
some other manager.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the Content-Type value of the connection to the Remote Authority.getHost()
Retrieves the host name of the remote Authority.int
getPort()
Retrieves the port number of the remote Authority.int
Retrieves the timeout value for the connection to the remote Authority.getURI()
Retrieves the URI of the remote Authority.Retrieves an URI by operation (multi-URI support)getURIs()
Retrieves the list of URIs supported by the remote Authority (multi-URI support)
-
Method Details
-
getHost
String getHost()Retrieves the host name of the remote Authority.- Returns:
- String with the name of host of remote Authority.
-
getPort
int getPort()Retrieves the port number of the remote Authority.- Returns:
- Int with port number of remote Authority.
-
getURI
String getURI()Retrieves the URI of the remote Authority.- Returns:
- String with URI of remote Authority.
-
getURIs
Retrieves the list of URIs supported by the remote Authority (multi-URI support) -
getURI
Retrieves an URI by operation (multi-URI support)- Parameters:
op
- operation to determine the receiving servlet
-
getTimeout
int getTimeout()Retrieves the timeout value for the connection to the remote Authority.- Returns:
- In with remote Authority timeout value.
-
getContentType
String getContentType()Retrieves the Content-Type value of the connection to the Remote Authority.- Returns:
- String with Content-Type, if it was set
-