Interface SignerCustomizations<B extends SignerCustomizations<B>>
- All Known Implementing Classes:
DirectSigner.Builder
,PortalSigner.Builder
public interface SignerCustomizations<B extends SignerCustomizations<B>>
Provides operations for customizing signers using builder-type methods for
properties which are common for both Direct and Portal signers.
You would not under normal circumstances refer to this type.
-
Method Summary
Modifier and TypeMethodDescriptiononBehalfOf
(OnBehalfOf onBehalfOf) Specify which party the signer issigning on behalf of
.Specify thetype of signature
to use for the signer.
-
Method Details
-
withSignatureType
Specify thetype of signature
to use for the signer.- Parameters:
type
- theSignatureType
-
onBehalfOf
Specify which party the signer issigning on behalf of
.- Parameters:
onBehalfOf
- theOnBehalfOf
-value
-