|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A signature engine is reponsible for exposing attributes required for a
signature and the validation of those attributes against a user.
Supported API: true
Extendable: false
Method Summary | |
SigVariableInfo[] |
getVariableInfo()
Get array of variables needed to validate a signature instance. |
void |
validateSig(WTPrincipalReference user,
Properties variables)
Check if signature as defined by variables is valid for the given user. |
Method Detail |
public SigVariableInfo[] getVariableInfo()
public void validateSig(WTPrincipalReference user, Properties variables) throws SignatureInvalidException
user
- user which the signature is being validatedvariables
- a property sheet with attributes needed for signature.
Typically a cgi form data object which contains values from user for the
SigVariableInfo objects displayed in user interface.
SignatureInvalidException
- when the variables are valid for a
given user
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |