Uses of Class
org.refcodes.net.BasicAuthCredentialsImpl
-
-
Uses of BasicAuthCredentialsImpl in org.refcodes.net
Subclasses of BasicAuthCredentialsImpl in org.refcodes.net Modifier and Type Class Description classBasicAuthCredentialsBuilderImplThis implementation of theBasicAuthCredentials.BasicAuthCredentialsBuilderinterface compares the secret (getSecret()) case sensitive but the username (getIdentity()) case insensitive with theequals(Object)method.
-