- Gender - Enum in be.ehealth.technicalconnector.beid.domain
-
Gender Enumeration
- generate(Map<String, Object>, String) - Static method in class be.ehealth.technicalconnector.utils.TemplateEngineUtils
-
- generate(String, String, byte[]) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.tsa.impl.TimeStampGeneratorImpl
-
- generate(String, String, byte[]) - Method in interface be.fgov.ehealth.technicalconnector.signature.impl.tsa.TimestampGenerator
-
- generateCert(PublicKey, BigInteger, Credential) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.CertificateUtils
-
Generates a self signed certificate based on the given
Credential
- generateCert(KeyPair) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.CertificateUtils
-
Generates a self signed certificte with a C=Dummy as subject.
- generateCertificate(NewCertificateContract) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- generateCertificate(NewCertificateContract) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GenerateCertificateRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request type used to start the generation of a new eHealth authentication certificate.
- GenerateCertificateRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateRequest
-
- GenerateCertificateResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
Result of the generateCertificate operation: the web service returns the identifier associated with your request so that you know how to identify your request in the future, together with an indication of the validation status.
- GenerateCertificateResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
- generateContract(ContractRequest) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- generateContract(ContractRequest) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GenerateContractRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request for obtaining a customized eHealth contract for requesting an eHealth certificate and encryption token.
- GenerateContractRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
- GenerateContractResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
Contains the personalized eHealth contract that can be used as input for the generateCertificate operation.
- GenerateContractResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateContractResponse
-
- generated - package generated
-
- GeneratedContract - Class in be.fgov.ehealth.technicalconnector.ra.domain
-
Represennts a generated contract to be used to obtain a certificate
- GeneratedContract() - Constructor for class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- GeneratedRevocationContract - Class in be.fgov.ehealth.technicalconnector.ra.domain
-
- GeneratedRevocationContract() - Constructor for class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- generateId() - Method in interface be.ehealth.technicalconnector.idgenerator.IdGenerator
-
generates unique String .
- generateId() - Method in class be.ehealth.technicalconnector.idgenerator.impl.DateTimeIdGenerator
-
- generateId() - Method in class be.ehealth.technicalconnector.idgenerator.impl.NanoTimeGenerator
-
- generateId() - Method in class be.ehealth.technicalconnector.idgenerator.impl.TimeBasedUniqueKeyGenerator
-
- generateId() - Method in class be.ehealth.technicalconnector.idgenerator.impl.UUIDGenerator
-
- generateId() - Method in class be.ehealth.technicalconnector.idgenerator.impl.XSIDGenerator
-
- generateKey() - Static method in class be.ehealth.technicalconnector.utils.ConnectorCryptoUtils
-
Generate a key based using th default algoritm and keysize.
- generateKey(int) - Static method in class be.ehealth.technicalconnector.utils.ConnectorCryptoUtils
-
Generate a key based on the default algoritm and the keysize given as input.
- generateKey(String, int) - Static method in class be.ehealth.technicalconnector.utils.ConnectorCryptoUtils
-
Generate a key based on the algoritm and keysize given as input.
- generateKeyPair() - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.CertificateUtils
-
Generates a RSA 2048 keypair.
- generateRequestId() - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
- generateRevocationContract(RevocationContractRequest) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- generateRevocationContract(RevocationContractRequest) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GenerateRevocationContractRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request element with all the data required for generating a revocation contract in XML format.
- GenerateRevocationContractRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
- GenerateRevocationContractResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
Response containing the revocation contract in XML format.
- GenerateRevocationContractResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractResponse
-
- generateX509Cert(String) - Static method in class be.fgov.ehealth.technicalconnector.bootstrap.utils.BootStrapUtils
-
- generateXML(Map<String, Object>, String) - Static method in class be.ehealth.technicalconnector.utils.TemplateEngineUtils
-
- GenericFeature - Class in be.ehealth.technicalconnector.ws.feature
-
Marker interface for GenericRequest features
- GenericRequest - Class in be.ehealth.technicalconnector.ws.domain
-
This class contains the generic domain object for manipulating generic requests;
- GenericRequest() - Constructor for class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- GenericResponse - Class in be.ehealth.technicalconnector.ws.domain
-
This class contains all the information for the generic response.
- GenericResponse(SOAPMessage) - Constructor for class be.ehealth.technicalconnector.ws.domain.GenericResponse
-
- GenericService - Interface in be.ehealth.technicalconnector.generic.session
-
Generice Service.
- GenericServiceImpl - Class in be.ehealth.technicalconnector.generic.session.impl
-
GenericServiceImpl within a Session.
- GenericServiceImpl(SessionValidator) - Constructor for class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- GenericServiceImplementationFactory - Class in be.ehealth.technicalconnector.generic.session.impl
-
- GenericServiceImplementationFactory() - Constructor for class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImplementationFactory
-
- GenericSessionServiceFactory - Class in be.ehealth.technicalconnector.generic.session
-
- GenericTimeStampType - Class in org.etsi.uri._01903.v1_3
-
Java class for GenericTimeStampType complex type.
- GenericTimeStampType() - Constructor for class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
- GenericWsSender - Interface in be.ehealth.technicalconnector.ws
-
The Interface GenericWsSender.
- GenericWsSenderImpl - Class in be.ehealth.technicalconnector.ws.impl
-
Abstract class used to invoke a webservice on a generic way.
- GenericWsSenderImpl() - Constructor for class be.ehealth.technicalconnector.ws.impl.GenericWsSenderImpl
-
- get(K) - Method in interface be.ehealth.technicalconnector.cache.Cache
-
Returns a value associated by the given key, that contains a non expired value.
- get(K) - Method in class be.ehealth.technicalconnector.cache.impl.HashMapCache
-
- get(K) - Method in class be.ehealth.technicalconnector.cache.impl.JSR107Cache
-
- get(String) - Method in class be.ehealth.technicalconnector.handler.domain.RequestContext
-
- get(String, byte[]) - Method in class be.ehealth.technicalconnector.service.kgss.KgssManager
-
Gets a key from the KeyCache, if the key is not present in the cache it will be retrieved from the KGSS Web Service and added to the
KeyCache.
- get() - Static method in class be.ehealth.technicalconnector.session.renew.RenewStrategyFactory
-
- get(String, Map<String, Object>, Class<T>, boolean) - Static method in class be.ehealth.technicalconnector.utils.ConfigurableImplementationHelper
-
Helper method to extract the wanted param from the parameterMap.
- get(Source, CacheInformation) - Static method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.utils.CacheHelper
-
- getAAOrganizationAuth() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.LegalPerson
-
Gets the value of the aaOrganizationAuth property.
- getAAOrganizationAuth() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Gets the value of the aaOrganizationAuth property.
- getAAPersonalAuth() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.NaturalPerson
-
Gets the value of the aaPersonalAuth property.
- getAbbreviation() - Method in class be.fgov.ehealth.commons.core.v1.CountryType
-
Gets the value of the abbreviation property.
- getAction() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getActions() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Gets the value of the actions property.
- getActions() - Method in class oasis.names.tc.saml._1_0.protocol.AuthorizationDecisionQuery
-
Gets the value of the actions property.
- getActions() - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Gets the value of the actions property.
- getActions() - Method in class oasis.names.tc.saml._2_0.protocol.AuthzDecisionQuery
-
Gets the value of the actions property.
- getActiveEndpoint(String) - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.EndpointDistributor
-
- getActor() - Method in class be.fgov.ehealth.certra.core.v2.CertificateIdentifierType
-
Gets the value of the actor property.
- getActor() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the actor property.
- getActor() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.CertificateIdentifier
-
- getActorQualities() - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getActorQualities() - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GetActorQualitiesRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request type that allows a user to get their health care qualities from the web service.
- GetActorQualitiesRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesRequest
-
- GetActorQualitiesResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
The response of the getActorQualities operation: It will contain whether or not they are authorized to request eHealth certificates for their own natural person or the organizations for which they can manage eHealth certificates.
- GetActorQualitiesResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesResponse
-
- getAdditionalSearchCriteria() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the additionalSearchCriteria property.
- getAdditionalTimeInfos() - Method in class oasis.names.tc.dss._1_0.core.schema.VerificationTimeInfo
-
Gets the value of the additionalTimeInfos property.
- getAddress() - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- getAddress() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the address property.
- getAddress() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectLocality
-
Gets the value of the address property.
- getAdvice() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the advice property.
- getAdvice() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the advice property.
- getAlgorithm() - Method in class be.fgov.ehealth.commons.enc.v2.Digest
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionMethod
-
Gets the value of the algorithm property.
- getAlgorithm(String) - Method in interface be.fgov.ehealth.technicalconnector.distributedkeys.DistributedSignerProxy
-
Returns the standard algorithm name for this key.
- getAlgorithm() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.jca.DistributedPrivateKey
-
- getAlgorithm(String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.CredentialProxy
-
- getAlgorithm(String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.DigitalSignatureServiceProxy
-
- getAlgorithm() - Method in class org.w3._2000._09.xmldsig.CanonicalizationMethod
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class org.w3._2000._09.xmldsig.DigestMethod
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class org.w3._2000._09.xmldsig.SignatureMethod
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class org.w3._2000._09.xmldsig.Transform
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class org.w3._2001._04.xmlenc.AgreementMethod
-
Gets the value of the algorithm property.
- getAlgorithm() - Method in class org.w3._2001._04.xmlenc.EncryptionMethodType
-
Gets the value of the algorithm property.
- getAlgorithmCode() - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Gets the value of the algorithmCode property.
- getAlgorithmHelper(Credential, SOAPMessageContext) - Static method in class be.ehealth.technicalconnector.handler.wss4j.AlgorithmHelperFactory
-
- getAlias() - Method in class be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
-
Gets the alias.
- getAliases() - Method in interface be.fgov.ehealth.technicalconnector.distributedkeys.DistributedSignerProxy
-
Method for obtaining all the aliases that are supported by the distributed keystore.
- getAliases() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.CredentialProxy
-
- getAliases() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.DigitalSignatureServiceProxy
-
- getAllDataObjectsTimeStamps() - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Gets the value of the allDataObjectsTimeStamps property.
- getAllowedReaders() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Gets the value of the allowedReaders property.
- getAllSignedDataObjects() - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Gets the value of the allSignedDataObjects property.
- getAmountOfAlternatives(String) - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.EndpointDistributor
-
- getAnies() - Method in class be.fgov.ehealth.commons.core.v2.StatusDetail
-
Gets the value of the anies property.
- getAnies() - Method in class oasis.names.tc.dss._1_0.core.schema.AnyType
-
Gets the value of the anies property.
- getAnies() - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Gets the value of the anies property.
- getAnies() - Method in class oasis.names.tc.saml._1_0.protocol.StatusDetail
-
Gets the value of the anies property.
- getAnies() - Method in class oasis.names.tc.saml._2_0.protocol.ExtensionsType
-
Gets the value of the anies property.
- getAnies() - Method in class oasis.names.tc.saml._2_0.protocol.StatusDetail
-
Gets the value of the anies property.
- getAnies() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the anies property.
- getAnies() - Method in class org.w3._2000._09.xmldsig.PGPData
-
Gets the value of the anies property.
- getAnies() - Method in class org.w3._2001._04.xmlenc.ReferenceType
-
Gets the value of the anies property.
- getAny() - Method in class oasis.names.tc.dss._1_0.core.schema.InlineXMLType
-
Gets the value of the any property.
- getAny() - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Gets the value of the any property.
- getAny() - Method in class oasis.names.tc.saml._2_0.protocol.ArtifactResponse
-
Gets the value of the any property.
- getApdu() - Method in exception be.ehealth.technicalconnector.exception.ResponseAPDUException
-
- getApplication() - Method in class be.ehealth.technicalconnector.utils.CertificateParser
-
Gets the application.
- getApplicationId() - Method in class be.fgov.ehealth.certra.core.v2.CertificateIdentifierType
-
Gets the value of the applicationId property.
- getApplicationID() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Gets the value of the applicationID property.
- getApplicationID() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Gets the value of the applicationID property.
- getApplicationId() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.CertificateIdentifier
-
- getApplicationId() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
-
- getApplicationIdList(Organization) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getApplicationIdList(Organization) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- getApplicationIds() - Method in class be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsResponse
-
Gets the value of the applicationIds property.
- getApplicationName() - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeRequest
-
Gets the value of the applicationName property.
- getApplicationName() - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeResponse
-
Gets the value of the applicationName property.
- getApplicationName() - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeRequest
-
Gets the value of the applicationName property.
- getApplicationName() - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeResponse
-
Gets the value of the applicationName property.
- getArchiveTimeStamps() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the archiveTimeStamps property.
- getArtifact() - Method in class oasis.names.tc.saml._2_0.protocol.ArtifactResolve
-
Gets the value of the artifact property.
- getAssertion() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getAssertion() - Method in interface be.ehealth.technicalconnector.service.sts.security.SAMLToken
-
Gets the assertion.
- getAssertion(Element) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
Gets the assertion.
- getAssertionArtifacts() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the assertionArtifacts property.
- getAssertionConsumerServiceIndex() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the assertionConsumerServiceIndex property.
- getAssertionConsumerServiceURL() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the assertionConsumerServiceURL property.
- getAssertionID() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getAssertionID() - Method in interface be.ehealth.technicalconnector.service.sts.security.SAMLToken
-
- getAssertionID() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the assertionID property.
- getAssertionIDReferences() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the assertionIDReferences property.
- getAssertionIDReferencesAndAssertions() - Method in class oasis.names.tc.saml._1_0.assertion.Evidence
-
Gets the value of the assertionIDReferencesAndAssertions property.
- getAssertionIDReferencesAndAssertionsAndAnies() - Method in class oasis.names.tc.saml._1_0.assertion.Advice
-
Gets the value of the assertionIDReferencesAndAssertionsAndAnies property.
- getAssertionIDReves() - Method in class oasis.names.tc.saml._2_0.protocol.AssertionIDRequest
-
Gets the value of the assertionIDReves property.
- getAssertionIDRevesAndAssertionURIRevesAndAssertions() - Method in class oasis.names.tc.saml._2_0.assertion.Advice
-
Gets the value of the assertionIDRevesAndAssertionURIRevesAndAssertions property.
- getAssertionIDRevesAndAssertionURIRevesAndAssertions() - Method in class oasis.names.tc.saml._2_0.assertion.Evidence
-
Gets the value of the assertionIDRevesAndAssertionURIRevesAndAssertions property.
- getAssertionIssuer() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier
-
- getAssertions() - Method in class oasis.names.tc.saml._1_0.protocol.Response
-
Gets the value of the assertions property.
- getAssertionsAndEncryptedAssertions() - Method in class oasis.names.tc.saml._2_0.protocol.Response
-
Gets the value of the assertionsAndEncryptedAssertions property.
- getAttachment(String) - Method in class be.ehealth.technicalconnector.ws.domain.GenericResponse
-
Method to obtain an Attachement based on de swaref id
- getAttachmentAsByteArray(String) - Method in class be.ehealth.technicalconnector.utils.impl.AttachmentUnmarshallerImpl
-
- getAttachmentAsDataHandler(String) - Method in class be.ehealth.technicalconnector.utils.impl.AttachmentUnmarshallerImpl
-
- getAttachmentPartMap() - Method in class be.ehealth.technicalconnector.utils.impl.AttachmentUnmarshallerImpl
-
- getAttachmentReference() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Gets the value of the attachmentReference property.
- getAttrAuthoritiesCertValues() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the attrAuthoritiesCertValues property.
- getAttRefURI() - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Gets the value of the attRefURI property.
- getAttribute01() - Method in class be.fgov.ehealth.daas.complextype.v1.Context
-
Gets the value of the attribute01 property.
- getAttribute02() - Method in class be.fgov.ehealth.daas.complextype.v1.Context
-
Gets the value of the attribute02 property.
- getAttributeCertificateRefs() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the attributeCertificateRefs property.
- getAttributeConsumingServiceIndex() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the attributeConsumingServiceIndex property.
- getAttributeDesignators() - Method in class oasis.names.tc.saml._1_0.protocol.AttributeQuery
-
Gets the value of the attributeDesignators property.
- getAttributeName() - Method in class oasis.names.tc.saml._1_0.assertion.AttributeDesignatorType
-
Gets the value of the attributeName property.
- getAttributeNamespace() - Method in class oasis.names.tc.saml._1_0.assertion.AttributeDesignatorType
-
Gets the value of the attributeNamespace property.
- getAttributeQueries() - Method in class be.cin.nippin.memberdata.saml.extension.AttributeQueryList
-
Gets the value of the attributeQueries property.
- getAttributeQuery() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the attributeQuery property.
- getAttributeRevocationRefs() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the attributeRevocationRefs property.
- getAttributeRevocationValues() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the attributeRevocationValues property.
- getAttributes(Element) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
Gets the attributes.
- getAttributes() - Method in class oasis.names.tc.saml._1_0.assertion.AttributeStatement
-
Gets the value of the attributes property.
- getAttributes() - Method in class oasis.names.tc.saml._2_0.protocol.AttributeQuery
-
Gets the value of the attributes property.
- getAttributesAndEncryptedAttributes() - Method in class oasis.names.tc.saml._2_0.assertion.AttributeStatement
-
Gets the value of the attributesAndEncryptedAttributes property.
- getAttributeValues() - Method in class oasis.names.tc.saml._1_0.assertion.Attribute
-
Gets the value of the attributeValues property.
- getAttributeValues() - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Gets the value of the attributeValues property.
- getAudienceRestrictionConditionsAndDoNotCacheConditionsAndConditions() - Method in class oasis.names.tc.saml._1_0.assertion.Conditions
-
Gets the value of the audienceRestrictionConditionsAndDoNotCacheConditionsAndConditions property.
- getAudiences() - Method in class oasis.names.tc.saml._1_0.assertion.AudienceRestrictionCondition
-
Gets the value of the audiences property.
- getAudiences() - Method in class oasis.names.tc.saml._2_0.assertion.AudienceRestriction
-
Gets the value of the audiences property.
- getAudiences() - Method in class oasis.names.tc.saml._2_0.assertion.ProxyRestriction
-
Gets the value of the audiences property.
- getAuthDN() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the authDN property.
- getAuthenticatingAuthorities() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Gets the value of the authenticatingAuthorities property.
- getAuthenticationCert() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getAuthenticationCertificate() - Method in class be.ehealth.technicalconnector.service.etee.domain.EncryptionToken
-
- getAuthenticationCertificateDetails() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the authenticationCertificateDetails property.
- getAuthenticationCertificateRegistrationService() - Static method in class be.fgov.ehealth.technicalconnector.ra.service.ServiceFactory
-
- getAuthenticationCertificateStatus() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the authenticationCertificateStatus property.
- getAuthenticationInstant() - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Gets the value of the authenticationInstant property.
- getAuthenticationMethod() - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Gets the value of the authenticationMethod property.
- getAuthenticationMethod() - Method in class oasis.names.tc.saml._1_0.protocol.AuthenticationQuery
-
Gets the value of the authenticationMethod property.
- getAuthenticationQuery() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the authenticationQuery property.
- getAuthnContext() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Gets the value of the authnContext property.
- getAuthnContextClassRef() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Gets the value of the authnContextClassRef property.
- getAuthnContextClassReves() - Method in class oasis.names.tc.saml._2_0.protocol.RequestedAuthnContext
-
Gets the value of the authnContextClassReves property.
- getAuthnContextDecl() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Gets the value of the authnContextDecl property.
- getAuthnContextDeclRef() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Gets the value of the authnContextDeclRef property.
- getAuthnContextDeclReves() - Method in class oasis.names.tc.saml._2_0.protocol.RequestedAuthnContext
-
Gets the value of the authnContextDeclReves property.
- getAuthnInstant() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Gets the value of the authnInstant property.
- getAuthor() - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorRequestType
-
Gets the value of the author property.
- getAuthorityBindings() - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Gets the value of the authorityBindings property.
- getAuthorityKind() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Gets the value of the authorityKind property.
- getAuthorityService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the Authority service.
- getAuthorizationDecisionQuery() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the authorizationDecisionQuery property.
- getAuthSerial() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the authSerial property.
- getAutomaticallyValidated() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- getAvailableBaseServices() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Gets the value of the availableBaseServices property.
- getBase64Data() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Gets the value of the base64Data property.
- getBase64Data() - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Gets the value of the base64Data property.
- getBase64Encoded() - Method in class be.ehealth.technicalconnector.service.etee.domain.EncryptionToken
-
- getBase64Signature() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the base64Signature property.
- getBase64XML() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Gets the value of the base64XML property.
- getBaseID() - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Gets the value of the baseID property.
- getBaseID() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Gets the value of the baseID property.
- getBaseID() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the baseID property.
- getBaseID() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Gets the value of the baseID property.
- getBaseServiceUsages() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the baseServiceUsages property.
- getBaseServiceUsages() - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Gets the value of the baseServiceUsages property.
- getBeginDate() - Method in class be.fgov.ehealth.commons._1_0.core.PeriodType
-
Gets the value of the beginDate property.
- getBeginDate() - Method in class be.fgov.ehealth.commons.core.v1.PeriodType
-
Gets the value of the beginDate property.
- getBeIDCard() - Method in interface be.ehealth.technicalconnector.beid.BeIDCardAdaptor
-
- getBeIDCard() - Method in class be.ehealth.technicalconnector.beid.impl.CommonsEidAdaptor
-
Retrieve the reachable IDCard and create corresponding BeIDCard object
- getBeIDInfo(String, boolean) - Static method in class be.ehealth.technicalconnector.beid.BeIDFactory
-
- getBinding() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Gets the value of the binding property.
- getBooleanProperty(String, Boolean) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the boolean property.
- getBooleanProperty(String, Boolean) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getBooleanProperty(String, Boolean) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getByKey() - Method in class org.etsi.uri._01903.v1_3.ResponderIDType
-
Gets the value of the byKey property.
- getByName() - Method in class org.etsi.uri._01903.v1_3.ResponderIDType
-
Gets the value of the byName property.
- getByteArray() - Method in class be.ehealth.technicalconnector.utils.ByteArrayDatasource
-
- getBytes(InputStream) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
- getBytesFromCertificates(X509Certificate[]) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getCaCertificateStore() - Static method in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
- getCache() - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Gets the value of the cache property.
- getCache() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.CacheInformation
-
- getCacheInformation(String) - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.EndpointDistributor
-
- getCacheServices() - Method in class be.ehealth.technicalconnector.session.renew.AbstractRenewStrategy
-
- getCanonicalizationMethod() - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Gets the value of the canonicalizationMethod property.
- getCanonicalizationMethod() - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Gets the value of the canonicalizationMethod property.
- getCard() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Gets the value of the card property.
- getCardDeliveryMunicipality() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getCardNumber() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getCardValidityDateBegin() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getCardValidityDateEnd() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getCarriedKeyName() - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Gets the value of the carriedKeyName property.
- getCategory() - Method in exception be.ehealth.technicalconnector.exception.TechnicalConnectorException
-
- getCause() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Result
-
- getCertChain() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getCertDigest() - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Gets the value of the certDigest property.
- getCertificate() - Method in class be.ehealth.technicalconnector.service.etee.domain.EncryptionToken
-
- getCertificate() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the certificate.
- getCertificate() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getCertificate() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the certificate.
- getCertificate() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
Gets the certificate.
- getCertificate() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
Gets the certificate.
- getCertificate(byte[]) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getCertificate(byte[]) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- getCertificateChain() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the certificate chain
- getCertificateChain() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getCertificateChain() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
- getCertificateChain() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
- getCertificateChain() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
- getCertificateChain(String) - Method in interface be.fgov.ehealth.technicalconnector.distributedkeys.DistributedSignerProxy
-
Method for obtaining the certificate chain based on the distriubted keystore and the alias.
- getCertificateChain(String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.CredentialProxy
-
- getCertificateChain(String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.DigitalSignatureServiceProxy
-
- getCertificateChecker() - Static method in class be.ehealth.technicalconnector.service.etee.CertificateCheckerFactory
-
- getCertificateEntity() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the certificateEntity property.
- getCertificateFactory() - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getCertificateIdentifier() - Method in class be.fgov.ehealth.certra.core.v2.CertificateEntityType
-
Gets the value of the certificateIdentifier property.
- getCertificateIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Gets the value of the certificateIdentifier property.
- getCertificateIdentifier() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContractRequest
-
- getCertificateInfo() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateResponse
-
Gets the value of the certificateInfo property.
- getCertificateInfoForAuthenticationCertificate(Credential) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getCertificateInfoForAuthenticationCertificate(Credential) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GetCertificateInfoForAuthenticationCertificateRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request for obtaining information about a single eHealth certificate and its associated encryption token.
- GetCertificateInfoForAuthenticationCertificateRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateRequest
-
- GetCertificateInfoForAuthenticationCertificateResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
Contains information about the eHealth authentication certificate and encryption token that the user requested in their request.
- GetCertificateInfoForAuthenticationCertificateResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateResponse
-
- getCertificateInfoForCitizen() - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getCertificateInfoForCitizen() - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- GetCertificateInfoForCitizenRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request for obtaining information about all the eHealth certificates and encryption tokens that can be managed by the natural person that signed the request with their Belgian eID.
- GetCertificateInfoForCitizenRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForCitizenRequest
-
- GetCertificateInfoForCitizenResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
Contains information about all the eHealth certificates and encryption tokens that this person can view and manage.
- GetCertificateInfoForCitizenResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForCitizenResponse
-
- getCertificateInfos() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForCitizenResponse
-
Gets the value of the certificateInfos property.
- GetCertificateRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request type used to obtain the eHealth authentication certificate by its identifier.
- GetCertificateRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateRequest
-
- GetCertificateResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
This response will contain the certificate signed by the Certificate Authority, together with the entire chain of intermediate Certificate Authorities up to (but excluding) the root CA itself.
- GetCertificateResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetCertificateResponse
-
- getCertificatesFromBytes(byte[]) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getCertificateValues() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the certificateValues property.
- getCertificateValues() - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Gets the value of the certificateValues property.
- getCertifiedRoles() - Method in class org.etsi.uri._01903.v1_3.CertifiedRolesListType
-
Gets the value of the certifiedRoles property.
- getCertifiedRoles() - Method in class org.etsi.uri._01903.v1_3.SignerRole
-
Gets the value of the certifiedRoles property.
- getCertPath() - Method in interface be.ehealth.technicalconnector.service.sts.security.ExtendedCredential
-
- getCertPath() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential
-
- getCertRefs() - Method in class org.etsi.uri._01903.v1_3.CompleteCertificateRefsType
-
Gets the value of the certRefs property.
- getCerts() - Method in class org.etsi.uri._01903.v1_3.SigningCertificate
-
Gets the value of the certs property.
- getChallenge() - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationResponse
-
Gets the value of the challenge property.
- getChannel() - Method in class be.fgov.ehealth.daas.complextype.v1.Destination
-
Gets the value of the channel property.
- getCheckDigitAlgorithms() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Gets the value of the checkDigitAlgorithms property.
- getChipNumber() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getCipherData() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Gets the value of the cipherData property.
- getCipherData() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the cipherData property.
- getCipherReference() - Method in class be.fgov.ehealth.commons.enc.v2.CipherData
-
Gets the value of the cipherReference property.
- getCipherReference() - Method in class org.w3._2001._04.xmlenc.CipherData
-
Gets the value of the cipherReference property.
- getCipherValue() - Method in class be.fgov.ehealth.commons.enc.v2.CipherData
-
Gets the value of the cipherValue property.
- getCipherValue() - Method in class org.w3._2001._04.xmlenc.CipherData
-
Gets the value of the cipherValue property.
- getCity() - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Gets the value of the city property.
- getClaimedRoles() - Method in class org.etsi.uri._01903.v1_3.ClaimedRolesListType
-
Gets the value of the claimedRoles property.
- getClaimedRoles() - Method in class org.etsi.uri._01903.v1_3.SignerRole
-
Gets the value of the claimedRoles property.
- getClassName(Class<?>) - Static method in class be.ehealth.technicalconnector.utils.ConnectorReflectionUtils
-
Obtain the class name of a class
- getCode() - Method in class be.fgov.ehealth.commons._1_0.core.Status
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.commons.core.v1.CountryType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.commons.core.v1.StatusType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ApplicationErrors
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ErrorType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.Status
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.ErrorType
-
Gets the value of the code property.
- getCode() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Gets the value of the code property.
- getCode() - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Gets the value of the code property.
- getCommitmentTypeId() - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Gets the value of the commitmentTypeId property.
- getCommitmentTypeIndications() - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Gets the value of the commitmentTypeIndications property.
- getCommitmentTypeQualifiers() - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Gets the value of the commitmentTypeQualifiers property.
- getCommitmentTypeQualifiers() - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeQualifiersListType
-
Gets the value of the commitmentTypeQualifiers property.
- getComparison() - Method in class oasis.names.tc.saml._2_0.protocol.RequestedAuthnContext
-
Gets the value of the comparison property.
- getCompleteCertificateRefs() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the completeCertificateRefs property.
- getCompleteRevocationRefs() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the completeRevocationRefs property.
- getConditions() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the conditions property.
- getConditions() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the conditions property.
- getConditions() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the conditions property.
- getConditionsAndAudienceRestrictionsAndOneTimeUses() - Method in class oasis.names.tc.saml._2_0.assertion.Conditions
-
Gets the value of the conditionsAndAudienceRestrictionsAndOneTimeUses property.
- getConfig() - Method in interface be.ehealth.technicalconnector.config.ConfigValidator
-
- getConfig() - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getConfigLocation() - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- getConfigValidator() - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- getConfigValidator(List<String>) - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- getConfigValidatorFor(String...) - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
returns the ConfigValidator for the given required properties.
- getConfirmationMethods() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
Gets the value of the confirmationMethods property.
- getConsent() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the consent property.
- getConsent() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the consent property.
- getConsultServiceV2() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the Consult service.
- getContact() - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Gets the value of the contact property.
- getContact() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getContactData() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the contactData property.
- getContactData() - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Gets the value of the contactData property.
- getContactData() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Gets the value of the contactData property.
- getContactData() - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Gets the value of the contactData property.
- getContactData() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the contactData property.
- getContactData() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContractRequest
-
- getContactData() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ForeignerRequest
-
- getContactData() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- getContent() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getContent() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the content property.
- getContent() - Method in class org.etsi.uri._01903.v1_3.Any
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.CanonicalizationMethod
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.DigestMethod
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.KeyInfo
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.KeyValue
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.Object
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.SignatureMethod
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.SignatureProperty
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2000._09.xmldsig.Transform
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2001._04.xmlenc.AgreementMethod
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2001._04.xmlenc.EncryptionMethodType
-
Gets the value of the content property.
- getContent() - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Gets the value of the content property.
- getContentAsByte() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getContentType() - Method in class be.ehealth.technicalconnector.utils.ByteArrayDatasource
-
- getContentType() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Gets the value of the contentType property.
- getContentType() - Method in class org.w3._2005._05.xmlmime.Base64Binary
-
Gets the value of the contentType property.
- getContentType() - Method in class org.w3._2005._05.xmlmime.HexBinary
-
Gets the value of the contentType property.
- getContext() - Method in class be.fgov.ehealth.daas.complextype.v1.RoutingInformation
-
Gets the value of the context property.
- getContract() - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractResponse
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractResponse
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Gets the value of the contract property.
- getContract() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationRequest
-
- getCount() - Method in class oasis.names.tc.saml._2_0.assertion.ProxyRestriction
-
Gets the value of the count property.
- getCounterSignatures() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the counterSignatures property.
- getCountry() - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Gets the value of the country property.
- getCountryName() - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Gets the value of the countryName property.
- getCreationTime() - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Gets the value of the creationTime property.
- getCredentail(CryptoType, Credential) - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
- getCRLIdentifier() - Method in class org.etsi.uri._01903.v1_3.CRLRefType
-
Gets the value of the crlIdentifier property.
- getCRLRefs() - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Gets the value of the crlRefs property.
- getCRLReves() - Method in class org.etsi.uri._01903.v1_3.CRLRefsType
-
Gets the value of the crlReves property.
- getCRLValues() - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Gets the value of the crlValues property.
- getCrypto(Credential, Map<String, PrivateKey>, String) - Static method in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
Possible values of the OCSPPolicy parameter:
- getCrypto(Credential, Map<String, PrivateKey>) - Static method in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
- getCrypto(CryptoType, Crypto) - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
- getCryptoFromSession() - Static method in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
- getCryptoProvider() - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getCSR() - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Gets the value of the csr property.
- getCSR() - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Gets the value of the csr property.
- getCsr() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the csr property.
- getCsr() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ForeignerRequest
-
- getCurrentConfig() - Method in interface be.ehealth.technicalconnector.config.Configuration
-
- getCurrentConfig() - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
- getCurrentConfig() - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationWithSessionCache
-
- getCurrentConfig() - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getCurrentTime() - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Gets the value of the currentTime property.
- getData() - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- getData() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getDataHandlerMap() - Method in class be.ehealth.technicalconnector.utils.impl.AttachmentMarshallerImpl
-
- getDataHandlerMap() - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- getDataHandlersMap() - Method in class be.ehealth.technicalconnector.utils.MarshallerHelper
-
Obtain the marshalled attachement as datahandler
- getDataObjectFormats() - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Gets the value of the dataObjectFormats property.
- getDataReferencesAndKeyReferences() - Method in class org.w3._2001._04.xmlenc.ReferenceList
-
Gets the value of the dataReferencesAndKeyReferences property.
- getDataset() - Method in class be.fgov.ehealth.daas.complextype.v1.Destination
-
Gets the value of the dataset property.
- getDate() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Gets the value of the date property.
- getDateOfBirth() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getDateTime() - Method in class be.behealth.webservices.tsa.TimeStampIdentification
-
Gets the value of the dateTime property.
- getDateTime() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampIdentification
-
Gets the value of the dateTime property.
- getDecision() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Gets the value of the decision property.
- getDecision() - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Gets the value of the decision property.
- getDecodedData() - Method in class be.fgov.ehealth.seals.core.v1.ChoiceDecodedDataErrorType
-
Gets the value of the decodedData property.
- getDefaultX509Identifier() - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getDeletionStrategy() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Gets the value of the deletionStrategy property.
- getDescription() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Gets the value of the description property.
- getDescription() - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Gets the value of the description property.
- getDescription() - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Gets the value of the description property.
- getDescriptions() - Method in class be.fgov.ehealth.commons.core.v1.CountryType
-
Gets the value of the descriptions property.
- getDescriptions() - Method in class be.fgov.ehealth.commons.core.v1.MunicipalityType
-
Gets the value of the descriptions property.
- getDescriptions() - Method in class be.fgov.ehealth.commons.core.v1.StreetType
-
Gets the value of the descriptions property.
- getDestination() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the destination property.
- getDestination() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the destination property.
- getDestinations() - Method in class be.fgov.ehealth.daas.complextype.v1.Destinations
-
Gets the value of the destinations property.
- getDestinations() - Method in class be.fgov.ehealth.daas.complextype.v1.RoutingInformation
-
Gets the value of the destinations property.
- getDetail() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Gets the value of the detail property.
- getDigest() - Method in class be.fgov.ehealth.commons.enc.v2.CipherReference
-
Contains the digest value of the attachment
- getDigestAlgAndValue() - Method in class org.etsi.uri._01903.v1_3.CRLRefType
-
Gets the value of the digestAlgAndValue property.
- getDigestAlgAndValue() - Method in class org.etsi.uri._01903.v1_3.OCSPRefType
-
Gets the value of the digestAlgAndValue property.
- getDigestInstance(String) - Static method in class be.fgov.ehealth.technicalconnector.signature.impl.SignatureUtils
-
- getDigestMethod() - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Gets the value of the digestMethod property.
- getDigestMethod() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Gets the value of the digestMethod property.
- getDigestMethod() - Method in class org.etsi.uri._01903.v1_3.DigestAlgAndValueType
-
Gets the value of the digestMethod property.
- getDigestMethod() - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Gets the value of the digestMethod property.
- getDigestMethod() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the digestMethod property.
- getDigestValue() - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Gets the value of the digestValue property.
- getDigestValue() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Gets the value of the digestValue property.
- getDigestValue() - Method in class org.etsi.uri._01903.v1_3.DigestAlgAndValueType
-
Gets the value of the digestValue property.
- getDigestValue() - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Gets the value of the digestValue property.
- getDigestValue() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the digestValue property.
- getDimensions() - Method in class be.cin.nippin.memberdata.saml.extension.Facet
-
Gets the value of the dimensions property.
- getDistributedKeyStores() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.DistributedKeyStoreRegistry
-
- getDN() - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Gets the value of the dn property.
- getDN() - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Gets the value of the dn property.
- getDN() - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Gets the value of the dn property.
- getDN() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- getDn() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- getDn() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getDNSAddress() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectLocality
-
Gets the value of the dnsAddress property.
- getDNSName() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectLocality
-
Gets the value of the dnsName property.
- getDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentWithSignature
-
Gets the value of the document property.
- getDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.InputDocuments
-
Gets the value of the document property.
- getDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedDocument
-
Gets the value of the document property.
- getDocumentationReferences() - Method in class org.etsi.uri._01903.v1_3.DocumentationReferencesType
-
Gets the value of the documentationReferences property.
- getDocumentationReferences() - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Gets the value of the documentationReferences property.
- getDocumentBuilder() - Static method in class be.ehealth.technicalconnector.utils.ConnectorXmlUtils
-
- getDocumentHash() - Method in class oasis.names.tc.dss._1_0.core.schema.InputDocuments
-
Gets the value of the documentHash property.
- getDocumentType() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getDuplicate() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getDuration() - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Gets the value of the duration property.
- getDurationProperty(String, Long, TimeUnit) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
- getDurationProperty(String, Long, TimeUnit) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getDurationProperty(String, Long, TimeUnit) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getEHActorQualitiesSignedData() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the ehActorQualitiesSignedData property.
- getEHealthCSR() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateRequest
-
Gets the value of the eHealthCSR property.
- getEmailGeneral() - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Gets the value of the emailGeneral property.
- getEmailGeneral() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Gets the value of the emailGeneral property.
- getEmailGeneral() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- getEmailPrivate() - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Gets the value of the emailPrivate property.
- getEmailPrivate() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Gets the value of the emailPrivate property.
- getEmailPrivate() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- getEncapsulatedCRLValues() - Method in class org.etsi.uri._01903.v1_3.CRLValuesType
-
Gets the value of the encapsulatedCRLValues property.
- getEncapsulatedOCSPValues() - Method in class org.etsi.uri._01903.v1_3.OCSPValuesType
-
Gets the value of the encapsulatedOCSPValues property.
- getEncapsulatedTimeStampsAndXMLTimeStamps() - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Gets the value of the encapsulatedTimeStampsAndXMLTimeStamps property.
- getEncapsulatedX509CertificatesAndOtherCertificates() - Method in class org.etsi.uri._01903.v1_3.CertificateValuesType
-
Gets the value of the encapsulatedX509CertificatesAndOtherCertificates property.
- getEncoded() - Method in class be.ehealth.technicalconnector.service.etee.domain.EncryptionToken
-
- getEncoded() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.jca.DistributedPrivateKey
-
- getEncodedData() - Method in class be.fgov.ehealth.seals.core.v1.ChoiceEncodedDataErrorType
-
Gets the value of the encodedData property.
- getEncodedDatas() - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeRequest
-
Gets the value of the encodedDatas property.
- getEncoding() - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Gets the value of the encoding property.
- getEncoding() - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Gets the value of the encoding property.
- getEncoding() - Method in class org.w3._2000._09.xmldsig.Object
-
Gets the value of the encoding property.
- getEncoding() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the encoding property.
- getEncryptedData() - Method in class oasis.names.tc.saml._2_0.assertion.EncryptedElementType
-
Gets the value of the encryptedData property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Gets the value of the encryptedID property.
- getEncryptedID() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingResponse
-
Gets the value of the encryptedID property.
- getEncryptedKeies() - Method in class oasis.names.tc.saml._2_0.assertion.EncryptedElementType
-
Gets the value of the encryptedKeies property.
- getEncryptedKey() - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Contains the encrypted Key
- getEncryptionCredential() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getEncryptionCredential() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the personal credential.
- getEncryptionCredential() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
checks the session and the presence of the encryption credential and returns it.
- getEncryptionCrypto() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getEncryptionCrypto() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the crypto associated with the Encryption credentials
- getEncryptionCrypto() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
validates if the session and the encryption crypto is present, and returns the encryption Crypto.
- getEncryptionMethod() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the encryptionMethod property.
- getEncryptionPrivateKeys() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getEncryptionPrivateKeys() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the personaldecryption keys.
- getEncryptionProperties() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the encryptionProperties property.
- getEncryptionProperties() - Method in class org.w3._2001._04.xmlenc.EncryptionProperties
-
Gets the value of the encryptionProperties property.
- getEncryptionTokenRegistrationService() - Static method in class be.fgov.ehealth.technicalconnector.ra.service.ServiceFactory
-
- getEnd() - Method in class be.behealth.webservices.tsa.PeriodType
-
Gets the value of the end property.
- getEnd() - Method in class be.fgov.ehealth.timestamping.protocol.v2.PeriodType
-
Gets the value of the end property.
- getEndDate() - Method in class be.fgov.ehealth.commons._1_0.core.PeriodType
-
Gets the value of the endDate property.
- getEndDate() - Method in class be.fgov.ehealth.commons.core.v1.PeriodType
-
Gets the value of the endDate property.
- getEndDate01() - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Gets the value of the endDate01 property.
- getEndDate02() - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Gets the value of the endDate02 property.
- getEndpointList() - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Gets the value of the endpointList property.
- getEndpoints() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
Gets the value of the endpoints property.
- getEndpoints() - Method in class be.fgov.ehealth.bcp.protocol.v2.EndpointList
-
Gets the value of the endpoints property.
- getEntityType() - Method in class be.fgov.ehealth.certra.core.v2.CertificateEntityType
-
Gets the value of the entityType property.
- getEntityType() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataRequest
-
Gets the value of the entityType property.
- getEnvironment() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Gets the value of the environment property.
- getEnvironment() - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Gets the value of the environment property.
- getEnvironment() - Method in class be.fgov.ehealth.errors.soa.v1.SOAErrorType
-
Gets the value of the environment property.
- getError() - Method in class be.behealth.webservices.tsa.TSConsultResponse
-
Gets the value of the error property.
- getError() - Method in class be.behealth.webservices.tsa.TSConsultTSBagResponse
-
Gets the value of the error property.
- getError() - Method in class be.fgov.ehealth.seals.core.v1.ChoiceDecodedDataErrorType
-
Gets the value of the error property.
- getError() - Method in class be.fgov.ehealth.seals.core.v1.ChoiceEncodedDataErrorType
-
Gets the value of the error property.
- getError() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultResponse
-
Gets the value of the error property.
- getError() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagResponse
-
Gets the value of the error property.
- getErrorBound() - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Gets the value of the errorBound property.
- getErrorCode() - Method in exception be.ehealth.technicalconnector.exception.ConnectorException
-
Gets the fault code.
- getErrorCode() - Method in enum be.ehealth.technicalconnector.exception.SessionManagementExceptionValues
-
- getErrorCode() - Method in exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- getErrorCode() - Method in enum be.ehealth.technicalconnector.exception.TechnicalConnectorExceptionValues
-
- getErrorCode() - Method in enum be.ehealth.technicalconnector.exception.UnsealConnectorExceptionValues
-
- getErrorCode() - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Gets the value of the errorCode property.
- getErrorCodes() - Method in exception be.fgov.ehealth.technicalconnector.ra.exceptions.RaException
-
- getErrorCodes(StatusResponseType) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
- getErrorName() - Method in enum be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationError
-
- getErrors() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.EteeResponseType
-
Gets the value of the errors property.
- getErrors() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeStatusDetail
-
Gets the value of the errors property.
- getErrors() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Gets the value of the errors property.
- getErrors() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getErrorType() - Method in exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- getErrorValue() - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Gets the value of the errorValue property.
- getEscapedXML() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Gets the value of the escapedXML property.
- getEtk() - Method in class be.ehealth.technicalconnector.service.etee.domain.EncryptionToken
-
- getETK(KeyDepotManager.EncryptionTokenType) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotManagerImpl
-
- getETK(IdentifierType, Long, String) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotManagerImpl
-
- getETK(GetEtkRequest) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotServiceImpl
-
- getETK(KeyDepotManager.EncryptionTokenType) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotManager
-
Gets the
EncryptionToken
linked with the given EncryptionTokenType parameter.
- getETK(IdentifierType, Long, String) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotManager
-
- getETK(GetEtkRequest) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotService
-
Request an ETK from the Key Depot
- getETK() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Gets the value of the etk property.
- getETK() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Gets the value of the etk property.
- getETK() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Gets the value of the etk property.
- getETK() - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationResponse
-
Gets the value of the etk property.
- GetEtkRequest - Class in be.fgov.ehealth.etkdepot._1_0.protocol
-
Java class for anonymous complex type.
- GetEtkRequest() - Constructor for class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkRequest
-
- GetEtkResponse - Class in be.fgov.ehealth.etkdepot._1_0.protocol
-
Java class for anonymous complex type.
- GetEtkResponse() - Constructor for class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
- getETKs(IdentifierType, Long, String) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotManagerImpl
-
- getETKs(IdentifierType, Long, String) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotManager
-
- getETKSearchCriteria() - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Gets the value of the etkSearchCriteria property.
- getETKService() - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the eTK service.
- getETKSet(IdentifierType, String, String) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotServiceImpl
-
- getETKSet(IdentifierType, String, String) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotService
-
- getETKStatus() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the etkStatus property.
- getEvidence() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Gets the value of the evidence property.
- getEvidence() - Method in class oasis.names.tc.saml._1_0.protocol.AuthorizationDecisionQuery
-
Gets the value of the evidence property.
- getEvidence() - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Gets the value of the evidence property.
- getEvidence() - Method in class oasis.names.tc.saml._2_0.protocol.AuthzDecisionQuery
-
Gets the value of the evidence property.
- getException() - Method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyContext
-
- getException() - Static method in class be.ehealth.technicalconnector.ws.impl.strategy.RetryStrategy.RetryNotifier
-
- getExceptionList(String...) - Method in class be.ehealth.technicalconnector.validator.impl.handler.ErrorCollectorHandler
-
This method will return the List of exceptions for the given errorTypes.
- GetExistingApplicationIdsRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request for obtaining a list of all Application Id's that are currently being used by certificates issued to the organization identified in this request.
- GetExistingApplicationIdsRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsRequest
-
- GetExistingApplicationIdsResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
The list of Application Id's of all currently active certificates associated with the organization specified in the request.
- GetExistingApplicationIdsResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsResponse
-
- getExludedReaders() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Gets the value of the exludedReaders property.
- getExpirationDate() - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
-
Gets the value of the expirationDate property.
- getExpirationDate() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.SubmitCSRForForeignerResponseInfo
-
- getExpirationDateTime() - Method in interface be.ehealth.technicalconnector.service.sts.security.ExtendedCredential
-
- getExpirationDateTime() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractExtendedCredential
-
- getExpiry() - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Gets the value of the expiry property.
- getExplicitText() - Method in class org.etsi.uri._01903.v1_3.SPUserNotice
-
Gets the value of the explicitText property.
- getExponent() - Method in class org.w3._2000._09.xmldsig.RSAKeyValue
-
Gets the value of the exponent property.
- getExtensions() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the extensions property.
- getExtensions() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the extensions property.
- getFaultId() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ApplicationErrors
-
Gets the value of the faultId property.
- getFaultTo() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getFeature(Class<T>) - Method in class be.ehealth.technicalconnector.ws.domain.FeatureLoader
-
- getFieldName() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfoDetailType
-
Gets the value of the fieldName property.
- getFieldValue() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfoDetailType
-
Gets the value of the fieldValue property.
- getFirstChildElement(Node) - Static method in class be.ehealth.technicalconnector.utils.ConnectorXmlUtils
-
- getFirstElementByTagNameNS(Element, String, String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorXmlUtils
-
- getFirstName() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getFirstname() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
- getFirstName() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the firstName property.
- getFirstNames() - Method in class be.fgov.ehealth.commons.core.v2.ActorType
-
Gets the value of the firstNames property.
- getFirstNames() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- getForeignPerson() - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Gets the value of the foreignPerson property.
- getForeignPerson() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ForeignerRequest
-
- getFormat() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier
-
- getFormat() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.jca.DistributedPrivateKey
-
- getFormat() - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Gets the value of the format property.
- getFormat() - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Gets the value of the format property.
- getFormat() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDPolicy
-
Gets the value of the format property.
- getFriendlyName() - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Gets the value of the friendlyName property.
- getFrom() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getFullName() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
Get the fullName based on the properties.
- getG() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the g property.
- getGender() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- GetGenericOrganizationTypesRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request type used to obtain details about all the types of organizations to which eHealth certificates and encryption tokens can be issued.
- GetGenericOrganizationTypesRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetGenericOrganizationTypesRequest
-
- GetGenericOrganizationTypesResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
The list of all organization types that are accepted by the web service.
- GetGenericOrganizationTypesResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.GetGenericOrganizationTypesResponse
-
- getGenericService() - Static method in class be.ehealth.technicalconnector.generic.session.GenericSessionServiceFactory
-
- getGenericWsSender() - Static method in class be.ehealth.technicalconnector.ws.ServiceFactory
-
- getGetComplete() - Method in class oasis.names.tc.saml._2_0.protocol.IDPList
-
Gets the value of the getComplete property.
- getGivenSearchCriteria() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Gets the value of the givenSearchCriteria property.
- getHandlerChain() - Method in class be.ehealth.technicalconnector.ws.domain.FeatureLoader
-
- getHandlerchain() - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
Obtaining the current handler chain
- getHandlers(HandlerPosition) - Method in class be.ehealth.technicalconnector.ws.domain.HandlerChain
-
- getHandlers() - Method in class be.ehealth.technicalconnector.ws.domain.HandlerChain
-
- getHandlers() - Method in class be.ehealth.technicalconnector.ws.feature.GenericFeature
-
- getHandlers() - Method in class be.ehealth.technicalconnector.ws.feature.SOAPActionFeature
-
- getHandlers() - Method in class be.ehealth.technicalconnector.ws.feature.WSAddressingV200508Feature
-
- getHash() - Method in class be.behealth.webservices.tsa.JournalEntryType
-
Gets the value of the hash property.
- getHash() - Method in class be.behealth.webservices.tsa.TimeStampBagType
-
Gets the value of the hash property.
- getHash() - Method in class be.fgov.ehealth.timestamping.protocol.v2.JournalEntryType
-
Gets the value of the hash property.
- getHash() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
-
Gets the value of the hash property.
- getHcParties() - Method in class be.fgov.ehealth.commons.core.v2.Author
-
Gets the value of the hcParties property.
- getHeaderCredential() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getHeaderCredential() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
- getHeaders() - Method in class be.ehealth.technicalconnector.handler.AbstractSOAPHandler
-
- getHeaders(QName, JAXBContext, boolean) - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- getHolderOfKeyCredential() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getHolderOfKeyCredential() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the system credential.
- getHolderOfKeyCredential() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
checks the session and the presence of the 'holder of key' credential and returns it.
- getHolderOfKeyCrypto() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getHolderOfKeyCrypto() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the crypto associated with the HOK credentials
- getHolderOfKeyCrypto() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
validates if the session and the 'holder of key' crypto is present, and returns the 'holder of key' Crypto.
- getHolderOfKeyPrivateKeys() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getHolderOfKeyPrivateKeys() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the system decryption keys.
- getHouseNumber() - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Gets the value of the houseNumber property.
- getId() - Method in class be.cin.nippin.memberdata.saml.extension.Dimension
-
Gets the value of the id property.
- getId() - Method in class be.cin.nippin.memberdata.saml.extension.Facet
-
Gets the value of the id property.
- getId() - Method in class be.ehealth.technicalconnector.utils.CertificateParser
-
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.AbstractSigningFeature
-
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.EndpointFeature
-
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.GenericFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.SOAPActionFeature
-
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.WSAddressingV200508Feature
-
- getID() - Method in class be.ehealth.technicalconnector.ws.feature.XOPFeature
-
- getId() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons._1_0.protocol.ResponseType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons.protocol.v1.ResponseType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons.protocol.v2.RequestType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.EteeResponseType
-
Gets the value of the id property.
- getID() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Identifier
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.seals.core.v1.DecodedDataType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.seals.core.v1.EncodedDataType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Gets the value of the id property.
- getId() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
-
- getId() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- getId() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Request
-
- getId() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.SignedPropertiesBuilder
-
- getId() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.UnsignedPropertiesBuilder
-
- getID() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Gets the value of the id property.
- getID() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the id property.
- getID() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the id property.
- getID() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.CertificateValuesType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.CompleteCertificateRefsType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.QualifyingPropertiesReference
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.UnsignedDataObjectProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the id property.
- getId() - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.KeyInfo
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.Manifest
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.Object
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.Signature
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.SignatureProperties
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.SignatureProperty
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.SignatureValue
-
Gets the value of the id property.
- getId() - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Gets the value of the id property.
- getId() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the id property.
- getId() - Method in class org.w3._2001._04.xmlenc.EncryptionProperties
-
Gets the value of the id property.
- getId() - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Gets the value of the id property.
- getIdentificationData() - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest
-
Gets the value of the identificationData property.
- getIdentifier() - Method in class be.ehealth.technicalconnector.utils.CertificateParser
-
- getIdentifier() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationType
-
Gets the value of the identifier property.
- getIdentifier() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Gets the value of the identifier property.
- getIdentifier() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- getIdentifier() - Method in class oasis.names.tc.dss._1_0.core.schema.Property
-
Gets the value of the identifier property.
- getIdentifier() - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Gets the value of the identifier property.
- getIdentifiers() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.MatchingEtk
-
Gets the value of the identifiers property.
- getIdentifiers() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.SearchCriteriaType
-
Gets the value of the identifiers property.
- getIdentifierType() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Gets the value of the identifierType property.
- getIdentifierType() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- getIdentity() - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- getIdGenerator() - Static method in class be.ehealth.technicalconnector.idgenerator.IdGeneratorFactory
-
returns the default instance of the idGenerator, which uses a datetime generator, suited to create an inputReference for a mycarenet
message ( max length 14).
- getIdGenerator(String) - Static method in class be.ehealth.technicalconnector.idgenerator.IdGeneratorFactory
-
- getIDHospital() - Method in class be.behealth.webservices.tsa.TSConsultRequest
-
Gets the value of the idHospital property.
- getIDHospital() - Method in class be.behealth.webservices.tsa.TSConsultTSBagRequest
-
Gets the value of the idHospital property.
- getIDHospital() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultRequest
-
Gets the value of the idHospital property.
- getIDHospital() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagRequest
-
Gets the value of the idHospital property.
- getIDPEntries() - Method in class oasis.names.tc.saml._2_0.protocol.IDPList
-
Gets the value of the idpEntries property.
- getIDPList() - Method in class oasis.names.tc.saml._2_0.protocol.Scoping
-
Gets the value of the idpList property.
- getIds() - Method in class be.fgov.ehealth.commons.core.v2.ActorType
-
Gets the value of the ids property.
- getIds() - Method in class be.fgov.ehealth.commons.enc.v2.ETKSearchCriteria
-
Gets the value of the ids property.
- getIds() - Method in class be.fgov.ehealth.idsupport.core.v2.IdentificationData
-
Gets the value of the ids property.
- getIds() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Gets the value of the ids property.
- getIds() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- getIdsAndTypesAndQualities() - Method in class be.fgov.ehealth.daas.complextype.v1.Destination
-
Gets the value of the idsAndTypesAndQualities property.
- getIdSupportService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
- getIdSupportV2Service(SAMLToken) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
- getImplementation() - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
Creates a builder based on the given properties in the configuration or the default class property.
- getImplementation(boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
Creates a builder based on the given properties in the configuration or the default class property.
- getImplementation(Map<String, Object>) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
Creates a builder based on the given properties in the configuration or the default class property.
- getImplementation(Map<String, Object>, boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementation(Map<String, Object>, boolean, boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
Creates a builder based on the given properties in the configuration or the default class property.
- getImplementations() - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementations(boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementations(boolean, boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementations(Map<String, Object>) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementations(Map<String, Object>, boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getImplementations(Map<String, Object>, boolean, boolean) - Method in class be.ehealth.technicalconnector.utils.ConfigurableFactoryHelper
-
- getIncludes() - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Gets the value of the includes property.
- getIndeterminateDetails() - Method in class oasis.names.tc.dss._1_0.core.schema.ProcessingDetails
-
Gets the value of the indeterminateDetails property.
- getIndividualDataObjectsTimeStamps() - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Gets the value of the individualDataObjectsTimeStamps property.
- getInformations() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Gets the value of the informations property.
- getInfos() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Gets the value of the infos property.
- getInlineXML() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Gets the value of the inlineXML property.
- getInputData() - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Gets the value of the inputData property.
- getInputDocuments() - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Gets the value of the inputDocuments property.
- getInputStream() - Method in class be.ehealth.technicalconnector.utils.ByteArrayDatasource
-
- getInResponseTo() - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Gets the value of the inResponseTo property.
- getInResponseTo() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the inResponseTo property.
- getInResponseTo() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the inResponseTo property.
- getInResponseTo() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the inResponseTo property.
- getInsCode() - Method in class be.fgov.ehealth.commons.core.v1.MunicipalityType
-
Gets the value of the insCode property.
- getInstance() - Static method in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
- getInstance() - Static method in class be.ehealth.technicalconnector.handler.domain.RequestContext
-
- getInstance() - Static method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotManagerImpl
-
Gets the single instance of ETKCacheManager.
- getInstance() - Static method in class be.ehealth.technicalconnector.service.kgss.KgssManager
-
Gets the single instance of KeyCacheManager.
- getInstance(KgssService) - Static method in class be.ehealth.technicalconnector.service.kgss.KgssManager
-
Gets the single instance of KeyCacheManager.
- getInstance() - Static method in class be.ehealth.technicalconnector.service.sts.SAMLTokenFactory
-
Gets the single instance of SAMLTokenFactory.
- getInstance(String, String) - Static method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the single instance of BeIDCredential.
- getInstance() - Static method in class be.ehealth.technicalconnector.service.sts.STSServiceFactory
-
- getInstance() - Static method in class be.ehealth.technicalconnector.session.impl.SessionManagerImpl
-
- getInstance() - Static method in class be.ehealth.technicalconnector.session.Session
-
Gets the single instance of SessionManager.
- getInstance(Map<Integer, String>, int) - Static method in class be.ehealth.technicalconnector.utils.IdentifierType
-
Instanciate a new instance of IdentifierType if it is not found in the cache.
- getInstance() - Static method in class be.ehealth.technicalconnector.validator.impl.TimeStampValidatorFactory
-
- getInstance() - Static method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.EndpointDistributor
-
- getInstance() - Static method in class be.fgov.ehealth.technicalconnector.distributedkeys.DistributedKeyStoreRegistry
-
- getInstance(Map<String, Object>) - Static method in class be.fgov.ehealth.technicalconnector.signature.impl.tsa.TimestampGeneratorFactory
-
- getIntegerProperty(String, Integer) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the integer property.
- getIntegerProperty(String, Integer) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getIntegerProperty(String, Integer) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getInts() - Method in class org.etsi.uri._01903.v1_3.IntegerListType
-
Gets the value of the ints property.
- getInvalidDetails() - Method in class oasis.names.tc.dss._1_0.core.schema.ProcessingDetails
-
Gets the value of the invalidDetails property.
- getIPAddress() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectLocality
-
Gets the value of the ipAddress property.
- getIssueInstant() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class be.fgov.ehealth.commons.protocol.v2.RequestType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the issueInstant property.
- getIssueInstant() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the issueInstant property.
- getIssuer() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the issuer.
- getIssuer() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getIssuer() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the issuer.
- getIssuer() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
Gets the issuer.
- getIssuer() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
Gets the issuer.
- getIssuer() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the issuer property.
- getIssuer() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the issuer property.
- getIssuer() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the issuer property.
- getIssuer() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the issuer property.
- getIssuer() - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Gets the value of the issuer property.
- getIssuerDN() - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Gets the value of the issuerDN property.
- getIssuerDN() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the issuerDN property.
- getIssuerQualifier() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the issuer qualifier.
- getIssuerQualifier() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getIssuerQualifier() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the issuer qualifier.
- getIssuerQualifier() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
Gets the issuer qualifier.
- getIssuerQualifier() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
Gets the issuer qualifier.
- getIssuerSerial() - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Gets the value of the issuerSerial property.
- getIssueTime() - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Gets the value of the issueTime property.
- getIsValidCombination() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Gets the value of the isValidCombination property.
- getJ() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the j property.
- getJaxbContextForClass(Class<?>...) - Static method in class be.ehealth.technicalconnector.utils.impl.JaxbContextFactory
-
- getJaxbContextForPackage(Package) - Static method in class be.ehealth.technicalconnector.utils.impl.JaxbContextFactory
-
- getJournalEntries() - Method in class be.behealth.webservices.tsa.TimeStampBagType
-
Gets the value of the journalEntries property.
- getJournalEntries() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
-
Gets the value of the journalEntries property.
- getKey() - Method in enum be.ehealth.technicalconnector.beid.domain.SpecialOrganisation
-
- getKey(GetKeyRequestContent, byte[], SessionItem) - Method in class be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl
-
- getKey(GetKeyRequestContent, Credential, Credential, Element, Map<String, PrivateKey>, byte[]) - Method in class be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl
-
Gets the key.
- getKey(GetKeyRequestContent, byte[], SessionItem) - Method in interface be.ehealth.technicalconnector.service.kgss.KgssService
-
Gets the key.
- getKey(GetKeyRequestContent, Credential, Credential, Element, Map<String, PrivateKey>, byte[]) - Method in interface be.ehealth.technicalconnector.service.kgss.KgssService
-
Ask the eHealth-platform Key Generation and Storage Service (KGSS) to retrieve a key, based on a given key identifier.
- getKey() - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Gets the value of the key property.
- getKey() - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Contains the key to use to encrypt the response
- getKey() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponseContent
-
Gets the value of the key property.
- getKeyDepotManager() - Static method in class be.ehealth.technicalconnector.service.keydepot.KeyDepotManagerFactory
-
- getKeyDepotService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the KeyDepot service.
- getKeyEncryptionKey() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Gets the value of the keyEncryptionKey property.
- getKeyEncryptionKeyIdentifier() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Gets the value of the keyEncryptionKeyIdentifier property.
- getKeyId() - Method in class be.ehealth.technicalconnector.service.kgss.domain.KeyResult
-
Gets the key id.
- getKeyIdentifier() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Gets the value of the keyIdentifier property.
- getKeyInfo() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionPolicy
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalKeyInfo
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class oasis.names.tc.dss._1_0.core.schema.KeySelector
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class org.w3._2000._09.xmldsig.Signature
-
Gets the value of the keyInfo property.
- getKeyInfo() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the keyInfo property.
- GetKeyRequest - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetKeyRequest() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequest
-
- GetKeyRequestContent - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetKeyRequestContent() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
- GetKeyResponse - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetKeyResponse() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponse
-
- GetKeyResponseContent - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetKeyResponseContent() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponseContent
-
- getKeys() - Method in enum be.ehealth.technicalconnector.beid.domain.DocumentType
-
- getKeyStore(String, boolean) - Static method in class be.ehealth.technicalconnector.beid.BeIDFactory
-
- getKeyStore() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
- getKeyStore() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getKeyStore() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
- getKeyStore() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
- getKeyStore() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
- getKeyStore() - Method in class be.ehealth.technicalconnector.utils.KeyStoreManager
-
Gets the key store.
- getKeyStoreInfo() - Method in class be.ehealth.technicalconnector.utils.KeyStoreManager
-
Gets the key store info.
- getKeystorePassword() - Method in class be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
-
Gets the keystore password.
- getKeystorePath() - Method in class be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
-
Gets the keystore path.
- getKeystoreType() - Method in class be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
-
Gets the keystore type.
- getKeyTransformType() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.CacheInformation
-
- getKeyTransfromLocation() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.CacheInformation
-
- getKgssService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the KGSS service.
- getKGSSService() - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the KGSS service.
- getKGSSServiceSecured(SAMLToken) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the KGSSS service secured.
- getLang() - Method in class be.fgov.ehealth.certra.core.v2.LocalizedString
-
Gets the value of the lang property.
- getLang() - Method in class be.fgov.ehealth.commons._1_0.core.LocalisedString
-
Gets the value of the lang property.
- getLang() - Method in class be.fgov.ehealth.commons.core.v1.LocalisedString
-
Gets the value of the lang property.
- getLang() - Method in class be.fgov.ehealth.daas.complextype.v1.BaseNameType
-
Gets the value of the lang property.
- getLang() - Method in class be.fgov.ehealth.errors.core.v1.LocalisedStringType
-
Gets the value of the lang property.
- getLang() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedString
-
- getLang() - Method in class oasis.names.tc.dss._1_0.core.schema.InternationalStringType
-
Gets the value of the lang property.
- getLastModified(Resource) - Method in class be.ehealth.technicalconnector.utils.TemplateEngineUtils.ClasspathResourceLoader
-
- getLastname() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
- getLastName() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the lastName property.
- getLegalContext() - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest
-
Gets the value of the legalContext property.
- getLegalPerson() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Gets the value of the legalPerson property.
- getLength() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.DomUtils.ArrayNodeList
-
- getList(String) - Static method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyFactory
-
- getLoc() - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Gets the value of the loc property.
- getLocalizedName() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- getLocation() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Gets the value of the location property.
- getLongProperty(String, Long) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the long property.
- getLongProperty(String, Long) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getLongProperty(String, Long) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getLowerBoundary() - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeBoundaries
-
Gets the value of the lowerBoundary property.
- getMajorVersion() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the majorVersion property.
- getMajorVersion() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the majorVersion property.
- getMajorVersion() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the majorVersion property.
- getManifestResults() - Method in class oasis.names.tc.dss._1_0.core.schema.VerifyManifestResults
-
Gets the value of the manifestResults property.
- getMatchingAttributes(String, String) - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
- getMatchingAttributes(String) - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
Deprecated.
- getMatchingChilds(Node, String, String) - Static method in class be.fgov.ehealth.technicalconnector.signature.impl.DomUtils
-
- getMatchingEtks() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Gets the value of the matchingEtks property.
- getMatchingProperties(String) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the properties that match a root key.
- getMatchingProperties(String) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getMatchingProperties(String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getMaxElements() - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorPaginationRequestType
-
Gets the value of the maxElements property.
- getMaxElements() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationRequestType
-
Gets the value of the maxElements property.
- getMaxElements() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationResponseType
-
Gets the value of the maxElements property.
- getMaxElements() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationStatusResponseType
-
Gets the value of the maxElements property.
- getMessage() - Method in enum be.ehealth.technicalconnector.exception.SessionManagementExceptionValues
-
- getMessage() - Method in enum be.ehealth.technicalconnector.exception.TechnicalConnectorExceptionValues
-
- getMessage() - Method in enum be.ehealth.technicalconnector.exception.UnsealConnectorExceptionValues
-
- getMessage() - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- getMessage() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.Status
-
Gets the value of the message property.
- getMessage() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorType
-
Gets the value of the message property.
- getMessage() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.ErrorType
-
Gets the value of the message property.
- getMessage() - Method in enum be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationError
-
- getMessage() - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Gets the value of the message property.
- getMessageID() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getMessages() - Method in class be.fgov.ehealth.commons._1_0.core.Status
-
Gets the value of the messages property.
- getMessages() - Method in class be.fgov.ehealth.commons.core.v1.StatusType
-
Gets the value of the messages property.
- getMessages() - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Gets the value of the messages property.
- getMessages() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ApplicationErrors
-
Gets the value of the messages property.
- getMessages() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ErrorType
-
Gets the value of the messages property.
- getMethod() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Gets the value of the method property.
- getMiddleName() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getMiddleName() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the middleName property.
- getMimeType() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Gets the value of the mimeType property.
- getMimeType() - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionPolicy
-
Gets the value of the mimeType property.
- getMimeType() - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Gets the value of the mimeType property.
- getMimeType() - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Data
-
Gets the value of the mimeType property.
- getMimeType() - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Gets the value of the mimeType property.
- getMimeType() - Method in class org.w3._2000._09.xmldsig.Object
-
Gets the value of the mimeType property.
- getMimeType() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the mimeType property.
- getMinorVersion() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the minorVersion property.
- getMinorVersion() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the minorVersion property.
- getMinorVersion() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the minorVersion property.
- getModulus() - Method in class org.w3._2000._09.xmldsig.RSAKeyValue
-
Gets the value of the modulus property.
- getMunicipality() - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- getMunicipality() - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Gets the value of the municipality property.
- getMustUnderstand() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getName() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getName() - Method in interface be.ehealth.technicalconnector.cache.Cache
-
A configured or generated name of this cache instance.
- getName() - Method in class be.ehealth.technicalconnector.cache.impl.HashMapCache
-
- getName() - Method in class be.ehealth.technicalconnector.cache.impl.JSR107Cache
-
- getName() - Method in enum be.ehealth.technicalconnector.enumeration.Charset
-
It gets the name of the charset.
- getName() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
-
Gets the name.
- getName() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttributeDesignator
-
Gets the name.
- getName() - Method in class be.ehealth.technicalconnector.utils.ByteArrayDatasource
-
- getName() - Method in enum be.ehealth.technicalconnector.ws.domain.HandlerPosition
-
- getName() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.commons.core.v2.ActorType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorParameterType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.CredentialType
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Quality
-
Gets the value of the name property.
- getName() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- getName() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
-
- getName() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- getName() - Method in class oasis.names.tc.dss._1_0.core.schema.ClaimedIdentity
-
Gets the value of the name property.
- getName() - Method in class oasis.names.tc.dss._1_0.core.schema.RequesterIdentity
-
Gets the value of the name property.
- getName() - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Gets the value of the name property.
- getName() - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Gets the value of the name property.
- getNameFormat() - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Gets the value of the nameFormat property.
- getNameFr() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Gets the value of the nameFr property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Gets the value of the nameID property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Gets the value of the nameID property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the nameID property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Gets the value of the nameID property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Gets the value of the nameID property.
- getNameID() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingResponse
-
Gets the value of the nameID property.
- getNameIdentifier() - Method in class oasis.names.tc.saml._1_0.assertion.Subject
-
Gets the value of the nameIdentifier property.
- getNameIDPolicy() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the nameIDPolicy property.
- getNameIDPolicy() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Gets the value of the nameIDPolicy property.
- getNameNl() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Gets the value of the nameNl property.
- getNameQualifier() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier
-
- getNameQualifier() - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Gets the value of the nameQualifier property.
- getNameQualifier() - Method in class oasis.names.tc.saml._2_0.assertion.BaseID
-
Gets the value of the nameQualifier property.
- getNameQualifier() - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Gets the value of the nameQualifier property.
- getNamespace() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
-
Gets the namespace.
- getNamespace() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttributeDesignator
-
Gets the namespace.
- getNamespace() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.CredentialType
-
Gets the value of the namespace property.
- getNamespace() - Method in class oasis.names.tc.saml._1_0.assertion.Action
-
Gets the value of the namespace property.
- getNamespace() - Method in class oasis.names.tc.saml._2_0.assertion.Action
-
Gets the value of the namespace property.
- getNationality() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getNationalNumber() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getNaturalPerson() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Gets the value of the naturalPerson property.
- getNaturalPersonAuthorization() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorQualities
-
- getNewEncryptedID() - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Gets the value of the newEncryptedID property.
- getNewID() - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Gets the value of the newID property.
- getNewKey(GetNewKeyRequestContent, byte[]) - Method in class be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl
-
- getNewKey(GetNewKeyRequestContent, Credential, Map<String, PrivateKey>, byte[]) - Method in class be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl
-
Gets the new key.
- getNewKey(GetNewKeyRequestContent, byte[]) - Method in interface be.ehealth.technicalconnector.service.kgss.KgssService
-
Asks KGSS to generate and store a new key.
- getNewKey(GetNewKeyRequestContent, Credential, Map<String, PrivateKey>, byte[]) - Method in interface be.ehealth.technicalconnector.service.kgss.KgssService
-
Ask the eHealth-platform Key Generation and Storage Service (KGSS) to generate and store a new key, and return the identifier.
- getNewKey() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
-
Gets the value of the newKey property.
- getNewKeyFromKgss(List<CredentialType>, byte[]) - Method in class be.ehealth.technicalconnector.service.kgss.KgssManager
-
Retrieves a new key from the KGSS Web Service and returns it.
- getNewKeyIdentifier() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
-
Gets the value of the newKeyIdentifier property.
- GetNewKeyRequest - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetNewKeyRequest() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequest
-
- GetNewKeyRequestContent - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetNewKeyRequestContent() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
- GetNewKeyResponse - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetNewKeyResponse() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponse
-
- GetNewKeyResponseContent - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for anonymous complex type.
- GetNewKeyResponseContent() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
-
- getNickname() - Method in enum be.fgov.ehealth.technicalconnector.signature.AdvancedElectronicSignatureEnumeration
-
- getNihii() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
retrieves the NIHII of the user using the application.
- getNIHII() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Quality
-
Gets the value of the nihii property.
- getNihii11() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
retrieves the NIHII of the user using the application.
- getNiss() - Static method in class be.ehealth.technicalconnector.utils.SessionUtil
-
retrieves the NIHII of the user using the application.
- getNobleCondition() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getNotBefore() - Method in class oasis.names.tc.saml._1_0.assertion.Conditions
-
Gets the value of the notBefore property.
- getNotBefore() - Method in class oasis.names.tc.saml._2_0.assertion.Conditions
-
Gets the value of the notBefore property.
- getNotBefore() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the notBefore property.
- getNoticeNumbers() - Method in class org.etsi.uri._01903.v1_3.NoticeReferenceType
-
Gets the value of the noticeNumbers property.
- getNoticeRef() - Method in class org.etsi.uri._01903.v1_3.SPUserNotice
-
Gets the value of the noticeRef property.
- getNotOnOrAfter() - Method in class oasis.names.tc.saml._1_0.assertion.Conditions
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in class oasis.names.tc.saml._2_0.assertion.Conditions
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfter() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the notOnOrAfter property.
- getNotOnOrAfterCondition(Element) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
Gets the not on or after conditions.
- getNumber() - Method in class be.behealth.webservices.tsa.ErrorType
-
Gets the value of the number property.
- getNumber() - Method in class be.fgov.ehealth.timestamping.protocol.v2.ErrorType
-
Gets the value of the number property.
- getNumber() - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Gets the value of the number property.
- getObjectIdentifier() - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Gets the value of the objectIdentifier property.
- getObjectReference() - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Gets the value of the objectReference property.
- getObjectReferences() - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Gets the value of the objectReferences property.
- getObjects() - Method in class org.w3._2000._09.xmldsig.Signature
-
Gets the value of the objects property.
- getObjId() - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Gets the value of the objId property.
- getOCSPIdentifier() - Method in class org.etsi.uri._01903.v1_3.OCSPRefType
-
Gets the value of the ocspIdentifier property.
- getOCSPOptions() - Static method in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
- getOCSPRefs() - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Gets the value of the ocspRefs property.
- getOCSPReves() - Method in class org.etsi.uri._01903.v1_3.OCSPRefsType
-
Gets the value of the ocspReves property.
- getOCSPValues() - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Gets the value of the ocspValues property.
- getOffset() - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorPaginationRequestType
-
Gets the value of the offset property.
- getOffset() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationRequestType
-
Gets the value of the offset property.
- getOffset() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationResponseType
-
Gets the value of the offset property.
- getOffset() - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationStatusResponseType
-
Gets the value of the offset property.
- getOption(String, Map<String, Object>, T) - Static method in class be.fgov.ehealth.technicalconnector.signature.impl.SignatureUtils
-
- getOptionalInputs() - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Gets the value of the optionalInputs property.
- getOptionalOutputs() - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Gets the value of the optionalOutputs property.
- getOptionEnumeration() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the optionEnumeration property.
- getOrder() - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Gets the value of the order property.
- getOrder() - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Gets the value of the order property.
- getOrganization() - Method in class org.etsi.uri._01903.v1_3.NoticeReferenceType
-
Gets the value of the organization property.
- getOrganizationAuthorizations() - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesResponse
-
Gets the value of the organizationAuthorizations property.
- getOrganizationAuthorizations() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorQualities
-
- getOrganizationIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsRequest
-
Gets the value of the organizationIdentifier property.
- getOrganizationList() - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- getOrganizationList() - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- getOrganizations() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.LegalPerson
-
Gets the value of the organizations property.
- getOrganizationTypes() - Method in class be.fgov.ehealth.certra.protocol.v2.GetGenericOrganizationTypesResponse
-
Gets the value of the organizationTypes property.
- getOrigin() - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Gets the value of the origin property.
- getOriginalDatas() - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeRequest
-
Gets the value of the originalDatas property.
- getOther() - Method in class oasis.names.tc.dss._1_0.core.schema.InputDocuments
-
Gets the value of the other property.
- getOther() - Method in class oasis.names.tc.dss._1_0.core.schema.KeySelector
-
Gets the value of the other property.
- getOther() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the other property.
- getOther() - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Gets the value of the other property.
- getOtherAttributes() - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class org.etsi.uri._01903.v1_3.Any
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherRefs() - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Gets the value of the otherRefs property.
- getOtherReves() - Method in class org.etsi.uri._01903.v1_3.OtherCertStatusRefsType
-
Gets the value of the otherReves property.
- getOtherValues() - Method in class org.etsi.uri._01903.v1_3.OtherCertStatusValuesType
-
Gets the value of the otherValues property.
- getOtherValues() - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Gets the value of the otherValues property.
- getOutputData() - Method in class be.fgov.ehealth.seals.core.v1.DecodedDataType
-
Gets the value of the outputData property.
- getOutputStream() - Method in class be.ehealth.technicalconnector.utils.ByteArrayDatasource
-
- getP() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the p property.
- getPackageName() - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Getter for name.
- getParameters() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorType
-
Gets the value of the parameters property.
- getPassword() - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Getter for password.
- getPayload() - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- getPeriod() - Method in class be.behealth.webservices.tsa.TSConsultRequest
-
Gets the value of the period property.
- getPeriod() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the period property.
- getPeriod() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultRequest
-
Gets the value of the period property.
- getPgenCounter() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the pgenCounter property.
- getPGPKeyID() - Method in class org.w3._2000._09.xmldsig.PGPData
-
Gets the value of the pgpKeyID property.
- getPGPKeyPacket() - Method in class org.w3._2000._09.xmldsig.PGPData
-
Gets the value of the pgpKeyPacket property.
- getPhoneGeneral() - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Gets the value of the phoneGeneral property.
- getPhoneGeneral() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Gets the value of the phoneGeneral property.
- getPhoneGeneral() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- getPhonePrivate() - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Gets the value of the phonePrivate property.
- getPhonePrivate() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Gets the value of the phonePrivate property.
- getPhonePrivate() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- getPhoto() - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- getPhotoDigest() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getPkcs10DerEncoded() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getPlaceOfBirth() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getPolicy() - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Gets the value of the policy property.
- getPostalCode() - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Gets the value of the postalCode property.
- getPostBox() - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Gets the value of the postBox property.
- getPrivateKey(X509Certificate, CallbackHandler) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getPrivateKey(PublicKey, CallbackHandler) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getPrivateKey(String, String) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getPrivateKey() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the private key.
- getPrivateKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getPrivateKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the private key.
- getPrivateKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
Gets the private key.
- getPrivateKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
Gets the private key.
- getPrivateKeyPassword() - Method in class be.ehealth.technicalconnector.service.sts.security.KeyStoreInfo
-
Gets the private key password.
- getProducedAt() - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Gets the value of the producedAt property.
- getProfile() - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Gets the value of the profile property.
- getProfile() - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Gets the value of the profile property.
- getProperties() - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
- getProperties() - Method in class oasis.names.tc.dss._1_0.core.schema.PropertiesType
-
Gets the value of the properties property.
- getProperty(String, String) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the property by Key.
- getProperty(String) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the property by Key from the DEFAULT_CONFIG.
- getProperty(String) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
- getProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationWithSessionCache
-
- getProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getProperty(String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.RecursiveProperties
-
- getProperty(String) - Method in class be.ehealth.technicalconnector.config.impl.RecursiveProperties
-
- getProperty(String) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaPropertiesLoader
-
- getProperty(String, String) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaPropertiesLoader
-
- getProtectionParameter() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.jca.DistributedKeyLoadStoreParam
-
- getProtocolBinding() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the protocolBinding property.
- getProviderID() - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Gets the value of the providerID property.
- getProviderName() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the keystore provider
- getProviderName() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getProviderName() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
- getProviderName() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
- getProviderName() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
- getProviderName() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the providerName property.
- getProxy() - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.jca.DistributedKeyLoadStoreParam
-
- getProxyCount() - Method in class oasis.names.tc.saml._2_0.protocol.Scoping
-
Gets the value of the proxyCount property.
- getPublicEncryptionKey() - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
-
Gets the value of the publicEncryptionKey property.
- getPublicKey() - Method in interface be.ehealth.technicalconnector.service.sts.security.Credential
-
Gets the public key.
- getPublicKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.AbstractSAMLToken
-
- getPublicKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.BeIDCredential
-
Gets the public key.
- getPublicKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential
-
Gets the public key.
- getPublicKey() - Method in class be.ehealth.technicalconnector.service.sts.security.impl.KeyStoreCredential
-
Gets the public key.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the publicKeyIdentifier property.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
Gets the value of the publicKeyIdentifier property.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Gets the value of the publicKeyIdentifier property.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateRequest
-
Gets the value of the publicKeyIdentifier property.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Gets the value of the publicKeyIdentifier property.
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationContractRequest
-
- getPublicKeyIdentifier() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationRequest
-
- getQ() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the q property.
- getQualifier() - Method in class org.etsi.uri._01903.v1_3.IdentifierType
-
Gets the value of the qualifier property.
- getQualities() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.NaturalPerson
-
Gets the value of the qualities property.
- getQuery() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the query property.
- getReason() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the reason property.
- getRecipient() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the recipient property.
- getRecipient() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Gets the value of the recipient property.
- getRecipient() - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Gets the value of the recipient property.
- getRecipients() - Method in class oasis.names.tc.dss._1_0.core.schema.IntendedAudience
-
Gets the value of the recipients property.
- getRef() - Method in class be.behealth.webservices.tsa.JournalEntryType
-
Gets the value of the ref property.
- getRef() - Method in class be.fgov.ehealth.timestamping.protocol.v2.JournalEntryType
-
Gets the value of the ref property.
- getRef() - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Gets the value of the ref property.
- getReferenceInfos() - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Gets the value of the referenceInfos property.
- getReferenceList() - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Gets the value of the referenceList property.
- getReferences() - Method in class org.w3._2000._09.xmldsig.Manifest
-
Gets the value of the references property.
- getReferences() - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Gets the value of the references property.
- getReferenceXpath() - Method in class oasis.names.tc.dss._1_0.core.schema.ManifestResult
-
Gets the value of the referenceXpath property.
- getRefId() - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Gets the value of the refId property.
- getRefsOnlyTimeStamps() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the refsOnlyTimeStamps property.
- getRefType() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Gets the value of the refType property.
- getRefURI() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Gets the value of the refURI property.
- getRefURI() - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Gets the value of the refURI property.
- getRelatesTo() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getRelationshipType() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingRelatesTo
-
- getReleatesTo() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingRelatesTo
-
- getReplacementPeriodStartDate() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the replacementPeriodStartDate property.
- getReplacesCertificate() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
Gets the value of the replacesCertificate property.
- getReplacesCertificate() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- getReplyTo() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getRequest() - Method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyContext
-
- getRequestedAuthnContext() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnQuery
-
Gets the value of the requestedAuthnContext property.
- getRequestedAuthnContext() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the requestedAuthnContext property.
- getRequestedDate() - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Gets the value of the requestedDate property.
- getRequesterIDs() - Method in class oasis.names.tc.saml._2_0.protocol.Scoping
-
Gets the value of the requesterIDs property.
- getRequestId() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the requestId property.
- getRequestId() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Gets the value of the requestId property.
- getRequestID() - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Gets the value of the requestID property.
- getRequestID() - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Gets the value of the requestID property.
- getRequestID() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the requestID property.
- getRequestMap() - Method in class be.ehealth.technicalconnector.ws.domain.FeatureLoader
-
- getRequestMap() - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- getRequestor() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Request
-
- getResource() - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Gets the value of the resource property.
- getResource() - Method in class oasis.names.tc.saml._1_0.protocol.AttributeQuery
-
Gets the value of the resource property.
- getResource() - Method in class oasis.names.tc.saml._1_0.protocol.AuthorizationDecisionQuery
-
Gets the value of the resource property.
- getResource() - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Gets the value of the resource property.
- getResource() - Method in class oasis.names.tc.saml._2_0.protocol.AuthzDecisionQuery
-
Gets the value of the resource property.
- getResourceAsByteArray(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
Gets content of the location as byte[]
- getResourceAsFile(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
Gets content of the location as
File
- getResourceAsStream(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
- getResourceAsStream(String, boolean) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
- getResourceAsString(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
Gets content of the location as
String
- getResourceFilePath(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
Gets the resource as stream.
- getResourceStream(String) - Method in class be.ehealth.technicalconnector.utils.TemplateEngineUtils.ClasspathResourceLoader
-
- getResponderID() - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Gets the value of the responderID property.
- getRespondWiths() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the respondWiths property.
- getResponse() - Method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyContext
-
- getResponseID() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the responseID property.
- getResponses() - Method in class be.cin.nippin.memberdata.saml.extension.ResponseList
-
Gets the value of the responses property.
- getResponses() - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeResponse
-
Gets the value of the responses property.
- getResponses() - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeResponse
-
Gets the value of the responses property.
- getResponseType() - Method in exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- getResponseTypeV1_0() - Method in exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- getResponseTypeV2() - Method in exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- getResult() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Result
-
- getResult() - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Gets the value of the result property.
- getResultMajor() - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Gets the value of the resultMajor property.
- getResultMessage() - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Gets the value of the resultMessage property.
- getResultMinor() - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Gets the value of the resultMinor property.
- getRevocableCertificatesDataSignedResponse() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Gets the value of the revocableCertificatesDataSignedResponse property.
- getRevocableOrganizationCertificates() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Gets the value of the revocableOrganizationCertificates property.
- getRevocablePersonalCertificates() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Gets the value of the revocablePersonalCertificates property.
- getRevocationReason() - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Gets the value of the revocationReason property.
- getRevocationReason() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Gets the value of the revocationReason property.
- getRevocationReason() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- getRevocationReason() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationContractRequest
-
- getRevocationValues() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the revocationValues property.
- getRevocationValues() - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Gets the value of the revocationValues property.
- getRFC3161TimeStampToken() - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Gets the value of the rfc3161TimeStampToken property.
- getRoles() - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- getSAMLAttributeDesignators(String) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLConfigHelper
-
- getSAMLAttributes(String) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLConfigHelper
-
- getSAMLToken() - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- getSAMLToken() - Static method in class be.ehealth.technicalconnector.session.Session
-
Convenience method to get the SAML token associated with the session.
- getSAMLToken() - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Gets the sAML token.
- getSchemaRefs() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Gets the value of the schemaRefs property.
- getSchemaRefs() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the schemaRefs property.
- getSchemas() - Method in class oasis.names.tc.dss._1_0.core.schema.Schemas
-
Gets the value of the schemas property.
- getScope(String) - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- getScoping() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the scoping property.
- getSealedContent() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.SealedContentType
-
Gets the value of the sealedContent property.
- getSealedKeyRequest() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequest
-
Gets the value of the sealedKeyRequest property.
- getSealedKeyResponse() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponse
-
Gets the value of the sealedKeyResponse property.
- getSealedNewKeyRequest() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequest
-
Gets the value of the sealedNewKeyRequest property.
- getSealedNewKeyResponse() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponse
-
Gets the value of the sealedNewKeyResponse property.
- getSealsService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the Seals service.
- getSealsService(X509Certificate, PrivateKey) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the Codage service.
- getSearchCriteria() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkRequest
-
Gets the value of the searchCriteria property.
- getSecretKey() - Method in class be.ehealth.technicalconnector.service.kgss.domain.KeyResult
-
Gets the secret key.
- getSeed() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the seed property.
- getSequenceNumber() - Method in class be.behealth.webservices.tsa.TimeStampBagType
-
Gets the value of the sequenceNumber property.
- getSequenceNumber() - Method in class be.behealth.webservices.tsa.TimeStampIdentification
-
Gets the value of the sequenceNumber property.
- getSequenceNumber() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
-
Gets the value of the sequenceNumber property.
- getSequenceNumber() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampIdentification
-
Gets the value of the sequenceNumber property.
- getSerialNumber() - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Gets the value of the serialNumber property.
- getSerialNumber() - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Gets the value of the serialNumber property.
- getService(String) - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.EndpointDistributor
-
- getService2ActiveEndpoint() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.EndPointInformation
-
- getService2AllEndpoints() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.EndPointInformation
-
- getService2CacheInformation() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.EndPointInformation
-
- getService2DefaultEndpoint() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.EndPointInformation
-
- getServiceName() - Method in enum be.fgov.ehealth.technicalconnector.ra.enumaration.UsageType
-
The name of the service as known in AA and the database.
- getServices() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Gets the value of the services property.
- getServices() - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Gets the value of the services property.
- getSession() - Method in class be.ehealth.technicalconnector.session.impl.SessionManagerImpl
-
- getSession() - Method in interface be.ehealth.technicalconnector.session.SessionManager
-
Gets the current session.
- getSessionIndex() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Gets the value of the sessionIndex property.
- getSessionIndex() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnQuery
-
Gets the value of the sessionIndex property.
- getSessionIndices() - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Gets the value of the sessionIndices property.
- getSessionNotOnOrAfter() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Gets the value of the sessionNotOnOrAfter property.
- getSigAndRefsTimeStamps() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the sigAndRefsTimeStamps property.
- getSignature() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getSignature() - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Gets the value of the signature property.
- getSignature() - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Gets the value of the signature property.
- getSignature() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateRequest
-
An enveloped XML signature that signs the entire request.
- getSignature() - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesRequest
-
An enveloped XML signature signing the entire request element.
- getSignature() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateRequest
-
An enveloped XML signature that signs the entire request element.
- getSignature() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForCitizenRequest
-
An enveloped XML signature that signs the entire request.
- getSignature() - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Enveloped XML signature that signs the entire request element.
- getSignature() - Method in class be.fgov.ehealth.etkra.protocol.v2.ActivateETKRequest
-
An enveloped XML signature that signs the entire request element.
- getSignature() - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationRequest
-
An enveloped XML signature that signs the entire request element.
- getSignature() - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
-
An enveloped XML signature that signs the entire request element.
- getSignature() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the signature property.
- getSignature() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the signature property.
- getSignature() - Method in class org.etsi.uri._01903.v1_3.CounterSignature
-
Gets the value of the signature property.
- getSignatureBuilder(AdvancedElectronicSignatureEnumeration) - Static method in class be.fgov.ehealth.technicalconnector.signature.SignatureBuilderFactory
-
- getSignatureCert() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getSignatureMethod() - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Gets the value of the signatureMethod property.
- getSignatureObject() - Method in class oasis.names.tc.dss._1_0.core.schema.SignResponse
-
Gets the value of the signatureObject property.
- getSignatureObject() - Method in class oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
-
Gets the value of the signatureObject property.
- getSignatureObject() - Method in class oasis.names.tc.dss._1_0.core.schema.VerifyRequest
-
Gets the value of the signatureObject property.
- getSignaturePolicyId() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
-
Gets the value of the signaturePolicyId property.
- getSignaturePolicyIdentifier() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the signaturePolicyIdentifier property.
- getSignaturePolicyImplied() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
-
Gets the value of the signaturePolicyImplied property.
- getSignatureProductionPlace() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the signatureProductionPlace property.
- getSignatureProperties() - Method in class org.w3._2000._09.xmldsig.SignatureProperties
-
Gets the value of the signatureProperties property.
- getSignaturePtr() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the signaturePtr property.
- getSignatureTimeStamps() - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Gets the value of the signatureTimeStamps property.
- getSignatureValue() - Method in class org.w3._2000._09.xmldsig.Signature
-
Gets the value of the signatureValue property.
- getSignedDataObjectProperties() - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Gets the value of the signedDataObjectProperties property.
- getSignedInfo() - Method in class org.w3._2000._09.xmldsig.Signature
-
Gets the value of the signedInfo property.
- getSignedProperties() - Method in class oasis.names.tc.dss._1_0.core.schema.Properties
-
Gets the value of the signedProperties property.
- getSignedProperties() - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Gets the value of the signedProperties property.
- getSignedProps() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.QualifyingPropertiesBuilder
-
- getSignedReferences() - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReferences
-
Gets the value of the signedReferences property.
- getSignedSignatureProperties() - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Gets the value of the signedSignatureProperties property.
- getSigner() - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Gets the value of the signer property.
- getSigner() - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Gets the value of the signer property.
- getSigner() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Gets the value of the signer property.
- getSigner() - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Gets the value of the signer property.
- getSigner() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContractRequest
-
- getSigner() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- getSigner() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- getSigner() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getSigner() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationContractRequest
-
- getSignerRole() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the signerRole property.
- getSigningCert() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getSigningCertificate() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the signingCertificate property.
- getSigningTime() - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- getSigningTime() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getSigningTime() - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeInfo
-
Gets the value of the signingTime property.
- getSigningTime() - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Gets the value of the signingTime property.
- getSigningTimeBoundaries() - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeInfo
-
Gets the value of the signingTimeBoundaries property.
- getSignResponse() - Method in class be.behealth.webservices.tsa.TSBagType
-
Gets the value of the signResponse property.
- getSignResponse() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSBagType
-
Gets the value of the signResponse property.
- getSigPolicyHash() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Gets the value of the sigPolicyHash property.
- getSigPolicyId() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Gets the value of the sigPolicyId property.
- getSigPolicyQualifiers() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Gets the value of the sigPolicyQualifiers property.
- getSigPolicyQualifiers() - Method in class org.etsi.uri._01903.v1_3.SigPolicyQualifiersListType
-
Gets the value of the sigPolicyQualifiers property.
- getSingleSignOnService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
- getSKIBytesFromCert(X509Certificate) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getSOAPException() - Method in class be.ehealth.technicalconnector.ws.domain.GenericResponse
-
- getSOAPMessage() - Method in class be.ehealth.technicalconnector.ws.domain.GenericResponse
-
- getSpecialOrganisation() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getSpecialStatus() - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- getSpecificTime() - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Gets the value of the specificTime property.
- getSPKISexpsAndAnies() - Method in class org.w3._2000._09.xmldsig.SPKIData
-
Gets the value of the spkiSexpsAndAnies property.
- getSPNameQualifier() - Method in class oasis.names.tc.saml._2_0.assertion.BaseID
-
Gets the value of the spNameQualifier property.
- getSPNameQualifier() - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Gets the value of the spNameQualifier property.
- getSPNameQualifier() - Method in class oasis.names.tc.saml._2_0.protocol.NameIDPolicy
-
Gets the value of the spNameQualifier property.
- getSPProvidedID() - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Gets the value of the spProvidedID property.
- getSSIN() - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesRequest
-
Gets the value of the ssin property.
- getSSIN() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataRequest
-
Gets the value of the ssin property.
- getSSIN() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Gets the value of the ssin property.
- getSSIN() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataRequest
-
Gets the value of the ssin property.
- getSSIN() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Gets the value of the ssin property.
- getStart() - Method in class be.behealth.webservices.tsa.PeriodType
-
Gets the value of the start property.
- getStart() - Method in class be.fgov.ehealth.timestamping.protocol.v2.PeriodType
-
Gets the value of the start property.
- getStartDate01() - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Gets the value of the startDate01 property.
- getStartDate02() - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Gets the value of the startDate02 property.
- getStatementsAndAuthnStatementsAndAuthzDecisionStatements() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the statementsAndAuthnStatementsAndAuthzDecisionStatements property.
- getStatementsAndSubjectStatementsAndAuthenticationStatements() - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Gets the value of the statementsAndSubjectStatementsAndAuthenticationStatements property.
- getStateOrProvince() - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Gets the value of the stateOrProvince property.
- getStatus() - Method in class be.behealth.webservices.tsa.TSConsultResponse
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.commons._1_0.protocol.ResponseType
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.commons.protocol.v1.ResponseType
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.etee.commons._1_0.etee.EteeResponseType
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataResponse
-
Gets the value of the status property.
- getStatus() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Result
-
- getStatus() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultResponse
-
Gets the value of the status property.
- getStatus() - Method in class oasis.names.tc.dss._1_0.core.schema.ManifestResult
-
Gets the value of the status property.
- getStatus() - Method in class oasis.names.tc.saml._1_0.protocol.Response
-
Gets the value of the status property.
- getStatus() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the status property.
- getStatusChecker() - Static method in class be.ehealth.technicalconnector.service.etee.RevocationStatusCheckerFactory
-
- getStatusCode(Element) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
Gets the status code.
- getStatusCode() - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class be.fgov.ehealth.commons.core.v2.StatusCode
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class oasis.names.tc.saml._1_0.protocol.StatusCode
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Gets the value of the statusCode property.
- getStatusCode() - Method in class oasis.names.tc.saml._2_0.protocol.StatusCode
-
Gets the value of the statusCode property.
- getStatusDetail() - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Gets the value of the statusDetail property.
- getStatusDetail() - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Gets the value of the statusDetail property.
- getStatusDetail() - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Gets the value of the statusDetail property.
- getStatusMessage(Element) - Static method in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
Gets the status message.
- getStatusMessage() - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Gets the value of the statusMessage property.
- getStatusMessage() - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Gets the value of the statusMessage property.
- getStatusMessage() - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Gets the value of the statusMessage property.
- getStatusResponse() - Method in exception be.fgov.ehealth.technicalconnector.ra.exceptions.RaException
-
- getStrategy() - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Gets the value of the strategy property.
- getStreet() - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Gets the value of the street property.
- getStreetAndNumber() - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- getStsService() - Static method in class be.ehealth.technicalconnector.service.ServiceFactory
-
Gets the STS service.
- getSTSService(X509Certificate, PrivateKey) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the sTS service.
- getSubject() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectStatementAbstractType
-
Gets the value of the subject property.
- getSubject() - Method in class oasis.names.tc.saml._1_0.protocol.SubjectQueryAbstractType
-
Gets the value of the subject property.
- getSubject() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the subject property.
- getSubject() - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Gets the value of the subject property.
- getSubject() - Method in class oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType
-
Gets the value of the subject property.
- getSubjectConfirmation() - Method in class oasis.names.tc.saml._1_0.assertion.Subject
-
Gets the value of the subjectConfirmation property.
- getSubjectConfirmationData() - Method in class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
Gets the value of the subjectConfirmationData property.
- getSubjectConfirmationData() - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Gets the value of the subjectConfirmationData property.
- getSubjectConfirmations() - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Gets the value of the subjectConfirmations property.
- getSubjectLocality() - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Gets the value of the subjectLocality property.
- getSubjectLocality() - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Gets the value of the subjectLocality property.
- getSubjectQuery() - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Gets the value of the subjectQuery property.
- getSubType(int) - Method in class be.ehealth.technicalconnector.utils.IdentifierType
-
- getSubType() - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Gets the value of the subType property.
- getSubType() - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Gets the value of the subType property.
- getSupportedAES() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.CmsSignatureBuilder
-
- getSupportedAES() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.XmlSignatureBuilder
-
- getSupportedAES() - Method in interface be.fgov.ehealth.technicalconnector.signature.SignatureBuilder
-
- getSupportingInfo() - Method in class oasis.names.tc.dss._1_0.core.schema.ClaimedIdentity
-
Gets the value of the supportingInfo property.
- getSupportingInfo() - Method in class oasis.names.tc.dss._1_0.core.schema.RequesterIdentity
-
Gets the value of the supportingInfo property.
- getTarget() - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Gets the value of the target property.
- getTarget() - Method in class org.w3._2000._09.xmldsig.SignatureProperty
-
Gets the value of the target property.
- getTarget() - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Gets the value of the target property.
- getTempFileLocation(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorIOUtils
-
t Given a filename builds a temp file location path based on the java.io.tmpdir System property.
- getTerminate() - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Gets the value of the terminate property.
- getText() - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Gets the value of the text property.
- getText() - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Gets the value of the text property.
- getText() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- getText() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- getText() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getThreshold() - Method in class be.ehealth.technicalconnector.ws.feature.XOPFeature
-
- getTime() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Result
-
- getTimestamp(X509Certificate, PrivateKey, TSConsultTSBagRequest) - Method in interface be.ehealth.technicalconnector.service.timestamp.ConsultServiceV2
-
Retrieves an actual time stamp from the eHealth-platform Archive, based on a unique sequence number and a time.
- getTimestamp(X509Certificate, PrivateKey, TSConsultTSBagRequest) - Method in class be.ehealth.technicalconnector.service.timestamp.impl.ConsultServiceV2Impl
-
- getTimestamp(byte[]) - Static method in class be.ehealth.technicalconnector.service.timestamp.TimestampUtil
-
- getTimestamp() - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Gets the value of the timestamp property.
- getTimestampGenTimes() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getTimestampResponse(byte[]) - Static method in class be.ehealth.technicalconnector.service.timestamp.TimestampUtil
-
- getTimeStampToken(byte[]) - Static method in class be.ehealth.technicalconnector.service.timestamp.TimestampUtil
-
Helper method for tests Process timestamp, use the Bouncy Castle framework to get the Time Stamp Token.
- getTitle() - Method in enum be.fgov.ehealth.technicalconnector.signature.AdvancedElectronicSignatureEnumeration
-
- getTo() - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- getToBeRegistered() - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationRequest
-
Gets the value of the toBeRegistered property.
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, int) - Method in class be.ehealth.technicalconnector.service.sts.impl.AbstractSTSService
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, String, String, String, int) - Method in class be.ehealth.technicalconnector.service.sts.impl.AbstractSTSService
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, String, String, String, Duration) - Method in class be.ehealth.technicalconnector.service.sts.impl.STSServiceImpl
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, Duration) - Method in class be.ehealth.technicalconnector.service.sts.impl.STSServiceImpl
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, String, String, String, Duration) - Method in class be.ehealth.technicalconnector.service.sts.impl.STSServiceWsTrustImpl
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, Duration) - Method in class be.ehealth.technicalconnector.service.sts.impl.STSServiceWsTrustImpl
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, int) - Method in interface be.ehealth.technicalconnector.service.sts.STSService
-
Deprecated.
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, Duration) - Method in interface be.ehealth.technicalconnector.service.sts.STSService
-
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, String, String, String, int) - Method in interface be.ehealth.technicalconnector.service.sts.STSService
-
Deprecated.
- getToken(Credential, Credential, List<SAMLAttribute>, List<SAMLAttributeDesignator>, String, String, String, String, Duration) - Method in interface be.ehealth.technicalconnector.service.sts.STSService
-
- getTranform() - Method in class be.fgov.ehealth.bcp.protocol.v2.Key
-
Gets the value of the tranform property.
- getTransformedData() - Method in class oasis.names.tc.dss._1_0.core.schema.InputDocuments
-
Gets the value of the transformedData property.
- getTransforms() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Gets the value of the transforms property.
- getTransforms() - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Gets the value of the transforms property.
- getTransforms() - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.w3._2000._09.xmldsig.Transforms
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.w3._2001._04.xmlenc.CipherReference
-
Gets the value of the transforms property.
- getTransforms() - Method in class org.w3._2001._04.xmlenc.TransformsType
-
Gets the value of the transforms property.
- getTrustedList() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.tsl.parser.TrustServiceStatusListParser
-
- getTrustProvider() - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getTSA() - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Gets the value of the tsa property.
- getTSAuthorityService(X509Certificate, PrivateKey) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the Timestamping service.
- getTSBags() - Method in class be.behealth.webservices.tsa.TSConsultTSBagResponse
-
Gets the value of the tsBags property.
- getTSBags() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagResponse
-
Gets the value of the tsBags property.
- getTSBagValue() - Method in class be.behealth.webservices.tsa.TSBagType
-
Gets the value of the tsBagValue property.
- getTSBagValue() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSBagType
-
Gets the value of the tsBagValue property.
- getTSConsultService(X509Certificate, PrivateKey) - Static method in class be.ehealth.technicalconnector.service.ws.ServiceFactory
-
Gets the Timestamping service.
- getTSLists() - Method in class be.behealth.webservices.tsa.TSConsultRequest
-
Gets the value of the tsLists property.
- getTSLists() - Method in class be.behealth.webservices.tsa.TSConsultResponse
-
Gets the value of the tsLists property.
- getTSLists() - Method in class be.behealth.webservices.tsa.TSConsultTSBagRequest
-
Gets the value of the tsLists property.
- getTSLists() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultRequest
-
Gets the value of the tsLists property.
- getTSLists() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultResponse
-
Gets the value of the tsLists property.
- getTSLists() - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagRequest
-
Gets the value of the tsLists property.
- getTsTokens() - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getType() - Method in class be.behealth.webservices.tsa.ErrorType
-
Gets the value of the type property.
- getType() - Method in class be.ehealth.technicalconnector.utils.CertificateParser
-
- getType(int) - Method in class be.ehealth.technicalconnector.utils.IdentifierType
-
- getType() - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.commons.core.v2.Id
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.commons.enc.v2.Key
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.daas.complextype.v1.TypeCodeType
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Identifier
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Gets the value of the type property.
- getType() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorId
-
- getType() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
-
- getType() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- getType() - Method in class be.fgov.ehealth.timestamping.protocol.v2.ErrorType
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Signature
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.ReturnUpdatedSignature
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
-
Gets the value of the type property.
- getType() - Method in class oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
-
Gets the value of the type property.
- getType() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the type property.
- getType() - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Gets the value of the type property.
- getType() - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Gets the value of the type property.
- getUnfoundPropertiesAfterValidation() - Method in interface be.ehealth.technicalconnector.config.ConfigValidator
-
will do the validation of the current config ( if not done yet ) and return the properties that were not found.
- getUnfoundPropertiesAfterValidation() - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getUnsealResult() - Method in exception be.ehealth.technicalconnector.exception.UnsealConnectorException
-
- getUnsignedDataObjectProperties() - Method in class org.etsi.uri._01903.v1_3.UnsignedDataObjectProperties
-
Gets the value of the unsignedDataObjectProperties property.
- getUnsignedDataObjectProperties() - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Gets the value of the unsignedDataObjectProperties property.
- getUnsignedProperties() - Method in class oasis.names.tc.dss._1_0.core.schema.Properties
-
Gets the value of the unsignedProperties property.
- getUnsignedProperties() - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Gets the value of the unsignedProperties property.
- getUnsignedProps() - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.QualifyingPropertiesBuilder
-
- getUnsignedSignatureProperties() - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Gets the value of the unsignedSignatureProperties property.
- getUpperBoundary() - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeBoundaries
-
Gets the value of the upperBoundary property.
- getUR() - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Gets the value of the ur property.
- getURI() - Method in class be.fgov.ehealth.commons.enc.v2.CipherReference
-
URI of the attachment
- getURI() - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Gets the value of the uri property.
- getURI() - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Gets the value of the uri property.
- getURI() - Method in class org.etsi.uri._01903.v1_3.Include
-
Gets the value of the uri property.
- getURI() - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Gets the value of the uri property.
- getURI() - Method in class org.etsi.uri._01903.v1_3.QualifyingPropertiesReference
-
Gets the value of the uri property.
- getURI() - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Gets the value of the uri property.
- getURI() - Method in class org.w3._2000._09.xmldsig.Reference
-
Gets the value of the uri property.
- getURI() - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Gets the value of the uri property.
- getURI() - Method in class org.w3._2001._04.xmlenc.CipherReference
-
Gets the value of the uri property.
- getURI() - Method in class org.w3._2001._04.xmlenc.ReferenceType
-
Gets the value of the uri property.
- getUrl2Service() - Method in class be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.EndPointInformation
-
- getURLProperty(String) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Gets the uRL property.
- getURLProperty(String) - Method in class be.ehealth.technicalconnector.config.impl.AbstractConfigurationImpl
-
- getURLProperty(String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- getUsagesType() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Gets the value of the usagesType property.
- getUsageTypes() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.UsagesType
-
Gets the value of the usageTypes property.
- getUsageTypes() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.NewCertificateContract
-
- getUserName() - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Getter for userName.
- getValidationRegEx() - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Gets the value of the validationRegEx property.
- getValidationResult() - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdResponse
-
Gets the value of the validationResult property.
- getValidationUrl() - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
-
Gets the value of the validationUrl property.
- getValidationUrl() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.SubmitCSRForForeignerResponseInfo
-
- getValidDetails() - Method in class oasis.names.tc.dss._1_0.core.schema.ProcessingDetails
-
Gets the value of the validDetails property.
- getValidNotAfter() - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Gets the value of the validNotAfter property.
- getValidNotAfter() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the validNotAfter property.
- getValidNotBefore() - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Gets the value of the validNotBefore property.
- getValidNotBefore() - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Gets the value of the validNotBefore property.
- getValue() - Method in class be.cin.nippin.memberdata.saml.extension.Dimension
-
Gets the value of the value property.
- getValue() - Method in enum be.ehealth.technicalconnector.enumeration.MimeType
-
- getValue() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
-
Deprecated.
- getValue() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier
-
- getValue() - Method in class be.ehealth.technicalconnector.utils.SecureString
-
Get the content of this string as char[]
- getValue() - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.bcp.protocol.v2.Key
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.certra.core.v2.LocalizedString
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons._1_0.core.LocalisedString
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons.core.v1.LocalisedString
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons.core.v2.Id
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons.core.v2.StatusCode
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons.enc.v2.CipherValue
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.commons.enc.v2.Key
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.daas.complextype.v1.BaseNameType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.daas.complextype.v1.TypeCodeType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.errors.core.v1.LocalisedStringType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorParameterType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.seals.core.v1.EncodedDataType
-
Gets the value of the value property.
- getValue() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorId
-
- getValue() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedString
-
- getValue() - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Data
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Signature
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.dss._1_0.core.schema.InternationalStringType
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.dss._1_0.core.schema.Property
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._1_0.assertion.Action
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._1_0.protocol.StatusCode
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._2_0.assertion.Action
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Gets the value of the value property.
- getValue() - Method in class oasis.names.tc.saml._2_0.protocol.StatusCode
-
Gets the value of the value property.
- getValue() - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Gets the value of the value property.
- getValue() - Method in class org.etsi.uri._01903.v1_3.IdentifierType
-
Gets the value of the value property.
- getValue() - Method in class org.w3._2000._09.xmldsig.SignatureValue
-
Gets the value of the value property.
- getValue() - Method in class org.w3._2005._05.xmlmime.Base64Binary
-
Gets the value of the value property.
- getValue() - Method in class org.w3._2005._05.xmlmime.HexBinary
-
Gets the value of the value property.
- getValues() - Method in class be.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
-
- getValues() - Method in class be.fgov.ehealth.certra.core.v2.TextType
-
Gets the value of the values property.
- getValues() - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.CredentialType
-
Gets the value of the values property.
- getValues() - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedText
-
- getVerificationTime() - Method in class oasis.names.tc.dss._1_0.core.schema.VerificationTimeInfo
-
Gets the value of the verificationTime property.
- getVerifiedSigningTime(int, TimeUnit) - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- getVersion() - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Gets the value of the version property.
- getVersion() - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Gets the value of the version property.
- getVersion() - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Gets the value of the version property.
- getWhichDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Gets the value of the whichDocument property.
- getWhichDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Gets the value of the whichDocument property.
- getWhichDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePtr
-
Gets the value of the whichDocument property.
- getWhichDocument() - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Gets the value of the whichDocument property.
- getWhichReference() - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Gets the value of the whichReference property.
- getWhichReference() - Method in class oasis.names.tc.dss._1_0.core.schema.ReturnTransformedDocument
-
Gets the value of the whichReference property.
- getWhichReference() - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Gets the value of the whichReference property.
- getWhichReference() - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedDocument
-
Gets the value of the whichReference property.
- getX509Certificate() - Method in class org.w3._2000._09.xmldsig.X509Data
-
Gets the value of the x509Certificate property.
- getX509Certificates(CryptoType) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getX509Certificates() - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateResponse
-
Gets the value of the x509Certificates property.
- getX509CRL() - Method in class org.w3._2000._09.xmldsig.X509Data
-
Gets the value of the x509CRL property.
- getX509Identifier(X509Certificate) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- getX509IssuerName() - Method in class org.w3._2000._09.xmldsig.X509IssuerSerialType
-
Gets the value of the x509IssuerName property.
- getX509IssuerSerial() - Method in class org.w3._2000._09.xmldsig.X509Data
-
Gets the value of the x509IssuerSerial property.
- getX509SerialNumber() - Method in class org.w3._2000._09.xmldsig.X509IssuerSerialType
-
Gets the value of the x509SerialNumber property.
- getX509SKI() - Method in class org.w3._2000._09.xmldsig.X509Data
-
Gets the value of the x509SKI property.
- getX509SubjectName() - Method in class org.w3._2000._09.xmldsig.X509Data
-
Gets the value of the x509SubjectName property.
- getXPath() - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePtr
-
Gets the value of the xPath property.
- getXPathAfter() - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Gets the value of the xPathAfter property.
- getXPathFirstChildOf() - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Gets the value of the xPathFirstChildOf property.
- getY() - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Gets the value of the y property.
- getZip() - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- getZipCode() - Method in class be.fgov.ehealth.commons.core.v1.MunicipalityType
-
Gets the value of the zipCode property.
- SAML_ASSERTION - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_ASSERTION.
- SAML_ATTRIBUTE - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_ATTRIBUTE.
- SAML_ATTRIBUTESTATEMENT - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_ATTRIBUTESTATEMENT.
- SAML_CONDITIONS - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_CONDITIONS.
- SAML_NOTONORAFTER - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_NOTONORAFTER.
- SAML_STATUSCODE - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_STATUSCODE.
- SAML_STATUSMESSAGE - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_STATUSMESSAGE.
- SAML_SUCCESS - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_SUCCESS.
- SAML_VALUE - Static variable in class be.ehealth.technicalconnector.service.sts.utils.SAMLHelper
-
The Constant SAML_VALUE.
- SAMLAttribute - Class in be.ehealth.technicalconnector.service.sts.domain
-
The Class SAMLAttribute.
- SAMLAttribute(String, String, String...) - Constructor for class be.ehealth.technicalconnector.service.sts.domain.SAMLAttribute
-
Instantiates a new sAML attribute.
- SAMLAttributeDesignator - Class in be.ehealth.technicalconnector.service.sts.domain
-
The Class AttributeDesignator.
- SAMLAttributeDesignator(String, String) - Constructor for class be.ehealth.technicalconnector.service.sts.domain.SAMLAttributeDesignator
-
Instantiates a new attribute designator.
- SAMLConfigHelper - Class in be.ehealth.technicalconnector.service.sts.utils
-
Helper to generated the domain objects of the SecureTokenService based on the configuration
- SAMLConverter - Class in be.ehealth.technicalconnector.service.sts.utils
-
The Class SAMLConverter.
- SAMLHelper - Class in be.ehealth.technicalconnector.service.sts.utils
-
The Class SAMLHelper.
- SAMLHolderOfKeyHandler - Class in be.ehealth.technicalconnector.handler
-
SOAPHandler
that take care of the security for the eHealth services which are protected with an eHealth SAMLToken
- SAMLHolderOfKeyHandler() - Constructor for class be.ehealth.technicalconnector.handler.SAMLHolderOfKeyHandler
-
- SAMLHolderOfKeyHandler(SAMLToken) - Constructor for class be.ehealth.technicalconnector.handler.SAMLHolderOfKeyHandler
-
- SAMLHolderOfKeyToken - Class in be.ehealth.technicalconnector.service.sts.security.impl
-
The Class SAMLTokenImpl.
- SAMLHolderOfKeyToken(Element, Credential) - Constructor for class be.ehealth.technicalconnector.service.sts.security.impl.SAMLHolderOfKeyToken
-
Instantiates a new sAML token impl.
- SAMLNameIdentifier - Class in be.ehealth.technicalconnector.service.sts.domain
-
Domain object used to represent a SAML NameIdentifier.
- SAMLNameIdentifier(String, String, String, String) - Constructor for class be.ehealth.technicalconnector.service.sts.domain.SAMLNameIdentifier
-
- SAMLResponse - Interface in be.ehealth.technicalconnector.service.sts
-
Deprecated.
- SAMLSenderVouchesCredential - Class in be.ehealth.technicalconnector.service.sts.security.impl
-
SAMLSenderVouchesCredential.
- SAMLSenderVouchesCredential(Element, Credential) - Constructor for class be.ehealth.technicalconnector.service.sts.security.impl.SAMLSenderVouchesCredential
-
Instantiates a SAMLSenderVouchesCredential
- SAMLSenderVouchesHandler - Class in be.ehealth.technicalconnector.handler
-
The SAML-SV Callbackhandler.
- SAMLSenderVouchesHandler(Element, X509Certificate, PrivateKey) - Constructor for class be.ehealth.technicalconnector.handler.SAMLSenderVouchesHandler
-
Deprecated.
- SAMLSenderVouchesHandler(SAMLSenderVouchesCredential) - Constructor for class be.ehealth.technicalconnector.handler.SAMLSenderVouchesHandler
-
- SAMLSessionValidator - Class in be.ehealth.technicalconnector.validator.impl
-
- SAMLSessionValidator() - Constructor for class be.ehealth.technicalconnector.validator.impl.SAMLSessionValidator
-
- SAMLToken - Interface in be.ehealth.technicalconnector.service.sts.security
-
The Interface SAMLToken.
- SAMLTokenFactory - Class in be.ehealth.technicalconnector.service.sts
-
A factory for creating SAMLToken objects.
- sanitizePartId(String) - Static method in class be.ehealth.technicalconnector.utils.ConnectorXmlUtils
-
- Schemas - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for SchemasType complex type.
- Schemas() - Constructor for class oasis.names.tc.dss._1_0.core.schema.Schemas
-
- SchemaValidatorHandler - Class in be.ehealth.technicalconnector.handler
-
This handler will validate the incoming and outgoing message against the xsd's specified in the constructor.
- SchemaValidatorHandler(int, String...) - Constructor for class be.ehealth.technicalconnector.handler.SchemaValidatorHandler
-
This constructor will creates a validator.
- Scoping - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for ScopingType complex type.
- Scoping() - Constructor for class oasis.names.tc.saml._2_0.protocol.Scoping
-
- seal(Crypto.SigningPolicySelector, EncryptionToken, byte[]) - Method in interface be.ehealth.technicalconnector.service.etee.Crypto
-
- seal(Crypto.SigningPolicySelector, Set<EncryptionToken>, byte[]) - Method in interface be.ehealth.technicalconnector.service.etee.Crypto
-
- seal(Crypto.SigningPolicySelector, KeyResult, byte[]) - Method in interface be.ehealth.technicalconnector.service.etee.Crypto
-
- seal(Crypto.SigningPolicySelector, Set<EncryptionToken>, KeyResult, byte[]) - Method in interface be.ehealth.technicalconnector.service.etee.Crypto
-
- seal(Crypto.SigningPolicySelector, KeyResult, byte[]) - Method in class be.ehealth.technicalconnector.service.etee.impl.AbstractEndToEndCrypto
-
- seal(Crypto.SigningPolicySelector, EncryptionToken, byte[]) - Method in class be.ehealth.technicalconnector.service.etee.impl.AbstractEndToEndCrypto
-
- seal(Crypto.SigningPolicySelector, Set<EncryptionToken>, byte[]) - Method in class be.ehealth.technicalconnector.service.etee.impl.AbstractEndToEndCrypto
-
- seal(Crypto.SigningPolicySelector, Set<EncryptionToken>, KeyResult, byte[]) - Method in class be.ehealth.technicalconnector.service.etee.impl.CryptoImpl
-
- SealedContentType - Class in be.fgov.ehealth.etee.kgss._1_0.protocol
-
Java class for SealedContentType complex type.
- SealedContentType() - Constructor for class be.fgov.ehealth.etee.kgss._1_0.protocol.SealedContentType
-
- sealGetKeyRequest(GetKeyRequestContent) - Method in class be.ehealth.technicalconnector.service.kgss.builders.impl.KgssMessageBuilderImpl
-
- sealGetKeyRequest(GetKeyRequestContent) - Method in interface be.ehealth.technicalconnector.service.kgss.builders.KgssMessageBuilder
-
Seal get key request.
- sealGetNewKeyRequest(GetNewKeyRequestContent) - Method in class be.ehealth.technicalconnector.service.kgss.builders.impl.KgssMessageBuilderImpl
-
- sealGetNewKeyRequest(GetNewKeyRequestContent) - Method in interface be.ehealth.technicalconnector.service.kgss.builders.KgssMessageBuilder
-
Seal get new key request.
- SealsService - Interface in be.ehealth.technicalconnector.service.seals
-
The Coding and Anonymization technical connector exposes two distinct operations: encode and decode.
- SealsServiceImpl - Class in be.ehealth.technicalconnector.service.seals.impl
-
- SealsServiceImpl(EhealthReplyValidator) - Constructor for class be.ehealth.technicalconnector.service.seals.impl.SealsServiceImpl
-
- SearchCriteriaType - Class in be.fgov.ehealth.etkdepot._1_0.protocol
-
Java class for SearchCriteriaType complex type.
- SearchCriteriaType() - Constructor for class be.fgov.ehealth.etkdepot._1_0.protocol.SearchCriteriaType
-
- SearchCriteriumType - Class in be.fgov.ehealth.etee.ra.csr._1_0.protocol
-
Java class for SearchCriteriumType complex type.
- SearchCriteriumType() - Constructor for class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
- SecureString - Class in be.ehealth.technicalconnector.utils
-
Java implementation of the .NET SecureString class.
- SecureString(char[]) - Constructor for class be.ehealth.technicalconnector.utils.SecureString
-
Creates an object of type SecureString
.
- send(GenericRequest) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- send(GenericRequest) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- send(GenericRequest) - Method in interface be.ehealth.technicalconnector.ws.GenericWsSender
-
- send(GenericRequest) - Method in class be.ehealth.technicalconnector.ws.impl.GenericWsSenderImpl
-
- sendDocument(Document, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendDocument(Document, URL) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendDocument(Document, String, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendDocument(Document, URL, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendDocument(Document, URL) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendDocument(Document, URL, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendDocument(Document, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendDocument(Document, String, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendXML(String, URL) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendXML(String, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendXML(String, URL, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendXML(String, String, String) - Method in interface be.ehealth.technicalconnector.generic.session.GenericService
-
- sendXML(String, URL) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendXML(String, URL, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendXML(String, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- sendXML(String, String, String) - Method in class be.ehealth.technicalconnector.generic.session.impl.GenericServiceImpl
-
- Service - Class in be.fgov.ehealth.bcp.protocol.v1
-
- Service() - Constructor for class be.fgov.ehealth.bcp.protocol.v1.Service
-
- Service - Class in be.fgov.ehealth.bcp.protocol.v2
-
Java class for ServiceType complex type.
- Service() - Constructor for class be.fgov.ehealth.bcp.protocol.v2.Service
-
- ServiceCacheKey - Class in be.ehealth.technicalconnector.session
-
class that contains the key for the serviceCache.
- ServiceCacheKey(Class<?>, String[]) - Constructor for class be.ehealth.technicalconnector.session.ServiceCacheKey
-
- ServiceFactory - Class in be.ehealth.technicalconnector.service
-
Factory class for creating the Services.
- ServiceFactory - Class in be.ehealth.technicalconnector.service.ws
-
A factory for creating service objects.
- ServiceFactory - Class in be.ehealth.technicalconnector.ws
-
Servicefactory to obtain the genericWsSender
- ServiceFactory - Class in be.fgov.ehealth.technicalconnector.ra.service
-
Service Factory to obtain the RA services.
- ServiceFactory() - Constructor for class be.fgov.ehealth.technicalconnector.ra.service.ServiceFactory
-
- ServiceList - Class in be.fgov.ehealth.bcp.protocol.v1
-
Java class for anonymous complex type.
- ServiceList() - Constructor for class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
- ServiceList - Class in be.fgov.ehealth.bcp.protocol.v2
-
Java class for anonymous complex type.
- ServiceList() - Constructor for class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
- SERVICELOADER_ROOTKEY - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleServiceLoader
-
Root key used to dump the service loader implementation
- ServiceType - Class in be.fgov.ehealth.bcp.protocol.v1
-
Java class for ServiceType complex type.
- ServiceType() - Constructor for class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
- Session - Class in be.ehealth.technicalconnector.session
-
Entry Point for access to the active Session and the Session Manager.
- SessionItem - Interface in be.ehealth.technicalconnector.session
-
The SessionItem class is a base class for all objects that are included in a session
- SessionItemImpl - Class in be.ehealth.technicalconnector.session.impl
-
- SessionItemImpl() - Constructor for class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
Instantiates a new session item.
- SessionManagementException - Exception in be.ehealth.technicalconnector.exception
-
The Class SessionManagementException.
- SessionManagementException(SessionManagementExceptionValues, Object...) - Constructor for exception be.ehealth.technicalconnector.exception.SessionManagementException
-
Creates a new SessionManagementException
- SessionManagementException(SessionManagementExceptionValues, Throwable, Object...) - Constructor for exception be.ehealth.technicalconnector.exception.SessionManagementException
-
Creates a new SessionManagementException
- SessionManagementExceptionValues - Enum in be.ehealth.technicalconnector.exception
-
Enumerator for possible Session Management exceptions.
- SessionManager - Interface in be.ehealth.technicalconnector.session
-
The Interface SessionManager.
- SessionManagerImpl - Class in be.ehealth.technicalconnector.session.impl
-
- SessionServiceFactoryWithCache - Class in be.ehealth.technicalconnector.session
-
- SessionServiceFactoryWithCache() - Constructor for class be.ehealth.technicalconnector.session.SessionServiceFactoryWithCache
-
- SessionServiceWithCache - Interface in be.ehealth.technicalconnector.session
-
Every Service that uses a Sessin based cache must implement this interface.
- SessionUtil - Class in be.ehealth.technicalconnector.utils
-
Utility class that helps to find and verify some properties such as the nihii,inss number of the connected person.
- SessionValidator - Interface in be.ehealth.technicalconnector.validator
-
The Interface SessionValidator.
- setAAOrganizationAuth(byte[]) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.LegalPerson
-
Sets the value of the aaOrganizationAuth property.
- setAAOrganizationAuth(byte[]) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Sets the value of the aaOrganizationAuth property.
- setAAPersonalAuth(byte[]) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.NaturalPerson
-
Sets the value of the aaPersonalAuth property.
- setAbbreviation(String) - Method in class be.fgov.ehealth.commons.core.v1.CountryType
-
Sets the value of the abbreviation property.
- setAction(URI) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setActor(ActorType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateIdentifierType
-
Sets the value of the actor property.
- setActor(Actor) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.CertificateIdentifier
-
- setAddress(Address) - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- setAddress(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Sets the value of the address property.
- setAddress(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectLocality
-
Sets the value of the address property.
- setAdvice(Advice) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the advice property.
- setAdvice(Advice) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the advice property.
- setAlgorithm(String) - Method in class be.fgov.ehealth.commons.enc.v2.Digest
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionMethod
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2000._09.xmldsig.CanonicalizationMethod
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2000._09.xmldsig.DigestMethod
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2000._09.xmldsig.SignatureMethod
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2000._09.xmldsig.Transform
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2001._04.xmlenc.AgreementMethod
-
Sets the value of the algorithm property.
- setAlgorithm(String) - Method in class org.w3._2001._04.xmlenc.EncryptionMethodType
-
Sets the value of the algorithm property.
- setAlgorithmCode(String) - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Sets the value of the algorithmCode property.
- setAllowCreate(Boolean) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDPolicy
-
Sets the value of the allowCreate property.
- setAllSignedDataObjects(Object) - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Sets the value of the allSignedDataObjects property.
- setAny(Element) - Method in class oasis.names.tc.dss._1_0.core.schema.InlineXMLType
-
Sets the value of the any property.
- setAny(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Sets the value of the any property.
- setAny(Element) - Method in class oasis.names.tc.saml._2_0.protocol.ArtifactResponse
-
Sets the value of the any property.
- setApplicationId(String) - Method in class be.fgov.ehealth.certra.core.v2.CertificateIdentifierType
-
Sets the value of the applicationId property.
- setApplicationID(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Sets the value of the applicationID property.
- setApplicationID(String) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Sets the value of the applicationID property.
- setApplicationId(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.CertificateIdentifier
-
- setApplicationId(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.DistinguishedName
-
- setApplicationName(String) - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeRequest
-
Sets the value of the applicationName property.
- setApplicationName(String) - Method in class be.fgov.ehealth.seals.protocol.v1.DecodeResponse
-
Sets the value of the applicationName property.
- setApplicationName(String) - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeRequest
-
Sets the value of the applicationName property.
- setApplicationName(String) - Method in class be.fgov.ehealth.seals.protocol.v1.EncodeResponse
-
Sets the value of the applicationName property.
- setArtifact(String) - Method in class oasis.names.tc.saml._2_0.protocol.ArtifactResolve
-
Sets the value of the artifact property.
- setAssertionConsumerServiceIndex(Integer) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the assertionConsumerServiceIndex property.
- setAssertionConsumerServiceURL(String) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the assertionConsumerServiceURL property.
- setAssertionID(String) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the assertionID property.
- setAttachmentReference(AttachmentReference) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Sets the value of the attachmentReference property.
- setAttrAuthoritiesCertValues(CertificateValuesType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the attrAuthoritiesCertValues property.
- setAttRefURI(String) - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Sets the value of the attRefURI property.
- setAttributeCertificateRefs(CompleteCertificateRefsType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the attributeCertificateRefs property.
- setAttributeConsumingServiceIndex(Integer) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the attributeConsumingServiceIndex property.
- setAttributeName(String) - Method in class oasis.names.tc.saml._1_0.assertion.AttributeDesignatorType
-
Sets the value of the attributeName property.
- setAttributeNamespace(String) - Method in class oasis.names.tc.saml._1_0.assertion.AttributeDesignatorType
-
Sets the value of the attributeNamespace property.
- setAttributeQuery(AttributeQuery) - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Sets the value of the attributeQuery property.
- setAttributeRevocationRefs(CompleteRevocationRefsType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the attributeRevocationRefs property.
- setAttributeRevocationValues(RevocationValuesType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the attributeRevocationValues property.
- setAuthDN(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the authDN property.
- setAuthenticationCert(X509Certificate) - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- setAuthenticationCertificateDetails(CertificateDetailsType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the authenticationCertificateDetails property.
- setAuthenticationCertificateStatus(CertificateStatusType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the authenticationCertificateStatus property.
- setAuthenticationInstant(DateTime) - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Sets the value of the authenticationInstant property.
- setAuthenticationMethod(String) - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Sets the value of the authenticationMethod property.
- setAuthenticationMethod(String) - Method in class oasis.names.tc.saml._1_0.protocol.AuthenticationQuery
-
Sets the value of the authenticationMethod property.
- setAuthenticationQuery(AuthenticationQuery) - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Sets the value of the authenticationQuery property.
- setAuthnContext(AuthnContext) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Sets the value of the authnContext property.
- setAuthnContextClassRef(String) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Sets the value of the authnContextClassRef property.
- setAuthnContextDecl(Object) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Sets the value of the authnContextDecl property.
- setAuthnContextDeclRef(String) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnContext
-
Sets the value of the authnContextDeclRef property.
- setAuthnInstant(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Sets the value of the authnInstant property.
- setAuthor(Author) - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorRequestType
-
Sets the value of the author property.
- setAuthorityKind(QName) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Sets the value of the authorityKind property.
- setAuthorization(boolean) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Sets the value of the authorization property.
- setAuthorizationDecisionQuery(AuthorizationDecisionQuery) - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Sets the value of the authorizationDecisionQuery property.
- setAuthSerial(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the authSerial property.
- setAutomaticallyValidated(boolean) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the automaticallyValidated property.
- setAutomaticallyValidated(Boolean) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
Sets the value of the automaticallyValidated property.
- setAutomaticallyValidated(Boolean) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- setBase64Data(Base64Data) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Sets the value of the base64Data property.
- setBase64Data(Base64Data) - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Sets the value of the base64Data property.
- setBase64Signature(Base64Signature) - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Sets the value of the base64Signature property.
- setBase64XML(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Sets the value of the base64XML property.
- setBaseID(BaseID) - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Sets the value of the baseID property.
- setBaseID(BaseID) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Sets the value of the baseID property.
- setBeginDate(DateTime) - Method in class be.fgov.ehealth.commons._1_0.core.PeriodType
-
Sets the value of the beginDate property.
- setBeginDate(DateTime) - Method in class be.fgov.ehealth.commons.core.v1.PeriodType
-
Sets the value of the beginDate property.
- setBinding(String) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Sets the value of the binding property.
- setByKey(byte[]) - Method in class org.etsi.uri._01903.v1_3.ResponderIDType
-
Sets the value of the byKey property.
- setByName(String) - Method in class org.etsi.uri._01903.v1_3.ResponderIDType
-
Sets the value of the byName property.
- setCache(Cache) - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Sets the value of the cache property.
- setCanonicalizationMethod(CanonicalizationMethod) - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Sets the value of the canonicalizationMethod property.
- setCanonicalizationMethod(CanonicalizationMethod) - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Sets the value of the canonicalizationMethod property.
- setCard(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Sets the value of the card property.
- setCardDeliveryMunicipality(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setCardNumber(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setCardValidityDateBegin(DateTime) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setCardValidityDateEnd(DateTime) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setCarriedKeyName(String) - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Sets the value of the carriedKeyName property.
- setCertDigest(DigestAlgAndValueType) - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Sets the value of the certDigest property.
- setCertificateEntity(CertificateEntityType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the certificateEntity property.
- setCertificateFactory(CertificateFactory) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- setCertificateIdentifier(CertificateIdentifierType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateEntityType
-
Sets the value of the certificateIdentifier property.
- setCertificateIdentifier(CertificateIdentifierType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Sets the value of the certificateIdentifier property.
- setCertificateInfo(CertificateInfoType) - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateResponse
-
Sets the value of the certificateInfo property.
- setCertificateSecured(X509Certificate, PrivateKey) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setCertificateValues(CertificateValuesType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the certificateValues property.
- setCertificateValues(CertificateValuesType) - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Sets the value of the certificateValues property.
- setCertifiedRoles(CertifiedRolesListType) - Method in class org.etsi.uri._01903.v1_3.SignerRole
-
Sets the value of the certifiedRoles property.
- setCertRefs(SigningCertificate) - Method in class org.etsi.uri._01903.v1_3.CompleteCertificateRefsType
-
Sets the value of the certRefs property.
- setChallenge(byte[]) - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationResponse
-
Sets the value of the challenge property.
- setChannel(String) - Method in class be.fgov.ehealth.daas.complextype.v1.Destination
-
Sets the value of the channel property.
- setChipNumber(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setCipherData(CipherData) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Sets the value of the cipherData property.
- setCipherData(CipherData) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the cipherData property.
- setCipherReference(CipherReference) - Method in class be.fgov.ehealth.commons.enc.v2.CipherData
-
Sets the value of the cipherReference property.
- setCipherReference(CipherReference) - Method in class org.w3._2001._04.xmlenc.CipherData
-
Sets the value of the cipherReference property.
- setCipherValue(CipherValue) - Method in class be.fgov.ehealth.commons.enc.v2.CipherData
-
Sets the value of the cipherValue property.
- setCipherValue(byte[]) - Method in class org.w3._2001._04.xmlenc.CipherData
-
Sets the value of the cipherValue property.
- setCity(String) - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Sets the value of the city property.
- setClaimedRoles(ClaimedRolesListType) - Method in class org.etsi.uri._01903.v1_3.SignerRole
-
Sets the value of the claimedRoles property.
- setCode(String) - Method in class be.fgov.ehealth.commons._1_0.core.Status
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.commons.core.v1.CountryType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.commons.core.v1.StatusType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ApplicationErrors
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ErrorType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.Status
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.ErrorType
-
Sets the value of the code property.
- setCode(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Sets the value of the code property.
- setCode(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Sets the value of the code property.
- setCommitmentTypeId(ObjectIdentifier) - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Sets the value of the commitmentTypeId property.
- setCommitmentTypeQualifiers(CommitmentTypeQualifiersListType) - Method in class org.etsi.uri._01903.v1_3.CommitmentTypeIndication
-
Sets the value of the commitmentTypeQualifiers property.
- setCommonAttributes(RequestType) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
- setComparison(AuthnContextComparisonType) - Method in class oasis.names.tc.saml._2_0.protocol.RequestedAuthnContext
-
Sets the value of the comparison property.
- setCompleteCertificateRefs(CompleteCertificateRefsType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the completeCertificateRefs property.
- setCompleteRevocationRefs(CompleteRevocationRefsType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the completeRevocationRefs property.
- setConditions(Conditions) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the conditions property.
- setConditions(Conditions) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the conditions property.
- setConditions(Conditions) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the conditions property.
- setConfigLocation(String) - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- setConfiguration(Configuration) - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- setConsent(String) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the consent property.
- setConsent(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the consent property.
- setContact(String) - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Sets the value of the contact property.
- setContactData(ContactDataType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the contactData property.
- setContactData(ContactDataType) - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Sets the value of the contactData property.
- setContactData(ContactDataType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Sets the value of the contactData property.
- setContactData(ContactDataType) - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Sets the value of the contactData property.
- setContactData(ContactDataType) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Sets the value of the contactData property.
- setContactData(ContactData) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setContent(InputStream) - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- setContentType(String) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Sets the value of the contentType property.
- setContentType(String) - Method in class org.w3._2005._05.xmlmime.Base64Binary
-
Sets the value of the contentType property.
- setContentType(String) - Method in class org.w3._2005._05.xmlmime.HexBinary
-
Sets the value of the contentType property.
- setContext(Context) - Method in class be.fgov.ehealth.daas.complextype.v1.RoutingInformation
-
Sets the value of the context property.
- setContract(ContractType) - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Sets the value of the contract property.
- setContract(ContractType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractResponse
-
Sets the value of the contract property.
- setContract(RevocationContractType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractResponse
-
Sets the value of the contract property.
- setContract(RevocationContractType) - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Sets the value of the contract property.
- setContract(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Sets the value of the contract property.
- setContract(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Sets the value of the contract property.
- setContractViewed(boolean) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setContractViewed(boolean) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- setContractViewed(boolean) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationRequest
-
- setCount(BigInteger) - Method in class oasis.names.tc.saml._2_0.assertion.ProxyRestriction
-
Sets the value of the count property.
- setCountry(CountryType) - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Sets the value of the country property.
- setCountryName(String) - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Sets the value of the countryName property.
- setCreateEnvelopedSignature(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Sets the value of the createEnvelopedSignature property.
- setCreateReference(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Sets the value of the createReference property.
- setCreationTime(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the creationTime property.
- setCredential(Credential, TokenType) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
This method will set the security handler based on the credential
- setCredentialFromSession(TokenType) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
This method will use the session to detirming the credential to use.
- setCRLIdentifier(CRLIdentifierType) - Method in class org.etsi.uri._01903.v1_3.CRLRefType
-
Sets the value of the crlIdentifier property.
- setCRLRefs(CRLRefsType) - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Sets the value of the crlRefs property.
- setCRLValues(CRLValuesType) - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Sets the value of the crlValues property.
- setCryptoProvider(String) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- setCSR(byte[]) - Method in class be.fgov.ehealth.certra.core.v2.EHealthCertificateSigningRequestType
-
Sets the value of the csr property.
- setCSR(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Sets the value of the csr property.
- setCsr(byte[]) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Sets the value of the csr property.
- setCurrentTime(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Sets the value of the currentTime property.
- setData(byte[]) - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- setData(byte[]) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setDataset(String) - Method in class be.fgov.ehealth.daas.complextype.v1.Destination
-
Sets the value of the dataset property.
- setDate(DateTime) - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Sets the value of the date property.
- setDateOfBirth(DateTime) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setDateTime(long) - Method in class be.behealth.webservices.tsa.TimeStampIdentification
-
Sets the value of the dateTime property.
- setDateTime(long) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampIdentification
-
Sets the value of the dateTime property.
- setDecision(DecisionType) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Sets the value of the decision property.
- setDecision(DecisionType) - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Sets the value of the decision property.
- setDecodedData(DecodedDataType) - Method in class be.fgov.ehealth.seals.core.v1.ChoiceDecodedDataErrorType
-
Sets the value of the decodedData property.
- setDefaultX509Identifier(String) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- setDeletionStrategy(DeletionStrategyType) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Sets the value of the deletionStrategy property.
- setDescription(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Sets the value of the description property.
- setDescription(String) - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Sets the value of the description property.
- setDescription(String) - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Sets the value of the description property.
- setDestination(String) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the destination property.
- setDestination(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the destination property.
- setDestinations(Destinations) - Method in class be.fgov.ehealth.daas.complextype.v1.RoutingInformation
-
Sets the value of the destinations property.
- setDetail(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Sets the value of the detail property.
- setDigest(Digest) - Method in class be.fgov.ehealth.commons.enc.v2.CipherReference
-
Sets the value of the digest property.
- setDigestAlgAndValue(DigestAlgAndValueType) - Method in class org.etsi.uri._01903.v1_3.CRLRefType
-
Sets the value of the digestAlgAndValue property.
- setDigestAlgAndValue(DigestAlgAndValueType) - Method in class org.etsi.uri._01903.v1_3.OCSPRefType
-
Sets the value of the digestAlgAndValue property.
- setDigestMethod(DigestMethod) - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Sets the value of the digestMethod property.
- setDigestMethod(DigestMethod) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Sets the value of the digestMethod property.
- setDigestMethod(DigestMethod) - Method in class org.etsi.uri._01903.v1_3.DigestAlgAndValueType
-
Sets the value of the digestMethod property.
- setDigestMethod(DigestMethod) - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Sets the value of the digestMethod property.
- setDigestMethod(DigestMethod) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the digestMethod property.
- setDigestValue(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Sets the value of the digestValue property.
- setDigestValue(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Sets the value of the digestValue property.
- setDigestValue(byte[]) - Method in class org.etsi.uri._01903.v1_3.DigestAlgAndValueType
-
Sets the value of the digestValue property.
- setDigestValue(byte[]) - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Sets the value of the digestValue property.
- setDigestValue(byte[]) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the digestValue property.
- setDN(String) - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Sets the value of the dn property.
- setDN(String) - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Sets the value of the dn property.
- setDN(String) - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Sets the value of the dn property.
- setDN(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setDn(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- setDNSAddress(String) - Method in class oasis.names.tc.saml._1_0.assertion.SubjectLocality
-
Sets the value of the dnsAddress property.
- setDNSName(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectLocality
-
Sets the value of the dnsName property.
- setDocument(DocumentType) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentWithSignature
-
Sets the value of the document property.
- setDocument(DocumentType) - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedDocument
-
Sets the value of the document property.
- setDocumentationReferences(DocumentationReferencesType) - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Sets the value of the documentationReferences property.
- setDocumentLocator(Locator) - Method in class be.ehealth.technicalconnector.validator.impl.handler.ForkContentHandler
-
- setDocumentType(DocumentType) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setDuplicate(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setDuration(Duration) - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Sets the value of the duration property.
- setEHActorQualitiesSignedData(byte[]) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Sets the value of the ehActorQualitiesSignedData property.
- setEHealthCSR(EHealthCertificateSigningRequestType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateRequest
-
Sets the value of the eHealthCSR property.
- setEmailGeneral(String) - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Sets the value of the emailGeneral property.
- setEmailGeneral(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Sets the value of the emailGeneral property.
- setEmailGeneral(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- setEmailPrivate(String) - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Sets the value of the emailPrivate property.
- setEmailPrivate(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Sets the value of the emailPrivate property.
- setEmailPrivate(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- setEncodedData(EncodedDataType) - Method in class be.fgov.ehealth.seals.core.v1.ChoiceEncodedDataErrorType
-
Sets the value of the encodedData property.
- setEncoding(String) - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Sets the value of the encoding property.
- setEncoding(String) - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Sets the value of the encoding property.
- setEncoding(String) - Method in class org.w3._2000._09.xmldsig.Object
-
Sets the value of the encoding property.
- setEncoding(String) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the encoding property.
- setEncryptedData(EncryptedData) - Method in class oasis.names.tc.saml._2_0.assertion.EncryptedElementType
-
Sets the value of the encryptedData property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Sets the value of the encryptedID property.
- setEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingResponse
-
Sets the value of the encryptedID property.
- setEncryptedKey(EncryptedDataType) - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Sets the value of the encryptedKey property.
- setEncryptionCredential(Credential) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setEncryptionCredential(Credential) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Sets the personal credential.
- setEncryptionMethod(EncryptionMethodType) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the encryptionMethod property.
- setEncryptionPrivateKeys(Map<String, PrivateKey>) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setEncryptionPrivateKeys(Map<String, PrivateKey>) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Sets the personaldecryption keys.
- setEncryptionProperties(EncryptionProperties) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the encryptionProperties property.
- setEnd(long) - Method in class be.behealth.webservices.tsa.PeriodType
-
Sets the value of the end property.
- setEnd(long) - Method in class be.fgov.ehealth.timestamping.protocol.v2.PeriodType
-
Sets the value of the end property.
- setEndDate(DateTime) - Method in class be.fgov.ehealth.commons._1_0.core.PeriodType
-
Sets the value of the endDate property.
- setEndDate(DateTime) - Method in class be.fgov.ehealth.commons.core.v1.PeriodType
-
Sets the value of the endDate property.
- setEndDate01(DateTime) - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Sets the value of the endDate01 property.
- setEndDate02(DateTime) - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Sets the value of the endDate02 property.
- setEndpoint(String) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setEndpointList(EndpointList) - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Sets the value of the endpointList property.
- setEntityType(EntityType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateEntityType
-
Sets the value of the entityType property.
- setEntityType(EntityType) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataRequest
-
Sets the value of the entityType property.
- setEnvironment(String) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Sets the value of the environment property.
- setEnvironment(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Sets the value of the environment property.
- setEnvironment(EnvironmentType) - Method in class be.fgov.ehealth.errors.soa.v1.SOAErrorType
-
Sets the value of the environment property.
- setError(ErrorType) - Method in class be.behealth.webservices.tsa.TSConsultResponse
-
Sets the value of the error property.
- setError(ErrorType) - Method in class be.behealth.webservices.tsa.TSConsultTSBagResponse
-
Sets the value of the error property.
- setError(ErrorType) - Method in class be.fgov.ehealth.seals.core.v1.ChoiceDecodedDataErrorType
-
Sets the value of the error property.
- setError(ErrorType) - Method in class be.fgov.ehealth.seals.core.v1.ChoiceEncodedDataErrorType
-
Sets the value of the error property.
- setError(ErrorType) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultResponse
-
Sets the value of the error property.
- setError(ErrorType) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagResponse
-
Sets the value of the error property.
- setErrorBound(Duration) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the errorBound property.
- setErrorCode(String) - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Sets the value of the errorCode property.
- setErrorValue(String) - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Sets the value of the errorValue property.
- setEscapedXML(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Sets the value of the escapedXML property.
- setETK(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Sets the value of the etk property.
- setETK(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequestContent
-
Sets the value of the etk property.
- setETK(byte[]) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Sets the value of the etk property.
- setETK(byte[]) - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationResponse
-
Sets the value of the etk property.
- setETKSearchCriteria(ETKSearchCriteria) - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Sets the value of the etkSearchCriteria property.
- setETKStatus(ETKStatusType) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the etkStatus property.
- setEvidence(Evidence) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Sets the value of the evidence property.
- setEvidence(Evidence) - Method in class oasis.names.tc.saml._1_0.protocol.AuthorizationDecisionQuery
-
Sets the value of the evidence property.
- setEvidence(Evidence) - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Sets the value of the evidence property.
- setEvidence(Evidence) - Method in class oasis.names.tc.saml._2_0.protocol.AuthzDecisionQuery
-
Sets the value of the evidence property.
- setException(TechnicalConnectorException) - Method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyContext
-
- setExpirationDate(DateTime) - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
-
Sets the value of the expirationDate property.
- setExpirationDate(DateTime) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.SubmitCSRForForeignerResponseInfo
-
- setExpiry(Expiry) - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Sets the value of the expiry property.
- setExplicitText(String) - Method in class org.etsi.uri._01903.v1_3.SPUserNotice
-
Sets the value of the explicitText property.
- setExponent(byte[]) - Method in class org.w3._2000._09.xmldsig.RSAKeyValue
-
Sets the value of the exponent property.
- setExtensions(ExtensionsType) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the extensions property.
- setExtensions(ExtensionsType) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the extensions property.
- setFaultId(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.ApplicationErrors
-
Sets the value of the faultId property.
- setFaultTo(String) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setFieldName(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfoDetailType
-
Sets the value of the fieldName property.
- setFieldValue(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfoDetailType
-
Sets the value of the fieldValue property.
- setFirstName(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setFirstNames(List<String>) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- setForceAuthn(Boolean) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the forceAuthn property.
- setForeignPerson(ActorType) - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
Sets the value of the foreignPerson property.
- setFormat(String) - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Sets the value of the format property.
- setFormat(String) - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Sets the value of the format property.
- setFormat(String) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDPolicy
-
Sets the value of the format property.
- setFriendlyName(String) - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Sets the value of the friendlyName property.
- setFrom(String) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setG(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the g property.
- setGender(Gender) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setGetComplete(String) - Method in class oasis.names.tc.saml._2_0.protocol.IDPList
-
Sets the value of the getComplete property.
- setGivenSearchCriteria(SearchCriteriaType) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkResponse
-
Sets the value of the givenSearchCriteria property.
- setHandler(BrowserHandler) - Method in class be.ehealth.technicalconnector.service.sso.impl.SingleSignOnServiceImpl
-
- setHandler(BrowserHandler) - Method in interface be.ehealth.technicalconnector.service.sso.SingleSignOnService
-
- setHash(String) - Method in class be.behealth.webservices.tsa.JournalEntryType
-
Sets the value of the hash property.
- setHash(HashType) - Method in class be.behealth.webservices.tsa.TimeStampBagType
-
Sets the value of the hash property.
- setHash(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.JournalEntryType
-
Sets the value of the hash property.
- setHash(HashType) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
-
Sets the value of the hash property.
- setHasObjectTagsAndAttributesSet(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Sets the value of the hasObjectTagsAndAttributesSet property.
- setHeaderCredential(Credential) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setHeaderCredential(Credential) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
- setHolderOfKeyCredential(Credential) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setHolderOfKeyCredential(Credential) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Sets the system credential.
- setHolderOfKeyPrivateKeys(Map<String, PrivateKey>) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setHolderOfKeyPrivateKeys(Map<String, PrivateKey>) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
Sets the system decryption keys.
- setHouseNumber(String) - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Sets the value of the houseNumber property.
- setId(String) - Method in class be.cin.nippin.memberdata.saml.extension.Dimension
-
Sets the value of the id property.
- setId(String) - Method in class be.cin.nippin.memberdata.saml.extension.Facet
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons._1_0.protocol.ResponseType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons.protocol.v1.ResponseType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons.protocol.v2.RequestType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.EteeResponseType
-
Sets the value of the id property.
- setID(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Identifier
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.seals.core.v1.DecodedDataType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.seals.core.v1.EncodedDataType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.seals.core.v1.ErrorType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Sets the value of the id property.
- setId(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- setId(String) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.SignedPropertiesBuilder
-
- setId(String) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.UnsignedPropertiesBuilder
-
- setID(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Sets the value of the id property.
- setID(String) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the id property.
- setID(String) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the id property.
- setID(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.CertificateValuesType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.CompleteCertificateRefsType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.GenericTimeStampType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.QualifyingPropertiesReference
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.UnsignedDataObjectProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.KeyInfo
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.Manifest
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.Object
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.Signature
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.SignatureProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.SignatureProperty
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.SignatureValue
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2001._04.xmlenc.EncryptionProperties
-
Sets the value of the id property.
- setId(String) - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Sets the value of the id property.
- setIdentificationData(IdentificationData) - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest
-
Sets the value of the identificationData property.
- setIdentifier(Id) - Method in class be.fgov.ehealth.certra.core.v2.OrganizationType
-
Sets the value of the identifier property.
- setIdentifier(Identifier) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Sets the value of the identifier property.
- setIdentifier(ActorId) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- setIdentifier(String) - Method in class oasis.names.tc.dss._1_0.core.schema.Property
-
Sets the value of the identifier property.
- setIdentifier(IdentifierType) - Method in class org.etsi.uri._01903.v1_3.ObjectIdentifier
-
Sets the value of the identifier property.
- setIdentifierType(String) - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Sets the value of the identifierType property.
- setIdentifierType(IdentifierType) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setIdentity(Identity) - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- setIDHospital(String) - Method in class be.behealth.webservices.tsa.TSConsultRequest
-
Sets the value of the idHospital property.
- setIDHospital(String) - Method in class be.behealth.webservices.tsa.TSConsultTSBagRequest
-
Sets the value of the idHospital property.
- setIDHospital(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultRequest
-
Sets the value of the idHospital property.
- setIDHospital(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultTSBagRequest
-
Sets the value of the idHospital property.
- setIDPList(IDPList) - Method in class oasis.names.tc.saml._2_0.protocol.Scoping
-
Sets the value of the idpList property.
- setIds(List<ActorId>) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- setIgnoreComments(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.InlineXMLType
-
Sets the value of the ignoreComments property.
- setIgnorePIs(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.InlineXMLType
-
Sets the value of the ignorePIs property.
- setInline(boolean) - Method in class be.fgov.ehealth.bcp.protocol.v2.Key
-
Sets the value of the inline property.
- setInlineXML(InlineXMLType) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentType
-
Sets the value of the inlineXML property.
- setInputData(String) - Method in class be.fgov.ehealth.seals.core.v1.OriginalDataType
-
Sets the value of the inputData property.
- setInputDocuments(InputDocuments) - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Sets the value of the inputDocuments property.
- setInResponseTo(String) - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Sets the value of the inResponseTo property.
- setInResponseTo(String) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the inResponseTo property.
- setInResponseTo(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Sets the value of the inResponseTo property.
- setInResponseTo(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the inResponseTo property.
- setInsCode(String) - Method in class be.fgov.ehealth.commons.core.v1.MunicipalityType
-
Sets the value of the insCode property.
- setInstantiator(BeIDInstantiator) - Static method in class be.ehealth.technicalconnector.beid.BeIDFactory
-
- setIPAddress(String) - Method in class oasis.names.tc.saml._1_0.assertion.SubjectLocality
-
Sets the value of the ipAddress property.
- setIsMemberOfFamily(boolean) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setIsPassive(Boolean) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the isPassive property.
- setIssueInstant(DateTime) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class be.fgov.ehealth.commons.protocol.v2.RequestType
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class be.fgov.ehealth.commons.protocol.v2.ResponseType
-
Sets the value of the issueInstant property.
- setIssueInstant(RequestType) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the issueInstant property.
- setIssueInstant(DateTime) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the issueInstant property.
- setIssuer(String) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the issuer property.
- setIssuer(NameIDType) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the issuer property.
- setIssuer(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the issuer property.
- setIssuer(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the issuer property.
- setIssuer(String) - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Sets the value of the issuer property.
- setIssuerDN(String) - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Sets the value of the issuerDN property.
- setIssuerDN(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the issuerDN property.
- setIssuerSerial(X509IssuerSerialType) - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Sets the value of the issuerSerial property.
- setIssueTime(DateTime) - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Sets the value of the issueTime property.
- setIsValidCombination(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationResult
-
Sets the value of the isValidCombination property.
- setJ(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the j property.
- setKey(Key) - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Sets the value of the key property.
- setKey(Key) - Method in class be.fgov.ehealth.commons.enc.v2.KeyInfo
-
Sets the value of the key property.
- setKey(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponseContent
-
Sets the value of the key property.
- setKeyDepotService(KeyDepotService) - Method in class be.ehealth.technicalconnector.service.keydepot.impl.KeyDepotManagerImpl
-
- setKeyDepotService(KeyDepotService) - Method in interface be.ehealth.technicalconnector.service.keydepot.KeyDepotManager
-
- setKeyEncryptionKey(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Sets the value of the keyEncryptionKey property.
- setKeyEncryptionKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Sets the value of the keyEncryptionKeyIdentifier property.
- setKeyGenerator(KeyGenerator) - Static method in class be.ehealth.technicalconnector.utils.ConnectorCryptoUtils
-
Setting the KeyGenerator to use for generating a SecretKey
- setKeyId(String) - Method in class be.ehealth.technicalconnector.service.kgss.domain.KeyResult
-
Sets the key id.
- setKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
-
Sets the value of the keyIdentifier property.
- setKeyInfo(KeyInfo) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionPolicy
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfo) - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalKeyInfo
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfo) - Method in class oasis.names.tc.dss._1_0.core.schema.KeySelector
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfo) - Method in class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfo) - Method in class org.w3._2000._09.xmldsig.Signature
-
Sets the value of the keyInfo property.
- setKeyInfo(KeyInfo) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the keyInfo property.
- setKeyStore(Map<String, KeyStore>) - Method in class be.ehealth.technicalconnector.session.impl.SessionManagerImpl
-
- setKeyStore(Map<String, KeyStore>) - Method in interface be.ehealth.technicalconnector.session.SessionManager
-
Method to set the keyStores that the sessionManagment should use.
- setKgssService(KgssService) - Method in class be.ehealth.technicalconnector.service.kgss.KgssManager
-
- setLang(String) - Method in class be.fgov.ehealth.certra.core.v2.LocalizedString
-
Sets the value of the lang property.
- setLang(LangageType) - Method in class be.fgov.ehealth.commons._1_0.core.LocalisedString
-
Sets the value of the lang property.
- setLang(LangageType) - Method in class be.fgov.ehealth.commons.core.v1.LocalisedString
-
Sets the value of the lang property.
- setLang(String) - Method in class be.fgov.ehealth.daas.complextype.v1.BaseNameType
-
Sets the value of the lang property.
- setLang(String) - Method in class be.fgov.ehealth.errors.core.v1.LocalisedStringType
-
Sets the value of the lang property.
- setLang(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedString
-
- setLang(String) - Method in class oasis.names.tc.dss._1_0.core.schema.InternationalStringType
-
Sets the value of the lang property.
- setLegalContext(String) - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdRequest
-
Sets the value of the legalContext property.
- setLegalPerson(LegalPerson) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Sets the value of the legalPerson property.
- setLoc(String) - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Sets the value of the loc property.
- setLocalizedName(LocalizedText) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- setLocation(InputStream) - Static method in class be.ehealth.technicalconnector.config.ConfigFactory
-
- setLocation(String) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorityBinding
-
Sets the value of the location property.
- setLowerBoundary(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeBoundaries
-
Sets the value of the lowerBoundary property.
- setMajorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the majorVersion property.
- setMajorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Sets the value of the majorVersion property.
- setMajorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the majorVersion property.
- setMaxElements(int) - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorPaginationRequestType
-
Sets the value of the maxElements property.
- setMaxElements(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationRequestType
-
Sets the value of the maxElements property.
- setMaxElements(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationResponseType
-
Sets the value of the maxElements property.
- setMaxElements(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationStatusResponseType
-
Sets the value of the maxElements property.
- setMessage(SOAPMessage) - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- setMessage(String) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.Status
-
Sets the value of the message property.
- setMessage(String) - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorType
-
Sets the value of the message property.
- setMessage(String) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.ErrorType
-
Sets the value of the message property.
- setMessage(InternationalStringType) - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Sets the value of the message property.
- setMessageID(URI) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setMethod(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Sets the value of the method property.
- setMiddleName(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setMimeType(String) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptedDataType
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class be.fgov.ehealth.commons.enc.v2.EncryptionPolicy
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.AttachmentReference
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Data
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class org.w3._2000._09.xmldsig.Object
-
Sets the value of the mimeType property.
- setMimeType(String) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the mimeType property.
- setMinorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the minorVersion property.
- setMinorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Sets the value of the minorVersion property.
- setMinorVersion(BigInteger) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the minorVersion property.
- setModulus(byte[]) - Method in class org.w3._2000._09.xmldsig.RSAKeyValue
-
Sets the value of the modulus property.
- setMunicipality(String) - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- setMunicipality(MunicipalityType) - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Sets the value of the municipality property.
- setMustUnderstand(boolean) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setName(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setName(String) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceType
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Service
-
Sets the value of the name property.
- setName(TextType) - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Sets the value of the name property.
- setName(TextType) - Method in class be.fgov.ehealth.certra.core.v2.OrganizationType
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.commons.core.v2.ActorType
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorParameterType
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.CredentialType
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Quality
-
Sets the value of the name property.
- setName(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Actor
-
- setName(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- setName(NameIdentifierType) - Method in class oasis.names.tc.dss._1_0.core.schema.ClaimedIdentity
-
Sets the value of the name property.
- setName(NameIdentifierType) - Method in class oasis.names.tc.dss._1_0.core.schema.RequesterIdentity
-
Sets the value of the name property.
- setName(String) - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Sets the value of the name property.
- setName(String) - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Sets the value of the name property.
- setNameFormat(String) - Method in class oasis.names.tc.saml._2_0.assertion.Attribute
-
Sets the value of the nameFormat property.
- setNameFr(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Sets the value of the nameFr property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.assertion.Subject
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Sets the value of the nameID property.
- setNameID(NameIDType) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingResponse
-
Sets the value of the nameID property.
- setNameIdentifier(NameIdentifierType) - Method in class oasis.names.tc.saml._1_0.assertion.Subject
-
Sets the value of the nameIdentifier property.
- setNameIDPolicy(NameIDPolicy) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the nameIDPolicy property.
- setNameIDPolicy(NameIDPolicy) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDMappingRequest
-
Sets the value of the nameIDPolicy property.
- setNameNl(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Organization
-
Sets the value of the nameNl property.
- setNameQualifier(String) - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Sets the value of the nameQualifier property.
- setNameQualifier(String) - Method in class oasis.names.tc.saml._2_0.assertion.BaseID
-
Sets the value of the nameQualifier property.
- setNameQualifier(String) - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Sets the value of the nameQualifier property.
- setNamespace(String) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.CredentialType
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class oasis.names.tc.saml._1_0.assertion.Action
-
Sets the value of the namespace property.
- setNamespace(String) - Method in class oasis.names.tc.saml._2_0.assertion.Action
-
Sets the value of the namespace property.
- setNationality(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setNationalNumber(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setNaturalPerson(NaturalPerson) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Sets the value of the naturalPerson property.
- setNaturalPersonAuthorization(Boolean) - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesResponse
-
Sets the value of the naturalPersonAuthorization property.
- setNaturalPersonAuthorization(Boolean) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorQualities
-
- setNewEncryptedID(EncryptedElementType) - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Sets the value of the newEncryptedID property.
- setNewID(String) - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Sets the value of the newID property.
- setNewKey(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
-
Sets the value of the newKey property.
- setNewKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponseContent
-
Sets the value of the newKeyIdentifier property.
- setNIHII(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Quality
-
Sets the value of the nihii property.
- setNobleCondition(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setNotBefore(DateTime) - Method in class oasis.names.tc.saml._1_0.assertion.Conditions
-
Sets the value of the notBefore property.
- setNotBefore(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.Conditions
-
Sets the value of the notBefore property.
- setNotBefore(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Sets the value of the notBefore property.
- setNoticeNumbers(IntegerListType) - Method in class org.etsi.uri._01903.v1_3.NoticeReferenceType
-
Sets the value of the noticeNumbers property.
- setNoticeRef(NoticeReferenceType) - Method in class org.etsi.uri._01903.v1_3.SPUserNotice
-
Sets the value of the noticeRef property.
- setNotOnOrAfter(DateTime) - Method in class oasis.names.tc.saml._1_0.assertion.Conditions
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.Conditions
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Sets the value of the notOnOrAfter property.
- setNotOnOrAfter(DateTime) - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Sets the value of the notOnOrAfter property.
- setNumber(BigInteger) - Method in class be.behealth.webservices.tsa.ErrorType
-
Sets the value of the number property.
- setNumber(BigInteger) - Method in class be.fgov.ehealth.timestamping.protocol.v2.ErrorType
-
Sets the value of the number property.
- setNumber(BigInteger) - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Sets the value of the number property.
- setObjectIdentifier(ObjectIdentifier) - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Sets the value of the objectIdentifier property.
- setObjectReference(String) - Method in class org.etsi.uri._01903.v1_3.DataObjectFormat
-
Sets the value of the objectReference property.
- setObjId(String) - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Sets the value of the objId property.
- setOCSPIdentifier(OCSPIdentifierType) - Method in class org.etsi.uri._01903.v1_3.OCSPRefType
-
Sets the value of the ocspIdentifier property.
- setOCSPRefs(OCSPRefsType) - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Sets the value of the ocspRefs property.
- setOCSPValues(OCSPValuesType) - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Sets the value of the ocspValues property.
- setOffset(int) - Method in class be.fgov.ehealth.commons.protocol.v2.AuthorPaginationRequestType
-
Sets the value of the offset property.
- setOffset(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationRequestType
-
Sets the value of the offset property.
- setOffset(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationResponseType
-
Sets the value of the offset property.
- setOffset(int) - Method in class be.fgov.ehealth.commons.protocol.v2.PaginationStatusResponseType
-
Sets the value of the offset property.
- setOptionalInputs(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Sets the value of the optionalInputs property.
- setOptionalOutputs(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Sets the value of the optionalOutputs property.
- setOptionEnumeration(String) - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Sets the value of the optionEnumeration property.
- setOrder(BigInteger) - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Sets the value of the order property.
- setOrder(BigInteger) - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Sets the value of the order property.
- setOrdered(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the ordered property.
- setOrganization(String) - Method in class org.etsi.uri._01903.v1_3.NoticeReferenceType
-
Sets the value of the organization property.
- setOrganizationAuthorizations(List<Organization>) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorQualities
-
- setOrganizationIdentifier(Id) - Method in class be.fgov.ehealth.certra.protocol.v2.GetExistingApplicationIdsRequest
-
Sets the value of the organizationIdentifier property.
- setOrigin(String) - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Sets the value of the origin property.
- setOther(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.KeySelector
-
Sets the value of the other property.
- setOther(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Sets the value of the other property.
- setOther(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Sets the value of the other property.
- setOtherRefs(OtherCertStatusRefsType) - Method in class org.etsi.uri._01903.v1_3.CompleteRevocationRefsType
-
Sets the value of the otherRefs property.
- setOtherValues(OtherCertStatusValuesType) - Method in class org.etsi.uri._01903.v1_3.RevocationValuesType
-
Sets the value of the otherValues property.
- setOutputData(String) - Method in class be.fgov.ehealth.seals.core.v1.DecodedDataType
-
Sets the value of the outputData property.
- setP(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the p property.
- setPackageName(String) - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Setter for name.
- setPassword(String) - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Setter for password.
- setPayload(Document) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setPayload(Document, GenericFeature...) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setPayload(String) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
The payload to set as String value
Note: only well-formed xml document are allowed.
- setPayload(Object) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
Setting the payload with a classes annotated with
XmlRootElement
are allowed.
- setPayload(Object, GenericFeature...) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setPeriod(PeriodType) - Method in class be.behealth.webservices.tsa.TSConsultRequest
-
Sets the value of the period property.
- setPeriod(PeriodType) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultRequest
-
Sets the value of the period property.
- setPgenCounter(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the pgenCounter property.
- setPGPKeyID(byte[]) - Method in class org.w3._2000._09.xmldsig.PGPData
-
Sets the value of the pgpKeyID property.
- setPGPKeyPacket(byte[]) - Method in class org.w3._2000._09.xmldsig.PGPData
-
Sets the value of the pgpKeyPacket property.
- setPhoneGeneral(String) - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Sets the value of the phoneGeneral property.
- setPhoneGeneral(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Sets the value of the phoneGeneral property.
- setPhoneGeneral(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- setPhonePrivate(String) - Method in class be.fgov.ehealth.certra.core.v2.ContactDataType
-
Sets the value of the phonePrivate property.
- setPhonePrivate(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
-
Sets the value of the phonePrivate property.
- setPhonePrivate(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContactData
-
- setPhoto(byte[]) - Method in class be.ehealth.technicalconnector.beid.domain.BeIDInfo
-
- setPhotoDigest(byte[]) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setPlaceOfBirth(String) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setPolicy(String) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the policy property.
- setPostalCode(String) - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Sets the value of the postalCode property.
- setPostBox(String) - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Sets the value of the postBox property.
- setProducedAt(DateTime) - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Sets the value of the producedAt property.
- setProfile(String) - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Sets the value of the profile property.
- setProfile(String) - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Sets the value of the profile property.
- setProperty(String, String) - Method in interface be.ehealth.technicalconnector.config.Configuration
-
Method to override a property at runtime.
- setProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
- setProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigurationWithSessionCache
-
- setProperty(String, String) - Method in class be.ehealth.technicalconnector.config.impl.ConfigValidatorImpl
-
- setProtocolBinding(String) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the protocolBinding property.
- setProviderID(String) - Method in class oasis.names.tc.saml._2_0.protocol.IDPEntry
-
Sets the value of the providerID property.
- setProviderName(String) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the providerName property.
- setProxyCount(BigInteger) - Method in class oasis.names.tc.saml._2_0.protocol.Scoping
-
Sets the value of the proxyCount property.
- setPublicEncryptionKey(byte[]) - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
-
Sets the value of the publicEncryptionKey property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the publicKeyIdentifier property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
Sets the value of the publicKeyIdentifier property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Sets the value of the publicKeyIdentifier property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateRequest
-
Sets the value of the publicKeyIdentifier property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Sets the value of the publicKeyIdentifier property.
- setPublicKeyIdentifier(byte[]) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- setQ(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the q property.
- setQualifier(QualifierType) - Method in class org.etsi.uri._01903.v1_3.IdentifierType
-
Sets the value of the qualifier property.
- setQuery(QueryAbstractType) - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Sets the value of the query property.
- setReason(String) - Method in class oasis.names.tc.saml._2_0.protocol.LogoutRequest
-
Sets the value of the reason property.
- setRecipient(String) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the recipient property.
- setRecipient(String) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
Sets the value of the recipient property.
- setRecipient(String) - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Sets the value of the recipient property.
- setRef(long) - Method in class be.behealth.webservices.tsa.JournalEntryType
-
Sets the value of the ref property.
- setRef(long) - Method in class be.fgov.ehealth.timestamping.protocol.v2.JournalEntryType
-
Sets the value of the ref property.
- setRef(String) - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Sets the value of the ref property.
- setReferencedData(Boolean) - Method in class org.etsi.uri._01903.v1_3.Include
-
Sets the value of the referencedData property.
- setReferenceList(ReferenceList) - Method in class org.w3._2001._04.xmlenc.EncryptedKey
-
Sets the value of the referenceList property.
- setReferenceXpath(String) - Method in class oasis.names.tc.dss._1_0.core.schema.ManifestResult
-
Sets the value of the referenceXpath property.
- setRefId(String) - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Sets the value of the refId property.
- setRefType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Sets the value of the refType property.
- setRefURI(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
-
Sets the value of the refURI property.
- setRefURI(String) - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Sets the value of the refURI property.
- setRelationshipType(String) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingRelatesTo
-
- setReleatesTo(URI) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingRelatesTo
-
- setReplaceable(boolean) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the replaceable property.
- setReplacementPeriodStartDate(DateTime) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the replacementPeriodStartDate property.
- setReplacesCertificate(byte[]) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateResponse
-
Sets the value of the replacesCertificate property.
- setReplacesCertificate(byte[]) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Certificate
-
- setReplyTo(String) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setRequestedAuthnContext(RequestedAuthnContext) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnQuery
-
Sets the value of the requestedAuthnContext property.
- setRequestedAuthnContext(RequestedAuthnContext) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the requestedAuthnContext property.
- setRequestedDate(DateTime) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the requestedDate property.
- setRequestId(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the requestId property.
- setRequestId(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Sets the value of the requestId property.
- setRequestID(String) - Method in class oasis.names.tc.dss._1_0.core.schema.RequestBaseType
-
Sets the value of the requestID property.
- setRequestID(String) - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Sets the value of the requestID property.
- setRequestID(String) - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Sets the value of the requestID property.
- setResource(String) - Method in class oasis.names.tc.saml._1_0.assertion.AuthorizationDecisionStatement
-
Sets the value of the resource property.
- setResource(String) - Method in class oasis.names.tc.saml._1_0.protocol.AttributeQuery
-
Sets the value of the resource property.
- setResource(String) - Method in class oasis.names.tc.saml._1_0.protocol.AuthorizationDecisionQuery
-
Sets the value of the resource property.
- setResource(String) - Method in class oasis.names.tc.saml._2_0.assertion.AuthzDecisionStatement
-
Sets the value of the resource property.
- setResource(String) - Method in class oasis.names.tc.saml._2_0.protocol.AuthzDecisionQuery
-
Sets the value of the resource property.
- setResponderID(ResponderIDType) - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Sets the value of the responderID property.
- setResponse(GenericResponse) - Method in class be.ehealth.technicalconnector.ws.impl.strategy.InvokeStrategyContext
-
- setResponseID(String) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the responseID property.
- setResult(Result) - Method in class oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
-
Sets the value of the result property.
- setResultMajor(String) - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Sets the value of the resultMajor property.
- setResultMessage(InternationalStringType) - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Sets the value of the resultMessage property.
- setResultMinor(String) - Method in class oasis.names.tc.dss._1_0.core.schema.Result
-
Sets the value of the resultMinor property.
- setRetry(Boolean) - Method in class be.fgov.ehealth.errors.core.v1.ErrorType
-
Sets the value of the retry property.
- setRevocable(boolean) - Method in class be.fgov.ehealth.certra.core.v2.CertificateInfoType
-
Sets the value of the revocable property.
- setRevocableCertificatesDataSignedResponse(byte[]) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataRequest
-
Sets the value of the revocableCertificatesDataSignedResponse property.
- setRevocationReason(RevocationReasonType) - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Sets the value of the revocationReason property.
- setRevocationReason(RevocationReasonType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Sets the value of the revocationReason property.
- setRevocationReason(RevocationReasonType) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- setRevocationValues(RevocationValuesType) - Method in class org.etsi.uri._01903.v1_3.UnsignedSignatureProperties
-
Sets the value of the revocationValues property.
- setRevocationValues(RevocationValuesType) - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Sets the value of the revocationValues property.
- setRFC3161TimeStampToken(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Sets the value of the rfc3161TimeStampToken property.
- setSamlSecured(Element, Credential) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
This method will uses the assertion and the credential for setting the SAML security
- setSAMLToken(SAMLToken) - Method in class be.ehealth.technicalconnector.session.impl.SessionItemImpl
-
- setSAMLToken(SAMLToken) - Method in interface be.ehealth.technicalconnector.session.SessionItem
-
This method will set the samltoken when created
- setScope(String, MessageContext.Scope) - Method in class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
- setScoping(Scoping) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the scoping property.
- setSealedContent(byte[]) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.SealedContentType
-
Sets the value of the sealedContent property.
- setSealedKeyRequest(SealedContentType) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequest
-
Sets the value of the sealedKeyRequest property.
- setSealedKeyResponse(SealedContentType) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyResponse
-
Sets the value of the sealedKeyResponse property.
- setSealedNewKeyRequest(SealedContentType) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyRequest
-
Sets the value of the sealedNewKeyRequest property.
- setSealedNewKeyResponse(SealedContentType) - Method in class be.fgov.ehealth.etee.kgss._1_0.protocol.GetNewKeyResponse
-
Sets the value of the sealedNewKeyResponse property.
- setSearchCriteria(SearchCriteriaType) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.GetEtkRequest
-
Sets the value of the searchCriteria property.
- setSecretKey(SecretKey) - Method in class be.ehealth.technicalconnector.service.kgss.domain.KeyResult
-
Sets the secret key.
- setSeed(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the seed property.
- setSequenceNumber(long) - Method in class be.behealth.webservices.tsa.TimeStampBagType
-
Sets the value of the sequenceNumber property.
- setSequenceNumber(String) - Method in class be.behealth.webservices.tsa.TimeStampIdentification
-
Sets the value of the sequenceNumber property.
- setSequenceNumber(long) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
-
Sets the value of the sequenceNumber property.
- setSequenceNumber(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TimeStampIdentification
-
Sets the value of the sequenceNumber property.
- setSerialNumber(String) - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Sets the value of the serialNumber property.
- setSerialNumber(BigInteger) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the serialNumber property.
- setSessionIndex(String) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Sets the value of the sessionIndex property.
- setSessionIndex(String) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnQuery
-
Sets the value of the sessionIndex property.
- setSessionManager(SessionManager) - Static method in class be.ehealth.technicalconnector.session.Session
-
Sets the session manager.
- setSessionNotOnOrAfter(DateTime) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Sets the value of the sessionNotOnOrAfter property.
- setSignature(byte[]) - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- setSignature(Signature) - Method in class be.fgov.ehealth.bcp.protocol.v1.ServiceList
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.bcp.protocol.v2.ServiceList
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateCertificateRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForCitizenRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.certra.protocol.v2.RevokeRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.etkra.protocol.v2.ActivateETKRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.dss._1_0.core.schema.Timestamp
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._1_0.assertion.Assertion
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._1_0.protocol.RequestAbstractType
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._1_0.protocol.ResponseAbstractType
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the signature property.
- setSignature(Signature) - Method in class org.etsi.uri._01903.v1_3.CounterSignature
-
Sets the value of the signature property.
- setSignatureCert(X509Certificate) - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- setSignatureMethod(SignatureMethod) - Method in class org.w3._2000._09.xmldsig.SignedInfo
-
Sets the value of the signatureMethod property.
- setSignatureObject(SignatureObject) - Method in class oasis.names.tc.dss._1_0.core.schema.SignResponse
-
Sets the value of the signatureObject property.
- setSignatureObject(SignatureObject) - Method in class oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
-
Sets the value of the signatureObject property.
- setSignatureObject(SignatureObject) - Method in class oasis.names.tc.dss._1_0.core.schema.VerifyRequest
-
Sets the value of the signatureObject property.
- setSignaturePolicyId(SignaturePolicyIdType) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
-
Sets the value of the signaturePolicyId property.
- setSignaturePolicyIdentifier(SignaturePolicyIdentifier) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the signaturePolicyIdentifier property.
- setSignaturePolicyImplied(Object) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
-
Sets the value of the signaturePolicyImplied property.
- setSignatureProductionPlace(SignatureProductionPlace) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the signatureProductionPlace property.
- setSignaturePtr(SignaturePtr) - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Sets the value of the signaturePtr property.
- setSignatureValue(SignatureValue) - Method in class org.w3._2000._09.xmldsig.Signature
-
Sets the value of the signatureValue property.
- setSignedDataObjectProperties(SignedDataObjectProperties) - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Sets the value of the signedDataObjectProperties property.
- setSignedInfo(SignedInfo) - Method in class org.w3._2000._09.xmldsig.Signature
-
Sets the value of the signedInfo property.
- setSignedProperties(PropertiesType) - Method in class oasis.names.tc.dss._1_0.core.schema.Properties
-
Sets the value of the signedProperties property.
- setSignedProperties(SignedProperties) - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Sets the value of the signedProperties property.
- setSignedSignatureProperties(SignedSignatureProperties) - Method in class org.etsi.uri._01903.v1_3.SignedProperties
-
Sets the value of the signedSignatureProperties property.
- setSigner(ActorType) - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Sets the value of the signer property.
- setSigner(ActorType) - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Sets the value of the signer property.
- setSigner(ActorType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateContractRequest
-
Sets the value of the signer property.
- setSigner(ActorType) - Method in class be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractRequest
-
Sets the value of the signer property.
- setSigner(Actor) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setSigner(Actor) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- setSignerRole(SignerRole) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the signerRole property.
- setSigningCert(X509Certificate) - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- setSigningCert(X509Certificate) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.SignedPropertiesBuilder
-
- setSigningCertificate(SigningCertificate) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the signingCertificate property.
- setSigningTime(Date) - Method in class be.ehealth.technicalconnector.service.etee.domain.UnsealedData
-
- setSigningTime(DateTime) - Method in class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- setSigningTime(DateTime) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.SignedPropertiesBuilder
-
- setSigningTime(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeInfo
-
Sets the value of the signingTime property.
- setSigningTime(DateTime) - Method in class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
Sets the value of the signingTime property.
- setSigningTimeBoundaries(SigningTimeBoundaries) - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeInfo
-
Sets the value of the signingTimeBoundaries property.
- setSignResponse(SignResponse) - Method in class be.behealth.webservices.tsa.TSBagType
-
Sets the value of the signResponse property.
- setSignResponse(SignResponse) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSBagType
-
Sets the value of the signResponse property.
- setSigPolicyHash(DigestAlgAndValueType) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Sets the value of the sigPolicyHash property.
- setSigPolicyId(ObjectIdentifier) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Sets the value of the sigPolicyId property.
- setSigPolicyQualifiers(SigPolicyQualifiersListType) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Sets the value of the sigPolicyQualifiers property.
- setSoapAction(String) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setSoapAction(String, boolean) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
- setSpecialOrganisation(SpecialOrganisation) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setSpecialStatus(SpecialStatus) - Method in class be.ehealth.technicalconnector.beid.domain.Identity
-
- setSpecificTime(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.UseVerificationTimeType
-
Sets the value of the specificTime property.
- setSPNameQualifier(String) - Method in class oasis.names.tc.saml._2_0.assertion.BaseID
-
Sets the value of the spNameQualifier property.
- setSPNameQualifier(String) - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Sets the value of the spNameQualifier property.
- setSPNameQualifier(String) - Method in class oasis.names.tc.saml._2_0.protocol.NameIDPolicy
-
Sets the value of the spNameQualifier property.
- setSPProvidedID(String) - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Sets the value of the spProvidedID property.
- setSSIN(Id) - Method in class be.fgov.ehealth.certra.protocol.v2.GetActorQualitiesRequest
-
Sets the value of the ssin property.
- setSSIN(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataRequest
-
Sets the value of the ssin property.
- setSSIN(long) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.EHActorQualitiesDataResponse
-
Sets the value of the ssin property.
- setSSIN(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataRequest
-
Sets the value of the ssin property.
- setSSIN(String) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Sets the value of the ssin property.
- setStart(long) - Method in class be.behealth.webservices.tsa.PeriodType
-
Sets the value of the start property.
- setStart(long) - Method in class be.fgov.ehealth.timestamping.protocol.v2.PeriodType
-
Sets the value of the start property.
- setStartDate01(DateTime) - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Sets the value of the startDate01 property.
- setStartDate02(DateTime) - Method in class be.fgov.ehealth.daas.commons.v2.PeriodType
-
Sets the value of the startDate02 property.
- setStateOrProvince(String) - Method in class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
Sets the value of the stateOrProvince property.
- setStatus(String) - Method in class be.behealth.webservices.tsa.TSConsultResponse
-
Sets the value of the status property.
- setStatus(StatusType) - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Sets the value of the status property.
- setStatus(StatusType) - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Sets the value of the status property.
- setStatus(Status) - Method in class be.fgov.ehealth.commons._1_0.protocol.ResponseType
-
Sets the value of the status property.
- setStatus(StatusType) - Method in class be.fgov.ehealth.commons.protocol.v1.ResponseType
-
Sets the value of the status property.
- setStatus(Status) - Method in class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
Sets the value of the status property.
- setStatus(Status) - Method in class be.fgov.ehealth.etee.commons._1_0.etee.EteeResponseType
-
Sets the value of the status property.
- setStatus(StatusType) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificatesDataResponse
-
Sets the value of the status property.
- setStatus(StatusType) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevokeDataResponse
-
Sets the value of the status property.
- setStatus(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSConsultResponse
-
Sets the value of the status property.
- setStatus(String) - Method in class oasis.names.tc.dss._1_0.core.schema.ManifestResult
-
Sets the value of the status property.
- setStatus(Status) - Method in class oasis.names.tc.saml._1_0.protocol.Response
-
Sets the value of the status property.
- setStatus(Status) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the status property.
- setStatusCode(StatusCode) - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class be.fgov.ehealth.commons.core.v2.StatusCode
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class oasis.names.tc.saml._1_0.protocol.StatusCode
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Sets the value of the statusCode property.
- setStatusCode(StatusCode) - Method in class oasis.names.tc.saml._2_0.protocol.StatusCode
-
Sets the value of the statusCode property.
- setStatusDetail(StatusDetail) - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Sets the value of the statusDetail property.
- setStatusDetail(StatusDetail) - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Sets the value of the statusDetail property.
- setStatusDetail(StatusDetail) - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Sets the value of the statusDetail property.
- setStatusMessage(String) - Method in class be.fgov.ehealth.commons.core.v2.Status
-
Sets the value of the statusMessage property.
- setStatusMessage(String) - Method in class oasis.names.tc.saml._1_0.protocol.Status
-
Sets the value of the statusMessage property.
- setStatusMessage(String) - Method in class oasis.names.tc.saml._2_0.protocol.Status
-
Sets the value of the statusMessage property.
- setStrategy(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Cache
-
Sets the value of the strategy property.
- setStreet(StreetType) - Method in class be.fgov.ehealth.commons.core.v1.AddressType
-
Sets the value of the street property.
- setStreetAndNumber(String) - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- setSubject(Subject) - Method in class oasis.names.tc.saml._1_0.assertion.SubjectStatementAbstractType
-
Sets the value of the subject property.
- setSubject(Subject) - Method in class oasis.names.tc.saml._1_0.protocol.SubjectQueryAbstractType
-
Sets the value of the subject property.
- setSubject(Subject) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the subject property.
- setSubject(Subject) - Method in class oasis.names.tc.saml._2_0.protocol.AuthnRequest
-
Sets the value of the subject property.
- setSubject(Subject) - Method in class oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType
-
Sets the value of the subject property.
- setSubjectConfirmation(SubjectConfirmation) - Method in class oasis.names.tc.saml._1_0.assertion.Subject
-
Sets the value of the subjectConfirmation property.
- setSubjectConfirmationData(Object) - Method in class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
Sets the value of the subjectConfirmationData property.
- setSubjectConfirmationData(SubjectConfirmationDataType) - Method in class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
Sets the value of the subjectConfirmationData property.
- setSubjectLocality(SubjectLocality) - Method in class oasis.names.tc.saml._1_0.assertion.AuthenticationStatement
-
Sets the value of the subjectLocality property.
- setSubjectLocality(SubjectLocality) - Method in class oasis.names.tc.saml._2_0.assertion.AuthnStatement
-
Sets the value of the subjectLocality property.
- setSubjectQuery(SubjectQueryAbstractType) - Method in class oasis.names.tc.saml._1_0.protocol.Request
-
Sets the value of the subjectQuery property.
- setSubType(String) - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Sets the value of the subType property.
- setSubType(String) - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Sets the value of the subType property.
- setSupportingInfo(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.ClaimedIdentity
-
Sets the value of the supportingInfo property.
- setSupportingInfo(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.RequesterIdentity
-
Sets the value of the supportingInfo property.
- setTarget(String) - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Sets the value of the target property.
- setTarget(String) - Method in class org.w3._2000._09.xmldsig.SignatureProperty
-
Sets the value of the target property.
- setTarget(String) - Method in class org.w3._2001._04.xmlenc.EncryptionProperty
-
Sets the value of the target property.
- setTerminate(Terminate) - Method in class oasis.names.tc.saml._2_0.protocol.ManageNameIDRequest
-
Sets the value of the terminate property.
- setText(TextType) - Method in class be.fgov.ehealth.certra.core.v2.ContractType
-
Sets the value of the text property.
- setText(TextType) - Method in class be.fgov.ehealth.certra.core.v2.RevocationContractType
-
Sets the value of the text property.
- setText(LocalizedText) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedContract
-
- setText(LocalizedText) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.GeneratedRevocationContract
-
- setTimestamp(Timestamp) - Method in class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
Sets the value of the timestamp property.
- setTimeStampTheGivenSignature(Boolean) - Method in class oasis.names.tc.dss._1_0.core.schema.TimeSignatureInstructionType
-
Sets the value of the timeStampTheGivenSignature property.
- setTo(URI) - Method in class be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
-
- setToBeActivated(Boolean) - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationResponse
-
Sets the value of the toBeActivated property.
- setToBeRegistered(byte[]) - Method in class be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationRequest
-
Sets the value of the toBeRegistered property.
- setTranform(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Key
-
Sets the value of the tranform property.
- setTransforms(Transforms) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Sets the value of the transforms property.
- setTransforms(Transforms) - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Sets the value of the transforms property.
- setTransforms(Transforms) - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Sets the value of the transforms property.
- setTransforms(Transforms) - Method in class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
Sets the value of the transforms property.
- setTransforms(Transforms) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the transforms property.
- setTransforms(Transforms) - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Sets the value of the transforms property.
- setTransforms(TransformsType) - Method in class org.w3._2001._04.xmlenc.CipherReference
-
Sets the value of the transforms property.
- setTrustProvider(String) - Method in class be.ehealth.technicalconnector.handler.utils.WSSecurityCrypto
-
- setTSA(NameIdentifierType) - Method in class oasis.names.tc.dss._1_0.core.schema.TstInfo
-
Sets the value of the tsa property.
- setTSBagValue(byte[]) - Method in class be.behealth.webservices.tsa.TSBagType
-
Sets the value of the tsBagValue property.
- setTSBagValue(byte[]) - Method in class be.fgov.ehealth.timestamping.protocol.v2.TSBagType
-
Sets the value of the tsBagValue property.
- setType(String) - Method in class be.behealth.webservices.tsa.ErrorType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.commons._1_0.core.IdentifierType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.commons.core.v1.IdentifierType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.commons.core.v2.Id
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.commons.enc.v2.Key
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.daas.complextype.v1.Actor
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.daas.complextype.v1.TypeCodeType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.etee.ra.aqdr._1_0.protocol.Identifier
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Sets the value of the type property.
- setType(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorId
-
- setType(IdentifierType) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.Organization
-
- setType(String) - Method in class be.fgov.ehealth.timestamping.protocol.v2.ErrorType
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Signature
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.DetailType
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.ReturnUpdatedSignature
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
-
Sets the value of the type property.
- setType(String) - Method in class oasis.names.tc.dss._1_0.core.schema.UpdateSignatureInstructionType
-
Sets the value of the type property.
- setType(String) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the type property.
- setType(String) - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Sets the value of the type property.
- setType(String) - Method in class org.w3._2001._04.xmlenc.EncryptedType
-
Sets the value of the type property.
- setUnsignedDataObjectProperties(UnsignedDataObjectProperties) - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Sets the value of the unsignedDataObjectProperties property.
- setUnsignedProperties(PropertiesType) - Method in class oasis.names.tc.dss._1_0.core.schema.Properties
-
Sets the value of the unsignedProperties property.
- setUnsignedProperties(UnsignedProperties) - Method in class org.etsi.uri._01903.v1_3.QualifyingProperties
-
Sets the value of the unsignedProperties property.
- setUnsignedSignatureProperties(UnsignedSignatureProperties) - Method in class org.etsi.uri._01903.v1_3.UnsignedProperties
-
Sets the value of the unsignedSignatureProperties property.
- setUpperBoundary(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.SigningTimeBoundaries
-
Sets the value of the upperBoundary property.
- setUR(String) - Method in class org.etsi.uri._01903.v1_4.TimeStampValidationData
-
Sets the value of the ur property.
- setURI(DataHandler) - Method in class be.fgov.ehealth.commons.enc.v2.CipherReference
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.CertIDType
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.CRLIdentifierType
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.Include
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.OCSPIdentifierType
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.QualifyingPropertiesReference
-
Sets the value of the uri property.
- setURI(String) - Method in class org.etsi.uri._01903.v1_3.ReferenceInfo
-
Sets the value of the uri property.
- setURI(String) - Method in class org.w3._2000._09.xmldsig.Reference
-
Sets the value of the uri property.
- setURI(String) - Method in class org.w3._2000._09.xmldsig.RetrievalMethod
-
Sets the value of the uri property.
- setURI(String) - Method in class org.w3._2001._04.xmlenc.CipherReference
-
Sets the value of the uri property.
- setURI(String) - Method in class org.w3._2001._04.xmlenc.ReferenceType
-
Sets the value of the uri property.
- setUsagesType(UsagesType) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.EHealthCertificateRequest
-
Sets the value of the usagesType property.
- setUserName(String) - Method in class be.ehealth.technicalconnector.config.util.domain.PackageInfo
-
Deprecated.
Setter for userName.
- setValidationRegEx(String) - Method in class be.fgov.ehealth.certra.core.v2.OrganizationIdentifierType
-
Sets the value of the validationRegEx property.
- setValidationResult(ValidationResult) - Method in class be.fgov.ehealth.idsupport.protocol.v2.VerifyIdResponse
-
Sets the value of the validationResult property.
- setValidationUrl(String) - Method in class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
-
Sets the value of the validationUrl property.
- setValidationUrl(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.SubmitCSRForForeignerResponseInfo
-
- setValidNotAfter(DateTime) - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Sets the value of the validNotAfter property.
- setValidNotAfter(DateTime) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the validNotAfter property.
- setValidNotBefore(DateTime) - Method in class be.fgov.ehealth.certra.core.v2.CertificateDetailsType
-
Sets the value of the validNotBefore property.
- setValidNotBefore(DateTime) - Method in class be.fgov.ehealth.etee.ra.revoke._1_0.protocol.RevocableCertificateType
-
Sets the value of the validNotBefore property.
- setValue(String) - Method in class be.cin.nippin.memberdata.saml.extension.Dimension
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.bcp.protocol.v1.Endpoint
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Endpoint
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Expiry
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.bcp.protocol.v2.Key
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.certra.core.v2.LocalizedString
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.commons._1_0.core.LocalisedString
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.commons.core.v1.LocalisedString
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.commons.core.v2.Id
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.commons.core.v2.StatusCode
-
Sets the value of the value property.
- setValue(byte[]) - Method in class be.fgov.ehealth.commons.enc.v2.CipherValue
-
Sets the value of the value property.
- setValue(byte[]) - Method in class be.fgov.ehealth.commons.enc.v2.Key
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.daas.complextype.v1.BaseNameType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.daas.complextype.v1.TypeCodeType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.errors.core.v1.LocalisedStringType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.etee.commons.core.v2.EteeErrorParameterType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.etee.ra.csr._1_0.protocol.SearchCriteriumType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.etkdepot._1_0.protocol.IdentifierType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ProviderInfo
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.idsupport.core.v2.ValidationInfoType
-
Sets the value of the value property.
- setValue(byte[]) - Method in class be.fgov.ehealth.seals.core.v1.EncodedDataType
-
Sets the value of the value property.
- setValue(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ActorId
-
- setValue(String) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedString
-
- setValue(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
-
Sets the value of the value property.
- setValue(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Data
-
Sets the value of the value property.
- setValue(byte[]) - Method in class oasis.names.tc.dss._1_0.core.schema.Base64Signature
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.dss._1_0.core.schema.InternationalStringType
-
Sets the value of the value property.
- setValue(AnyType) - Method in class oasis.names.tc.dss._1_0.core.schema.Property
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.saml._1_0.assertion.Action
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.saml._1_0.assertion.NameIdentifierType
-
Sets the value of the value property.
- setValue(QName) - Method in class oasis.names.tc.saml._1_0.protocol.StatusCode
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.saml._2_0.assertion.Action
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.saml._2_0.assertion.NameIDType
-
Sets the value of the value property.
- setValue(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusCode
-
Sets the value of the value property.
- setValue(byte[]) - Method in class org.etsi.uri._01903.v1_3.EncapsulatedPKIData
-
Sets the value of the value property.
- setValue(String) - Method in class org.etsi.uri._01903.v1_3.IdentifierType
-
Sets the value of the value property.
- setValue(byte[]) - Method in class org.w3._2000._09.xmldsig.SignatureValue
-
Sets the value of the value property.
- setValue(byte[]) - Method in class org.w3._2005._05.xmlmime.Base64Binary
-
Sets the value of the value property.
- setValue(byte[]) - Method in class org.w3._2005._05.xmlmime.HexBinary
-
Sets the value of the value property.
- setValues(List<LocalizedString>) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.LocalizedText
-
- setVerificationTime(DateTime) - Method in class oasis.names.tc.dss._1_0.core.schema.VerificationTimeInfo
-
Sets the value of the verificationTime property.
- setVersion(String) - Method in class oasis.names.tc.saml._2_0.assertion.Assertion
-
Sets the value of the version property.
- setVersion(String) - Method in class oasis.names.tc.saml._2_0.protocol.RequestAbstractType
-
Sets the value of the version property.
- setVersion(String) - Method in class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
Sets the value of the version property.
- setWhichDocument(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.IncludeObject
-
Sets the value of the whichDocument property.
- setWhichDocument(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Sets the value of the whichDocument property.
- setWhichDocument(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePtr
-
Sets the value of the whichDocument property.
- setWhichDocument(Object) - Method in class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
Sets the value of the whichDocument property.
- setWhichReference(BigInteger) - Method in class oasis.names.tc.dss._1_0.core.schema.DocumentHash
-
Sets the value of the whichReference property.
- setWhichReference(BigInteger) - Method in class oasis.names.tc.dss._1_0.core.schema.ReturnTransformedDocument
-
Sets the value of the whichReference property.
- setWhichReference(BigInteger) - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedData
-
Sets the value of the whichReference property.
- setWhichReference(BigInteger) - Method in class oasis.names.tc.dss._1_0.core.schema.TransformedDocument
-
Sets the value of the whichReference property.
- setWSAddressing(WsAddressingHeader) - Method in class be.ehealth.technicalconnector.ws.domain.GenericRequest
-
This method will set the WSAddressing header as specified in the V200508 specification
- setX509IssuerName(String) - Method in class org.w3._2000._09.xmldsig.X509IssuerSerialType
-
Sets the value of the x509IssuerName property.
- setX509SerialNumber(BigInteger) - Method in class org.w3._2000._09.xmldsig.X509IssuerSerialType
-
Sets the value of the x509SerialNumber property.
- setXPath(String) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePtr
-
Sets the value of the xPath property.
- setXPathAfter(String) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Sets the value of the xPathAfter property.
- setXPathFirstChildOf(String) - Method in class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
Sets the value of the xPathFirstChildOf property.
- setY(byte[]) - Method in class org.w3._2000._09.xmldsig.DSAKeyValue
-
Sets the value of the y property.
- setZip(String) - Method in class be.ehealth.technicalconnector.beid.domain.Address
-
- setZipCode(String) - Method in class be.fgov.ehealth.commons.core.v1.MunicipalityType
-
Sets the value of the zipCode property.
- SHA1Feature - Class in be.ehealth.technicalconnector.ws.feature
-
- SHA1Feature() - Constructor for class be.ehealth.technicalconnector.ws.feature.SHA1Feature
-
- SHA256Feature - Class in be.ehealth.technicalconnector.ws.feature
-
- SHA256Feature() - Constructor for class be.ehealth.technicalconnector.ws.feature.SHA256Feature
-
- shutdown() - Method in class be.ehealth.technicalconnector.cache.impl.JSR107Cache
-
- shutdown() - Method in class be.ehealth.technicalconnector.shutdown.DeleteFileOnExitShutdownHook
-
- shutdown() - Method in interface be.ehealth.technicalconnector.shutdown.ShutdownHook
-
- shutdown() - Static method in class be.ehealth.technicalconnector.shutdown.ShutdownRegistry
-
- ShutdownHook - Interface in be.ehealth.technicalconnector.shutdown
-
TODO: Description of the class.
- ShutdownRegistry - Class in be.ehealth.technicalconnector.shutdown
-
Registry class that contains all the
ShutdownHook
that must be executed on a JVM exit
- sign(AbstractWsSecurityHandler.SignedParts...) - Method in interface be.ehealth.technicalconnector.handler.AbstractWsSecurityHandler.WSSecHeaderGeneratorStep4
-
- sign(AbstractWsSecurityHandler.SignedParts...) - Method in class be.ehealth.technicalconnector.handler.wss4j.WSSecHeaderGeneratorWss4jImpl
-
- sign(byte[], String, String) - Method in interface be.fgov.ehealth.technicalconnector.distributedkeys.DistributedSignerProxy
-
Method used for signing a already calculated digest.
- sign(byte[], String, String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.CredentialProxy
-
- sign(byte[], String, String) - Method in class be.fgov.ehealth.technicalconnector.distributedkeys.proxy.DigitalSignatureServiceProxy
-
- sign(Object, String, Credential) - Static method in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
- sign(Credential, byte[]) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.CmsSignatureBuilder
-
- sign(Credential, byte[], Map<String, Object>) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.CmsSignatureBuilder
-
- sign(Credential, byte[]) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.XmlSignatureBuilder
-
- sign(Credential, byte[], Map<String, Object>) - Method in class be.fgov.ehealth.technicalconnector.signature.impl.XmlSignatureBuilder
-
- sign(Credential, byte[]) - Method in interface be.fgov.ehealth.technicalconnector.signature.SignatureBuilder
-
- sign(Credential, byte[], Map<String, Object>) - Method in interface be.fgov.ehealth.technicalconnector.signature.SignatureBuilder
-
- Signature - Class in org.w3._2000._09.xmldsig
-
Java class for SignatureType complex type.
- Signature() - Constructor for class org.w3._2000._09.xmldsig.Signature
-
- SIGNATURE_ALGORITHM - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaPropertiesLoader
-
- SIGNATUREALGORITHM - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.CadesOption
-
Parameter to specify the signatureAlgorithm
- SignatureBuilder - Interface in be.fgov.ehealth.technicalconnector.signature
-
interface for building signatures.
- SignatureBuilderFactory - Class in be.fgov.ehealth.technicalconnector.signature
-
- SignatureMethod - Class in org.w3._2000._09.xmldsig
-
Java class for SignatureMethodType complex type.
- SignatureMethod() - Constructor for class org.w3._2000._09.xmldsig.SignatureMethod
-
- SIGNATUREMETHODURI - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the signatureMethodURI
- SignatureObject - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignatureObject() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignatureObject
-
- SignaturePlacement - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignaturePlacement() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignaturePlacement
-
- SignaturePolicyIdentifier - Class in org.etsi.uri._01903.v1_3
-
Java class for SignaturePolicyIdentifierType complex type.
- SignaturePolicyIdentifier() - Constructor for class org.etsi.uri._01903.v1_3.SignaturePolicyIdentifier
-
- SignaturePolicyIdType - Class in org.etsi.uri._01903.v1_3
-
Java class for SignaturePolicyIdType complex type.
- SignaturePolicyIdType() - Constructor for class org.etsi.uri._01903.v1_3.SignaturePolicyIdType
-
- SignatureProductionPlace - Class in org.etsi.uri._01903.v1_3
-
Java class for SignatureProductionPlaceType complex type.
- SignatureProductionPlace() - Constructor for class org.etsi.uri._01903.v1_3.SignatureProductionPlace
-
- SignatureProperties - Class in org.w3._2000._09.xmldsig
-
Java class for SignaturePropertiesType complex type.
- SignatureProperties() - Constructor for class org.w3._2000._09.xmldsig.SignatureProperties
-
- SignatureProperty - Class in org.w3._2000._09.xmldsig
-
Java class for SignaturePropertyType complex type.
- SignatureProperty() - Constructor for class org.w3._2000._09.xmldsig.SignatureProperty
-
- SignaturePtr - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignaturePtr() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignaturePtr
-
- SIGNATURETIMESTAMP_ALGORITHMURI - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the digest used to invoke the timestamping authority.
- SIGNATURETIMESTAMP_CANONICALIZATIONMETHODURI - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify a canonicalizationMethodURI of the SignatureTimeStamp
- SIGNATURETIMESTAMP_CREDENTIAL - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the credential to invoke the timestamping authority.
- SIGNATURETIMESTAMP_PROFILE - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the profile to invoke the timestamping authority.
- SIGNATURETIMESTAMP_TSA_URL - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the endpoint of the TimestampAuthority to invoke.
- SignatureUtils - Class in be.fgov.ehealth.technicalconnector.signature.impl
-
- SignatureValue - Class in org.w3._2000._09.xmldsig
-
Java class for SignatureValueType complex type.
- SignatureValue() - Constructor for class org.w3._2000._09.xmldsig.SignatureValue
-
- SignatureVerificationError - Enum in be.fgov.ehealth.technicalconnector.signature.domain
-
Enumeration containing the difference SignatureVerificationErrors.
- SignatureVerificationResult - Class in be.fgov.ehealth.technicalconnector.signature.domain
-
Result object containing the verification result.
- SignatureVerificationResult() - Constructor for class be.fgov.ehealth.technicalconnector.signature.domain.SignatureVerificationResult
-
- SIGNEDATTRIBUTEGENERATOR - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.CadesOption
-
Parameter to specify which attributes should be used to generate the signed attributes
- SignedDataObjectProperties - Class in org.etsi.uri._01903.v1_3
-
Java class for SignedDataObjectPropertiesType complex type.
- SignedDataObjectProperties() - Constructor for class org.etsi.uri._01903.v1_3.SignedDataObjectProperties
-
- SignedInfo - Class in org.w3._2000._09.xmldsig
-
Java class for SignedInfoType complex type.
- SignedInfo() - Constructor for class org.w3._2000._09.xmldsig.SignedInfo
-
- SignedProperties - Class in org.etsi.uri._01903.v1_3
-
Java class for SignedPropertiesType complex type.
- SignedProperties() - Constructor for class org.etsi.uri._01903.v1_3.SignedProperties
-
- SignedPropertiesBuilder - Class in be.fgov.ehealth.technicalconnector.signature.impl.xades.domain
-
- SignedPropertiesBuilder() - Constructor for class be.fgov.ehealth.technicalconnector.signature.impl.xades.domain.SignedPropertiesBuilder
-
- SignedReference - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignedReference() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignedReference
-
- SignedReferences - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignedReferences() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignedReferences
-
- SignedSignatureProperties - Class in org.etsi.uri._01903.v1_3
-
Java class for SignedSignaturePropertiesType complex type.
- SignedSignatureProperties() - Constructor for class org.etsi.uri._01903.v1_3.SignedSignatureProperties
-
- signer(Actor) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.ContractRequest.Builder
-
Sets the actor
and returns a reference to this Builder so that the methods can be chained together.
- signer(Actor) - Method in class be.fgov.ehealth.technicalconnector.ra.domain.RevocationContractRequest.Builder
-
Sets the signer
and returns a reference to this Builder so that the methods can be chained together.
- SignerRole - Class in org.etsi.uri._01903.v1_3
-
Java class for SignerRoleType complex type.
- SignerRole() - Constructor for class org.etsi.uri._01903.v1_3.SignerRole
-
- signin(SsoProfile) - Method in class be.ehealth.technicalconnector.service.sso.impl.SingleSignOnServiceImpl
-
- signin(SsoProfile, String) - Method in class be.ehealth.technicalconnector.service.sso.impl.SingleSignOnServiceImpl
-
- signin(SsoProfile, String) - Method in interface be.ehealth.technicalconnector.service.sso.SingleSignOnService
-
- signin(SsoProfile) - Method in interface be.ehealth.technicalconnector.service.sso.SingleSignOnService
-
- SIGNING_CLOCK_SKEW - Static variable in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
Property to set the acceptable difference (in millis) in time calculations to prevent clock synchronisation issues.
- SIGNING_OPTIONMAP - Static variable in interface be.ehealth.technicalconnector.service.etee.Crypto
-
Optional Map<SigningOption
,Object>
- SIGNING_TIME_EXPIRATION - Static variable in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
Property to set the maximum time (in minutes) to consider a sealed message as recent.
- SIGNING_TIME_TRUST_IMPLICIT - Static variable in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
Flag (true/false) to accept messages that have an expired Signing-Time without further verifications.
- SIGNING_TSA_CERT_STORE - Static variable in class be.ehealth.technicalconnector.service.etee.CryptoFactory
-
Base property to set the certificates and crl to be used by the TSA verification.
- SigningCertificate - Class in org.etsi.uri._01903.v1_3
-
Java class for CertIDListType complex type.
- SigningCertificate() - Constructor for class org.etsi.uri._01903.v1_3.SigningCertificate
-
- SIGNINGTIME_CLOCK_SKEW_DURATION - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the clockskew to use when using the signing time.
- SIGNINGTIME_CLOCK_SKEW_TIMEUNIT - Static variable in class be.fgov.ehealth.technicalconnector.signature.domain.XadesOption
-
Parameter to specify the clockskew to use when using the signing time.
- SigningTimeBoundaries - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SigningTimeBoundaries() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SigningTimeBoundaries
-
- SigningTimeInfo - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for SigningTimeInfoType complex type.
- SigningTimeInfo() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SigningTimeInfo
-
- signRequest(X509Certificate, PrivateKey, SignRequest) - Method in interface be.ehealth.technicalconnector.service.timestamp.AuthorityService
-
This operation can be used to either make a time stamp of one or more documents, or to make a time stamp of the hash value of the
original documents.
- signRequest(X509Certificate, PrivateKey, SignRequest) - Method in class be.ehealth.technicalconnector.service.timestamp.impl.AuthorityServiceImpl
-
- SignRequest - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignRequest() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignRequest
-
- SignResponse - Class in oasis.names.tc.dss._1_0.core.schema
-
Java class for anonymous complex type.
- SignResponse() - Constructor for class oasis.names.tc.dss._1_0.core.schema.SignResponse
-
- SigPolicyQualifiersListType - Class in org.etsi.uri._01903.v1_3
-
Java class for SigPolicyQualifiersListType complex type.
- SigPolicyQualifiersListType() - Constructor for class org.etsi.uri._01903.v1_3.SigPolicyQualifiersListType
-
- SilentInstantiationException - Exception in be.ehealth.technicalconnector.exception
-
Exception that can be swallowed is the flag silent is active.
- SilentInstantiationException(Exception) - Constructor for exception be.ehealth.technicalconnector.exception.SilentInstantiationException
-
- SingleSignOnService - Interface in be.ehealth.technicalconnector.service.sso
-
This is an implementation of the Single Sign On between the SecureTokenService and the eHealth IDP.
- SingleSignOnServiceImpl - Class in be.ehealth.technicalconnector.service.sso.impl
-
- SingleSignOnServiceImpl() - Constructor for class be.ehealth.technicalconnector.service.sso.impl.SingleSignOnServiceImpl
-
- SITE - Static variable in class be.ehealth.technicalconnector.utils.IdentifierType
-
- SITEPIT - Static variable in class be.ehealth.technicalconnector.utils.IdentifierType
-
- SITESMUR - Static variable in class be.ehealth.technicalconnector.utils.IdentifierType
-
- skippedEntity(String) - Method in class be.ehealth.technicalconnector.validator.impl.handler.ForkContentHandler
-
- Slf4jLogChute() - Constructor for class be.ehealth.technicalconnector.utils.TemplateEngineUtils.Slf4jLogChute
-
- SLIDING_WINDOW_DIVIDER - Static variable in class be.ehealth.technicalconnector.session.renew.SlidingWindowRenewStrategy
-
Default value: 2
- SLIDING_WINDOW_SKIP_THRESHOLD - Static variable in class be.ehealth.technicalconnector.session.renew.SlidingWindowRenewStrategy
-
Default value: 100
- SlidingWindowRenewStrategy - Class in be.ehealth.technicalconnector.session.renew
-
- SlidingWindowRenewStrategy() - Constructor for class be.ehealth.technicalconnector.session.renew.SlidingWindowRenewStrategy
-
- SoaErrorException - Exception in be.ehealth.technicalconnector.exception
-
exception which contains result of soa error from webservice.
- SoaErrorException(String, ResponseType) - Constructor for exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- SoaErrorException(String, ResponseType) - Constructor for exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- SoaErrorException(String, ResponseType) - Constructor for exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- SoaErrorException(String, ErrorType) - Constructor for exception be.ehealth.technicalconnector.exception.SoaErrorException
-
- SOAErrorType - Class in be.fgov.ehealth.errors.soa.v1
-
Common Type for ConsumerErrors.
- SOAErrorType() - Constructor for class be.fgov.ehealth.errors.soa.v1.SOAErrorType
-
- SOAPACTION_CERTRA_APPLICATIONIDS - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for the Actor ApplicationIds
- SOAPACTION_CERTRA_GEN_CERT - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for generate a certificate
- SOAPACTION_CERTRA_GEN_CONTRACT - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for generating a contract
- SOAPACTION_CERTRA_GENERATE_REVOCATION_CONTRACT - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for generating revocation contract
- SOAPACTION_CERTRA_GET_CERT - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for getting a certificate
- SOAPACTION_CERTRA_GET_CERTIFICATE_INFO - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for the Renew Certificate
- SOAPACTION_CERTRA_GET_CERTIFICATE_INFO_FOR_CITIZEN - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for listing organization types
- SOAPACTION_CERTRA_ORGANIZATION_TYPES - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for listing organization types
- SOAPACTION_CERTRA_QUAL - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for the Actor Qualities
- SOAPACTION_CERTRA_REVOKE - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for revoke Certificate
- SOAPACTION_CERTRA_SUBMIT_CSR_FOREIGNER - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for submitting CSR for foreigner
- SOAPACTION_ETKRA_ACTIVATE_ETK - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for activating a replacing certificate
- SOAPACTION_ETKRA_COMPLETE_ETK_REGISTRATION - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for register public key encryption token
- SOAPACTION_ETKRA_START_REGISTRATION - Static variable in class be.fgov.ehealth.technicalconnector.ra.utils.RaUtils
-
SOAPACTION for requesting public key encryption token
- SOAPACTION_WSI_COMPLAINT - Static variable in class be.ehealth.technicalconnector.handler.SoapActionHandler
-
- SOAPActionFeature - Class in be.ehealth.technicalconnector.ws.feature
-
- SOAPActionFeature(String, boolean) - Constructor for class be.ehealth.technicalconnector.ws.feature.SOAPActionFeature
-
- SoapActionHandler - Class in be.ehealth.technicalconnector.handler
-
Handler that adds the SOAPAction to the mimeheader.
- SoapActionHandler() - Constructor for class be.ehealth.technicalconnector.handler.SoapActionHandler
-
- SOAPContextAlgorithmHelper - Class in be.ehealth.technicalconnector.handler.wss4j
-
- SOAPContextAlgorithmHelper() - Constructor for class be.ehealth.technicalconnector.handler.wss4j.SOAPContextAlgorithmHelper
-
- SOAPHeaderLoggerHandler - Class in be.ehealth.technicalconnector.handler
-
This handler will print the content of the SOAPHeader specified in the configuration.
- SOAPHeaderLoggerHandler() - Constructor for class be.ehealth.technicalconnector.handler.SOAPHeaderLoggerHandler
-
- SOAPMessageContextImpl - Class in be.ehealth.technicalconnector.ws.impl
-
The Class SOAPMessageContextImpl.
- SOAPMessageContextImpl(SOAPMessage) - Constructor for class be.ehealth.technicalconnector.ws.impl.SOAPMessageContextImpl
-
Instantiates a new SOAP message context impl.
- SOAPUtils - Class in be.ehealth.technicalconnector.utils
-
- SpecialOrganisation - Enum in be.ehealth.technicalconnector.beid.domain
-
Special Organisation enumeration
- SpecialStatus - Enum in be.ehealth.technicalconnector.beid.domain
-
Special status Enumeration to specify additional information
- SPKIData - Class in org.w3._2000._09.xmldsig
-
Java class for SPKIDataType complex type.
- SPKIData() - Constructor for class org.w3._2000._09.xmldsig.SPKIData
-
- SPUserNotice - Class in org.etsi.uri._01903.v1_3
-
Java class for SPUserNoticeType complex type.
- SPUserNotice() - Constructor for class org.etsi.uri._01903.v1_3.SPUserNotice
-
- SSIN - Static variable in class be.ehealth.technicalconnector.utils.IdentifierType
-
- SSL_VERIFICATION_FLAVOUR_PASSTHROUGH - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleSSL
-
- SSL_VERIFICATION_FLAVOUR_TRUSTSTORE - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleSSL
-
- SsoProfile - Enum in be.ehealth.technicalconnector.enumeration
-
Enumeration for the supported SsoProfiles
- startDocument() - Method in class be.ehealth.technicalconnector.validator.impl.handler.ForkContentHandler
-
- startElement(String, String, String, Attributes) - Method in class be.ehealth.technicalconnector.validator.impl.handler.ForkContentHandler
-
- startElement(String, String, String, Attributes) - Method in class be.ehealth.technicalconnector.validator.impl.handler.XOPValidationHandler
-
- startETKRegistration(PublicKey, Credential) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.EncryptionTokenRegistrationService
-
- startETKRegistration(PublicKey, Credential) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.EncryptionTokenRegistrationServiceImpl
-
- StartETKRegistrationRequest - Class in be.fgov.ehealth.etkra.protocol.v2
-
Request for starting the creation of the eHealth Encryption Token.
- StartETKRegistrationRequest() - Constructor for class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationRequest
-
- StartETKRegistrationResponse - Class in be.fgov.ehealth.etkra.protocol.v2
-
The response contains a "challenge" that must be decrypted by the user.
- StartETKRegistrationResponse() - Constructor for class be.fgov.ehealth.etkra.protocol.v2.StartETKRegistrationResponse
-
- startPrefixMapping(String, String) - Method in class be.ehealth.technicalconnector.validator.impl.handler.ForkContentHandler
-
- StatementAbstractType - Class in oasis.names.tc.saml._1_0.assertion
-
Java class for StatementAbstractType complex type.
- StatementAbstractType() - Constructor for class oasis.names.tc.saml._1_0.assertion.StatementAbstractType
-
- StatementAbstractType - Class in oasis.names.tc.saml._2_0.assertion
-
Java class for StatementAbstractType complex type.
- StatementAbstractType() - Constructor for class oasis.names.tc.saml._2_0.assertion.StatementAbstractType
-
- Status - Class in be.fgov.ehealth.commons._1_0.core
-
Java class for anonymous complex type.
- Status() - Constructor for class be.fgov.ehealth.commons._1_0.core.Status
-
- Status - Class in be.fgov.ehealth.commons.core.v2
-
StatusType of the requests
- Status() - Constructor for class be.fgov.ehealth.commons.core.v2.Status
-
- Status - Class in be.fgov.ehealth.etee.commons._1_0.etee
-
Java class for anonymous complex type.
- Status() - Constructor for class be.fgov.ehealth.etee.commons._1_0.etee.Status
-
- Status - Enum in be.fgov.ehealth.technicalconnector.ra.enumaration
-
Enumaration containg the possible status message from the RA services.
- Status - Class in oasis.names.tc.saml._1_0.protocol
-
Java class for StatusType complex type.
- Status() - Constructor for class oasis.names.tc.saml._1_0.protocol.Status
-
- Status - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for StatusType complex type.
- Status() - Constructor for class oasis.names.tc.saml._2_0.protocol.Status
-
- StatusCode - Class in be.fgov.ehealth.commons.core.v2
-
URI code of the status
- StatusCode() - Constructor for class be.fgov.ehealth.commons.core.v2.StatusCode
-
- StatusCode - Class in oasis.names.tc.saml._1_0.protocol
-
Java class for StatusCodeType complex type.
- StatusCode() - Constructor for class oasis.names.tc.saml._1_0.protocol.StatusCode
-
- StatusCode - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for StatusCodeType complex type.
- StatusCode() - Constructor for class oasis.names.tc.saml._2_0.protocol.StatusCode
-
- StatusDetail - Class in be.fgov.ehealth.commons.core.v2
-
Additional details of the status
- StatusDetail() - Constructor for class be.fgov.ehealth.commons.core.v2.StatusDetail
-
- StatusDetail - Class in oasis.names.tc.saml._1_0.protocol
-
Java class for StatusDetailType complex type.
- StatusDetail() - Constructor for class oasis.names.tc.saml._1_0.protocol.StatusDetail
-
- StatusDetail - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for StatusDetailType complex type.
- StatusDetail() - Constructor for class oasis.names.tc.saml._2_0.protocol.StatusDetail
-
- StatusPageParser - Class in be.fgov.ehealth.technicalconnector.bootstrap.bcp.parser
-
- StatusPageSignatureVerifier - Class in be.fgov.ehealth.technicalconnector.bootstrap.bcp.verifier
-
- StatusResponseType - Class in be.fgov.ehealth.commons.protocol.v2
-
eHealth SOA Response Type for Services that require a Status as output.
- StatusResponseType() - Constructor for class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- StatusResponseType - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for StatusResponseType complex type.
- StatusResponseType() - Constructor for class oasis.names.tc.saml._2_0.protocol.StatusResponseType
-
- StatusType - Enum in be.fgov.ehealth.bcp.protocol.v1
-
Java class for StatusType.
- StatusType - Enum in be.fgov.ehealth.bcp.protocol.v2
-
Java class for StatusType.
- StatusType - Class in be.fgov.ehealth.commons.core.v1
-
Basic Type for Status of a Response.
- StatusType() - Constructor for class be.fgov.ehealth.commons.core.v1.StatusType
-
- StatusType - Enum in be.fgov.ehealth.etee.ra.revoke._1_0.protocol
-
Java class for StatusType.
- store(String, char[]) - Method in class be.fgov.ehealth.technicalconnector.ra.utils.KeyStoreManager
-
Store the keystore to the given location with the given password.
- StreetType - Class in be.fgov.ehealth.commons.core.v1
-
Localized name for street.
- StreetType() - Constructor for class be.fgov.ehealth.commons.core.v1.StreetType
-
- STSService - Interface in be.ehealth.technicalconnector.service.sts
-
The eHealth-platform Secure Token Service provides a web service interface to request a SAML Assertion token using the Request Secure
Token operation.
- STSServiceFactory - Class in be.ehealth.technicalconnector.service.sts
-
- STSServiceImpl - Class in be.ehealth.technicalconnector.service.sts.impl
-
The eHealth-platform Secure Token Service provides a web service interface to request a SAML Assertion token using the Request Secure
Token operation.
- STSServiceImpl() - Constructor for class be.ehealth.technicalconnector.service.sts.impl.STSServiceImpl
-
- STSServiceWsTrustImpl - Class in be.ehealth.technicalconnector.service.sts.impl
-
The eHealth-platform Secure Token Service provides a web service interface to request a SAML Assertion token using the Request Secure
Token operation.
- STSServiceWsTrustImpl() - Constructor for class be.ehealth.technicalconnector.service.sts.impl.STSServiceWsTrustImpl
-
- Subject - Class in oasis.names.tc.saml._1_0.assertion
-
Java class for SubjectType complex type.
- Subject() - Constructor for class oasis.names.tc.saml._1_0.assertion.Subject
-
- Subject - Class in oasis.names.tc.saml._2_0.assertion
-
Java class for SubjectType complex type.
- Subject() - Constructor for class oasis.names.tc.saml._2_0.assertion.Subject
-
- SubjectConfirmation - Class in oasis.names.tc.saml._1_0.assertion
-
Java class for SubjectConfirmationType complex type.
- SubjectConfirmation() - Constructor for class oasis.names.tc.saml._1_0.assertion.SubjectConfirmation
-
- SubjectConfirmation - Class in oasis.names.tc.saml._2_0.assertion
-
Java class for SubjectConfirmationType complex type.
- SubjectConfirmation() - Constructor for class oasis.names.tc.saml._2_0.assertion.SubjectConfirmation
-
- SubjectConfirmationDataType - Class in oasis.names.tc.saml._2_0.assertion
-
Java class for SubjectConfirmationDataType complex type.
- SubjectConfirmationDataType() - Constructor for class oasis.names.tc.saml._2_0.assertion.SubjectConfirmationDataType
-
- SubjectLocality - Class in oasis.names.tc.saml._1_0.assertion
-
Java class for SubjectLocalityType complex type.
- SubjectLocality() - Constructor for class oasis.names.tc.saml._1_0.assertion.SubjectLocality
-
- SubjectLocality - Class in oasis.names.tc.saml._2_0.assertion
-
Java class for SubjectLocalityType complex type.
- SubjectLocality() - Constructor for class oasis.names.tc.saml._2_0.assertion.SubjectLocality
-
- SubjectQueryAbstractType - Class in oasis.names.tc.saml._1_0.protocol
-
Java class for SubjectQueryAbstractType complex type.
- SubjectQueryAbstractType() - Constructor for class oasis.names.tc.saml._1_0.protocol.SubjectQueryAbstractType
-
- SubjectQueryAbstractType - Class in oasis.names.tc.saml._2_0.protocol
-
Java class for SubjectQueryAbstractType complex type.
- SubjectQueryAbstractType() - Constructor for class oasis.names.tc.saml._2_0.protocol.SubjectQueryAbstractType
-
- SubjectStatementAbstractType - Class in oasis.names.tc.saml._1_0.assertion
-
Java class for SubjectStatementAbstractType complex type.
- SubjectStatementAbstractType() - Constructor for class oasis.names.tc.saml._1_0.assertion.SubjectStatementAbstractType
-
- submitCSRForForeigner(ForeignerRequest) - Method in interface be.fgov.ehealth.technicalconnector.ra.service.AuthenticationCertificateRegistrationService
-
- submitCSRForForeigner(ForeignerRequest) - Method in class be.fgov.ehealth.technicalconnector.ra.service.impl.AuthenticationCertificateRegistrationServiceImpl
-
- SubmitCSRForForeignerRequest - Class in be.fgov.ehealth.certra.protocol.v2
-
Request containing the details of a Certificate Signing Request of a foreign person.
- SubmitCSRForForeignerRequest() - Constructor for class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerRequest
-
- SubmitCSRForForeignerResponse - Class in be.fgov.ehealth.certra.protocol.v2
-
This response contains a validation URL that the foreigner user must visit in order to validate their request, this validation must take place before the expiration date mentioned in the response.
- SubmitCSRForForeignerResponse() - Constructor for class be.fgov.ehealth.certra.protocol.v2.SubmitCSRForForeignerResponse
-
- SubmitCSRForForeignerResponseInfo - Class in be.fgov.ehealth.technicalconnector.ra.domain
-
- SubmitCSRForForeignerResponseInfo() - Constructor for class be.fgov.ehealth.technicalconnector.ra.domain.SubmitCSRForForeignerResponseInfo
-
- SV_METHOD - Static variable in class be.ehealth.technicalconnector.service.sts.impl.AbstractSTSService
-
The Constant SV_METHOD.
- SYS_PROP_DELETE_ON_EXIT - Static variable in class be.ehealth.technicalconnector.shutdown.DeleteFileOnExitShutdownHook
-
- SYSPROP_AUTOUPDATE_ACTIVE - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleTrustStore
-
- SYSPROP_CONFIG_LOADING - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
Property to (des)activate the loading of the property file
- SYSPROP_EHEALTH_TIME_ACTIVE - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleEhealthTime
-
- SYSPROP_MODULE_LOADING - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationImpl
-
Property to (des)activate the module loading of the configuration factory.
- SYSPROP_W10_PATCH_ACTIVE - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleWindows10
-
- SYSTEM_PROP_CONFIG_LOCATION - Static variable in class be.ehealth.technicalconnector.config.ConfigFactory
-
System property used to set the location the properties file on startup
- SystemError - Class in be.fgov.ehealth.errors.soa.v1
-
Type for SystemErrors.
- SystemError() - Constructor for class be.fgov.ehealth.errors.soa.v1.SystemError
-
- SYSTEMPROP_ROOTKEY - Static variable in class be.ehealth.technicalconnector.config.impl.ConfigurationModuleSystemProps
-
Rootkey to alter
System
.getProperty(String key, String value);