Uses of Class
org.refcodes.web.BasicCredentials
-
-
Uses of BasicCredentials in org.refcodes.web
Subclasses of BasicCredentials in org.refcodes.web Modifier and Type Class Description classBasicAuthCredentialsTheBasicAuthCredentialsdefines a type for representing a Basic-Authentication credentials Header-Field.classBasicAuthCredentialsBuilderTheBasicAuthCredentialsBuildercompares 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 BasicCredentials Modifier and Type Method Description booleanBasicCredentials. isValid(BasicCredentials aCredentials)Validates the providedBasicCredentialsagainst thisBasicCredentialsuser-name and secret.voidBasicAuthCredentials. validate(BasicCredentials aCredentials)Validates the providedBasicCredentialswith thisBasicAuthCredentialsviaisValid(BasicCredentials).
-