Class BasicAuthCredentialsImpl

java.lang.Object
org.refcodes.web.BasicAuthCredentialsImpl
All Implemented Interfaces:
org.refcodes.mixin.CredentialsAccessor, org.refcodes.mixin.IdentityAccessor, org.refcodes.mixin.SecretAccessor, org.refcodes.mixin.Validatable<BasicCredentials>, AuthTypeAccessor, AuthTypeCredentials<BasicAuthCredentials,​BasicCredentials>, BasicAuthCredentials, BasicCredentials
Direct Known Subclasses:
BasicAuthCredentialsBuilderImpl

public class BasicAuthCredentialsImpl
extends Object
implements BasicAuthCredentials
This implementation of the BasicAuthCredentials interface compares the secret (getSecret()) case sensitive but the username ( getIdentity()) case insensitive with the equals(Object) method.