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.Classes in org.refcodes.web that implement interfaces with type arguments of type BasicCredentialsModifier and TypeClassDescriptionclassTheBasicAuthCredentialsdefines a type for representing a Basic-Authentication credentials Header-Field.classTheBasicCredentialsdescribes the attributes required by a Basic-Auth authentication over HTTP(S).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).