Class PortalSigner.Builder
java.lang.Object
no.digipost.signature.client.portal.PortalSigner.Builder
- All Implemented Interfaces:
SignerCustomizations<PortalSigner.Builder>
- Enclosing class:
PortalSigner
public static class PortalSigner.Builder
extends Object
implements SignerCustomizations<PortalSigner.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
onBehalfOf
(OnBehalfOf onBehalfOf) Specify which party the signer issigning on behalf of
.withOrder
(int order) Specify thetype of signature
to use for the signer.
-
Method Details
-
withOrder
-
withSignatureType
Description copied from interface:SignerCustomizations
Specify thetype of signature
to use for the signer.- Specified by:
withSignatureType
in interfaceSignerCustomizations<PortalSigner.Builder>
- Parameters:
type
- theSignatureType
-
onBehalfOf
Description copied from interface:SignerCustomizations
Specify which party the signer issigning on behalf of
.- Specified by:
onBehalfOf
in interfaceSignerCustomizations<PortalSigner.Builder>
- Parameters:
onBehalfOf
- theOnBehalfOf
-value
-
build
-