Interface representing a security credential.
The credential value represents the value of the credential
such as a password.
For now, we do not have custom credentials classes and
credentials support only 1 credential (i.e. 1 password).
The credential type represents whether a credential is private or
public:
- Private credential: type == 0
- Public credential: type == 1
The credential classname represent the class of credential.
TODO Add multiple credentials support.
author: David Le Strat version: $Id: InternalCredential.java 516448 2007-03-09 16:25:47Z ate $ |