Interface ClientConfiguration
- All Known Implementing Classes:
DefaultClientConfiguration
public interface ClientConfiguration
Representation of SignService client configuration.
-
Method Summary
Modifier and TypeMethodDescriptionGets the unique client identifier.Gets a list of registered response URL:s, i.e., URL:s which the SignService may use when sending back a signature response message.Gets the certificate, or certificates, that we expect the client to use when signing messages.
-
Method Details
-
getClientId
Gets the unique client identifier.- Returns:
- the client id
-
getTrustedCertificates
Gets the certificate, or certificates, that we expect the client to use when signing messages.- Returns:
- a list of certificates
-
getResponseUrls
Gets a list of registered response URL:s, i.e., URL:s which the SignService may use when sending back a signature response message.Note that this method may return
null
if the protocol states that the response URL should be supplied in a signature request message.- Returns:
- a list of registered URL:s
-