Interface Credential

All Superinterfaces:
Serializable
All Known Subinterfaces:
PasswordCredential, UsernameCredential

public interface Credential extends Serializable
A marker interface for classes representing some form of authentication credentials, e.g., a username or a password. Note that this interface extends Serializable.
Since:
3.0