Uses of Class
org.refcodes.web.BasicAuthCredentialsBuilder
-
Uses of BasicAuthCredentialsBuilder in org.refcodes.web
Classes in org.refcodes.web that implement interfaces with type arguments of type BasicAuthCredentialsBuilderModifier and TypeClassDescriptionclassTheBasicAuthCredentialsBuildercompares the secret (BasicAuthCredentials.getSecret()) case sensitive but the username (BasicAuthCredentials.getIdentity()) case insensitive within theBasicAuthCredentials.equals(Object)method.Methods in org.refcodes.web that return BasicAuthCredentialsBuilderModifier and TypeMethodDescriptionBasicAuthCredentialsBuilder.withIdentity(String aIdentity) BasicAuthCredentialsBuilder.withSecret(String aSecret)