Uses of Interface
org.refcodes.net.BasicCredentials
-
-
Uses of BasicCredentials in org.refcodes.net
Subinterfaces of BasicCredentials in org.refcodes.net Modifier and Type Interface Description interfaceBasicAuthCredentialsThis interface defines a type for representing a Basic-Authentication credentials Header-Field.static interfaceBasicAuthCredentials.BasicAuthCredentialsBuilderBuilder type for theBasicAuthCredentialstype.Classes in org.refcodes.net that implement BasicCredentials Modifier and Type Class Description classBasicAuthCredentialsBuilderImplThis implementation of theBasicAuthCredentials.BasicAuthCredentialsBuilderinterface compares the secret (BasicAuthCredentialsImpl.getSecret()) case sensitive but the username (BasicAuthCredentialsImpl.getIdentity()) case insensitive with theBasicAuthCredentialsImpl.equals(Object)method.classBasicAuthCredentialsImplThis implementation of theBasicAuthCredentialsinterface compares the secret (BasicAuthCredentialsImpl.getSecret()) case sensitive but the username (BasicAuthCredentialsImpl.getIdentity()) case insensitive with theBasicAuthCredentialsImpl.equals(Object)method.classBasicCredentialsImplThe Class BasicCredentialsImpl.Methods in org.refcodes.net with parameters of type BasicCredentials Modifier and Type Method Description default booleanBasicCredentials. isValid(BasicCredentials aCredentials)Validates the providedBasicCredentialsagainst thisBasicCredentialsuser-name and secret.default voidBasicAuthCredentials. validate(BasicCredentials aCredentials)Validates the providedBasicCredentialswith thisBasicAuthCredentialsviaisValid(BasicCredentials).
-