Package wt.workflow.engine
Class SSOConfiguredSignatureEngine
java.lang.Object
wt.workflow.engine.SSOConfiguredSignatureEngine
- All Implemented Interfaces:
SignatureEngine,wt.workflow.engine.SSOSignatureEngine
public class SSOConfiguredSignatureEngine
extends Object
implements wt.workflow.engine.SSOSignatureEngine
A signature engine which requires username and password to be supplied. It verifies that the username belongs to the
currently logged in user. An Single Sign On is used for authentication.
Note: the electronic signature feature is only supported when user authentication is done using an Single Sign On. If a site is using a flat file or LDAP-based directory service or some other means of authentication, then they must provide their own signature engine implementation.
Supported API: true
Extendable: true
Note: the electronic signature feature is only supported when user authentication is done using an Single Sign On. If a site is using a flat file or LDAP-based directory service or some other means of authentication, then they must provide their own signature engine implementation.
Supported API: true
Extendable: true
- See Also:
-
Method Summary