|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.ws.ServiceFactory
public final class ServiceFactory
A factory for creating service objects.
Method Summary | |
---|---|
static GenericRequest |
getETKService()
Gets the eTK service. |
static GenericRequest |
getIdSupportV2Service(SAMLToken token)
|
static GenericRequest |
getKGSSService()
Gets the KGSS service. |
static GenericRequest |
getKGSSServiceSecured(SAMLToken token)
Gets the KGSSS service secured. |
static GenericRequest |
getSealsService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Codage service. |
static GenericRequest |
getSTSService(X509Certificate certificate,
PrivateKey privateKey)
Gets the sTS service. |
static GenericRequest |
getTSAuthorityService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
static GenericRequest |
getTSConsultService(X509Certificate certificate,
PrivateKey privateKey)
Gets the Timestamping service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static GenericRequest getSealsService(X509Certificate certificate, PrivateKey privateKey) throws TechnicalConnectorException
certificate
- the certificateprivateKey
- the private key
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getETKService() throws TechnicalConnectorException
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getSTSService(X509Certificate certificate, PrivateKey privateKey) throws TechnicalConnectorException
certificate
- privateKey
-
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getKGSSService() throws TechnicalConnectorException
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getKGSSServiceSecured(SAMLToken token) throws TechnicalConnectorException
token
- the token
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getTSAuthorityService(X509Certificate certificate, PrivateKey privateKey) throws TechnicalConnectorException
certificate
- the certificateprivateKey
- the private key
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getTSConsultService(X509Certificate certificate, PrivateKey privateKey) throws TechnicalConnectorException
certificate
- the certificateprivateKey
- the private key
TechnicalConnectorException
- the technical connector exceptionpublic static GenericRequest getIdSupportV2Service(SAMLToken token) throws TechnicalConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |