Class BasicCredentials

java.lang.Object
org.refcodes.web.BasicCredentials
All Implemented Interfaces:
CredentialsAccessor, IdentityAccessor, SecretAccessor, Validatable<BasicCredentials>
Direct Known Subclasses:
BasicAuthCredentials

public class BasicCredentials extends Object implements CredentialsAccessor, Validatable<BasicCredentials>
The BasicCredentials describes the attributes required by a Basic-Auth authentication over HTTP(S).