Uses of Class
org.refcodes.web.BasicCredentials
-
Uses of BasicCredentials in org.refcodes.web
Subclasses of BasicCredentials in org.refcodes.webModifier and TypeClassDescriptionclassTheBasicAuthCredentialsdefines a type for representing a Basic-Authentication credentials Header-Field.classTheBasicAuthCredentialsBuildercompares the secret (BasicAuthCredentials.getSecret()) case sensitive but the username (BasicAuthCredentials.getIdentity()) case insensitive within theBasicAuthCredentials.equals(Object)method.Methods in org.refcodes.web with parameters of type BasicCredentialsModifier and TypeMethodDescriptionbooleanBasicCredentials.isValid(BasicCredentials aCredentials) Validates the providedBasicCredentialsagainst thisBasicCredentialsuser-name and secret.voidBasicAuthCredentials.validate(BasicCredentials aCredentials) Validates the providedBasicCredentialswith thisBasicAuthCredentialsviaisValid(BasicCredentials).