Uses of Class
no.digipost.signature.client.direct.DirectSignerResponse
Packages that use DirectSignerResponse
-
Uses of DirectSignerResponse in no.digipost.signature.client.direct
Methods in no.digipost.signature.client.direct that return DirectSignerResponseModifier and TypeMethodDescriptionstatic DirectSignerResponseDirectSignerResponse.fromJaxb(no.digipost.signature.api.xml.XMLDirectSignerResponse signer) DirectJobResponse.getSignerIdentifiedBy(String identifier) Get the signer with the given identifier for this job.DirectJobResponse.getSingleSigner()Gets the single signer for this job.DirectClient.requestNewRedirectUrl(WithSignerUrl request) Methods in no.digipost.signature.client.direct that return types with arguments of type DirectSignerResponseModifier and TypeMethodDescriptionDirectJobResponse.findSignerIdentifiedBy(String identifier) Try to find the signer with the given identifier for this job.DirectJobResponse.getSigners()Gets all thesignersfor this jobConstructor parameters in no.digipost.signature.client.direct with type arguments of type DirectSignerResponseModifierConstructorDescriptionDirectJobResponse(long signatureJobId, String reference, URI statusUrl, List<DirectSignerResponse> signers)