Uses of Class
org.refcodes.web.BasicAuthCredentialsImpl
-
-
Uses of BasicAuthCredentialsImpl in org.refcodes.web
Subclasses of BasicAuthCredentialsImpl in org.refcodes.web 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.
-